/* Begin custom additions */
  
@font-face {
  font-family: 'Arpel-Gotham';
  src: url('../css/Gotham-ExtraLight.woff2') format('woff2'),
       url('../css/Gotham-ExtraLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arpel-Gotham';
  src: url('../css/Gotham-Light.woff2') format('woff2'),
       url('../css/Gotham-Light.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arpel-Gotham';
  src: url('../css/Gotham-Book.woff2') format('woff2'),
       url('../css/Gotham-Book.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: 'Arpel-Gotham';
  src: url('../css/Gotham-Bold.woff2') format('woff2'),
       url('../css/Gotham-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arpel-Bell';
  src: url('../css/Bell-MT-Bold.woff2') format('woff2'),
       url('../css/Bell-MT-Bold.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GAU-Basier';
  src: url('../css/Fonts/BasierCircle-Regular.woff2') format('woff2'),
       url('../css/Fonts/BasierCircle-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GAU-Basier';
  src: url('../css/Fonts/BasierCircle-Medium.woff2') format('woff2'),
       url('../css/Fonts/BasierCircle-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GAU-Basier';
  src: url('../css/Fonts/BasierCircle-SemiBold.woff2') format('woff2'),
       url('../css/Fonts/BasierCircle-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

h2.h3.product-title.bell-font a {
    font-family: 'Arpel-Bell', serif !important;
}

body, p, a, li, input, textarea, select, button {
  font-family: 'GAU-Basier', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.gau-header__menu a,
.gau-header__menu .gau-header__placeholder,
.gau-header__utilities a,
.gau-header__utilities button,
.gau-header__search-label,
.gau-hero__title,
.gau-home-skeleton__heading h2,
.gau-home-skeleton__card h3,
.gau-home-skeleton__closing h2,
.btn,
.btn-primary {
  font-family: 'Arpel-Gotham', sans-serif;
}


html,body{
    overflow-x: hidden;
}

body {
  background-color: #e9e4dc;
}



/* General coloring */
#wrapper {
  background-color: var(--color-bg-default);
}

#wrapper .breadcrumb li {
  font-size: small;
}

#wrapper .breadcrumb li::after {
    margin: 0.125rem;
}

.btn-primary, .btn-primary:hover
 {
    color: #fff;
    background-color: var(--color-button-bg);
    border-color: transparent;
}
.btn-primary:hover {
    background-color: var(--color-hover);
}
.account-list a:hover, .block_newsletter form button[type="submit"] .search:hover, .footer-container li a:hover {
    color: var(--color-hover);
}
#header .top-menu a[data-depth="0"]:hover, a:hover {
    color: var(--color-hover);
    text-decoration: none;
}
a:focus, a:hover {
    color: var(--color-hover);
}
.bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default {
    padding: .5rem 1rem;
    font-size: .875rem;
    color: #fff;
    text-transform: uppercase;
    background: var(--color-button-bg);
    border-radius: 0;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: var(--color-hover);
    text-decoration: none;
}
.product-miniature .highlighted-informations .quick-view:hover {
    color: var(--color-hover);
}


/* Header Properties */
#header {
  box-shadow: none;
}

.gau-header {
  position: relative;
  isolation: isolate;
  padding: 0.45rem 1.25rem 0;
  background-color: var(--color-bg-default);
  background-image:
    linear-gradient(rgba(247, 245, 240, 0.72) 0%, rgba(247, 245, 240, 0.62) 68%, rgba(247, 245, 240, 0.48) 100%),
    var(--gau-header-texture-image);
  background-repeat: no-repeat;
  background-size: var(--gau-header-bg-size, 100% 100%);
  background-position: var(--gau-header-bg-position, center top);
}

.gau-header-shell {
  position: relative;
  background: transparent;
}

.gau-header-shell-wrap {
  position: sticky;
  top: 0;
  z-index: 120;
  isolation: isolate;
  background-color: transparent;
}

.gau-header-shell-wrap::before,
.gau-header-shell-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.gau-header-shell-wrap::before {
  background-image: var(--gau-header-texture-image);
  background-repeat: no-repeat;
  background-size: var(--gau-header-bg-size, 100% 100%);
  background-position: var(--gau-header-bg-position, center top);
  opacity: 1;
  transition: opacity 0.2s ease;
}

.gau-header-shell-wrap::after {
  background: linear-gradient(rgba(247, 245, 240, 0.72) 0%, rgba(247, 245, 240, 0.62) 68%, rgba(247, 245, 240, 0.48) 100%);
  opacity: 0.72;
  transition: opacity 0.2s ease;
}

.gau-header__logo-row,
.gau-header__nav-row {
  position: relative;
  z-index: 1;
}

.gau-header__logo-row {
  display: flex;
  justify-content: center;
  padding-bottom: 0.2rem;
}

.gau-header__logo-title {
  margin: 0;
}

.gau-header__logo a,
.gau-header-mobile__logo a {
  display: inline-flex;
  justify-content: center;
}

.gau-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gau-header__logo .logo {
  width: auto;
  max-width: 100%;
  height: 28px;
}

.gau-header__nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  min-height: 38px;
  padding: 0 1.25rem;
  background: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.gau-header-shell.is-scrolled,
html.gau-scrolled .gau-header-shell-wrap {
}

.gau-header-shell.is-scrolled::before,
html.gau-scrolled .gau-header-shell-wrap::before {
}

.gau-header-shell.is-scrolled::after,
html.gau-scrolled .gau-header-shell-wrap::after {
  opacity: 0.38;
}

.gau-header-shell.is-scrolled::before,
html.gau-scrolled .gau-header-shell-wrap::before {
  opacity: 0.62;
}

.gau-header-shell.is-scrolled:hover::after,
.gau-header-shell.is-scrolled:focus-within::after,
html.gau-scrolled .gau-header-shell-wrap:hover::after,
html.gau-scrolled .gau-header-shell-wrap:focus-within::after {
  opacity: 0.72;
}

.gau-header-shell.is-scrolled:hover::before,
.gau-header-shell.is-scrolled:focus-within::before,
html.gau-scrolled .gau-header-shell-wrap:hover::before,
html.gau-scrolled .gau-header-shell-wrap:focus-within::before {
  opacity: 1;
}


.gau-header__nav {
  flex: 1 1 auto;
  min-width: 0;
}

.gau-header__nav--left {
  display: flex;
  justify-content: flex-start;
}

.gau-header__menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

#header .gau-header__menu a,
#header .gau-header__menu .gau-header__placeholder,
#header .gau-header__utilities a,
#header .gau-header__utilities button,
.gau-header-shell .gau-header__menu a,
.gau-header-shell .gau-header__menu .gau-header__placeholder,
.gau-header-shell .gau-header__utilities a,
.gau-header-shell .gau-header__utilities button {
  color: var(--color-text-default);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
}

#header .gau-header__menu a:hover,
#header .gau-header__utilities a:hover,
#header .gau-header__utilities button:hover,
.gau-header-shell .gau-header__menu a:hover,
.gau-header-shell .gau-header__utilities a:hover,
.gau-header-shell .gau-header__utilities button:hover {
  color: var(--color-hover) !important;
}

.gau-header__placeholder {
  display: inline-flex;
  align-items: center;
  opacity: 0.6;
  cursor: default;
}

.gau-header__utilities {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  flex: 0 0 auto;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.gau-header__utility {
  display: flex;
  align-items: center;
}

.gau-header__sticky-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

.gau-header__sticky-logo img {
  display: block;
  width: auto;
  height: 100%;
}

.gau-header__nav,
.gau-header__nav--left {
  position: relative;
  z-index: 1;
}

.gau-header-shell.is-scrolled .gau-header__sticky-logo,
html.gau-scrolled .gau-header__sticky-logo {
  opacity: 1;
  pointer-events: auto;
}

.gau-header__search-toggle,
.search-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.gau-header__search-toggle .material-icons,
.search-toggle .material-icons {
  font-size: 1.05rem;
}

.gau-header__search-label {
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gau-header__utility .user-info a + a {
  margin-left: 0.75rem;
}

.gau-header__utility .user-info .account span,
.gau-header__utility .user-info .logout {
  display: none;
}

.gau-header__utility .user-info .account::before {
  content: "Account";
  font-size: 0.74rem;
}

.gau-header__utility .user-info .login::before {
  content: "Account";
  font-size: 0.74rem;
}

.gau-header__utility .user-info .account,
.gau-header__utility .user-info .login {
  position: relative;
}

.gau-header__utility .user-info .account,
.gau-header__utility .user-info .login,
.gau-header__utility .user-info .logout {
  font-size: 0;
}

.gau-header__utility .language-selector-wrapper {
  display: flex;
  align-items: center;
  padding: 0;
  border: 0;
}

.gau-header__utility .language-selector {
  margin-left: 0;
  font-weight: 500;
}

.gau-header__utility .language-selector .link,
.gau-header__utility .language-selector button {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.gau-header__utility .language-selector .expand-more {
  font-size: inherit;
  line-height: 1;
  vertical-align: middle;
}

.gau-header-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--gau-mobile-header-height, 54px);
  margin: 0;
  padding: 0 0.95rem;
}

.gau-header-mobile .header-left,
.gau-header-mobile .header-right {
  display: flex;
  align-items: center;
  flex: 1 1 0;
}

.gau-header-mobile .header-right {
  justify-content: flex-end;
}

.gau-header-mobile .header-options {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.gau-header-mobile__logo,
.gau-header-mobile__logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gau-header-mobile__logo .logo,
.gau-header-mobile__logo a .logo,
.gau-header-mobile .header-logo .logo {
  width: auto !important;
  max-height: 48px !important;
}

.gau-header-mobile #menu-icon,
.gau-header-mobile #menu-icon i,
.gau-header-mobile #_mobile_user_info,
.gau-header-mobile #_mobile_user_info .user-info,
.gau-header-mobile #_mobile_user_info a,
.gau-header-mobile .search-toggle {
  display: inline-flex;
  align-items: center;
}

.gau-header-mobile-wrap {
  --gau-mobile-header-height: 54px;
  position: sticky;
  top: 0;
  z-index: 130;
  isolation: isolate;
  background-color: var(--color-bg-default);
  background-image: var(--gau-header-texture-image);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.gau-header-mobile-wrap::before,
.gau-header-mobile-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.gau-header-mobile-wrap::before {
  background: transparent;
  opacity: 0;
}

.gau-header-mobile-wrap::after {
  background: linear-gradient(rgba(247, 245, 240, 0.56) 0%, rgba(247, 245, 240, 0.5) 72%, rgba(247, 245, 240, 0.42) 100%);
  opacity: 1;
}

.gau-header-mobile,
.gau-header-mobile-search {
  position: relative;
  z-index: 1;
}

.gau-header-mobile #menu-icon,
.gau-header-mobile .search-toggle,
.gau-header-mobile #_mobile_user_info a {
  width: 2.4rem;
  height: 2.4rem;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
}

.gau-header-mobile #menu-icon i,
.gau-header-mobile .search-toggle i,
.gau-header-mobile #_mobile_user_info i {
  font-size: 1.38rem;
}

.gau-header-mobile-search {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.gau-header-mobile-search[hidden] {
  display: none !important;
}

.gau-header-mobile-search > .container {
  padding: 0 0.95rem 0.85rem;
}

.gau-header-mobile-search .gau-catalog-search {
  width: 100%;
  padding-top: 0.35rem;
  padding-bottom: 0;
}

.gau-header-mobile-search .gau-catalog-search__label {
  margin-bottom: 0.12rem;
}

.gau-header-mobile-search .gau-catalog-search__input {
  min-height: 2rem;
}

.gau-language-mobile {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.gau-language-mobile__link {
  color: var(--color-text-default);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
}

.gau-language-mobile__link.is-current {
  color: var(--color-hover);
  font-weight: 600;
}

.carousel .carousel-control .icon-next:hover i,.carousel .carousel-control .icon-prev:hover i,.dropdown:hover .expand-more,.page-my-account #content .links a:hover i,.search-widget form button[type=submit] .search:hover,.top-menu .sub-menu a:hover {
    color: var(--color-hover)
}

#header-search-panel {
  margin-top: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 119;
  background-color: transparent;
}

#header-search-panel::before,
#header-search-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

#header-search-panel::before {
  background-image: var(--gau-header-texture-image);
  background-repeat: no-repeat;
  background-position: var(--gau-header-bg-position, center top);
  opacity: 1;
  transition: opacity 0.2s ease;
}

#header-search-panel::after {
  background-color: var(--color-bg-default);
  background-image: linear-gradient(gray, rgb(169 169 169 / 66%) 2%, rgba(247, 245, 240, 0.62) 22%, rgb(243 243 243 / 48%) 100%);
  opacity: 0.72;
  transition: opacity 0.2s ease;
}

#header-search-panel > .container {
  position: relative;
  z-index: 1;
  padding: 0;
}

html.gau-scrolled #header-search-panel::before,
.gau-header-shell.is-scrolled + #header-search-panel::before {
  opacity: 0.62;
}

html.gau-scrolled #header-search-panel::after,
.gau-header-shell.is-scrolled + #header-search-panel::after {
  opacity: 0.38;
}

html.gau-scrolled #header-search-panel:hover::before,
html.gau-scrolled #header-search-panel:focus-within::before,
.gau-header-shell.is-scrolled + #header-search-panel:hover::before,
.gau-header-shell.is-scrolled + #header-search-panel:focus-within::before {
  opacity: 1;
}

