/*
 * EEREE 2026 storefront redesign
 * Visual direction: cleaner editorial ecommerce, inspired by premium barefoot stores.
 * Keeps all existing PrestaShop hooks/modules intact.
 */

:root {
  --eeree-blue: #1e509c;
  --eeree-blue-dark: #153c77;
  --eeree-ink: #111318;
  --eeree-muted: #666b73;
  --eeree-line: #e7e8ea;
  --eeree-soft: #f5f6f7;
  --eeree-soft-blue: #eef4fb;
  --eeree-white: #fff;
  --eeree-radius-sm: 14px;
  --eeree-radius-md: 22px;
  --eeree-radius-lg: 32px;
  --eeree-container: 1440px;
  --eeree-shadow: 0 18px 50px rgba(13, 28, 51, .08);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--eeree-ink);
  background: var(--eeree-white);
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
.products-section-title,
.displayWPBannerTop__title,
.displayHomeSection__title,
.quality-section__title,
.homepage-gallery-section__title {
  font-family: "Manrope", sans-serif !important;
  letter-spacing: -.035em;
}

.container {
  width: calc(100% - 48px);
  max-width: var(--eeree-container);
}

#index #wrapper,
#index #content-wrapper,
#index .page-home {
  background: var(--eeree-white);
}

#index #content-wrapper {
  padding-left: 0;
  padding-right: 0;
}

#index .page-home {
  overflow: hidden;
}

/* -----------------------------
   Announcement bar
------------------------------ */
.eeree-announcement {
  position: relative;
  z-index: 30;
  min-height: 34px;
  background: var(--eeree-ink);
  color: var(--eeree-white);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.eeree-announcement__inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  white-space: nowrap;
}

/* -----------------------------
   Header / navigation
------------------------------ */
#header {
  position: relative;
  z-index: 50;
  background: #fff;
  box-shadow: none;
}

#header .header-banner {
  margin: 0;
}

#header .header-nav {
  margin: 0;
  border: 0;
  background: #fff;
}

#header .header-top {
  padding: 0;
  border-bottom: 1px solid var(--eeree-line);
  background: rgba(255, 255, 255, .98);
}

#header .header-top > .container,
#header .header-shell {
  max-width: var(--eeree-container);
}

#header .header-top__desktop {
  min-height: 92px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
}

#header #_desktop_logo {
  order: 1;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
}

#header #_desktop_logo > a:first-child {
  display: flex;
  align-items: center;
}

#header #_desktop_logo .logo {
  width: auto;
  max-width: 170px;
  max-height: 56px;
  object-fit: contain;
}

#header .home-btn-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #747982;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .09em;
  text-transform: uppercase;
}

#header .home-btn-link:hover,
#header .home-btn-link:focus {
  color: var(--eeree-blue);
  background: transparent;
}

#header .header-top__search {
  order: 2;
  flex: 1 1 340px;
  max-width: 520px;
  margin-left: auto;
}

#header .header-top__actions {
  order: 3;
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: 4px;
}

/* Search duplicated by displayTop in this theme; keep the dedicated desktop instance. */
#header .header-top__desktop > #search_widget {
  display: none !important;
}

#header .header-top__search #search_widget,
#header .header-top__search .search-widget,
#header .header-top__search form {
  width: 100%;
}

#header .header-top__search .search-widget {
  position: relative;
  margin: 0;
}

#header .header-top__search .search-widget-icon {
  display: none;
}

#header .header-top__search .input-search,
#header .header-top__search input[type="text"] {
  width: 100%;
  height: 46px;
  padding: 0 52px 0 18px;
  border: 1px solid #dedfe2;
  border-radius: 999px;
  background: #f8f8f8;
  color: var(--eeree-ink);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  box-shadow: none;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

#header .header-top__search .input-search:focus,
#header .header-top__search input[type="text"]:focus {
  outline: none;
  border-color: #bfc8d6;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(30, 80, 156, .08);
}

#header .header-top__search .btn-search {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 34px;
  height: 34px;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: var(--eeree-ink);
  color: #fff;
}

#header .header-top__wishlist,
#header .user-info > a,
#header .blockcart > .header > a,
#header .blockcart > .header > i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--eeree-ink) !important;
  transition: background .2s ease, color .2s ease;
}

#header .header-top__wishlist:hover,
#header .user-info > a:hover,
#header .blockcart > .header > a:hover {
  background: var(--eeree-soft);
  color: var(--eeree-blue) !important;
}

