:root {
  --myhome-navy: #102334;
  --myhome-navy-soft: #173247;
  --myhome-blue-grey: #31465a;
  --myhome-gold: #f6aa18;
  --myhome-gold-dark: #d88d05;
  --myhome-ink: #14202c;
  --myhome-muted: #687480;
  --myhome-line: #e7e1d8;
  --myhome-surface: #fffaf2;
  --myhome-surface-strong: #f6efe3;
  --myhome-sage: #9ca68a;
  --myhome-white: #ffffff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  color: var(--myhome-ink);
  background: #fffdf9;
}

a,
.product-price,
.current-price,
.regular-price,
.has-discount .discount,
.breadcrumb a:hover {
  color: var(--myhome-navy);
}

.myhome-topbar {
  background: var(--myhome-navy);
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.35;
  position: relative;
}

.myhome-topbar__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.myhome-topbar__contact {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: wrap;
}

.myhome-topbar a {
  color: var(--myhome-gold);
  font-weight: 800;
}

#header,
#header .header-top,
#header .header-nav,
.leo-megamenu {
  background: var(--myhome-white);
  border-color: rgba(16, 35, 52, 0.1);
}

#header .logo img,
#header img.logo,
.header_logo img {
  width: auto;
  max-width: 210px;
  max-height: 58px;
  object-fit: contain;
}

.myhome-lang-switcher {
  position: static;
  z-index: auto;
  margin-left: 4px;
  padding: 2px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  border: 1px solid rgba(246, 170, 24, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
  backdrop-filter: blur(8px);
  pointer-events: auto;
}

#leo_block_top {
  display: none !important;
}

.myhome-lang-switcher a {
  min-width: 30px;
  height: 22px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none !important;
}

.myhome-lang-switcher a.is-active {
  background: var(--myhome-gold);
  color: var(--myhome-navy) !important;
}

.myhome-lang-switcher img {
  width: 15px;
  height: 10px;
  display: block;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
}

body#index #header {
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
  z-index: 30;
  background: linear-gradient(180deg, rgba(16, 35, 52, 0.82), rgba(16, 35, 52, 0.34) 78%, rgba(16, 35, 52, 0));
  border: 0;
  box-shadow: none;
  backdrop-filter: blur(10px);
}

body#index #header .header-top,
body#index #header .header-nav,
body#index #header .leo-megamenu {
  background: transparent !important;
  border: 0;
}

body#index #header .logo img,
body#index #header img.logo,
body#index .header_logo img {
  max-width: 248px;
  max-height: 72px;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.32));
}

body#index #header .leo-megamenu .navbar-nav > li > a,
body#index #header .header-top a,
body#index #header .header-nav a {
  color: rgba(255, 255, 255, 0.94);
}

body#index #header .leo-megamenu .navbar-nav > li > a:hover,
body#index #header .leo-megamenu .navbar-nav > li.active > a,
body#index #header .header-top a:hover {
  color: var(--myhome-gold);
}

body#index #header .icon-bar,
body#index #header .navbar-toggler .icon-bar {
  background: var(--myhome-white);
}

body#index #header .search-widget i,
body#index #header .popup-over a {
  color: var(--myhome-white);
}