html.gau-scrolled #header-search-panel:hover::after,
html.gau-scrolled #header-search-panel:focus-within::after,
.gau-header-shell.is-scrolled + #header-search-panel:hover::after,
.gau-header-shell.is-scrolled + #header-search-panel:focus-within::after {
  opacity: 0.72;
}

@media (max-width: 1118px) {
  .header-pc-hide {
    display: none!important;

  }
 .language-selector-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
    padding: 1rem 1.5rem;
    text-decoration: none;
    color: var(--color-text-default);
    font-size: .9rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
}


}
@media (min-width: 1118px) {
  .header-mobile-hide {
    display: none!important;

  }
}

@media (max-width: 1279px) {
  .gau-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gau-header__nav-row {
    gap: 0.7rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gau-header__menu {
    gap: 0.4rem 0.9rem;
  }
}

#mobile_top_menu_wrapper {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: calc(100svh - var(--gau-mobile-header-height, 54px));
  background-color: var(--color-bg-default);
  background-image: var(--gau-header-texture-image);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: visible;
}

#mobile_top_menu_wrapper::before,
#mobile_top_menu_wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

#mobile_top_menu_wrapper::before {
  background: transparent;
  opacity: 0;
}

#mobile_top_menu_wrapper::after {
  background:
    linear-gradient(180deg, rgba(220, 216, 209, 0.54) 0%, rgba(210, 206, 199, 0.46) 44%, rgba(198, 194, 188, 0.6) 100%);
  z-index: 0;
}