#header .header-top__wishlist .material-icons,
#header .user-info .material-icons,
#header .blockcart .material-icons {
  font-size: 23px;
}

#header #_desktop_cart {
  order: 3;
  margin-left: 0;
}

#header .header-top .blockcart {
  margin: 0;
  padding: 0;
}

#header span.cart-products-count {
  top: 1px;
  right: -2px;
  bottom: auto;
  left: auto;
  width: 17px;
  height: 17px;
  line-height: 17px;
  border: 2px solid #fff;
  background: var(--eeree-blue);
  font-size: 9px;
}

#header #top_menu_container {
  order: 10;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--eeree-line);
}

#header .header-top .menu {
  margin: 0;
}

#header .header-top .menu > ul#top-menu {
  min-height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  overflow: visible;
  padding: 0;
}

#header .header-top a[data-depth="0"] {
  display: flex;
  align-items: center;
  min-height: 57px;
  padding: 0;
  color: var(--eeree-ink);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .045em;
  text-transform: uppercase;
}

#header .header-top a[data-depth="0"]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 13px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: var(--eeree-blue);
  transition: transform .2s ease;
}

#header .header-top a[data-depth="0"]:hover::after,
#header .header-top li.current > a[data-depth="0"]::after {
  transform: scaleX(1);
}

#header .top-menu[data-depth="0"] li:hover .sub-menu {
  border: 1px solid var(--eeree-line);
  border-radius: 0 0 18px 18px;
  background: #fff;
  box-shadow: var(--eeree-shadow);
}

#header .top-menu .sub-menu a {
  font-family: "Inter", sans-serif;
}

/* -----------------------------
   Hero slider
------------------------------ */
#index #slideshow {
  width: 100%;
  margin: 0;
  background: #eceff2;
  overflow: hidden;
}

#index #slideshow #wpimageslider-wrap,
#index #slideshow #wpimageslider-wrap .bx-wrapper,
#index #slideshow #wpimageslider-wrap .bx-viewport,
#index #slideshow #wpimageslider-wrap #wpbxslider,
#index #slideshow #wpimageslider-wrap li,
#index #slideshow #wpimageslider-wrap li figure {
  width: 100%;
}

#index #slideshow #wpimageslider-wrap li figure {
  position: relative;
  min-height: clamp(500px, 49vw, 760px);
  margin: 0;
  overflow: hidden;
  background: #dfe3e8;
}

#index #slideshow #wpimageslider-wrap li img,
#index #slideshow #wpimageslider-wrap li .hero-slide__image {
  width: 100%;
  height: 100%;
  min-height: clamp(500px, 49vw, 760px);
  object-fit: cover;
  object-position: center;
}

#index #slideshow #wpimageslider-wrap li figure::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, .48) 0%, rgba(0, 0, 0, .18) 42%, rgba(0, 0, 0, 0) 70%);
}

#index #slideshow #wpimageslider-wrap li .caption,
#index #slideshow #wpimageslider-wrap li .caption.hero-slide__caption--with-text {
  top: 50%;
  bottom: auto;
  left: max(24px, calc((100vw - var(--eeree-container)) / 2 + 24px));
  z-index: 3;
  width: min(620px, 50vw);
  max-width: 620px;
  padding: 0;
  transform: translateY(-50%);
  background: transparent;
  color: #fff;
  text-align: left;
  text-shadow: none;
}

#index #slideshow #wpimageslider-wrap li .caption .caption-description h1,
#index #slideshow #wpimageslider-wrap li .caption .caption-description h2,
#index #slideshow #wpimageslider-wrap li .caption .caption-description .h2 {
  margin: 0 0 18px;
  color: #fff;
  font-family: "Manrope", sans-serif !important;
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.055em;
  text-transform: none;
}

#index #slideshow #wpimageslider-wrap li .caption .caption-description p,
#index #slideshow #wpimageslider-wrap li .caption .caption-description li {
  max-width: 520px;
  margin: 0 0 24px;
  color: rgba(255,255,255,.94);
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.55;
}

#index #slideshow #wpimageslider-wrap li .hero-slide__button {
  min-width: 170px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: #fff;
  color: var(--eeree-ink) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: none;
}

#index #slideshow #wpimageslider-wrap li .hero-slide__button:hover,
#index #slideshow #wpimageslider-wrap li .hero-slide__button:focus {
  border-color: var(--eeree-blue);
  background: var(--eeree-blue);
  color: #fff !important;
}