body:not(#index) .myhome-topbar {
  background:
    radial-gradient(circle at 78% 0%, rgba(246, 170, 24, 0.18), transparent 32%),
    linear-gradient(90deg, #0b1824, var(--myhome-navy) 68%, #172f41);
}

body:not(#index) #header {
  position: relative;
  overflow: hidden;
  border: 0;
  background:
    linear-gradient(180deg, rgba(16, 35, 52, 0.98), rgba(16, 35, 52, 0.84) 56%, rgba(16, 35, 52, 0.54)),
    radial-gradient(circle at 18% 0%, rgba(246, 170, 24, 0.2), transparent 30%),
    linear-gradient(120deg, #102334, #213a4c);
  box-shadow: 0 18px 46px rgba(16, 35, 52, 0.18);
  backdrop-filter: blur(12px);
}

body:not(#index) #header::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -86px;
  width: 260px;
  height: 150px;
  border-top: 1px solid rgba(246, 170, 24, 0.28);
  border-radius: 50%;
  pointer-events: none;
}

body:not(#index) #header .header-top,
body:not(#index) #header .header-nav,
body:not(#index) #header .leo-megamenu {
  position: relative;
  z-index: 1;
  background: transparent !important;
  border: 0;
}

body:not(#index) #header .logo img,
body:not(#index) #header img.logo,
body:not(#index) .header_logo img {
  max-width: 226px;
  max-height: 66px;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.26));
}

body:not(#index) #header .leo-megamenu .navbar-nav > li > a,
body:not(#index) #header .header-top a,
body:not(#index) #header .header-nav a {
  color: rgba(255, 255, 255, 0.92);
}

body:not(#index) #header .leo-megamenu .navbar-nav > li > a:hover,
body:not(#index) #header .leo-megamenu .navbar-nav > li.active > a,
body:not(#index) #header .header-top a:hover {
  color: var(--myhome-gold);
}

body:not(#index) #header .icon-bar,
body:not(#index) #header .navbar-toggler .icon-bar {
  background: var(--myhome-white);
}

body:not(#index) #header .search-widget i,
body:not(#index) #header .popup-over a,
body:not(#index) #header .material-icons,
body:not(#index) #header i {
  color: rgba(255, 255, 255, 0.92);
}

body:not(#index) #header .search-widget,
body:not(#index) #header .search-widget button,
body:not(#index) #header .search-widget .search-button,
body:not(#index) #header [class*="search"] button,
body:not(#index) #header [class*="search"] i,
body:not(#index) #header [class*="search"] .material-icons {
  color: rgba(255, 255, 255, 0.96) !important;
  border-color: rgba(255, 255, 255, 0.44) !important;
}

body:not(#index) #header #leo_search_top_button {
  width: 42px;
  height: 42px;
  min-width: 42px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(244, 181, 42, 0.36) !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07) !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
}

body:not(#index) #header #leo_search_top_button span,
body:not(#index) #header #leo_search_top_button .material-icons.search,
body:not(#index) #header #leo_search_top_button i.search {
  color: var(--myhome-gold) !important;
  -webkit-text-fill-color: var(--myhome-gold);
  font-size: 22px !important;
  line-height: 1 !important;
  text-shadow: 0 0 18px rgba(244, 181, 42, 0.3);
}

body:not(#index) #header #leo_search_block_top .title_block {
  width: 42px !important;
  height: 42px;
  min-width: 42px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(244, 181, 42, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--myhome-gold) !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
}

body:not(#index) #header #leo_search_block_top .title_block::before {
  color: var(--myhome-gold) !important;
  -webkit-text-fill-color: var(--myhome-gold);
  font-size: 20px !important;
  line-height: 1 !important;
  text-shadow: 0 0 18px rgba(244, 181, 42, 0.3);
}

#header .leo-megamenu .navbar-nav > li > a,
#header .header-top a,
#header .header-nav a {
  color: var(--myhome-navy);
  font-weight: 800;
  letter-spacing: 0;
}

#header .leo-megamenu .navbar-nav > li > a:hover,
#header .leo-megamenu .navbar-nav > li.active > a,
#header .header-top a:hover {
  color: var(--myhome-gold-dark);
}

.btn-primary,
.button.ajax_add_to_cart_button,
.btn-default:hover,
.btn-outline-primary:hover,
.myhome-btn {
  min-height: 46px;
  padding: 13px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--myhome-navy);
  border-radius: 6px;
  background: var(--myhome-navy);
  color: var(--myhome-white) !important;
  font-weight: 900;
  text-decoration: none !important;
}

.btn-primary:hover,
.myhome-btn:hover {
  border-color: var(--myhome-gold);
  background: var(--myhome-gold);
  color: var(--myhome-navy) !important;
}

.myhome-btn--ghost {
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.94);
  color: var(--myhome-navy) !important;
}

body#index #wrapper,
body#index .leo-slideshow,
body#index .leoslideshow,
body#index .homeslider-container,
body#index .iviewSlider,
body#index [class*="popup-sale"],
.leopopupsale,
.leo-popup-sale,
#leo-popupsale,
.leo-notification {
  display: none !important;
}

.leo-megamenu .caret,
.leo-megamenu .dropdown-toggle::after,
.leo-megamenu .dropdown-menu,
.leo-megamenu .mega-dropdown-menu,
.off-canvas-nav-megamenu .caret,
.off-canvas-nav-megamenu .dropdown-toggle::after,
.off-canvas-nav-megamenu .dropdown-menu,
.off-canvas-nav-megamenu .mega-dropdown-menu {
  display: none !important;
}

.myhome-home {
  background:
    radial-gradient(circle at 15% 6%, rgba(246, 170, 24, 0.08), transparent 30%),
    linear-gradient(180deg, #fffdf9 0%, #f8f2e8 100%);
}

.myhome-kicker {
  margin: 0 0 12px;
  color: var(--myhome-gold-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.myhome-hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  background: var(--myhome-navy);
  isolation: isolate;
}

.myhome-hero__slides,
.myhome-hero__slides span {
  position: absolute;
  inset: 0;
}

.myhome-hero__slides {
  z-index: -3;
}

.myhome-hero__slides span {
  opacity: 0;
  background-image:
    linear-gradient(90deg, rgba(11, 24, 36, 0.86), rgba(16, 35, 52, 0.52) 42%, rgba(246, 235, 216, 0.12) 72%, rgba(255, 250, 242, 0.02)),
    linear-gradient(0deg, rgba(246, 170, 24, 0.08), rgba(255, 253, 249, 0.05)),
    var(--slide);
  background-position: var(--slide-position, center);
  background-size: cover;
  animation: myhomeHeroFade 18s infinite;
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.03);
}

.myhome-hero__slides span:nth-child(2) {
  animation-delay: 6s;
}

.myhome-hero__slides span:nth-child(3) {
  animation-delay: 12s;
}

@keyframes myhomeHeroFade {
  0% {
    opacity: 0;
    transform: scale(1.04);
  }
  8%,
  31% {
    opacity: 1;
  }
  39%,
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}

.myhome-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 80% 16%, rgba(246, 170, 24, 0.28), transparent 30%),
    radial-gradient(circle at 54% 72%, rgba(255, 250, 242, 0.16), transparent 34%),
    linear-gradient(112deg, rgba(11, 24, 36, 0.74), rgba(16, 35, 52, 0.1) 70%);
  pointer-events: none;
}

.myhome-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 130px;
  z-index: -1;
  background: linear-gradient(0deg, #fffdf9, rgba(255, 253, 249, 0));
}

.myhome-hero__content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 178px 20px 128px;
  color: var(--myhome-white);
}

.myhome-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--myhome-white);
  font-size: 64px;
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
}

.myhome-hero p {
  max-width: 650px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
  line-height: 1.6;
}

.myhome-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.myhome-hero__facts {
  max-width: 720px;
  margin: 42px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.myhome-category-strip {
  width: min(1280px, calc(100% - 40px));
  margin: 16px auto 16px;
  padding: 12px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  border: 1px solid rgba(16, 35, 52, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 44px rgba(16, 35, 52, 0.07);
}

.myhome-category-strip a {
  min-width: max-content;
  padding: 10px 16px;
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(16, 35, 52, 0.08), rgba(246, 170, 24, 0.1));
  color: var(--myhome-navy);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.myhome-category-strip a:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--myhome-navy), var(--myhome-blue-grey));
  color: var(--myhome-white);
}

.myhome-hero__facts div {
  padding: 18px 20px;
}

.myhome-hero__facts dt {
  color: var(--myhome-gold);
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.myhome-hero__facts dd {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.myhome-home-band,
.myhome-section,
.myhome-process,
.myhome-showroom {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.myhome-home-band {
  position: relative;
  z-index: 2;
  margin-top: -48px;
  padding-bottom: 36px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.myhome-home-band__item {
  min-height: 118px;
  padding: 24px;
  border: 1px solid rgba(16, 35, 52, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 44px rgba(16, 35, 52, 0.08);
}

.myhome-home-band strong {
  display: block;
  margin-bottom: 8px;
  color: var(--myhome-navy);
  font-size: 17px;
}

.myhome-home-band span {
  color: var(--myhome-muted);
  line-height: 1.55;
}

.myhome-section {
  padding-top: 52px;
  padding-bottom: 54px;
}

.myhome-section__head {
  max-width: 780px;
  margin-bottom: 28px;
}

.myhome-section__head--split {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 42px;
}

.myhome-section__head h2,
.myhome-process h2,
.myhome-showroom h2 {
  margin: 0;
  color: var(--myhome-navy);
  font-size: 38px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
}

.myhome-section__head p,
.myhome-process p,
.myhome-showroom p {
  max-width: 580px;
  margin: 12px 0 0;
  color: var(--myhome-muted);
  font-size: 16px;
  line-height: 1.65;
}

.myhome-collections {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 260px;
  gap: 16px;
}

.myhome-collection {
  position: relative;
  min-width: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 8px;
  background: var(--myhome-navy);
  color: var(--myhome-white) !important;
  text-decoration: none !important;
  isolation: isolate;
}

.myhome-collection::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--myhome-card-image);
  background-position: center;
  background-size: cover;
  transition: transform 240ms ease;
}

.myhome-collection::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(16, 35, 52, 0.92), rgba(16, 35, 52, 0.14));
  transition: opacity 220ms ease, background 220ms ease;
}

.myhome-collection:hover::after {
  background:
    linear-gradient(0deg, rgba(16, 35, 52, 0.96), rgba(16, 35, 52, 0.24)),
    linear-gradient(135deg, rgba(246, 170, 24, 0.42), transparent 52%);
}

.myhome-collection:hover::before {
  transform: scale(1.04);
}

.myhome-collection--wide {
  grid-column: span 2;
  grid-row: span 2;
}

.myhome-collection--dark::after {
  background: linear-gradient(0deg, rgba(16, 35, 52, 0.96), rgba(16, 35, 52, 0.42));
}

.myhome-collection--dark {
  grid-column: 1 / -1;
  min-height: 210px;
}

.myhome-collection span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.45;
}

.myhome-collection strong {
  margin-top: 6px;
  color: var(--myhome-white);
  font-size: 28px;
  line-height: 1.1;
}

.myhome-featured {
  padding-top: 68px;
}

.myhome-featured__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.myhome-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--myhome-line);
  border-radius: 8px;
  background: var(--myhome-white);
  box-shadow: 0 16px 38px rgba(16, 35, 52, 0.08);
}

.myhome-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f3f0ea;
  aspect-ratio: 4 / 3;
}

.myhome-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 260ms ease, transform 320ms ease;
}

.myhome-card__img--secondary {
  opacity: 0;
}

.myhome-card:hover img {
  transform: scale(1.035);
}

.myhome-card:hover .myhome-card__img--secondary {
  opacity: 1;
}

.myhome-card:hover .myhome-card__img--primary {
  opacity: 0;
}

.myhome-card__body {
  padding: 16px;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
}

.myhome-card h3 {
  margin: 0;
  color: var(--myhome-navy);
  font-size: 16px;
  line-height: 1.28;
  letter-spacing: 0;
}

.myhome-card__price {
  color: var(--myhome-gold-dark);
  font-weight: 900;
}

.myhome-card__actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.myhome-card__actions a {
  min-height: 40px;
  padding: 10px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-align: center;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 900;
}

.myhome-card__actions a:first-child {
  background: var(--myhome-navy);
  color: var(--myhome-white);
}

.myhome-card__actions a:last-child {
  border: 1px solid var(--myhome-line);
  color: var(--myhome-navy);
}

.myhome-section__footer {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.myhome-link-btn {
  min-height: 44px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--myhome-navy);
  color: var(--myhome-white) !important;
  font-weight: 900;
  text-decoration: none !important;
}

.myhome-link-btn--light {
  border: 1px solid var(--myhome-line);
  background: var(--myhome-white);
  color: var(--myhome-navy) !important;
}

.myhome-process {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 56px;
  padding-bottom: 56px;
  display: grid;
  grid-template-columns: 0.9fr 1.35fr;
  gap: 42px;
  border-radius: 8px;
  background: var(--myhome-navy);
  color: var(--myhome-white);
}

.myhome-process h2,
.myhome-process .myhome-kicker {
  color: var(--myhome-white);
}

.myhome-process p {
  color: rgba(255, 255, 255, 0.78);
}

.myhome-process__steps {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
}

.myhome-process__steps li {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.myhome-process__steps span {
  color: var(--myhome-gold);
  font-weight: 900;
}

.myhome-process__steps strong {
  display: block;
  margin-top: 12px;
  color: var(--myhome-white);
  font-size: 18px;
}

.myhome-process__steps p {
  margin: 7px 0 0;
  font-size: 15px;
}

.myhome-delivery {
  margin-top: 28px;
}

.myhome-delivery__layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 35, 52, 0.1);
  border-radius: 8px;
  background: var(--myhome-white);
  box-shadow: 0 24px 60px rgba(16, 35, 52, 0.08);
}

.myhome-delivery__visual {
  position: relative;
  min-height: 430px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background: var(--myhome-navy);
  color: var(--myhome-white);
  isolation: isolate;
}

.myhome-delivery__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(0deg, rgba(16, 35, 52, 0.92), rgba(16, 35, 52, 0.22)),
    url("/myhome-import/nereach-2.jpg");
  background-position: center;
  background-size: cover;
  transform: scale(1.03);
}

.myhome-delivery__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 18%, rgba(246, 170, 24, 0.26), transparent 30%),
    linear-gradient(135deg, rgba(16, 35, 52, 0.3), rgba(156, 166, 138, 0.22));
}

.myhome-delivery__visual h2 {
  max-width: 560px;
  margin: 0;
  color: var(--myhome-white);
  font-size: 36px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
}

.myhome-delivery__visual p {
  max-width: 540px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.myhome-delivery__grid {
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.myhome-delivery__grid article {
  min-height: 178px;
  padding: 22px;
  border: 1px solid var(--myhome-line);
  border-radius: 8px;
  background: var(--myhome-surface);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.myhome-delivery__grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(246, 170, 24, 0.45);
  box-shadow: 0 16px 34px rgba(16, 35, 52, 0.08);
}

.myhome-delivery__grid span {
  color: var(--myhome-gold-dark);
  font-size: 13px;
  font-weight: 900;
}

.myhome-delivery__grid strong {
  display: block;
  margin-top: 9px;
  color: var(--myhome-navy);
  font-size: 17px;
}

.myhome-delivery__grid p {
  margin: 10px 0 0;
  color: var(--myhome-muted);
  line-height: 1.58;
}

.myhome-delivery .myhome-section__footer {
  grid-column: 1 / -1;
  margin-top: 6px;
}

.myhome-social-showcase {
  padding-top: 12px;
  padding-bottom: 26px;
}

.myhome-social-lite {
  position: relative;
  min-height: 154px;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  overflow: hidden;
  border: 1px solid rgba(16, 35, 52, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(246, 239, 227, 0.84)),
    radial-gradient(circle at 92% 12%, rgba(246, 170, 24, 0.16), transparent 32%);
  box-shadow: 0 20px 46px rgba(16, 35, 52, 0.07);
}

.myhome-social-lite::before {
  content: "";
  position: absolute;
  right: 30px;
  bottom: -38px;
  width: 220px;
  height: 84px;
  border-top: 1px solid rgba(246, 170, 24, 0.38);
  border-radius: 50%;
  pointer-events: none;
}

.myhome-social-lite h2 {
  max-width: 560px;
  margin: 0;
  color: var(--myhome-navy);
  font-size: 32px;
  line-height: 1.12;
  letter-spacing: 0;
}

.myhome-social-lite p:not(.myhome-kicker) {
  max-width: 560px;
  margin: 10px 0 0;
  color: var(--myhome-muted);
  line-height: 1.55;
}

.myhome-social-orbit {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.myhome-social-pill {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  min-height: 58px;
  max-width: 58px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(246, 170, 24, 0.2);
  border-radius: 50%;
  background: rgba(16, 35, 52, 0.96);
  color: var(--myhome-gold) !important;
  text-decoration: none !important;
  box-shadow: 0 16px 32px rgba(16, 35, 52, 0.16);
  animation: myhomeSocialFloat 4.8s ease-in-out infinite;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.myhome-social-pill--1 {
  animation-delay: 0.35s;
}

.myhome-social-pill--2 {
  animation-delay: 0.7s;
}

.myhome-social-pill:hover {
  border-color: rgba(246, 170, 24, 0.7);
  background: var(--myhome-gold);
  color: var(--myhome-navy) !important;
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(16, 35, 52, 0.18);
}

.myhome-social-mark {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.myhome-social-mark i {
  font-size: 18px;
  line-height: 1;
}

.myhome-social-svg {
  width: 20px;
  height: 20px;
  display: block;
}

.myhome-social-tt {
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.myhome-social-name {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.myhome-social-pill strong {
  grid-area: name;
  min-width: 0;
  color: var(--myhome-navy);
  font-size: 16px;
  line-height: 1.08;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.myhome-social-pill em {
  grid-area: label;
  margin-top: 3px;
  color: var(--myhome-muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.myhome-social-lite--buttons {
  min-height: 0;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.myhome-social-lite--buttons::before {
  display: none;
}

.myhome-social-lite--buttons .myhome-social-orbit {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

@keyframes myhomeSocialFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

.myhome-showroom {
  margin-top: 18px;
  margin-bottom: 74px;
  padding: 20px;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  align-items: stretch;
  gap: 28px;
  border: 1px solid var(--myhome-line);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(246, 239, 227, 0.95));
  box-shadow: 0 22px 56px rgba(16, 35, 52, 0.08);
}

.myhome-showroom__info {
  padding: 34px 26px;
}

.myhome-showroom__details {
  margin: 22px 0 0;
  display: grid;
  gap: 9px;
}

.myhome-showroom__details span {
  position: relative;
  padding-left: 18px;
  color: var(--myhome-muted);
  line-height: 1.45;
}

.myhome-showroom__details span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--myhome-gold);
}

.myhome-showroom__actions {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.myhome-showroom__map {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(16, 35, 52, 0.12);
  border-radius: 8px;
  background: #e9e2d7;
}

.myhome-showroom__map iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  filter: saturate(0.9) contrast(0.98);
}

.myhome-showroom__map a {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--myhome-navy);
  color: var(--myhome-white);
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 12px 26px rgba(16, 35, 52, 0.24);
}

.product-miniature .thumbnail-container,
.product-miniature .product-description,
.product-container,
.page-content,
.card {
  border-radius: 8px;
}

.product-miniature .thumbnail-container {
  border: 1px solid rgba(16, 35, 52, 0.08);
  box-shadow: 0 12px 30px rgba(16, 35, 52, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.product-miniature .thumbnail-container:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(16, 35, 52, 0.12);
}

.product-miniature .product-title a {
  color: var(--myhome-navy);
  font-weight: 800;
}

.product-miniature .price,
.product-prices .current-price {
  color: var(--myhome-gold-dark);
  font-weight: 900;
}

.product-miniature .price::before,
.product-prices .current-price span::before,
.product-prices .current-price .current-price-value::before {
  content: "Desde ";
}

body.lang-en .product-miniature .price::before,
body.lang-en .product-prices .current-price span::before,
body.lang-en .product-prices .current-price .current-price-value::before {
  content: "From ";
}

.quick-view,
.add-to-cart,
.product-add-to-cart,
.product-quantity,
.cart-preview,
#_desktop_cart,
.blockcart,
.leo-fly-cart,
.leo-fly-cart-mask,
#_desktop_user_info,
.user-info,
.wishlist-button-add,
.compare,
.js-compare,
.leoquicklogin,
.show_sizechart,
.moda_sizechart,
#moda_sizechart,
#leosizechart,
.leosizechart-content,
.blockgrouptop,
.userinfo-selector,
#leo_block_top,
.leo_block_top,
.popup-over.currency-selector,
.popup-over.language-selector {
  display: none !important;
}

.myhome-product-wa,
.myhome-detail-cta {
  width: 100%;
  margin-top: 12px;
  padding: 12px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--myhome-navy);
  color: var(--myhome-white) !important;
  font-weight: 900;
  text-decoration: none !important;
}

.myhome-product-wa:hover,
.myhome-detail-cta:hover {
  background: var(--myhome-gold);
  color: var(--myhome-navy) !important;
}

body#cms #wrapper {
  background: #fffdf9;
}

body#cms #wrapper .container,
body#cms #content-wrapper {
  max-width: 1120px;
}

body#cms .page-header,
body#cms .page-content {
  border: 0;
  box-shadow: none;
  background: transparent;
}

body#cms .page-header {
  display: none;
}

body#cms .page-header h1 {
  color: var(--myhome-navy);
  font-size: 44px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0;
}

.myhome-legal-page {
  max-width: 1040px;
  margin: 26px auto 78px;
  color: var(--myhome-ink);
  font-size: 17px;
  line-height: 1.75;
}

.myhome-legal-hero {
  margin-bottom: 26px;
  padding: 38px;
  border-radius: 8px;
  background: var(--myhome-navy);
  color: var(--myhome-white);
}

.myhome-legal-hero h2 {
  margin: 0;
  color: var(--myhome-white);
  font-size: 34px;
  line-height: 1.15;
  font-weight: 900;
}

.myhome-legal-hero p {
  max-width: 760px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.myhome-legal-index {
  margin: 0 0 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.myhome-legal-index a {
  min-height: 54px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  border: 1px solid var(--myhome-line);
  border-radius: 8px;
  background: var(--myhome-white);
  color: var(--myhome-navy);
  font-weight: 900;
  text-decoration: none;
}

.myhome-legal-section {
  margin-top: 16px;
  padding: 28px;
  border: 1px solid var(--myhome-line);
  border-radius: 8px;
  background: var(--myhome-white);
}

.myhome-legal-section h3 {
  margin: 0 0 12px;
  color: var(--myhome-navy);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.myhome-legal-section p,
.myhome-legal-section li {
  color: var(--myhome-muted);
  font-size: 16px;
  line-height: 1.75;
}

.myhome-legal-section ul {
  margin: 12px 0 0;
  padding-left: 22px;
}

.myhome-floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9998;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.74);
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.34), transparent 30%),
    linear-gradient(135deg, #25d366, #128c4a);
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
  text-decoration: none !important;
  font-size: 0;
}

.myhome-floating-whatsapp::before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background-color: #ffffff;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.myhome-cookie {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  max-width: 920px;
  margin: 0 auto;
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(16, 35, 52, 0.96);
  color: var(--myhome-white);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

.myhome-cookie p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.45;
}

.myhome-cookie strong {
  display: block;
  margin-bottom: 4px;
  color: var(--myhome-white);
}

.myhome-cookie__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.myhome-cookie button {
  min-width: 94px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 6px;
  background: transparent;
  color: var(--myhome-white);
  font-weight: 900;
}

.myhome-cookie button[data-choice="accept"] {
  border-color: var(--myhome-gold);
  background: var(--myhome-gold);
  color: var(--myhome-navy);
}

#footer .block_newsletter,
#footer .footer_newletter,
#footer .elementor-column:has(.footer_newletter),
#footer img[src*="cdn.shopify.com"],
footer .block_newsletter,
footer .footer_newletter,
footer .elementor-column:has(.footer_newletter),
footer img[src*="cdn.shopify.com"] {
  display: none !important;
}

#footer,
footer {
  margin-top: 0 !important;
  padding: 0 !important;
  background: var(--myhome-navy) !important;
  color: var(--myhome-white);
}

#footer > .container,
footer > .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

#footer > .container > :not(.myhome-footer),
footer > .container > :not(.myhome-footer),
#footer .elementor-section,
footer .elementor-section,
#footer .footer-bottom,
footer .footer-bottom {
  display: none !important;
}

.myhome-footer {
  width: 100%;
  padding: 58px max(20px, calc((100vw - 1280px) / 2 + 20px)) 26px;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.78fr);
  gap: 54px;
  background:
    radial-gradient(circle at 82% 0%, rgba(246, 170, 24, 0.12), transparent 28%),
    linear-gradient(180deg, #102334 0%, #0b1824 100%);
}

.myhome-footer__brand,
.myhome-footer__cols > div {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.myhome-footer__brand {
  align-self: start;
  padding: 24px;
}

.myhome-footer__brand img {
  width: 220px;
  max-width: 100%;
  height: auto;
}

.myhome-footer__brand p {
  max-width: 380px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.myhome-footer__social {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.myhome-footer__social a,
.myhome-footer__bottom a {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  color: var(--myhome-white);
  font-weight: 900;
  text-decoration: none !important;
}

.myhome-footer__social a:hover,
.myhome-footer__bottom a:hover {
  border-color: var(--myhome-gold);
  color: var(--myhome-gold);
}

.myhome-footer__cols {
  display: grid;
  grid-template-columns: minmax(220px, 1.32fr) repeat(3, minmax(128px, 0.9fr));
  gap: 18px;
}

.myhome-footer__cols > div {
  min-width: 0;
  padding: 22px;
}

.myhome-footer__cols strong {
  display: block;
  margin-bottom: 14px;
  color: var(--myhome-white);
  font-size: 15px;
}

.myhome-footer__cols a {
  display: block;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none !important;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.myhome-footer__cols a:hover {
  color: var(--myhome-gold);
}

.myhome-footer__bottom {
  grid-column: 1 / -1;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

@media (max-width: 1199px) {
  .myhome-featured__grid,
  .myhome-delivery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  #wrapper,
  #wrapper .container,
  #content-wrapper,
  #main,
  .page-content,
  .product-container,
  .product-information,
  .product-actions,
  .images-container,
  .product-cover,
  .product-prices {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  #wrapper .container {
    width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
  }

  .breadcrumb,
  .breadcrumb .container,
  .breadcrumb ol,
  .breadcrumb ul {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .breadcrumb ol,
  .breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
  }

  .breadcrumb li,
  .breadcrumb a,
  .breadcrumb span {
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .product-cover img,
  .images-container img,
  .product-images img {
    max-width: 100%;
    height: auto;
  }

  .myhome-topbar {
    font-size: 12px;
  }

  .myhome-topbar__inner {
    position: relative;
    padding-right: 12px;
    padding-left: 12px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .myhome-topbar__contact {
    min-width: 0;
    width: auto;
    min-height: 26px;
    padding-right: 0;
    justify-content: flex-start;
    gap: 5px;
    overflow: visible;
    white-space: nowrap;
  }

  .myhome-wa-full {
    display: none;
  }

  .myhome-topbar__contact > * {
    flex: 0 0 auto;
  }

  body:not(#index) #header {
    min-height: 132px;
    display: flex;
    align-items: center;
    background:
      linear-gradient(180deg, rgba(16, 35, 52, 0.99), rgba(16, 35, 52, 0.82) 62%, rgba(16, 35, 52, 0.54)),
      radial-gradient(circle at 18% 0%, rgba(246, 170, 24, 0.18), transparent 34%),
      linear-gradient(125deg, #0e2030, #21394b);
  }

  body:not(#index) #header .logo img,
  body:not(#index) #header img.logo,
  body:not(#index) .header_logo img {
    max-width: 188px;
    max-height: 58px;
  }

  .myhome-lang-switcher {
    position: static;
    z-index: 10050;
    margin-left: 4px;
    padding: 3px 4px;
    gap: 4px;
    border-color: rgba(246, 170, 24, 0.52);
    background: rgba(16, 35, 52, 0.72);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    opacity: 1;
  }

  .myhome-lang-switcher a {
    min-width: 28px;
    width: 28px;
    height: 24px;
    padding: 0;
    gap: 0;
  }

  .myhome-lang-switcher a span {
    display: none;
  }

  .myhome-lang-switcher img {
    width: 18px;
    height: 12px;
  }

  @media (max-width: 360px) {
    .myhome-topbar__inner {
      padding-right: 10px;
      padding-left: 10px;
    }

    .myhome-topbar__contact {
      gap: 4px;
      font-size: 11px;
    }

    .myhome-lang-switcher {
      margin-left: 2px;
    }
  }

  .myhome-home,
  .myhome-hero,
  .myhome-home-band,
  .myhome-section,
  .myhome-process,
  .myhome-showroom {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .myhome-hero {
    min-height: 650px;
  }

  .myhome-hero__content {
    max-width: 100%;
    padding: 142px 18px 78px;
  }

  body#index #header {
    top: 55px;
    background: linear-gradient(180deg, rgba(16, 35, 52, 0.88), rgba(16, 35, 52, 0.42) 82%, rgba(16, 35, 52, 0));
  }

  body#index #header .logo img,
  body#index #header img.logo,
  body#index .header_logo img {
    max-width: 210px;
    max-height: 60px;
  }

  .myhome-hero h1 {
    width: 315px;
    max-width: calc(100vw - 36px);
    font-size: 32px;
    line-height: 1.08;
    overflow-wrap: normal;
  }

  .myhome-hero p {
    width: 330px;
    max-width: calc(100vw - 36px);
    font-size: 16px;
    overflow-wrap: anywhere;
  }

  .myhome-hero__actions {
    width: 100%;
    flex-direction: column;
  }

  .myhome-hero__actions a {
    width: 100%;
    flex: none;
  }

  .myhome-hero__facts {
    width: 330px;
    max-width: calc(100vw - 36px);
    margin-top: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .myhome-hero__facts div {
    padding: 14px 10px;
  }

  .myhome-hero__facts dt {
    font-size: 23px;
  }

  .myhome-hero__facts dd {
    font-size: 12px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .myhome-home-band {
    max-width: 100%;
    margin-top: -34px;
    grid-template-columns: 1fr;
  }

  .myhome-home-band__item,
  .myhome-card,
  .myhome-delivery__grid article {
    width: 100%;
    max-width: calc(100vw - 40px);
    min-width: 0;
  }

  .myhome-home-band span,
  .myhome-section__head p,
  .myhome-cookie p {
    overflow-wrap: anywhere;
  }

  .myhome-section {
    max-width: 100%;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .myhome-section__head,
  .myhome-section__head--split,
  .myhome-showroom {
    align-items: flex-start;
    flex-direction: column;
  }

  .myhome-section__head h2,
  .myhome-process h2,
  .myhome-showroom h2 {
    font-size: 30px;
  }

  .myhome-collections,
  .myhome-featured__grid,
  .myhome-delivery__grid,
  .myhome-delivery__layout,
  .myhome-social-grid,
  .myhome-process,
  .myhome-process__steps,
  .myhome-legal-index,
  .myhome-showroom,
  .myhome-footer,
  .myhome-footer__cols {
    grid-template-columns: 1fr;
  }

  .myhome-collections {
    grid-auto-rows: 220px;
  }

  .myhome-collection--wide {
    grid-column: auto;
    grid-row: auto;
  }

  .myhome-card__actions {
    grid-template-columns: 1fr;
  }

  .myhome-process {
    border-radius: 0;
  }

  .myhome-delivery__visual {
    min-height: 360px;
    padding: 28px;
  }

  .myhome-delivery__visual h2 {
    font-size: 28px;
  }

  .myhome-delivery__grid {
    padding: 14px;
  }

  .myhome-social-card {
    min-height: 220px;
  }

  .myhome-showroom {
    padding: 12px;
    margin-bottom: 48px;
  }

  .myhome-showroom__info {
    padding: 22px 10px 8px;
  }

  .myhome-showroom__map,
  .myhome-showroom__map iframe {
    min-height: 310px;
  }

  .myhome-showroom__actions a {
    width: 100%;
  }

  .myhome-footer {
    padding: 42px 20px 26px;
    gap: 30px;
  }

  .myhome-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  body#cms .page-header h1 {
    font-size: 32px;
  }

  .myhome-legal-page {
    margin-top: 16px;
    font-size: 16px;
  }

  .myhome-legal-hero,
  .myhome-legal-section {
    padding: 22px;
  }

  .myhome-legal-hero h2 {
    font-size: 27px;
  }

  .myhome-cookie {
    left: 10px;
    right: auto;
    bottom: 8px;
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    box-sizing: border-box;
    padding: 10px;
    grid-template-columns: 1fr;
    gap: 8px;
    border-radius: 10px;
  }

  .myhome-cookie p {
    min-width: 0;
    display: -webkit-box;
    overflow: hidden;
    font-size: 11.5px;
    line-height: 1.34;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .myhome-cookie strong {
    margin-bottom: 2px;
    font-size: 12px;
  }

  .myhome-cookie__actions {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  .myhome-cookie button[data-choice="accept"] {
    grid-column: 1 / -1;
    order: -1;
  }

  .myhome-cookie button {
    width: 100%;
    min-width: 0;
    min-height: 34px;
    padding: 7px 4px;
    overflow: hidden;
    font-size: 10.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .myhome-floating-whatsapp {
    right: 12px;
    bottom: 12px;
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 767px) {
  .myhome-hero {
    min-height: 610px;
  }

  .myhome-hero__content {
    padding-bottom: 96px;
  }

  .myhome-home-band {
    margin-top: -58px;
    padding: 0 18px 26px;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .myhome-home-band__item {
    flex: 0 0 78vw;
    max-width: 78vw;
    min-height: 132px;
    padding: 20px;
    scroll-snap-align: start;
  }

  .myhome-home-band__item:nth-child(2) {
    transform: translateY(12px);
  }

  .myhome-home-band__item:nth-child(3) {
    transform: translateY(3px);
  }

  .myhome-category-strip {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .myhome-section {
    padding-top: 34px;
    padding-bottom: 38px;
  }

  .myhome-section__head {
    padding-right: 4px;
    padding-left: 4px;
  }

  .myhome-section__head,
  .myhome-section__head--split,
  .myhome-process__intro,
  .myhome-social-lite > div:first-child,
  .myhome-showroom__info {
    width: calc(100vw - 56px);
    max-width: calc(100vw - 56px);
    min-width: 0;
  }

  .myhome-delivery__visual {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .myhome-section__head--split {
    display: block;
  }

  .myhome-section__head h2,
  .myhome-section__head p,
  .myhome-process__intro h2,
  .myhome-process__intro p,
  .myhome-delivery__visual h2,
  .myhome-delivery__visual p,
  .myhome-social-lite h2,
  .myhome-social-lite p,
  .myhome-showroom__info h2,
  .myhome-showroom__info p {
    width: 100%;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .myhome-delivery__visual h2,
  .myhome-delivery__visual p {
    max-width: calc(100vw - 92px);
  }

  .myhome-section__head h2,
  .myhome-section__head p,
  .myhome-process__intro h2,
  .myhome-process__intro p,
  .myhome-delivery__visual h2,
  .myhome-delivery__visual p,
  .myhome-social-lite h2,
  .myhome-social-lite p,
  .myhome-showroom__info h2,
  .myhome-showroom__info p,
  .myhome-footer__brand p {
    max-width: min(300px, calc(100vw - 86px));
  }

  .myhome-delivery__grid article p,
  .myhome-footer p {
    max-width: min(292px, calc(100vw - 98px));
  }

  .myhome-collections {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 2px 4px 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .myhome-collection,
  .myhome-collection--wide {
    flex: 0 0 80vw;
    min-height: 310px;
    scroll-snap-align: start;
  }

  .myhome-collection:nth-child(2n) {
    transform: translateY(10px);
  }

  .myhome-featured__grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .myhome-card {
    flex: 0 0 82vw;
    scroll-snap-align: start;
  }

  .myhome-social-showcase {
    padding-top: 10px;
  }

  .myhome-social-lite {
    min-height: 0;
    padding: 22px 18px;
    grid-template-columns: 1fr;
    gap: 18px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .myhome-social-lite h2 {
    font-size: 27px;
  }

  .myhome-social-orbit {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 2px 4px 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .myhome-social-pill {
    flex: 0 0 178px;
    scroll-snap-align: start;
  }

  .myhome-process {
    gap: 18px;
  }

  .myhome-process__steps {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 2px 0 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .myhome-process__steps li {
    flex: 0 0 78vw;
    scroll-snap-align: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .myhome-social-pill {
    animation: none;
  }
}

.product-cover,
.images-container .product-cover,
.js-product-images-modal .modal-body figure {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--myhome-white);
}

.product-cover img,
.product-cover .js-qv-product-cover,
.images-container img,
.product-thumb-images img,
.product-images img,
.js-modal-product-cover,
.product-cover-modal,
#product-modal .modal-body figure img,
.lg-outer .lg-image,
.fancybox-image {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
}

.product-cover .js-qv-product-cover {
  max-height: 620px !important;
}

.js-modal-product-cover,
.product-cover-modal,
#product-modal .modal-body figure img,
.lg-outer .lg-image,
.fancybox-image {
  max-height: calc(100vh - 150px) !important;
}

.product-thumb-images img,
.product-images img.thumb {
  max-height: 120px !important;
}

body#product #thumb-gallery.product-thumb-images {
  max-width: 100% !important;
}

body#product #thumb-gallery .thumb-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--myhome-white);
}

.myhome-product-thumbs {
  display: none;
}

@media (max-width: 767px) {
  .myhome-hero {
    min-height: 815px;
  }

  .myhome-hero__content {
    padding-top: 300px;
    padding-bottom: 104px;
  }

  .myhome-hero .myhome-kicker {
    max-width: 238px;
    font-size: 10px;
    line-height: 1.35;
    opacity: 0.78;
  }

  .myhome-hero h1 {
    width: 266px;
    max-width: calc(100vw - 54px);
    font-size: 25px;
    line-height: 1.16;
    font-weight: 760;
  }

  .myhome-hero p {
    width: 276px;
    max-width: calc(100vw - 54px);
    margin-top: 12px;
    font-size: 13.5px;
    line-height: 1.58;
    color: rgba(255, 255, 255, 0.78);
  }

  .myhome-hero__actions {
    margin-top: 28px;
    align-items: flex-start;
  }

  .myhome-hero__actions .myhome-btn--ghost {
    display: none;
  }

  .myhome-hero__actions .myhome-btn {
    width: auto;
    min-width: 176px;
    min-height: 44px;
    padding: 11px 22px;
    border-radius: 999px;
    background: rgba(16, 35, 52, 0.88);
    font-size: 13px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  }

  .myhome-home-band {
    display: none;
  }

  .myhome-social-showcase {
    padding-top: 16px;
    padding-bottom: 18px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .myhome-social-lite--buttons {
    padding: 0;
  }

  .myhome-social-lite--buttons .myhome-social-orbit {
    width: auto;
    max-width: calc(100vw - 32px);
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 13px;
    overflow: visible;
    margin: 0 auto;
    padding: 0;
  }

  .myhome-social-pill {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    min-width: 0;
    min-height: 50px;
    max-width: 50px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    border-radius: 50%;
    background: rgba(16, 35, 52, 0.96);
    box-shadow: 0 14px 28px rgba(16, 35, 52, 0.16);
    animation-duration: 5.6s;
  }

  .myhome-social-mark {
    width: 100%;
    height: 100%;
  }

  .myhome-social-mark i {
    font-size: 15px;
  }

  .myhome-social-pill strong {
    display: none;
  }

  .myhome-social-pill em {
    display: none;
  }

  .myhome-category-strip {
    margin-top: 0;
  }

  .product-cover .js-qv-product-cover {
    max-height: 430px !important;
  }

  body#product #thumb-gallery.product-thumb-images,
  body#product .product-thumb-images.elementor-slick-slider {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 12px 0 24px !important;
    padding: 8px 2px 6px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  body#product #thumb-gallery.myhome-native-thumbs-hidden {
    display: none !important;
  }

  body#product .myhome-product-thumbs,
  body#product #thumb-gallery,
  body#product #thumb-gallery.product-thumb-images,
  body#product #thumbnails,
  body#product .js-modal-mask,
  body#product .product-images.js-modal-product-images,
  body#product #product-modal .product-images,
  body#product #product-modal #thumbnails {
    display: none !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
  }

  body#product .lSSlideOuter .lSPager.lSGallery,
  body#product ul.lSPager.lSGallery,
  body#product .lSPager.lSGallery.myhome-compact-ls-gallery {
    position: static !important;
    inset: auto !important;
    order: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 8px 0 20px !important;
    padding: 8px 2px 6px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    opacity: 1 !important;
  }

  body#product #main .thumb-container:not(#thumb-gallery .thumb-container),
  body#product .product-detail .thumb-container:not(#thumb-gallery .thumb-container) {
    display: none !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
  }

  body#product .lSSlideOuter .lSPager.lSGallery li,
  body#product ul.lSPager.lSGallery li {
    width: 62px !important;
    height: 62px !important;
    min-width: 62px !important;
    max-width: 62px !important;
    min-height: 62px !important;
    max-height: 62px !important;
    flex: 0 0 62px !important;
    display: block !important;
    float: none !important;
    scroll-snap-align: start;
    padding: 5px;
    border: 1px solid rgba(16, 35, 52, 0.14);
    border-radius: 8px;
    background: var(--myhome-white);
    box-shadow: none;
    overflow: hidden !important;
    scroll-snap-align: start;
  }

  body#product .lSSlideOuter .lSPager.lSGallery li.active,
  body#product ul.lSPager.lSGallery li.active {
    border-color: var(--myhome-gold);
    box-shadow: 0 8px 20px rgba(16, 35, 52, 0.08);
  }

  body#product .lSSlideOuter .lSPager.lSGallery li a,
  body#product ul.lSPager.lSGallery li a {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body#product .lSSlideOuter .lSPager.lSGallery img,
  body#product ul.lSPager.lSGallery img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    padding: 0 !important;
    object-fit: contain !important;
  }

  body#product .breadcrumb,
  body#product .breadcrumb .container {
    background: #f4f3f1;
  }

  body#product .breadcrumb {
    margin-bottom: 22px;
    padding-top: 28px;
    padding-bottom: 24px;
  }

  body#product .breadcrumb li,
  body#product .breadcrumb a,
  body#product .breadcrumb span {
    color: #6d7580 !important;
    font-size: 14px !important;
    line-height: 1.55;
  }

  body#product .breadcrumb li:last-child span,
  body#product .breadcrumb li:last-child a {
    color: var(--myhome-navy) !important;
    font-weight: 700;
  }

  body#product .product-cover {
    margin-bottom: 6px;
  }

  body#product .product-detail-name,
  body#product h1,
  body#product .h1,
  body#product .product-title {
    max-width: calc(100vw - 32px);
    margin: 22px 0 12px !important;
    color: var(--myhome-navy) !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
    overflow-wrap: anywhere;
  }

  body#product .product-prices {
    margin-top: 4px;
    margin-bottom: 18px;
  }

  body#product .current-price,
  body#product .product-price,
  body#product .product-prices .price,
  body#product .product-prices span[itemprop="price"] {
    color: #d99100 !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
  }

  body#product .tax-shipping-delivery-label {
    color: var(--myhome-muted) !important;
    font-size: 12px !important;
  }

  body#product .product-information,
  body#product .product-description,
  body#product [id^="product-description-short"] {
    color: #465568;
    font-size: 15px;
    line-height: 1.65;
  }

  body#product .myhome-detail-cta {
    min-height: 48px;
    border-radius: 8px;
    font-size: 14px;
    box-shadow: 0 12px 26px rgba(16, 35, 52, 0.12);
  }

  body#product .line {
    margin: 12px 0 18px;
    display: flex;
    align-items: center;
    gap: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  body#product .line::-webkit-scrollbar,
  body#product .productcats ul::-webkit-scrollbar {
    display: none;
  }

  body#product .productcats {
    min-width: 0;
    display: flex;
    align-items: center;
    flex: 1 1 100%;
  }

  body#product .productcats .label {
    display: none;
  }

  body#product .productcats ul {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    overflow-x: auto;
    list-style: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  body#product .productcats li {
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
  }

  body#product .productcats a,
  body#product .p-reference .product-reference {
    min-height: 30px;
    padding: 7px 9px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(16, 35, 52, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--myhome-navy) !important;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
  }

  body#product .p-reference {
    display: none;
  }

  body#product .p-reference .label {
    display: none;
  }

  body#product .p-reference .product-reference span {
    color: #6f7a85;
    font-size: 11px;
    font-weight: 800;
  }

  body#product .tabs {
    margin-top: 34px;
  }

  body#product .tabs .nav-tabs .nav-link,
  body#product .tabs .nav-tabs a {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
  }

  body#product #content.page-content {
    display: flex !important;
    flex-direction: column !important;
  }

  body#product #content.page-content .product-cover {
    width: 100% !important;
    order: 1 !important;
  }

  body#product #content.page-content #thumb-gallery {
    order: 2 !important;
  }

  .js-modal-product-cover,
  .product-cover-modal,
  #product-modal .modal-body figure img,
  .lg-outer .lg-image,
  .fancybox-image {
    max-height: calc(100vh - 120px) !important;
  }
}
