/* OH Belleza staging theme overrides. */
:root {
  --oh-ink: #191716;
  --oh-ink-2: #302b28;
  --oh-muted: #6f6762;
  --oh-line: #e7dfda;
  --oh-surface: #fffaf7;
  --oh-soft: #f5ebe5;
  --oh-accent: #008a8a;
  --oh-accent-dark: #006b6b;
  --oh-rose: #c65f74;
  --oh-gold: #c79547;
  --oh-shadow: 0 14px 34px rgba(25, 23, 22, 0.10);
}

body {
  color: var(--oh-ink);
  background: #fff;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: var(--oh-accent-dark);
}

a:hover,
a:focus {
  color: var(--oh-rose);
}

.header-banner {
  background: var(--oh-ink);
  color: #fff;
}

.header-nav {
  min-height: 40px;
  border: 0;
  background: #fff;
  color: var(--oh-ink);
  border-bottom: 1px solid var(--oh-line);
  box-shadow: none;
}

.header-nav a,
.header-nav .user-info a,
.header-nav .cart-preview a {
  color: var(--oh-ink);
}

.header-nav a:hover,
.header-nav a:focus {
  color: var(--oh-accent-dark);
}

.header-nav #contact-link,
.header-nav #contact-link a {
  color: var(--oh-ink);
  font-weight: 650;
}

.header-top {
  border: 0;
  background: #fff;
  box-shadow: 0 8px 28px rgba(25, 23, 22, 0.08);
}

#header {
  position: relative;
  z-index: 5;
}

#_desktop_logo img,
.top-logo img {
  max-height: 76px;
  width: auto;
}

#header .header-top a[data-depth="0"] {
  color: var(--oh-ink);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

#header .top-menu a[data-depth="0"]:hover {
  color: var(--oh-accent);
}

#search_widget form input {
  border: 1px solid var(--oh-line);
  border-radius: 4px;
  background: var(--oh-surface);
  min-height: 42px;
}

#search_widget form button[type="submit"] {
  color: var(--oh-accent-dark);
}

.breadcrumb {
  color: var(--oh-muted);
  font-size: 0.875rem;
}

#wrapper {
  background: linear-gradient(180deg, var(--oh-surface) 0, #fff 260px);
  box-shadow: none;
}

#content-wrapper {
  min-height: 48vh;
}

.container {
  max-width: 1280px;
}

#left-column .block-categories,
#left-column .facet,
.card,
.block-category,
#js-product-list-header,
.product-miniature .thumbnail-container {
  border: 1px solid var(--oh-line);
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
}

#left-column .block-categories,
#left-column .facet {
  padding: 1rem;
}

#left-column .block-categories {
  border: 1px solid var(--oh-line);
  border-radius: 6px;
  background: linear-gradient(180deg, #fff 0%, #fffaf7 100%);
  box-shadow: 0 10px 28px rgba(25, 23, 22, 0.06);
}

#left-column .block-categories .h6,
#left-column .block-categories .category-sub-menu > li:first-child > a {
  color: var(--oh-ink);
  font-size: 1.45rem;
  font-weight: 900;
  text-transform: uppercase;
}

.block-categories .category-sub-menu {
  display: grid;
  gap: 0.25rem;
}

.block-categories .category-sub-menu li > a {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  padding: 0.35rem 0.45rem;
  border-radius: 5px;
  color: var(--oh-ink);
  font-weight: 650;
  line-height: 1.18;
}

.block-categories .category-sub-menu li > a:hover {
  background: rgba(0, 138, 138, 0.08);
  color: var(--oh-accent-dark);
  text-decoration: none;
}

.block-categories .collapse-icons {
  color: var(--oh-accent-dark);
  font-size: 1.25rem;
  line-height: 1;
}

.block-category {
  min-height: 0;
  padding: 2rem;
  overflow: hidden;
}

.block-category .category-cover,
.block-category .category-cover img {
  border-radius: 6px;
}

.block-category .category-cover img {
  object-fit: contain;
  width: 100%;
  max-height: 280px;
  background: #fff;
}

.block-category h1,
.page-heading,
h1,
.h1 {
  color: var(--oh-ink);
  font-weight: 800;
  letter-spacing: 0;
}

.featured-products,
.new-products,
.special-products,
.bestseller-products,
.page-home .featured-products {
  margin-top: 2.5rem;
}