#index #slideshow #wpimageslider-wrap .bx-controls .bx-prev,
#index #slideshow #wpimageslider-wrap .bx-controls .bx-next {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  background: rgba(0,0,0,.18);
  backdrop-filter: blur(8px);
}

/* -----------------------------
   Homepage category tiles
------------------------------ */
.displayWPBannerTop {
  padding: 86px 0 96px;
  background: #fff;
}

.displayWPBannerTop__title {
  margin: 0 0 38px;
  color: var(--eeree-ink);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 750;
  line-height: 1.05;
  text-align: left;
  text-transform: none;
}

.displayWPBannerTop__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.displayWPBannerTop__item {
  width: auto;
  min-width: 0;
}

.displayWPBannerTop__card {
  height: 100%;
  overflow: hidden;
  border: 0;
  border-radius: var(--eeree-radius-md);
  background: #eef0f2;
  box-shadow: none;
}

.displayWPBannerTop__media {
  position: relative;
  aspect-ratio: 1 / 1.12;
  overflow: hidden;
  background: #eef0f2;
}

.displayWPBannerTop__media::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.62));
}

.displayWPBannerTop__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.2,.7,.2,1);
}

.displayWPBannerTop__card-copy {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}

.displayWPBannerTop__card-title {
  padding: 0;
  background: transparent;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: clamp(22px, 2vw, 31px);
  font-weight: 700;
  line-height: 1.05;
  text-align: left;
  text-transform: none;
}

.displayWPBannerTop__card-cta {
  flex: 0 0 auto;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255,255,255,.75);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.displayWPBannerTop__link:hover .displayWPBannerTop__card,
.displayWPBannerTop__link:focus .displayWPBannerTop__card {
  transform: none;
  box-shadow: none;
}

.displayWPBannerTop__link:hover .displayWPBannerTop__image,
.displayWPBannerTop__link:focus .displayWPBannerTop__image {
  transform: scale(1.035);
}

/* -----------------------------
   Product sections + cards
------------------------------ */
#index .featured-products,
#index .new-products,
#index .product-accessories,
#index #products {
  max-width: var(--eeree-container);
  margin: 0 auto;
  padding: 72px 24px 96px;
}

#index .featured-products .products-section-title,
#index .new-products .products-section-title,
#index .product-accessories .products-section-title,
#index #products .products-section-title {
  margin: 0 0 34px;
  color: var(--eeree-ink);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 750;
  line-height: 1.05;
  text-align: left;
  text-transform: none !important;
}

#index .featured-products .products-section-title a,
#index .new-products .products-section-title a {
  color: inherit;
}

.product-miniature {
  margin-bottom: 0;
}

.product-miniature .thumbnail-container {
  gap: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none !important;
  text-align: left;
  transition: none;
}

.product-miniature .left-block {
  position: relative;
  overflow: hidden;
  border-radius: var(--eeree-radius-sm);
  background: var(--eeree-soft);
}

.product-miniature .product-thumbnail {
  overflow: hidden;
  border-radius: var(--eeree-radius-sm);
  background: var(--eeree-soft);
}

.product-miniature .product-thumbnail img {
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 0;
  object-fit: contain;
  transition: transform .45s cubic-bezier(.2,.7,.2,1);
}

.product-miniature:hover .product-thumbnail img,
.product-miniature:focus-within .product-thumbnail img {
  transform: scale(1.025);
}

.product-miniature .variant-links,
.product-miniature .center-block,
.product-miniature .right-block {
  padding-right: 0;
  padding-left: 0;
}

.product-miniature .variant-links {
  justify-content: flex-start;
  gap: 7px;
  padding-top: 14px;
}

.product-miniature .variant-links a.color {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 50%;
}

.product-miniature .product-description {
  align-items: flex-start;
  gap: 7px;
  padding-top: 14px;
}

.product-miniature .product-title {
  min-height: 0;
  justify-content: flex-start;
  text-align: left;
}

.product-miniature .product-title a {
  color: var(--eeree-ink) !important;
  font-family: "Inter", sans-serif;
  font-size: 14px !important;
  font-weight: 550;
  line-height: 1.4 !important;
  text-transform: none;
}

.product-miniature .product-price-and-shipping {
  justify-content: flex-start;
  gap: 5px 10px;
  color: var(--eeree-ink);
}

.product-miniature .product-price-and-shipping .price {
  color: var(--eeree-ink);
  font-size: 14px;
  font-weight: 700;
}