#mobile_top_menu_wrapper > * {
  position: relative;
  z-index: 1;
}

#mobile_top_menu_wrapper .js-top-menu {
  min-height: calc(100svh - var(--gau-mobile-header-height, 54px));
}

#mobile_top_menu_wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

#mobile_top_menu_wrapper ul li a {
  display: block;
  padding: 1rem 1.5rem;
  text-decoration: none;
  color: var(--color-text-default);
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: transparent;
  border-bottom: 1px solid rgba(28, 29, 41, 0.12);
}

#mobile_top_menu_wrapper ul li .gau-header__placeholder,
#mobile_top_menu_wrapper ul li .gau-header__mobile-search-toggle,
#mobile_top_menu_wrapper ul li .user-info a,
#mobile_top_menu_wrapper ul li .language-selector-wrapper {
  display: flex;
  width: 100%;
  align-items: flex-start;
  padding: 1rem 1.5rem;
  color: var(--color-text-default);
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: transparent;
  border-bottom: 1px solid rgba(28, 29, 41, 0.12);
  text-decoration: none;
}

#mobile_top_menu_wrapper ul li .gau-header__mobile-search-toggle {
  justify-content: flex-start;
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  cursor: pointer;
}

#mobile_top_menu_wrapper .gau-language-mobile {
  gap: 1rem;
}

#mobile_top_menu_wrapper ul li:last-child a {
  border-bottom: none;
}


/* Footer Changes */
.block-social {
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
}
.block-social ul li {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.25rem;
  cursor: pointer;
  background-color: var(--color-bg-default);
}
.block-social ul li:hover {
  background-color: var(--color-bg-default) !important;
}
.block-social ul li a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;

  white-space: nowrap;
}
div#block_myaccount_infos {
    padding: 0 15px !important;
}
h4.h4.footer-title {
    padding-top: 15px;
}
.instagram {
  background: url("../img/svg/Instagram-Logo-Black.svg") no-repeat center center;
  background-size: contain;
}

.facebook {
  background: url("../img/svg/Facebook-Logo-Black.svg") no-repeat center center;
  background-size: contain;
}

.twitter {
  background: url("../img/svg/X-Logo-Black.svg") no-repeat center center;
  background-size: contain;
}

.footer-container {
  position: relative;
  padding: .8rem .5rem calc(5rem + env(safe-area-inset-bottom, 0px));
  margin-top: 0;
  background-color: var(--color-bg-default);
  background-image: url("../img/footer-background.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: visible;
}

.footer-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(244, 241, 234, 0.5) 0%, rgba(244, 241, 234, 0.42) 42%, rgba(244, 241, 234, 0.58) 100%);
  pointer-events: none;
  z-index: 0;
}

.footer-container::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3.2rem;
  background: linear-gradient(180deg, rgba(247, 244, 236, 0.92) 0%, rgba(244, 241, 234, 0.54) 56%, rgba(244, 241, 234, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.footer-container > .container {
  position: relative;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 1rem;
  overflow: visible;
  background: transparent;
}

#footer {
  background-color: #e9e4dc;
  background-image: url("../img/footer-background.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-top: 0;
}

@media (max-width: 767px) {
    .footer-container .links ul {
        margin-bottom: 0;
        background-color: transparent;
    }
}


/* Body Changes */
body#category .container,
body#product .container,
body#ets_blog_page .container, 
.container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 100%;
  }

body#category .js-content-wrapper,
body#category #content-wrapper,
body#category .container {
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
}

body#category .gau-catalog-browser {
    padding-left: 0;
    padding-right: 0;
}

body#category .breadcrumb,
body#product .breadcrumb,
body#ets_blog_page .breadcrumb,
.breadcrumb{
    padding-left: 0.5rem!important;
}
.row {
    margin-left: 0!important;
    margin-right: 0!important;
}
/* Catalogue Page */

.block-categories{
  padding: 0.5rem;
  padding-top: 15px;
} 
.card-block {
  padding: 0.5rem;
}
.block-categories,
#js-product-list-header {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  body#category .row {
    display: flex;
    align-items: stretch;
  }
}

@media (min-width: 768px) {
  #left-column .block-categories {
    position: sticky;
    top: 10px; /* adjust for header */
  }
}

/* Mobile reset */
@media (max-width: 767.98px) {
  .container,
  body#category .container,
  body#product .container,
  body#ets_blog_page .container,
  body#category .js-content-wrapper,
  body#category #content-wrapper,
  body#product .js-content-wrapper,
  body#product #content-wrapper {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .breadcrumb,
  body#category .breadcrumb,
  body#product .breadcrumb,
  body#ets_blog_page .breadcrumb {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #left-column .block-categories {
    position: static;
  }
}
/* ================= Home Page ================ */
/* ==================== HERO ================== */
body#index .container, body#index .row, body#index #content-wrapper {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

body#index #wrapper {
  padding-top: 0;
}

body#index .page-home--hero {
  width: 100%;
  min-height: calc(100svh - 4.25rem);
}

body#index .page-home--hero.page-content,
body#index .page-home--hero.card,
body#index .page-home--hero.card-block,
body#index .page-home--hero .card,
body#index .page-home--hero .card-block {
  background: transparent;
  box-shadow: none;
  border: 0;
}

body#index .gau-hero {
  --gau-hero-overlay: linear-gradient(180deg, rgba(8, 11, 14, 0.14) 0%, rgba(8, 11, 14, 0.28) 52%, rgba(8, 11, 14, 0.58) 100%);
  position: relative;
  min-height: calc(100svh - 4.25rem);
  width: 100%;
  overflow: hidden;
  background: #0f1317;
  isolation: isolate;
}