.featured-products > h2,
.new-products > h2,
.special-products > h2,
.bestseller-products > h2,
.page-home h2 {
  color: var(--oh-ink);
  font-size: 1.45rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

.products {
  align-items: stretch;
}

.product-miniature {
  height: 100%;
}

.product-miniature .thumbnail-container {
  height: 100%;
  margin-bottom: 1.5rem;
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.product-miniature .thumbnail-container:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 138, 138, 0.34);
  box-shadow: var(--oh-shadow);
}

.product-miniature .thumbnail-container img {
  object-fit: contain;
  background: #fff;
}

.product-miniature .product-description {
  min-height: 112px;
  padding: 0.75rem 0.75rem 1rem;
}

.product-miniature .highlighted-informations {
  border-top: 1px solid var(--oh-line);
  background: rgba(255, 250, 247, 0.92);
}

.product-miniature .product-title a {
  color: var(--oh-ink);
  font-weight: 650;
  line-height: 1.25;
}

.product-miniature .product-price-and-shipping,
.product-price,
.price {
  color: var(--oh-accent-dark);
  font-weight: 800;
}

.btn-primary,
.btn-secondary,
.btn-tertiary,
.product-add-to-cart .btn-primary {
  border-color: var(--oh-accent);
  background: var(--oh-accent);
  color: #fff;
  font-weight: 800;
  border-radius: 3px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-secondary:hover,
.btn-secondary:focus {
  border-color: var(--oh-accent-dark);
  background: var(--oh-accent-dark);
  color: #fff;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  border-bottom-color: var(--oh-accent);
  color: var(--oh-accent-dark);
}

.category-miniature {
  padding: 0;
  border: 1px solid var(--oh-line);
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.category-miniature:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 138, 138, 0.34);
  box-shadow: var(--oh-shadow);
}

.category-miniature img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background: #fff;
}

.category-miniature .h2,
.category-miniature .h3,
.category-miniature .h4 {
  margin: 0;
  padding: 1rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 800;
}

.carousel,
.ps-imageslider,
.homeslider {
  overflow: hidden;
  border-radius: 6px;
  background: var(--oh-soft);
}

.carousel .carousel-inner,
.carousel .carousel-item {
  height: auto !important;
  border-radius: 6px;
}

.carousel .carousel-item img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  background: #fff;
}

.carousel .caption,
.carousel .carousel-caption {
  display: none;
}

.carousel .caption h2,
.carousel .carousel-caption h2 {
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28);
}

.page-home #content {
  padding-top: 1rem;
}

.page-home .products-section-title,
.page-home .featured-products .h2,
.page-home .new-products .h2 {
  margin-bottom: 1.5rem;
}

.oh-home-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1rem;
  margin: 1.5rem auto 2rem;
  max-width: 1240px;
}

.oh-home-categories a {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background: var(--oh-soft);
}

.oh-home-categories img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: contain;
  background: #fff;
  transition: transform 180ms ease;
}

.oh-home-categories a:hover img {
  transform: scale(1.015);
}

.oh-home-brands {
  max-width: 1320px;
  margin: 0 auto 2.25rem;
  padding: 1.25rem;
  border: 1px solid var(--oh-line);
  border-radius: 6px;
  background: #fff;
}

.oh-home-brands h2 {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 850;
}

.oh-brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0.75rem;
  align-items: center;
}

.oh-brand-grid a {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border: 1px solid var(--oh-line);
  border-radius: 6px;
  background: var(--oh-surface);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.oh-brand-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 138, 138, 0.34);
  box-shadow: var(--oh-shadow);
}

.oh-brand-grid img {
  display: block;
  max-width: 100%;
  max-height: 64px;
  object-fit: contain;
}

.footer-container {
  margin-top: 3rem;
  padding-top: 2rem;
  background: var(--oh-ink);
  color: #f8f2ee;
}

.footer-container a,
.footer-container .h3,
.footer-container .h4 {
  color: #fff;
}

.footer-container .text-muted,
.footer-container p {
  color: #d7ccc5;
}

.copyright {
  color: #d7ccc5;
}

