:root {
  --mb-pink: #f59696;
  --mb-rose: #bc0f54;
  --mb-taupe: #695c52;
  --mb-blush: #f4d7d7;
  --mb-ink: #2b2420;
  --mb-muted: #6b635e;
  --mb-line: #e7ddd8;
  --mb-paper: #fffaf7;
  --mb-white: #ffffff;
  --mb-radius: 4px;
  --header-h: 132px;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Assistant, "Segoe UI", sans-serif;
  color: var(--mb-ink);
  background: var(--mb-white);
  line-height: 1.55;
  font-size: 15px;
}

img { max-width: 100%; height: auto; border: 0; vertical-align: middle; }
a { color: var(--mb-taupe); text-decoration: none; }
a:hover { color: var(--mb-rose); }
ul { list-style: none; margin: 0; padding: 0; }
button, input, select { font-family: inherit; }
h1, h2, h3, h4, h5 { font-weight: 500; line-height: 1.25; margin: 0 0 .6em; }

.container,
.container-iqitmegamenu { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.row { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.row > [class*="col"] { padding: 0 10px; }
.col { flex: 1 1 0; min-width: 0; }
.col-auto { flex: 0 0 auto; width: auto; }
.col-md { flex: 1 1 0; }
.align-items-center { align-items: center; }
.justify-content-between { justify-content: space-between; }
.justify-content-end { justify-content: flex-end; }
.text-center { text-align: center; }
.text-right, .text-md-right { text-align: right; }
.d-inline-block { display: inline-block; }
.d-flex { display: flex; }
.d-none { display: none !important; }
.flex-column { flex-direction: column; }
.flex-fill { flex: 1 1 auto; }
.flex-grow-1 { flex-grow: 1; }
.w-100 { width: 100%; }
.h-100 { height: 100%; }
.m-0 { margin: 0; }
.mt-2 { margin-top: .5rem; }
.mr-4 { margin-right: 1.5rem; }
.px-2 { padding-left: .5rem; padding-right: .5rem; }
.py-2 { padding-top: .5rem; padding-bottom: .5rem; }
.px-4 { padding-left: 1.25rem; padding-right: 1.25rem; }
.py-4 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.no-gutters { margin: 0; }
.no-gutters > [class*="col"] { padding: 0; }
.img-fluid { max-width: 100%; height: auto; }
.text-muted { color: var(--mb-muted); }
.text-reset { color: inherit; }
.form-control {
  display: block;
  width: 100%;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid var(--mb-line);
  border-radius: var(--mb-radius);
  background: #fff;
}
.input-group { display: flex; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  cursor: pointer;
  background: var(--mb-pink);
  color: #fff;
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
}
.btn:hover, .btn-primary:hover { background: var(--mb-rose); color: #fff; }
.btn-primary, .btn-product-list, .elementor-button { background: var(--mb-pink); color: #fff; }
.btn-outline-secondary { background: transparent; border: 1px solid var(--mb-line); color: var(--mb-ink); border-radius: 4px; }

/* Header */
#header { background: #fff; border-bottom: 1px solid var(--mb-line); position: relative; z-index: 40; }
.header-nav {
  background: var(--mb-paper);
  border-bottom: 1px solid var(--mb-line);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 8px 0;
}
.header-nav a { color: var(--mb-muted); }
.left-nav ul { display: flex; gap: 18px; }
.right-nav { display: flex; align-items: center; gap: 18px; }
#desktop-header { padding: 16px 0 0; }
#desktop-header-container > .row { flex-wrap: nowrap; align-items: center; }
.col-header-center { flex: 1 1 auto; min-width: 0; }
.col-header-right { flex: 0 0 auto; margin-left: 8px; }
#cbp-hrmenu > ul { flex-wrap: nowrap; gap: 0; }
.col-header-left { flex: 0 0 180px; }
.col-header-center { flex: 1 1 auto; }
.col-header-right { flex: 0 0 210px; }
.logo { width: 168px; height: auto; }
.header-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--mb-taupe);
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 6px 10px;
}
.header-btn .icon, .header-btn .fa { font-size: 18px; }
.cart-products-count, .cart-products-count-btn {
  display: inline-flex;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--mb-rose);
  color: #fff;
  font-size: 10px;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
}

/* Mega menu */
#cbp-hrmenu > ul {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}
#cbp-hrmenu > ul > li > a.nav-link {
  display: block;
  padding: 14px 9px 18px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--mb-ink);
  font-weight: 600;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