body#index .gau-hero__slides,
body#index .gau-hero__slide,
body#index .gau-hero__overlay {
  position: absolute;
  inset: 0;
}

body#index .gau-hero__slides {
  z-index: 0;
}

body#index .gau-hero__slide {
  margin: 0;
  opacity: 0;
  transition: opacity 1.4s ease;
  overflow: hidden;
}

body#index .gau-hero__slide.is-active {
  opacity: 1;
}

body#index .gau-hero__image {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  filter: saturate(0.92) contrast(1.02) brightness(0.88);
}

body#index .gau-hero__fog {
  position: absolute;
  inset: -12%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.44;
  mix-blend-mode: screen;
  background-repeat: no-repeat;
  filter: blur(42px);
}

body#index .gau-hero__fog--back {
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.22), transparent 22rem),
    radial-gradient(circle at 78% 22%, rgba(194, 212, 224, 0.16), transparent 20rem),
    radial-gradient(circle at 54% 78%, rgba(255, 255, 255, 0.16), transparent 24rem);
  animation: gauFogDriftBack 20s ease-in-out infinite alternate;
}

body#index .gau-hero__fog--front {
  opacity: 0.32;
  background-image:
    radial-gradient(circle at 18% 72%, rgba(255, 255, 255, 0.28), transparent 18rem),
    radial-gradient(circle at 62% 46%, rgba(220, 229, 236, 0.22), transparent 16rem),
    radial-gradient(circle at 88% 74%, rgba(255, 255, 255, 0.18), transparent 18rem);
  animation: gauFogDriftFront 14s ease-in-out infinite alternate;
}

body#index .gau-hero__overlay {
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding: clamp(1.5rem, 3vw, 3rem);
  background: var(--gau-hero-overlay);
}

body#index .gau-hero__content {
  width: min(100%, 36rem);
  color: #f8f4ef;
}

body#index .gau-hero__eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.76rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: rgba(248, 244, 239, 0.72);
}

body#index .gau-hero__title {
  margin: 0;
  font-size: clamp(2.9rem, 8vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #fffaf4;
}

body#index .gau-hero__text {
  margin: 1.1rem 0 0;
  max-width: 28rem;
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  line-height: 1.7;
  color: rgba(248, 244, 239, 0.78);
}

@keyframes gauFogDriftBack {
  0% {
    transform: translate3d(-2%, -1%, 0) scale(1);
  }
  100% {
    transform: translate3d(3%, 2%, 0) scale(1.08);
  }
}

@keyframes gauFogDriftFront {
  0% {
    transform: translate3d(2%, 1%, 0) scale(1);
  }
  100% {
    transform: translate3d(-3%, -2%, 0) scale(1.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  body#index .gau-hero__slide,
  body#index .gau-hero__fog {
    animation: none;
    transition: none;
  }
}

body#index .homepage-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 4rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

body#index .category-column {
  min-width: 0;
}

body#index .category-column__title {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

body#index .category-column__title a {
  text-decoration: none;
  color: inherit;
}

body#index .category-column__products {
  position: relative;
}

body#index .category-column__product {
  min-width: 0;
}

body#index .category-column__faded-products {
  display: contents;
}

body#index .homepage-category-product {
  display: grid;
  gap: 0.75rem;
}

body#index .homepage-category-product__image-link {
  display: block;
  background: #f6f4ef;
  overflow: hidden;
  aspect-ratio: 4 / 5;
}

body#index .homepage-category-product__image-link picture {
  display: block;
  width: 100%;
  height: 100%;
}

body#index .homepage-category-product__image {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

body#index .homepage-category-product:hover .homepage-category-product__image {
  transform: scale(1.02);
}

body#index .homepage-category-product__title {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.35;
  font-weight: 400;
}

body#index .homepage-category-product__title a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 768px) {
  body#index .homepage-categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }

  body#index .category-column__title {
    text-align: center;
  }

  body#index .category-column__products {
    max-height: min(66vh, 42rem);
    padding-top: 1rem;
  }

  body#index .category-column__product--featured {
    position: relative;
    z-index: 2;
    width: 62%;
    margin: 0 auto;
  }

  body#index .category-column__product--faded {
    position: absolute;
    top: 52%;
    z-index: 1;
    width: 42%;
    opacity: 0.38;
    filter: grayscale(24%);
    transition: opacity 0.3s ease, transform 0.3s ease, filter 0.3s ease;
  }

  body#index .category-column__product--faded-2 {
    left: 0;
    transform: translate(-4%, -50%);
  }

  body#index .category-column__product--faded-3 {
    right: 0;
    transform: translate(4%, -50%);
  }

  body#index .category-column__product--faded:hover {
    opacity: 0.82;
    filter: grayscale(0%);
  }

  body#index .category-column__product--faded-2:hover {
    transform: translate(-1%, -50%) scale(1.02);
  }

  body#index .category-column__product--faded-3:hover {
    transform: translate(1%, -50%) scale(1.02);
  }

  body#index .category-column__product--featured .homepage-category-product__image-link {
    aspect-ratio: 4 / 5;
  }

  body#index .category-column__product--faded .homepage-category-product__image-link {
    aspect-ratio: 3 / 4;
  }

  body#index .category-column__product--featured .homepage-category-product__image,
  body#index .category-column__product--faded .homepage-category-product__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  body#index .category-column__product--faded .homepage-category-product__title {
    font-size: 0.82rem;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  body#index .homepage-categories {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 2.5rem 1rem;
  }

  body#index .category-column__products {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(68vw, 1fr);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.5rem;
    gap: 0.5rem;
  }

  body#index .category-column__product {
    scroll-snap-align: start;
  }

  body#index .category-column__product--featured,
  body#index .category-column__product--faded {
    position: static;
    width: auto;
    opacity: 1;
    filter: none;
    transform: none;
  }

  body#index .homepage-category-product__image-link {
    aspect-ratio: 4 / 5;
  }

  body#index .homepage-category-product__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

body#index .collection-grid {
  padding: 3.5rem 0;
  background: var(--color-bg-default);
}
body#index figure{
  margin: 0;
}
body#index .collection-grid__inner {
  display: grid;
  gap: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  align-items: stretch;
}

body#index .collection-grid__panel {
  min-width: 0;
}

body#index .collection-grid__panel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body#index .collection-grid__panel--intro,
body#index .collection-grid__panel--story {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.5rem 1.75rem 1rem;
}