@media (max-width: 767px) {
  .block-category {
    padding: 1.25rem;
  }

  #_desktop_logo img,
  .top-logo img {
    max-height: 54px;
  }

  #header .header-top {
    box-shadow: 0 6px 18px rgba(25, 23, 22, 0.08);
  }

  .product-miniature .product-description {
    min-height: auto;
  }

  .category-miniature img {
    aspect-ratio: 16 / 10;
  }

  .oh-home-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.625rem;
    margin: 1.25rem auto 1.75rem;
  }

  .oh-home-brands {
    padding: 1rem;
  }

  .oh-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.page-home .carousel {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 auto 1.5rem !important;
  left: auto !important;
  overflow: hidden;
  background: #fff;
}

.page-home .carousel .carousel-inner,
.page-home .carousel .carousel-item,
.page-home .carousel .carousel-item.active,
.page-home .carousel .carousel-item a,
.page-home .carousel .carousel-item img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

.page-home .carousel .carousel-item:not(.active) {
  display: none !important;
}

.page-home .carousel .carousel-inner {
  margin: 0 !important;
}

.page-home .carousel .carousel-item img {
  object-fit: contain !important;
  background: #fff;
}

.page-home .carousel .caption,
.page-home .carousel .carousel-caption {
  display: none !important;
}

.page-home .oh-home-categories {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0.85rem !important;
  width: 100%;
  max-width: 1240px;
  margin: 1.25rem auto 1.75rem !important;
}

.page-home .oh-home-categories a,
.page-home .oh-home-categories img {
  display: block !important;
}

.page-home .oh-home-categories img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  background: #fff;
}

.page-home .oh-home-brands {
  max-width: 1120px;
  margin: 0 auto 2rem !important;
  padding: 1rem !important;
}

.page-home .oh-brand-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0.65rem !important;
}

.page-home .oh-brand-grid a {
  display: flex !important;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  padding: 0.65rem !important;
  border: 1px solid var(--oh-line);
  border-radius: 6px;
  background: #fff;
}

.page-home .oh-brand-grid img {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 42px !important;
  object-fit: contain !important;
}

.footer-container .links ul > li a,
.footer-container .account-list a,
.footer-container a {
  color: #f6eee9;
}

.footer-container .links ul > li a:hover,
.footer-container .account-list a:hover,
.footer-container a:hover {
  color: #ffffff;
}

.footer-container .text-sm-center,
.checkout-footer .text-sm-center {
  color: #f6eee9;
}

.footer-container .myaccount-title a,
.footer-container #block_myaccount_infos .myaccount-title a,
.footer-container #block_myaccount_infos .h3,
.footer-container .block-contact-title,
.footer-container .links .h3,
.footer-container .links .h3 a,
.footer-container .links .title,
.footer-container .links .title span,
.footer-container .links .title a,
.footer-container .links .title .h3,
.footer-container .title,
.footer-container .title a,
.footer-container .title span,
.footer-container .collapse-icons,
.footer-container .collapse-icons .material-icons {
  color: #ffffff !important;
}

.footer-container .block-contact,
.footer-container .block-contact p,
.footer-container .block-contact div,
.footer-container .block-contact span {
  color: #cfc4bd;
}

.block_newsletter {
  max-width: 1120px;
  margin: 2rem auto 0;
  padding: 1.5rem;
  border-radius: 6px;
  background: #fffaf7;
  box-shadow: 0 10px 28px rgba(25, 23, 22, 0.06);
}

.block_newsletter form {
  align-items: center;
}

.block_newsletter .h3,
.block_newsletter p,
.block_newsletter label {
  color: var(--oh-ink);
}

.block_newsletter input[type="email"],
.block_newsletter input[type="text"] {
  min-height: 48px;
  border: 1px solid var(--oh-line);
  border-radius: 4px;
  background: #fff;
}

.block_newsletter .btn,
.block_newsletter button {
  min-height: 48px;
  border-radius: 4px;
  background: var(--oh-accent);
  color: #fff;
  font-weight: 850;
}

@media (min-width: 768px) {
  .page-home .oh-home-categories {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .page-home .oh-brand-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 480px) {
  .page-home .oh-home-categories {
    gap: 0.55rem !important;
  }

  .page-home .oh-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .page-home .oh-brand-grid img {
    max-height: 34px !important;
  }
}

@media (max-width: 767px) {
  .footer-container .links ul {
    background: #181513 !important;
  }

  .footer-container .links ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: #181513 !important;
  }

  .footer-container .links ul > li a,
  .footer-container .account-list a {
    color: #f6eee9 !important;
  }

  .footer-container .links ul > li a:hover,
  .footer-container .account-list a:hover {
    color: #ffffff !important;
    text-decoration: none;
  }
}