#cbp-hrmenu > ul > li > a.nav-link:hover,
#cbp-hrmenu > ul > li:hover > a.nav-link {
  color: var(--mb-rose);
  border-bottom-color: var(--mb-pink);
}
.cbp-hrsub, .cbp-hrmenu li .cbp-hrsub {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 18px 40px rgba(43, 36, 32, .12);
  padding: 28px 0 36px;
  z-index: 30;
}
.cbp-hrmenu li:hover .cbp-hrsub { display: block; }
.cbp-hrsub-inner, .cbp-hrsub-tabs-block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 28px;
}
.cbp-category-title, .cbp-column-title {
  display: block;
  padding: 6px 0;
  color: var(--mb-ink);
  font-size: 14px;
}
.dropdown { position: relative; }
.dropdown-menu, .dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  min-width: 180px;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
  padding: 10px 0;
  z-index: 50;
}
.dropdown.open > .dropdown-menu,
.dropdown.open > .dropdown-content,
.language-selector:hover .dropdown-menu,
.header-search-btn-w:hover .dropdown-search,
.header-cart-btn-w:hover .dropdown-menu { display: block; }
.dropdown-item { display: block; padding: 8px 16px; }
.lang-flag { margin-right: 6px; width: 16px; height: 11px; object-fit: cover; }

/* Mobile */
#mobile-header { display: none; }
#iqitmegamenu-mobile {
  display: none;
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 80;
  overflow: auto;
}
body.mm-open { overflow: hidden; }
body.mm-open #iqitmegamenu-mobile { display: flex; }
.mobile-menu__link, .mobile-menu__column-title {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--mb-line);
  color: var(--mb-ink);
}
.mobile-menu__submenu { display: none; padding-left: 12px; }
.mobile-menu__tab--open .mobile-menu__submenu { display: block; }
.m-nav-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--mb-taupe);
  padding: 6px 10px;
}
.m-nav-btn .fa { font-size: 20px; }

@media (max-width: 991px) {
  .header-nav, #desktop-header { display: none; }
  #mobile-header { display: block; padding: 8px 0 10px; }
  .row-mobile-header { display: flex; width: 100%; justify-content: space-between; align-items: center; }
  .logo { width: 132px; }
}

/* Elementor layout */
.elementor-section { position: relative; }
.elementor-container { display: flex; width: 100%; }
.elementor-row { display: flex; flex-wrap: wrap; width: 100%; margin: 0 -10px; }
.elementor-column { padding: 0 10px; }
.elementor-col-100 { width: 100%; }
.elementor-col-33 { width: 33.333%; }
.elementor-section-boxed > .elementor-container { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.elementor-section-full_width .elementor-container,
.elementor-section-stretched > .elementor-container { max-width: none; padding: 0; }
.elementor-widget { margin-bottom: 12px; }
.elementor-heading-title { margin: 18px 0 8px; }
.elementor-divider { margin: 4px 0 16px; }
.elementor-divider-separator { display: block; }

/* Hero */
.elementor-image-carousel-wrapper { position: relative; overflow: hidden; background: var(--mb-blush); min-height: 380px; }
.swiper-wrapper { display: flex; }
.elementor-image-carousel .swiper-wrapper { min-height: 360px; }
.elementor-image-carousel .swiper-slide { min-width: 100%; }
.swiper-slide-image {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}
.swiper-pagination, .swiper-button { display: none; }
.elementor-image-carousel .swiper-button {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,.88);
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}
.swiper-button-prev { left: 16px; }
.swiper-button-next { right: 16px; }
.swiper-button-prev::before { content: "‹"; font-size: 28px; color: var(--mb-ink); }
.swiper-button-next::before { content: "›"; font-size: 28px; color: var(--mb-ink); }

/* Collection banners */
.elementor-iqit-banner { position: relative; overflow: hidden; background: var(--mb-paper); }
.elementor-iqit-banner a { display: block; color: inherit; }
.elementor-iqit-banner-img { margin: 0; position: relative; overflow: hidden; }
.elementor-iqit-banner-img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform .45s ease;
}
.elementor-iqit-banner:hover img { transform: scale(1.04); }
.elementor-iqit-banner-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.elementor-iqit-banner-content { padding: 16px 8px 8px; }
.elementor-iqit-banner-title {
  margin: 6px 0 12px;
  font-size: 18px;
  letter-spacing: .12em;
}
.elementor-iqit-banner-description {
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.elementor-button-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
}