@media (min-width: 768px) {
  body#index .collection-grid__inner {
    grid-template-columns: 1.05fr 1.45fr 0.9fr;
    grid-template-rows: auto auto auto;  /* Changed: no more minmax() */
    grid-template-areas:
      "left intro topRight"
      "left center topRight"
      "story center bottomRight";
  }

  body#index .collection-grid__panel--left {
    grid-area: left;
    /* Removed or reduce min-height */
  }

  body#index .collection-grid__panel--intro {
    grid-area: intro;
    align-self: end;
    padding: 1rem 1.75rem 0.85rem;
  }

  body#index .collection-grid__panel--center {
    grid-area: center;
    min-height: 0;
  }

  body#index .collection-grid__panel--top-right {
    grid-area: topRight;
    /* Removed or reduce min-height */
  }

  body#index .collection-grid__panel--story {
    grid-area: story;
    max-width: 58ch;
    padding-top: 1.25rem;
  }

  body#index .collection-grid__panel--bottom-right {
    grid-area: bottomRight;
    /* Removed or reduce min-height */
  }
}

body#index .collection-grid__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}

body#index .collection-grid h2 {
  margin: 0 0 0.6rem;
  font-size: clamp(1.8rem, 3.2vw, 3.1rem);
  letter-spacing: 0.02em;
}

body#index .collection-grid p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.6;
}

body#index .collection-grid__cta {
  display: inline-flex;
  width: fit-content;
  margin-top: 1.5rem;
  padding: 0.85rem 1.35rem;
  border: 1px solid currentColor;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease;
}

body#index .collection-grid__cta:hover {
  background: var(--color-main);
  color: var(--color-bg-default);
}

body#index .collection-grid__panel--left img {
  object-position: center center;
}

body#index .collection-grid__panel--center img {
  object-position: center 58%;
}

body#index .collection-grid__panel--top-right img {
  object-position: center top;
}

body#index .collection-grid__panel--bottom-right img {
  object-position: center 42%;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  body#index .collection-grid__inner {
    grid-template-columns: 0.95fr 1.15fr 0.9fr;
    grid-template-rows: auto minmax(14rem, 1fr) minmax(9rem, auto);
  }

  body#index .collection-grid__panel--left {
    min-height: 24rem;
  }

  body#index .collection-grid__panel--intro {
    padding: 1rem 1.25rem 0.75rem;
  }

  body#index .collection-grid__panel--story {
    padding: 1.25rem 1.25rem 0.75rem;
    max-width: none;
  }

  body#index .collection-grid__panel--top-right {
    min-height: 16rem;
  }

  body#index .collection-grid__panel--bottom-right {
    min-height: 9rem;
  }
}

@media (max-width: 767.98px) {
  body#index .collection-grid {
    padding: 2.25rem 0;
  }

  body#index .collection-grid__inner {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "intro intro"
      "left center"
      "topRight bottomRight"
      "story story";
    gap: 0;
  }

  body#index .collection-grid__panel--intro,
  body#index .collection-grid__panel--story {
    padding: 1.25rem 1rem;
    max-width: none;
  }

  body#index .collection-grid__panel--left,
  body#index .collection-grid__panel--center,
  body#index .collection-grid__panel--top-right,
  body#index .collection-grid__panel--bottom-right {
    min-height: 11rem;
  }

  body#index .collection-grid__panel--center {
    min-height: 14rem;
  }

  body#index .collection-grid__panel--top-right,
  body#index .collection-grid__panel--bottom-right {
    aspect-ratio: 1 / 1;
    min-height: auto;
  }

  body#index .collection-grid__panel--story {
    padding-top: 1.5rem;
  }
}

    /* CTA Split */
    .cta-split {
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-height: 400px;
      transition: all 0.3s;
    }
    .cta-half {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 4rem 2rem;
      text-align: center;
      transition: all 0.3s;
    }
.cta-split:has(.cta-half:first-child:hover) {
  grid-template-columns: 1.1fr 0.9fr;
}

.cta-split:has(.cta-half:last-child:hover) {
  grid-template-columns: 0.9fr 1.1fr;
}
    .cta-contact {
      background: var(--color-secondary);
      color: var(--color-bg-default);
    }
    .cta-retailers {
      background: var(--color-bg-default);
      color: var(--color-main);
    }
    .cta-half h2 {
      font-size: 2rem;
      margin-bottom: 1rem;
    }
    .cta-half p {
      font-size: 1.1rem;
      margin-bottom: 2rem;
      max-width: 400px;
    }
    .cta-half .btn {
      display: inline-block;
      padding: 1rem 3rem;
      text-decoration: none;
      font-size: 1.1rem;
      border-radius: 4px;
      transition: all 0.3s;
    }
    .cta-contact .btn {
      background: var(--color-bg-default);
      color: var(--color-secondary);
    }
    .cta-contact .btn:hover {
      background: var(--color-hover);
    }
    .cta-retailers .btn {
      background: var(--color-secondary);
      color: white;
    }
    .cta-retailers .btn:hover {
      background: var(--color-hover);
    }

    /* Mobile responsive */
    @media (max-width: 768px) {
      .cta-split {
        grid-template-columns: 1fr;
      }
      .hero h1 {
        font-size: 2rem;
      }
    }








  
/* ============================= PRODUCT PAGE ============================= */
.product-actions a.btn {
  display: block;
  width: 100%;
  white-space: normal;
}
.product-description, .card, .block-categories {
  background-color: var(--color-bg-default);
}

.thumbnail-container {
  border-radius: 0rem;
}

.product-images>li.thumb-container .thumb {
    margin-bottom: .625rem;
    border-radius: 0px;
    cursor: pointer
}

#product #content {
  position: relative;
  margin: 0;
  margin-left: 0.5rem;
}

.product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover {
    border: var(--color-hover) 1px solid;

}

.product-cover {
  width:100%;
  max-width: 400px;
  height: 400px;
  max-height: 400px;
  margin: 0 auto;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  overflow: hidden;
}

.product-cover picture,
.product-cover img {
  max-width: 400px;
  max-height: 400px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain; /* ensures the entire popup-ga.popup-gallery-canvas fits without cropping */
}

.thumb-container {
  width: 80px;
  height: 80px;
  overflow: hidden;
  display: inline-block;
  margin-right: 5px;
}

.thumb-container img {
  max-width: 80px;
  max-height: 80px;
  min-width: 45px;
  min-height: 45px;
  object-fit: cover; /* crop to fit square */
}

.product-images > li.thumb-container .thumb.selected,
.product-images > li.thumb-container .thumb:hover {
  border: var(--color-hover) 1px solid;
}
#product-modal .modal-content .modal-body .product-images img:hover {
  border: var(--color-hover) 3px solid;
}

.product-images > li.thumb-container .thumb.selected,
.product-images > li.thumb-container .thumb:hover {
  border: var(--color-hover) 1px solid;
}

#product-modal .modal-content .modal-body .product-images img:hover {
  border: var(--color-hover) 3px solid;
}