.product-miniature .product-price-and-shipping .regular-price {
  width: auto;
  color: #8b8e94;
  font-size: 13px;
}

.product-miniature .product-actions {
  margin-top: 10px;
  text-align: left;
}

.product-miniature .product-actions .btn.btn-primary.view,
.product-miniature a.btn.btn-primary.view {
  width: auto;
  max-width: none;
  min-height: auto;
  display: inline-flex !important;
  padding: 0 0 4px;
  border: 0 !important;
  border-bottom: 1px solid var(--eeree-ink) !important;
  border-radius: 0;
  background: transparent !important;
  color: var(--eeree-ink) !important;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.product-miniature .product-actions .btn.btn-primary.view:hover,
.product-miniature .product-actions .btn.btn-primary.view:focus,
.product-miniature a.btn.btn-primary.view:hover,
.product-miniature a.btn.btn-primary.view:focus {
  border-color: var(--eeree-blue) !important;
  background: transparent !important;
  color: var(--eeree-blue) !important;
}

.product-miniature:hover .thumbnail-container,
.product-miniature:focus-within .thumbnail-container {
  box-shadow: none !important;
}

.product-miniature .product-flags {
  display: flex !important;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  flex-direction: column;
  gap: 5px;
}

.product-miniature .product-flags li,
.product-miniature .product-flags .new,
.product-miniature .product-flags .on-sale,
.product-miniature .product-flags .discount,
.product-miniature .product-flags .pack {
  min-width: 0;
  padding: 7px 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: var(--eeree-ink);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
  text-transform: uppercase;
  box-shadow: none;
}

#index .featured-products .owl-stage-outer,
#index .new-products .owl-stage-outer {
  overflow: visible;
}

#index .featured-products .owl-nav,
#index .new-products .owl-nav {
  top: -64px;
  right: 0;
  left: auto;
  width: auto;
}

#index .featured-products .owl-prev,
#index .featured-products .owl-next,
#index .new-products .owl-prev,
#index .new-products .owl-next {
  width: 42px;
  height: 42px;
  border: 1px solid var(--eeree-line);
  border-radius: 50%;
  background: #fff;
  color: var(--eeree-ink);
}

/* -----------------------------
   Editorial / shop the photo
------------------------------ */
.displayHomeSection {
  width: 100vw;
  margin: 0 0 0 calc(50% - 50vw);
  padding: 96px 0 108px;
  background: #f3f2ef;
}

.displayHomeSection__title {
  margin: 0 0 48px;
  color: var(--eeree-ink);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 750;
  line-height: 1.05;
  text-align: left;
  text-transform: none;
}

.htmlcontent-home {
  gap: 80px;
}

.htmlcontent-home .htmlcontent-item,
.htmlcontent-home .htmlcontent-item-wrapper:nth-child(even) .htmlcontent-item {
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: clamp(36px, 5vw, 80px);
}

.htmlcontent-home .htmlcontent-item-wrapper:nth-child(even) .htmlcontent-item {
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
}

.htmlcontent-home .htmlcontent-item-img img {
  border: 0;
  border-radius: var(--eeree-radius-md);
  box-shadow: none;
}

.htmlcontent-home .html-content-item-content {
  max-width: 520px;
}