/* Product grids */
.elementor-products-carousel .swiper-wrapper,
.products-grid .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  transform: none !important;
  width: 100% !important;
}
.elementor-products-carousel .swiper-slide,
.products-grid .swiper-slide {
  width: auto !important;
  margin: 0 !important;
}
.product-miniature {
  background: #fff;
  text-align: center;
}
.thumbnail-container {
  position: relative;
  background: var(--mb-paper);
  overflow: hidden;
}
.product-thumbnail img,
.lazy-product-image {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}
.product-thumbnail-second { display: none; }
.thumbnail-container:hover .product-thumbnail-first { opacity: 0; position: absolute; }
.thumbnail-container:hover .product-thumbnail-second { display: block; }
.product-title { font-size: 14px; font-weight: 500; margin: 12px 0 4px; }
.product-title a { color: var(--mb-ink); }
.product-price { color: var(--mb-rose); font-weight: 600; font-size: 15px; }
.product-price-and-shipping { margin: 6px 0 10px; }
.product-functional-buttons { display: none; }
.thumbnail-container:hover .product-functional-buttons {
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  justify-content: center;
  gap: 8px;
}
.product-miniature input[type="number"],
.product-miniature .qty,
.product-miniature .input-qty,
.product-miniature .product-quantity { display: none; }
.elementor-image-carousel .swiper-slide { min-height: 320px; }
.color { display: inline-block; width: 14px; height: 14px; border-radius: 50%; margin: 0 3px; border: 1px solid #ddd; }
.btn-product-list { width: 100%; border-radius: 0; }
.product-description, .product-reference { font-size: 12px; }

/* Testimonials / newsletter */
.elementor-testimonial-carousel .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.elementor-testimonial-image img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
}
.elementor-testimonial-wrapper { padding: 8px; }
.elementor-icon-box-wrapper { display: flex; gap: 12px; align-items: flex-start; }
.elementor-icon { color: var(--mb-pink); font-size: 22px; }
.elementor-icon-box-title { color: var(--mb-rose); font-size: 14px; letter-spacing: .04em; text-transform: uppercase; }

/* Footer */
#footer {
  background: #3d342f;
  color: #efe7e2;
  margin-top: 40px;
  padding: 48px 0 24px;
}
#footer a { color: #efe7e2; }
#footer a:hover { color: var(--mb-pink); }
#footer .block-title {
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #fff;
}
#footer .block { flex: 1 1 220px; margin-bottom: 24px; }
#footer li { margin: 8px 0; font-size: 14px; }
.social-links { display: flex; gap: 12px; }
.social-links a {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#footer-copyrights { border-top: 1px solid rgba(255,255,255,.12); padding: 16px 0; font-size: 12px; color: #cbbfb6; }
.newsletter-input-group { display: flex; }
.newsletter-input-group .form-control { border-radius: 50px 0 0 50px; }
.btn-subscribe { border-radius: 0 50px 50px 0; min-width: 52px; }

/* Chat / extras */
#becontact { position: fixed; right: 16px; bottom: 16px; z-index: 60; display: block !important; width: auto; height: auto; }
#becontact > *:not(#chatbc):not(#bcbuttons) { display: none !important; }
#deskphone { display: none !important; }
#chatbc {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #009596;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
}
#chatbc svg { width: 28px; height: 28px; }
#bcbuttons { display: none; position: absolute; bottom: 64px; right: 0; background: #fff; padding: 12px; border-radius: 12px; box-shadow: 0 12px 30px rgba(0,0,0,.15); }
#becontact.open #bcbuttons { display: block; }
#iqitcookielaw {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 70;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0,0,0,.18);
  max-width: 520px;
}
#back-to-top {
  position: fixed;
  right: 18px;
  bottom: 86px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: var(--mb-taupe);
  color: #fff;
  cursor: pointer;
  display: none;
}
#back-to-top.is-visible { display: inline-flex; align-items: center; justify-content: center; }
.modal { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 90; align-items: center; justify-content: center; padding: 20px; }
.modal.open { display: flex; }
.modal-dialog { background: #fff; max-width: 480px; width: 100%; border-radius: 8px; overflow: hidden; }
.modal-header, .modal-body, .form-footer { padding: 16px 20px; }
.ns-box { display: none; }

/* Inner pages */
.page-inner { padding: 36px 0 56px; }
.page-inner h1 { font-size: 28px; letter-spacing: .08em; text-transform: uppercase; font-weight: 400; }
.crumb { font-size: 13px; color: var(--mb-muted); margin-bottom: 18px; }
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.product-page { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: start; }
.product-page img { width: 100%; aspect-ratio: 3/4; object-fit: cover; background: var(--mb-paper); }
.price-lg { font-size: 26px; color: var(--mb-rose); font-weight: 600; margin: 12px 0 18px; }
.cms-copy { max-width: 720px; color: #4a433e; }
.cms-copy p { margin: 0 0 1em; }
.alert-static {
  background: var(--mb-blush);
  padding: 12px 16px;
  margin: 16px 0 24px;
  font-size: 14px;
}

@media (max-width: 991px) {
  .elementor-col-33 { width: 100%; margin-bottom: 18px; }
  .elementor-products-carousel .swiper-wrapper,
  .products-grid .swiper-wrapper,
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .elementor-testimonial-carousel .swiper-wrapper { grid-template-columns: 1fr; }
  .swiper-slide-image { height: 280px; }
  .elementor-iqit-banner-img img { height: 320px; }
  .product-page { grid-template-columns: 1fr; }
  .cbp-hrsub-inner, .cbp-hrsub-tabs-block { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 575px) {
  .catalog-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .header-nav .left-nav { display: none; }
  .swiper-slide-image { height: 260px; }
  .elementor-image-carousel-wrapper { min-height: 0; }
}