.product-miniature .product-title a {
    font-size: .875rem;
    font-weight: 500;
    color: var(--color-main);
    text-align: center;
    text-decoration: none;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.thumbnail-container:hover {
    scale: 1.05;
}
.product-miniature .thumbnail-container {
    position: relative;
    height: auto;
    margin-bottom: 1.563rem;
    overflow: hidden;
    background: #fff;
    transition-duration: 0.2s;
}

.product-miniature .product-title a {
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--color-main);
    text-align: center;
    text-decoration: none;
}

.block-categories .category-sub-menu li[data-depth="0"]>a:hover, .block-categories .category-top-menu a.text-uppercase.h6:hover {
    transition-duration: 0.2s;
    transform: translateX(5px);
}
/* Only inside the product modal */
#product-modal .modal-body > figure {
  background-color: var(--color-bg-default);   /* white background */
}
#product-modal .modal-body .popup-gallery-canvas {
  background-color: var(--color-bg-default);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
}

/* Desktop: fixed 800x800 */
#product-modal .modal-body .popup-gallery-canvas {
  width: 800px;
  height: 800px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
}

/* Large tablets / small desktops */
@media (max-width: 1200px) {
  #product-modal .modal-body .popup-gallery-canvas {
    width: 600px;
    height: 600px;
  }
}

/* Tablets / mobile landscape */
@media (max-width: 768px) {
  #product-modal .modal-body .popup-gallery-canvas {
    width: 90vw;      /* 90% of viewport width */
    height: 90vw;     /* maintain square canvas */
  }

  .thumbnail-gallery {
    margin: 0 auto !important;

  }


}

/* Small mobile */
@media (max-width: 480px) {
  #product-modal .modal-body .popup-gallery-canvas {
    width: 95vw;
    height: 95vw;
  }
}

.popup-gallery-canvas img.js-modal-product-cover {
  max-width: 100%;            /* scale down to fit canvas */
  max-height: 100%;
  width: auto;                /* preserve aspect ratio */
  height: auto;
  display: block;
}







.info-sheet {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1rem 0.5rem; 
  justify-content: space-between;
}

.info-block {
  width: 30%;
  margin-top: 0.5rem;
  margin-left: 0 ;
  margin-right: 0 ;
}

@media (max-width: 768px) {
  .info-block {
    width: 100%;
    margin-top: 0.5rem;
    margin-left: 0 ;
    margin-right: 0 ;
  }
}

.info-block__title {
  text-align: center;
  margin-bottom: 0.5rem;
  border-bottom: var(--color-separator) 1px solid;
}

.feature-sheet .feature {
  padding-bottom: 0.25rem; 
}


.footer-container .container .row {
  text-align: center;
}

.footer-container .footer-main {
  margin-top: 0 !important;
  padding-top: 0;
}

@media (min-width: 768px) {
  .footer-container .footer-main {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }

  .footer-container .footer-main > .footer-section,
  .footer-container .footer-main > [class*="col-"] {
    flex: 1 1 0;
    max-width: none;
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-container .footer-main > .footer-section:first-child,
  .footer-container .footer-main > [class*="col-"]:first-child {
    padding-left: 0;
  }

  .footer-container .footer-main > .footer-section:last-child,
  .footer-container .footer-main > [class*="col-"]:last-child {
    padding-right: 0;
  }

  .footer-container .footer-main .links,
  .footer-container .footer-main .block-contact,
  .footer-container .footer-main .wrapper {
    width: 100%;
  }

  .footer-container .footer-accordion__summary {
    display: block;
  }
}

.gau-footer__placeholder {
  display: inline-flex;
  align-items: center;
  opacity: 0.6;
  cursor: default;
}

.footer-container .footer-section > .h3,
.footer-container .footer-section .title .h3 {
  margin-top: 0;
  margin-bottom: 0.85rem;
  color: var(--color-text-default);
  opacity: 1;
}

.footer-container .footer-accordion {
  display: block;
  width: 100%;
}

.footer-container .footer-accordion__summary {
  display: block;
  list-style: none;
  cursor: pointer;
  margin: 0 0 0.85rem;
}

.footer-container .footer-accordion__summary::-webkit-details-marker {
  display: none;
}

.footer-container .footer-accordion__summary::after {
  content: "+";
  font-size: 1rem;
  line-height: 1;
  opacity: 0.7;
}

.footer-container .footer-accordion[open] > .footer-accordion__summary::after {
  content: "−";
}

.footer-container .footer-accordion__summary .h3 {
  margin: 0;
  color: var(--color-text-default);
}

.footer-container .footer-accordion__content {
  background: transparent;
}

.footer-container .email_subscription,
.footer-container .block_newsletter,
.footer-container .footer-section,
.footer-container .footer-section .wrapper,
.footer-container .footer-section .links,
.footer-container .footer-section .title,
.footer-container .footer-section .collapse,
.footer-container ul,
.footer-container li {
  background: transparent;
}

.footer-container .email_subscription form {
  display: grid;
  gap: 0.65rem;
}

.footer-container .email_subscription input[type="email"] {
  width: 100%;
  min-height: 2.8rem;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(28, 29, 41, 0.18);
  background: rgba(247, 244, 236, 0.28);
  color: var(--color-text-default);
}

.footer-container .email_subscription input[type="email"]::placeholder {
  color: rgba(28, 29, 41, 0.56);
}

.footer-container .email_subscription input[type="submit"] {
  display: block;
  width: 100%;
  min-height: 2.8rem;
  border: 1px solid rgba(28, 29, 41, 0.18);
  background: rgba(247, 244, 236, 0.42);
  color: var(--color-text-default);
}

.footer-container .email_subscription .notification {
  margin: 0 0 0.35rem;
  padding: 0.55rem 0.7rem;
  background: rgba(247, 244, 236, 0.4);
  border: 1px solid rgba(28, 29, 41, 0.12);
}

.footer-container .email_subscription p,
.footer-container .email_subscription .conditions,
.footer-container .email_subscription .custom-checkbox label,
.footer-container .email_subscription .gdpr_consent_label,
.footer-container .email_subscription small {
  font-size: 0.72rem;
  line-height: 1.35;
  color: rgba(28, 29, 41, 0.72);
}

@media (min-width: 768px) {
  .footer-container .footer-accordion__summary::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .footer-container .footer-accordion__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}









/* aaaaaa */
.header-search {
  display: flex;
  align-items: center;
}

.search-toggle {
  background: none;
  border: 0;
  cursor: pointer;
}

#search-panel {
  width: 100%;
  border-top: 1px solid var(--color-separator);
  padding: 1rem;
}

/* blog mobile */
@media (max-width: 768px) {
    .block.ets_block_categories.ets_blog_ltr_mode,
    .block.ets_block_archive.ets_blog_ltr_mode,
    .title_blog,
    .block.ets_block_search.ets_blog_ltr_mode,
    .content_block {
    display: none !important;
    }
}

body#index .arpel-blog-home {
  padding: 4rem 1.5rem 0;
}

body#index .arpel-blog-home__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1380px;
  margin: 0 auto 1.5rem;
}

body#index .arpel-blog-home__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.58);
}