.htmlcontent-home .item-title {
  margin-bottom: 16px;
  color: var(--eeree-ink);
  font-family: "Manrope", sans-serif;
  font-size: clamp(27px, 2.4vw, 40px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.04em;
  text-transform: none;
}

.htmlcontent-home .item-html {
  color: #4c5057;
  font-size: 15px;
  line-height: 1.72;
}

.htmlcontent-home .item-html a {
  display: inline-flex;
  margin-top: 10px;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--eeree-ink);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.htmlcontent-home .item-html a:hover {
  background: var(--eeree-blue);
}

/* -----------------------------
   Quality / reassurance
------------------------------ */
.quality-section {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 96px 0;
  background: #fff;
}

.quality-section__title {
  margin: 0 0 44px;
  color: var(--eeree-ink);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 750;
  line-height: 1.05;
  text-align: left;
  text-transform: none;
}

.quality-section__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.quality-section__card {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 22px;
  border: 1px solid var(--eeree-line);
  border-radius: var(--eeree-radius-sm);
  background: #fff;
  box-shadow: none;
}

.quality-section__icon {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.quality-section__label {
  color: var(--eeree-ink);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: .015em;
  text-transform: none;
}

/* -----------------------------
   Real life gallery
------------------------------ */
.homepage-gallery-section {
  width: 100vw;
  margin: 0 0 0 calc(50% - 50vw);
  padding: 88px 0 108px;
  background: var(--eeree-ink);
}

.homepage-gallery-section__inner {
  padding: 0;
}

.homepage-gallery-section__title {
  margin: 0 0 40px;
  color: #fff;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 750;
  line-height: 1.05;
  text-align: left;
  text-transform: none;
}

.homepage-gallery-slider__item {
  overflow: hidden;
  border: 0;
  border-radius: var(--eeree-radius-sm);
  background: #222;
  box-shadow: none;
}

.homepage-gallery-slider__item img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform .45s ease;
}

.homepage-gallery-slider__item:hover img {
  transform: scale(1.025);
}

.homepage-gallery-slider .owl-prev,
.homepage-gallery-slider .owl-next {
  border-color: rgba(255,255,255,.25);
  background: rgba(255,255,255,.08);
  color: #fff;
}

/* -----------------------------
   Footer
------------------------------ */
.footer-before {
  padding: 64px 0;
  border-top: 1px solid var(--eeree-line);
  background: #f7f7f6;
}

.footer-container {
  padding-top: 72px;
  background: #fff;
  color: var(--eeree-ink);
}

.footer-container h3,
.footer-container h4,
.footer-container .h3,
.footer-container .h4,
.footer-container .block-contact-title {
  color: var(--eeree-ink);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
  text-transform: none;
}

.footer-container a,
.footer-container li,
.footer-container p {
  color: #5f646c;
  font-size: 13px;
  line-height: 1.7;
}

.footer-container a:hover {
  color: var(--eeree-blue);
}

.footer-bottom {
  margin-top: 52px;
  padding: 30px 0;
  border-top: 1px solid var(--eeree-line);
}

.footer-logo .logo {
  max-width: 150px;
}

.footer-copyright {
  border-top: 1px solid var(--eeree-line);
  background: #fff;
}

.footer-copyright a {
  color: #8b8f95;
  font-size: 11px;
}

/* -----------------------------
   Buttons / generic commerce UI
------------------------------ */
.btn-primary,
.btn.btn-primary {
  border-color: var(--eeree-ink);
  border-radius: 999px;
  background: var(--eeree-ink);
  font-family: "Inter", sans-serif;
  font-weight: 650;
  box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  border-color: var(--eeree-blue);
  background: var(--eeree-blue);
}

.breadcrumb {
  font-size: 11px;
}

/* -----------------------------
   Tablet / mobile
------------------------------ */
@media (max-width: 1199px) {
  .container {
    width: calc(100% - 36px);
  }

  #header .header-top__desktop {
    display: none !important;
  }

  #header .header-nav {
    min-height: 68px;
    border-bottom: 1px solid var(--eeree-line);
  }

  #header .header-nav .container {
    width: calc(100% - 24px);
  }

  #header .header-nav .mobile {
    min-height: 68px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  #header .header-nav .top-logo {
    display: flex;
    align-items: center;
  }

  #header .header-nav .top-logo img {
    max-width: 130px;
    max-height: 42px;
  }

  #header .header-nav .mobile-menu {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  #header .header-nav #menu-icon,
  #header .header-nav #_mobile_cart,
  #header .header-nav #_mobile_user_info,
  #header .header-nav #mobile_search {
    width: 38px;
    height: 42px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #header #mobile_search::before {
    font-size: 18px;
  }

  #mobile_top_menu_wrapper {
    margin: 0;
    padding: 14px 18px 24px;
    border-top: 1px solid var(--eeree-line);
    background: #fff;
  }

  #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
    padding: 15px 0;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 650;
    text-transform: none;
  }

  #index #slideshow #wpimageslider-wrap li figure,
  #index #slideshow #wpimageslider-wrap li img,
  #index #slideshow #wpimageslider-wrap li .hero-slide__image {
    min-height: 620px;
  }

  #index #slideshow #wpimageslider-wrap li .caption,
  #index #slideshow #wpimageslider-wrap li .caption.hero-slide__caption--with-text {
    left: 36px;
    width: min(620px, calc(100vw - 72px));
  }

  .quality-section__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .container {
    width: calc(100% - 28px);
  }

  .eeree-announcement {
    min-height: 30px;
    font-size: 9px;
    letter-spacing: .055em;
  }

  .eeree-announcement__inner {
    width: 100%;
    min-height: 30px;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 14px;
    scrollbar-width: none;
  }

  .eeree-announcement__inner::-webkit-scrollbar {
    display: none;
  }

  #index #slideshow #wpimageslider-wrap li figure,
  #index #slideshow #wpimageslider-wrap li img,
  #index #slideshow #wpimageslider-wrap li .hero-slide__image {
    min-height: 560px;
  }

  #index #slideshow #wpimageslider-wrap li figure::after {
    background: linear-gradient(0deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,.16) 65%, rgba(0,0,0,.04) 100%);
  }

  #index #slideshow #wpimageslider-wrap li .caption,
  #index #slideshow #wpimageslider-wrap li .caption.right,
  #index #slideshow #wpimageslider-wrap li .caption.center,
  #index #slideshow #wpimageslider-wrap li .caption.hero-slide__caption--with-text,
  #index #slideshow #wpimageslider-wrap li .caption.hero-slide__caption--right,
  #index #slideshow #wpimageslider-wrap li .caption.hero-slide__caption--center {
    top: auto;
    right: 20px;
    bottom: 42px;
    left: 20px;
    width: auto;
    max-width: none;
    transform: none;
    text-align: left;
  }

  #index #slideshow #wpimageslider-wrap li .caption .caption-description h1,
  #index #slideshow #wpimageslider-wrap li .caption .caption-description h2,
  #index #slideshow #wpimageslider-wrap li .caption .caption-description .h2 {
    margin-bottom: 14px;
    font-size: clamp(38px, 11vw, 54px);
  }

  #index #slideshow #wpimageslider-wrap li .caption .caption-description p,
  #index #slideshow #wpimageslider-wrap li .caption .caption-description li {
    margin-bottom: 18px;
    font-size: 14px;
  }

  #index #slideshow #wpimageslider-wrap .bx-controls-direction {
    display: none;
  }

  .displayWPBannerTop {
    padding: 58px 0 72px;
  }

  .displayWPBannerTop__title,
  #index .featured-products .products-section-title,
  #index .new-products .products-section-title,
  .displayHomeSection__title,
  .quality-section__title,
  .homepage-gallery-section__title {
    margin-bottom: 28px;
    font-size: 31px;
  }

  .displayWPBannerTop__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .displayWPBannerTop__media {
    aspect-ratio: 4 / 4.6;
  }

  .displayWPBannerTop__card-copy {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .displayWPBannerTop__card-title {
    font-size: 25px;
  }

  #index .featured-products,
  #index .new-products,
  #index .product-accessories,
  #index #products {
    padding: 56px 14px 72px;
  }

  #index .featured-products .owl-stage-outer,
  #index .new-products .owl-stage-outer {
    overflow: hidden;
  }

  .product-miniature .product-title a {
    font-size: 13px !important;
  }

  .product-miniature .product-price-and-shipping .price {
    font-size: 13px;
  }

  .displayHomeSection {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 68px 0 76px;
  }

  .htmlcontent-home {
    gap: 56px;
  }

  .htmlcontent-home .htmlcontent-item,
  .htmlcontent-home .htmlcontent-item-wrapper:nth-child(even) .htmlcontent-item {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .htmlcontent-home .htmlcontent-item-wrapper:nth-child(even) .htmlcontent-item-img,
  .htmlcontent-home .htmlcontent-item-wrapper:nth-child(even) .html-content-item-content {
    order: initial;
  }

  .htmlcontent-home .htmlcontent-item-wrapper:nth-child(even) .html-content-item-content {
    align-items: flex-start;
    text-align: left;
  }

  .htmlcontent-home .html-content-item-content {
    padding: 0;
  }

  .htmlcontent-home .item-title {
    font-size: 28px;
  }

  .quality-section {
    padding: 68px 0 76px;
  }

  .quality-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .quality-section__card {
    min-height: 150px;
    padding: 18px;
  }

  .quality-section__icon {
    width: 44px;
    height: 44px;
  }

  .quality-section__label {
    font-size: 11px;
  }

  .homepage-gallery-section {
    padding: 68px 0 82px;
  }

  .footer-before {
    padding: 44px 0;
  }

  .footer-container {
    padding-top: 48px;
  }
}

@media (max-width: 420px) {
  .quality-section__grid {
    grid-template-columns: 1fr 1fr;
  }

  .quality-section__card {
    min-height: 138px;
    padding: 15px;
  }

  .displayWPBannerTop__card-cta {
    display: none;
  }
}