body#index .arpel-blog-home .title_blog.title_block {
  display: block !important;
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 3rem);
  line-height: 1.1;
}

body#index .arpel-blog-home__button,
body#index .arpel-blog-home__readmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
}

body#index .arpel-blog-home__button {
  padding: 0.9rem 1.4rem;
  border: 1px solid currentColor;
  transition: background-color 0.25s ease, color 0.25s ease;
}

body#index .arpel-blog-home__button:hover {
  background: var(--color-main);
  color: var(--color-bg-default);
}

body#index .arpel-blog-home .block_content {
  max-width: 1380px;
  margin: 0 auto;
}

body#index .arpel-blog-home .owl-controls,
body#index .arpel-blog-home .owl-nav {
  display: none;
}

body#index .arpel-blog-home--has-carousel .block_content {
  position: relative;
  padding-bottom: 3.5rem;
}

body#index .arpel-blog-home--has-carousel .owl-controls {
  display: block;
}

body#index .arpel-blog-home--has-carousel .owl-nav {
  display: flex;
  gap: 0.75rem;
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto;
}

body#index .arpel-blog-home--has-carousel .owl-nav > div {
  position: static;
  margin: 0;
}

body#index .arpel-blog-home__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

body#index .arpel-blog-home__item {
  width: 100%;
}

body#index .arpel-blog-home__card {
  display: grid;
  background: var(--color-bg-default);
}

body#index .arpel-blog-home__image-link {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f3f3f3;
}

body#index .arpel-blog-home__image-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

body#index .arpel-blog-home__card:hover .arpel-blog-home__image-link img {
  transform: scale(1.02);
}

body#index .arpel-blog-home__content {
  padding-top: 1rem;
}

body#index .arpel-blog-home__meta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.6rem;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body#index .arpel-blog-home__category,
body#index .arpel-blog-home__date {
  color: rgba(0, 0, 0, 0.6);
}

body#index .arpel-blog-home__category {
  text-decoration: none;
}

body#index .arpel-blog-home__title {
  margin: 0 0 0.6rem;
  font-size: 1.05rem;
  line-height: 1.3;
}

body#index .arpel-blog-home__title a {
  color: inherit;
  text-decoration: none;
}

body#index .arpel-blog-home__excerpt {
  margin: 0 0 1rem;
  line-height: 1.6;
}

body#index .arpel-blog-home__readmore {
  padding-bottom: 0.1rem;
  border-bottom: 1px solid currentColor;
}

body#index .arpel-designers-grid {
  display: grid;
  grid-template-columns: repeat(var(--arpel-designers-columns, 4), minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 1380px;
  margin: 0 auto;
  justify-items: center;
}

body#index .arpel-designers-grid__card {
  display: grid;
  width: 100%;
  max-width: 22rem;
}

body#index .arpel-designers-grid__image-link {
  display: block;
  aspect-ratio: 4 / 5;
  width: 100%;
  max-height: min(56vh, 28rem);
  overflow: hidden;
  background: #f3f3f3;
}

body#index .arpel-designers-grid__image-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

body#index .arpel-designers-grid__card:hover .arpel-designers-grid__image-link img {
  transform: scale(1.02);
}

body#index .arpel-designers-grid__content {
  padding-top: 1rem;
}

body#index .arpel-designers-grid__title {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  line-height: 1.3;
}

body#index .arpel-designers-grid__title a {
  color: inherit;
  text-decoration: none;
}

body#index .arpel-designers-grid__excerpt {
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  body#index .arpel-blog-home {
    padding: 3rem 1rem 0;
  }

  body#index .arpel-blog-home__header {
    display: block;
  }

  body#index .arpel-blog-home__button {
    margin-top: 1rem;
  }

  body#index .arpel-blog-home--has-carousel .block_content {
    padding-bottom: 2.75rem;
  }

  body#index .arpel-blog-home--has-carousel .owl-nav {
    left: 0;
    right: auto;
  }

  body#index .arpel-designers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
/* .ets-blog-gallery {
    width: 100%;
    padding: 0 2rem;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    transform: none;
}

.ets-blog-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
}

.ets-blog-gallery-item {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
 */
.ets-blog-wrapper .page-heading {
    clear: both;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-left: 0.5rem;
}

.ets-blog-list li {
    margin-bottom: 35px;
    padding: 0 0.5rem;
}

body#ets_blog_page #content-wrapper {
  padding: 0 !important;

}

.ets-blog-gallery {
  width: 100%;
}

.ets-blog-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ets-blog-gallery-item {
  height: 70vh;
  flex-grow: 1;
}

.ets-blog-gallery-item:last-child {
  flex-grow: 10;
}

.ets-blog-gallery-item img {
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  padding: 0.25rem;
}
.ets-blog-post-content img {
  display: block;
  margin: 0 auto;
}
@media (max-aspect-ratio: 1/1) {
  .ets-blog-gallery-item {
    height: 30vh;
  }
}

@media (max-height: 480px) {
  .ets-blog-gallery-item {
    height: 80vh;
  }
}

@media (max-aspect-ratio: 1/1) and (max-width: 768px) {
  .ets-blog-gallery-grid {
    flex-direction: row;
  }
  .ets-blog-gallery-item {
    height: auto;
    width: 100%;
  }
  .ets-blog-gallery-item img {
    width: 100%;
    max-height: 75vh;
    min-width: 0;
    
  }
}

.gau-home-skeleton {
  padding: 3rem 0;
  border-top: 0;
}

.gau-home-skeleton__inner {
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
}

.gau-home-skeleton__heading {
  display: grid;
  grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 1rem;
}

.gau-home-skeleton__eyebrow {
  margin: 0 0 0.6rem;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.55;
}

.gau-home-skeleton__heading h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.6vw, 3rem);
  line-height: 1.05;
  font-weight: 400;
}

.gau-home-skeleton__copy,
.gau-home-skeleton__split {
  max-width: 980px;
}

.gau-home-skeleton__split {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.85fr);
  gap: 1.5rem;
  align-items: center;
}

.gau-home-skeleton--catalog-entry .gau-home-skeleton__split {
  max-width: none;
  grid-template-columns: minmax(0, 1.9fr) minmax(220px, 0.7fr);
  align-items: start;
}

.gau-home-skeleton--catalog-entry .gau-home-skeleton__content {
  max-width: 24rem;
}

.gau-home-skeleton__content,
.gau-home-skeleton__card,
.gau-home-skeleton__closing {
  padding: 0.65rem 0 0;
  border-top: 0;
}

.gau-home-skeleton__content p,
.gau-home-skeleton__card p,
.gau-home-skeleton__copy p {
  margin: 0;
  color: rgba(0, 0, 0, 0.68);
  line-height: 1.7;
}

.gau-home-skeleton__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.gau-home-skeleton__card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.gau-home-skeleton__card-image,
.gau-home-skeleton__feature-image,
.gau-home-skeleton__showcase-item {
  margin: 0;
  overflow: hidden;
  background: #f2efe9;
}

.gau-home-skeleton__card-image {
  aspect-ratio: 4 / 4.8;
  margin-bottom: 1rem;
}

.gau-home-skeleton__feature-image {
  aspect-ratio: 1 / 1;
}

.gau-home-skeleton__showcase {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr 0.9fr;
  grid-template-rows: 1.05fr 0.95fr;
  gap: 0.85rem;
}

.gau-home-skeleton--catalog-entry .gau-home-skeleton__showcase {
  aspect-ratio: 16 / 8.2;
  min-height: 0;
}

.gau-home-skeleton__type-rail {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  margin-top: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.gau-home-skeleton__type-link {
  display: grid;
  grid-template-columns: 0.2rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  min-height: 4.2rem;
  padding: 1rem 1rem 1rem 0;
  color: inherit;
  text-decoration: none;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  transition: background-color 0.2s ease, color 0.2s ease;
}

.gau-home-skeleton__type-link:last-child {
  border-right: 0;
}

.gau-home-skeleton__type-link:hover,
.gau-home-skeleton__type-link:focus {
  background: rgba(0, 0, 0, 0.03);
  color: inherit;
  text-decoration: none;
}

.gau-home-skeleton__type-strip {
  display: block;
  width: 0.2rem;
  align-self: stretch;
  min-height: 100%;
  background: var(--gau-type-color, #1d4691);
}

.gau-home-skeleton__type-name {
  display: block;
  font-size: 0.82rem;
  line-height: 1.35;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gau-home-skeleton__projects {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.gau-home-skeleton__projects-copy {
  align-self: start;
  max-width: 22rem;
}

.gau-home-skeleton__projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(8.5rem, 12rem));
  gap: 0.45rem;
  width: min(100%, 42rem);
  min-height: 0;
  justify-self: start;
  align-self: start;
}

.gau-home-skeleton--custom {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.gau-home-skeleton__projects-item {
  margin: 0;
  overflow: hidden;
  background: #f2efe9;
}

.gau-home-skeleton__projects-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gau-home-skeleton__projects-item--small-a {
  grid-column: 1;
  grid-row: 1;
}

.gau-home-skeleton__projects-item--wide-a {
  grid-column: 2 / span 2;
  grid-row: 1;
}

.gau-home-skeleton__projects-item--wide-b {
  grid-column: 1 / span 2;
  grid-row: 2;
}

.gau-home-skeleton__projects-item--small-b {
  grid-column: 3;
  grid-row: 2;
}

.gau-home-skeleton__showcase-item--tall {
  grid-row: 1 / span 2;
}

.gau-home-skeleton__showcase-item--wide {
  grid-column: 2 / span 2;
}

.gau-home-skeleton__card-image img,
.gau-home-skeleton__feature-image img,
.gau-home-skeleton__showcase-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gau-home-skeleton__showcase-item--washington img {
  object-position: center top;
}

.gau-home-skeleton__card-kicker {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.52;
}

.gau-home-skeleton__card h3 {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gau-home-skeleton__inline-link,
.gau-home-skeleton__inline-note {
  font-size: 0.9rem;
  line-height: 1.5;
}

.gau-home-skeleton__inline-link {
  color: #1f4aa7;
  text-decoration: none;
}

.gau-home-skeleton__inline-link:hover,
.gau-home-skeleton__inline-link:focus {
  text-decoration: underline;
}

.gau-home-skeleton__actions {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  align-items: center;
}

.gau-home-skeleton__actions--stack {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
}

.gau-home-skeleton--closing {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background-image: url("../img/homepage-bottom-cta.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.gau-home-skeleton__closing {
  max-width: 660px;
  padding: 1.35rem 1.5rem;
  background: rgba(247, 244, 236, 0.72);
  backdrop-filter: blur(3px);
  color: #1f2329;
}

.gau-home-skeleton--closing .gau-home-skeleton__inline-note {
  display: block;
  max-width: 32rem;
}

.gau-home-skeleton__closing h2 {
  margin: 0;
  font-size: clamp(1.75rem, 2.8vw, 3.15rem);
  line-height: 1.08;
  color: #171b21;
}

.gau-home-skeleton--closing .gau-home-skeleton__eyebrow,
.gau-home-skeleton--closing .gau-home-skeleton__inline-note,
.gau-home-skeleton--closing .gau-home-skeleton__inline-link {
  color: rgba(23, 27, 33, 0.82);
}

.gau-home-skeleton--closing .gau-home-skeleton__inline-link:hover,
.gau-home-skeleton--closing .gau-home-skeleton__inline-link:focus {
  color: #171b21;
}

.gau-home-skeleton--closing .gau-home-skeleton__actions {
  margin-top: 1rem;
}

@media (max-width: 991px) {
  .gau-home-skeleton {
    padding: 2.4rem 0;
  }

  .gau-home-skeleton__inner {
    width: min(100%, calc(100% - 1.5rem));
  }

  .gau-home-skeleton__heading,
  .gau-home-skeleton__split,
  .gau-home-skeleton__cards {
    grid-template-columns: 1fr;
  }

  .gau-home-skeleton--catalog-entry .gau-home-skeleton__split {
    grid-template-columns: 1fr;
  }

  .gau-home-skeleton--catalog-entry .gau-home-skeleton__content {
    max-width: none;
  }

  .gau-home-skeleton__type-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gau-home-skeleton__projects {
    grid-template-columns: 1fr;
  }

  .gau-home-skeleton__projects-copy {
    max-width: none;
  }

  .gau-home-skeleton__projects-grid {
    min-height: 0;
  }

  .gau-home-skeleton__showcase {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .gau-home-skeleton__showcase-item--tall,
  .gau-home-skeleton__showcase-item--wide {
    grid-column: auto;
    grid-row: auto;
  }

  .gau-home-skeleton__feature-image {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 640px) {
  .gau-home-skeleton {
    padding: 2rem 0;
  }

  .gau-home-skeleton__inner {
    width: min(100%, calc(100% - 1rem));
  }

  .gau-home-skeleton__heading {
    gap: 1rem;
    margin-bottom: 0.8rem;
  }

  .gau-home-skeleton__type-rail {
    grid-template-columns: 1fr;
  }

  .gau-home-skeleton__type-link {
    min-height: 3.6rem;
  }

  .gau-home-skeleton__projects-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, minmax(10rem, 1fr));
  }

  .gau-home-skeleton__projects-item--small-a {
    grid-column: 1;
    grid-row: 1;
  }

  .gau-home-skeleton__projects-item--wide-a {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .gau-home-skeleton__projects-item--wide-b {
    grid-column: 1;
    grid-row: 2 / span 2;
  }

  .gau-home-skeleton__projects-item--small-b {
    grid-column: 2;
    grid-row: 3;
  }
}
