/* AGATHA watch clone — layout & visual fixes */

/* AGATHA header: crisp vector emblem + sharp text wordmark */
header .logo,
footer .footer-logo.logo,
a.agatha-brand {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1;
  display: inline-flex !important;
  align-items: center;
  text-decoration: none !important;
  color: inherit;
}

.agatha-brand {
  gap: 10px;
  height: 100%;
  max-height: 100%;
}

.agatha-brand__emblem {
  flex-shrink: 0;
  width: 40px;
  height: 46px;
  background: url(/public/monacowatch/assets/img/agatha-emblem.svg) center / contain no-repeat;
}

.agatha-brand__wordmark {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
  min-width: 0;
}

.agatha-brand__title {
  font-family: 'Raleway', Georgia, 'Times New Roman', serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #141414;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
}

.agatha-brand__subtitle {
  font-family: 'Josefin Sans', 'Segoe UI', sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.22em;
  color: #2a2a2a;
  text-transform: lowercase;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
}

header .logo {
  height: auto !important;
  max-height: 70px !important;
}

header .logo__image {
  display: none !important;
}

footer .footer-logo .logo__image {
  display: none !important;
}

.agatha-brand--footer .agatha-brand__emblem {
  width: 34px;
  height: 40px;
}

.agatha-brand--footer .agatha-brand__title {
  font-size: 17px;
  letter-spacing: 0.1em;
}

.agatha-brand--footer .agatha-brand__subtitle {
  font-size: 9px;
  letter-spacing: 0.18em;
}

@media screen and (min-width: 768px) {
  .agatha-brand__emblem {
    width: 44px;
    height: 50px;
  }

  .agatha-brand__title {
    font-size: 24px;
    letter-spacing: 0.14em;
  }

  .agatha-brand__subtitle {
    font-size: 11px;
    letter-spacing: 0.24em;
  }

  header .logo {
    max-height: 80px !important;
  }

  header.header.scrolled .agatha-brand__emblem {
    width: 38px;
    height: 44px;
  }

  header.header.scrolled .agatha-brand__title {
    font-size: 21px;
  }

  header.header.scrolled .agatha-brand__subtitle {
    font-size: 10px;
  }
}

@media screen and (max-width: 420px) {
  .agatha-brand__title {
    font-size: 17px;
    letter-spacing: 0.08em;
  }

  .agatha-brand__subtitle {
    font-size: 8px;
    letter-spacing: 0.16em;
  }

  .agatha-brand__emblem {
    width: 34px;
    height: 40px;
  }
}

header .header__main {
  box-sizing: border-box !important;
  padding: 3px 16px !important;
  height: 76px !important;
  min-height: 76px !important;
  max-height: 76px !important;
  overflow: visible !important;
}

header.header {
  z-index: 10040 !important;
  overflow: visible !important;
}

/* Mobile drawer must sit above sticky header (z-index 10040) */
.hide-mob {
  z-index: 10100 !important;
}

.hide-mob__bg {
  z-index: 10101;
  position: relative;
}

.hide-mob__close {
  z-index: 10102;
  position: relative;
}

/* When mobile menu is open, tuck header behind drawer (drawer covers header — do not hide nav items) */
html.hidden header.header {
  z-index: 100 !important;
}

/* Stale html.hidden (menu closed) must not hide header controls */
html.hidden:not(:has(.js-mob-hide.active)) header .header__col_hide-mob,
html.hidden:not(:has(.js-mob-hide.active)) header .header-nav,
html.hidden:not(:has(.js-mob-hide.active)) header .logo,
html.hidden:not(:has(.js-mob-hide.active)) header .user-nav,
html.hidden:not(:has(.js-mob-hide.active)) header .mob-button {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

header .header__cols,
header .header__left,
header .header__right,
header .user-nav,
header .header-nav,
header .header-nav__list,
header .header-nav__item,
header .user-nav__item {
  overflow: visible !important;
}

/* Language switcher dropdown — always above page blocks */
header .user-nav .js-nav-item,
header .header-nav__item.js-nav-item {
  position: relative !important;
  z-index: 10041;
}

header .user-nav .js-nav-item.active,
header .header-nav__item.js-nav-item.active {
  z-index: 10042;
}

header .hide-nav {
  z-index: 10043 !important;
  overflow: visible !important;
}

header .hide-nav__list {
  position: relative;
  z-index: 10044;
  min-width: 72px;
  border-radius: 2px;
  overflow: hidden;
}

header .hide-nav__link {
  text-align: center;
}

html,
body {
  height: auto !important;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto !important;
}

.page-container {
  overflow: visible !important;
  min-height: 100vh;
  display: flex !important;
  flex-direction: column !important;
}

header.header.scrolled .header__main {
  padding: 3px 16px !important;
  height: 68px !important;
  min-height: 68px !important;
  max-height: 68px !important;
}

header .header__left,
header .header__left > .header__cols,
header .header__right {
  align-items: center;
  height: 100%;
}

header .header__col {
  display: flex;
  align-items: center;
}

header .logo {
  height: auto !important;
  max-height: 70px !important;
}

header.header.scrolled .logo {
  max-height: 62px !important;
}

@media screen and (min-width: 768px) {
  header .header__main {
    padding: 4px 60px !important;
    height: 88px !important;
    min-height: 88px !important;
    max-height: 88px !important;
  }

  header.header.scrolled .header__main {
    padding: 4px 60px !important;
    height: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
  }

  header .logo {
    max-height: 80px !important;
  }

  header.header.scrolled .logo {
    max-height: 68px !important;
  }
}

.main {
  padding-top: 76px !important;
}

@media screen and (min-width: 768px) {
  .main {
    padding-top: 88px !important;
  }
}

/* Breadcrumb underline: keep inside content, not infinite left stripe */
.full_catalog .inner-top__left:before {
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
}

.inner-top {
  overflow: hidden;
}

/* Remove decorative dot/texture patterns site-wide */
.inner-top__bg,
.product__vector,
.footer__bg-left,
.footer__bg-right,
.main-catalog__bg,
.collection-block__bg-left,
.collection-block__bg-right,
.inner-top__vector {
  display: none !important;
}

/* Catalog grid — no texture lines between watch cards */
.shop,
.inner-catalog,
.main-catalog__list {
  background: #fff;
}

.inner-catalog .short-item,
.main-catalog__list .short-item,
.inner-catalog .short-item__all,
.main-catalog__list .short-item__all {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.short-item__image-bg {
  background: #fff !important;
}

.short-item__image-bg:before {
  display: none !important;
}

.inner-catalog .swiper-button-prev,
.inner-catalog .swiper-button-next,
.main-catalog__list .swiper-button-prev,
.main-catalog__list .swiper-button-next {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Slider: hide extra slides until Slick initializes */
.product-slider:not(.slick-initialized) > .product-slider__item ~ .product-slider__item {
  display: none !important;
}

.product-slider:not(.slick-initialized) {
  overflow: hidden;
}

/* Modals must stay hidden until opened; above sticky header (z-index 10040) */
.modal-backdrop {
  z-index: 10090 !important;
}

.modal {
  display: none !important;
  z-index: 10091 !important;
}

.modal.in,
.modal.show {
  display: block !important;
}

.modal-dialog {
  margin: 88px auto 30px !important;
}

/* No empty dashed upload boxes on product pages */
.product .uploadarea {
  display: none !important;
}

/* Remove stray borders on placeholder images after load */
.product-slider__image,
.product-slider__image-nav {
  background: transparent;
  border: none;
  object-fit: contain;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Fancybox lightbox above sticky header (z-index 10040) */
.fancybox__container,
.fancybox__backdrop,
.fancybox__toolbar,
.fancybox__carousel {
  z-index: 10150 !important;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.88) !important;
}

.fancybox__slide img,
.fancybox__image {
  object-fit: contain;
  image-rendering: auto;
}

/* Product gallery open: lock scroll, hide messengers, block header clicks */
html.agatha-fancybox-open,
body.agatha-fancybox-open {
  overflow: hidden !important;
}

body.agatha-fancybox-open {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
}

body.agatha-fancybox-open header.header,
body.agatha-fancybox-open .hide-mob,
body.agatha-fancybox-open .page-container {
  pointer-events: none !important;
}

body.agatha-fancybox-open .btnMessenger,
body.agatha-fancybox-open .user-nav__item.btnMessenger {
  visibility: hidden !important;
  pointer-events: none !important;
}

body.agatha-fancybox-open .fancybox__container,
body.agatha-fancybox-open .fancybox__container * {
  pointer-events: auto;
}

/* Lightbox toolbar: only close button (like original site) */
.fancybox__toolbar .f-button:not([data-fancybox-close]) {
  display: none !important;
}

/* Fallback when mediastock image is missing */
.clone-fixes-img-fallback,
.short-item__image.clone-fixes-img-fallback {
  object-fit: contain;
  background: #f5f5f5;
  padding: 12px;
}

.loader-pos{display:none!important;}

/* Remove full-page loader overlay on static clone */
body.loaded .load-icon {
  display: none !important;
}

/* Filter panel must stay clickable above backdrop */
.filter-block .filter-content {
  z-index: 100;
  pointer-events: auto;
}

.filter-backgroud {
  z-index: 98;
  pointer-events: none;
}

#filterForm .checkbox__label {
  pointer-events: auto;
  cursor: pointer;
}

#filterForm input.checkbox__input:disabled {
  pointer-events: none;
}

#filterForm input.checkbox__input:not(:disabled) + .checkbox__icon {
  pointer-events: none;
}

/* Visible checked state even if check.svg fails to load */
#filterForm .checkbox__input:checked + .checkbox__icon {
  border-color: #ff8e8e;
  background-color: #ff8e8e;
}

#filterForm .checkbox__input:checked + .checkbox__icon:after {
  opacity: 1;
  filter: brightness(0) invert(1);
}

/* Sold watches: collapse removed Price slot between Model and Case diameter */
body.agatha-sold-catalog .filter-header .col-sm-6:has(.filter-btn[data-target="price"]),
body.agatha-sold-catalog .filter-navigation li[data-target="price"],
body.agatha-sold-catalog [data-tab="price"] {
  display: none !important;
}

/* No YouTube embeds or broken review widgets */
iframe[src*="youtube.com"],
iframe[src*="youtu.be"] {
  display: none !important;
}

.position-right-reviews,
.login-page__main .position-right-reviews,
[class*="elfsight-app-a494948d"] {
  display: none !important;
}

.login-page__vector {
  display: none !important;
}

/* No reviews widget or Watch Finds */
.liveRating {
  display: none !important;
}

.socials__item a[href*="facebook"],
.socials__item a[href*="instagram"],
.socials__item a[href*="google.com"] {
  display: none !important;
}

/* Cookie banner above catalog sort dropdown and other overlays */
.cookies_accept {
  z-index: 10050 !important;
}

body.cookie-banner-visible {
  padding-bottom: 0;
}

body.cookie-banner-visible .footer {
  padding-bottom: 110px;
}

.shop-panel .jq-selectbox,
.shop-panel .jq-selectbox__dropdown,
.shop-panel__select .jq-selectbox {
  z-index: 4 !important;
}

.shop-panel .jq-selectbox.opened {
  z-index: 5 !important;
}

/* In stock badge */
.agatha-stock-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #e8f8ef 0%, #d4f0e0 100%);
  color: #1a7a45;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.agatha-stock-badge::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.25);
}

.agatha-stock-badge--catalog {
  margin: 0;
  font-size: 10px;
  padding: 4px 10px;
}

.short-item__top .agatha-stock-badge--catalog {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
}

.short-item__top {
  position: absolute !important;
  top: 17px !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 2 !important;
  pointer-events: none;
}

.short-item__top .item-tag,
.short-item__top .agatha-stock-badge {
  pointer-events: auto;
}

.short-item .item-tag {
  height: 20px !important;
  margin: 0 1px 5px 0 !important;
  padding: 0 10px !important;
  font-size: 10px !important;
  line-height: 20px !important;
  font-weight: 800 !important;
  display: inline-block !important;
  vertical-align: top !important;
}

.short-item__title {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.short-item:has(.item-tag_red) .agatha-stock-badge {
  display: none !important;
}

/* Sold products: hide redundant black Sold button (red badge stays on image) */
.product:has(.item-tag_red) .product-add > .product-add__col > .product-add__button.button:not(.btnBuyed):not(.fullBtnBuyed):not(.fullBtnBuyedCustom) {
  display: none !important;
}

html.agatha-watch-find-open,
body.agatha-watch-find-open {
  overflow: hidden !important;
  overscroll-behavior: none;
}

body.agatha-watch-find-open {
  position: fixed !important;
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}

body.agatha-watch-find-open .page-container {
  overflow: hidden !important;
}

#watchFindForm .modal-dialog {
  margin: 64px auto 20px !important;
  max-width: 700px;
  width: calc(100% - 32px);
}

#watchFindForm .modal-header {
  padding: 10px 16px 8px;
}

#watchFindForm .modal-title {
  font-size: 17px;
  line-height: 1.3;
}

#watchFindForm .modal-body {
  padding: 10px 16px 6px;
  max-height: none !important;
  overflow: visible !important;
}

#watchFindForm .modal-footer {
  padding: 8px 16px 12px;
}

#watchFindForm .text-input {
  height: 38px;
  margin: 0 0 8px !important;
  padding: 5px 0 7px !important;
  font-size: 13px;
}

#watchFindForm .selectize {
  height: auto !important;
  min-height: 38px;
  margin: 0 0 4px !important;
}

#watchFindForm .selectize .selectize-input {
  height: auto !important;
  min-height: 37px !important;
  line-height: 1.35 !important;
  padding: 6px 22px 8px 0 !important;
  overflow: visible !important;
}

#watchFindForm .selectize .selectize-input input {
  height: 32px !important;
  font-size: 13px;
}

#watchFindForm .selectize .selectize-input .item {
  height: auto !important;
  min-height: 0 !important;
  font-size: 13px;
  line-height: 1.35 !important;
  white-space: normal !important;
  word-break: break-word;
  padding: 2px 0;
}

#watchFindForm .selectize .selectize-input:before,
#watchFindForm .selectize .selectize-input:after {
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 7px;
}

#watchFindForm .selectize .selectize-input.input-active:before,
#watchFindForm .selectize .selectize-input.input-active:after,
#watchFindForm .selectize .selectize-input.dropdown-active:before,
#watchFindForm .selectize .selectize-input.dropdown-active:after {
  top: 50%;
}

#watchFindForm .login-form__label {
  padding: 2px 0 4px !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
}

#watchFindForm .login-form__cols {
  margin-bottom: 12px !important;
  align-items: flex-start;
}

#watchFindForm .login-form__col {
  overflow: visible;
}

#watchFindForm .login-form__textarea,
#watchFindForm .textarea {
  min-height: 44px !important;
  height: 44px !important;
  margin: 0 0 6px !important;
  padding-top: 6px !important;
  font-size: 13px;
  line-height: 1.35;
}

#watchFindForm .checkbox__label {
  padding: 0 0 0 22px !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
}

#watchFindForm .checkbox {
  margin-bottom: 1px;
}

#watchFindForm .login-form__col .checkbox {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin-right: 0;
}

#watchFindForm .modal-footer .product-add__button {
  min-height: 36px;
  padding: 0 !important;
}

#watchFindForm .modal-footer .product-add__button:after,
#watchFindForm .modal-footer .button:after {
  display: none !important;
}

#watchFindForm .modal-footer .button__text {
  padding: 8px 14px !important;
  font-size: 13px;
}

#successWatchFind .modal-footer .product-add__button {
  padding: 0 !important;
}

#successWatchFind .modal-footer .product-add__button:after,
#successWatchFind .modal-footer .button:after {
  display: none !important;
}

#watchFindForm .agatha-whatsapp-input {
  margin-top: 0;
}

#watchFindForm .selectize .selectize-input:before {
  background: url(/public/monacowatch/assets/img/svg/arrow-select.svg) center / contain no-repeat !important;
}

#watchFindForm .selectize .selectize-input:after {
  background: url(/public/monacowatch/assets/img/svg/arrow-select__red.svg) center / contain no-repeat !important;
}

#watchFindForm .selectize .selectize-input.dropdown-active:before,
#watchFindForm .selectize .selectize-input.input-active:before {
  opacity: 0;
}

#watchFindForm .selectize .selectize-input.dropdown-active:after,
#watchFindForm .selectize .selectize-input.input-active:after {
  opacity: 1;
  transform: translateY(-50%) rotate(180deg);
}

#watchFindForm .selectize-dropdown {
  z-index: 10100 !important;
}

.selectize .selectize-input:before {
  background: url(/public/monacowatch/assets/img/svg/arrow-select.svg) center / contain no-repeat !important;
}

.selectize .selectize-input:after {
  background: url(/public/monacowatch/assets/img/svg/arrow-select__red.svg) center / contain no-repeat !important;
}

/* Buy now button: solid green, no right stripe gap, no black flash */
.btnBuyed.fullBtnBuyedCustom,
.product-add__button.btnBuyed.fullBtnBuyedCustom,
.agatha-buy-now {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  display: block !important;
  box-sizing: border-box !important;
}

.btnBuyed.fullBtnBuyedCustom:after,
.product-add__button.btnBuyed.fullBtnBuyedCustom:after,
.agatha-buy-now:after {
  display: none !important;
}

.btnBuyed.fullBtnBuyedCustom .button__text,
.product-add__button.btnBuyed.fullBtnBuyedCustom .button__text,
.agatha-buy-now .button__text {
  width: 100% !important;
  background: #00c357 !important;
  transition: none !important;
}

.btnBuyed.fullBtnBuyedCustom:hover,
.product-add__button.btnBuyed.fullBtnBuyedCustom:hover,
.agatha-buy-now:hover {
  opacity: 0.85;
}

.btnBuyed.fullBtnBuyedCustom:hover .button__text,
.product-add__button.btnBuyed.fullBtnBuyedCustom:hover .button__text,
.agatha-buy-now:hover .button__text {
  background: #00c357 !important;
}

/* Footer — compact, minimal layout */
.footer {
  overflow: visible !important;
  flex-shrink: 0;
  background: #fafafa;
  border-top: 1px solid #ececec;
}

.footer:before {
  display: none;
}

.footer__main {
  overflow: visible !important;
  padding-top: 32px !important;
  padding-bottom: 16px !important;
}

.footer__top {
  padding-bottom: 12px !important;
}

.footer__top > .footer__cols {
  display: grid !important;
  grid-template-columns: minmax(220px, 1.2fr) auto auto minmax(180px, 1fr);
  gap: 16px 32px;
  align-items: start;
  margin: 0 !important;
}

.footer__col {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  flex-grow: 0 !important;
  flex-shrink: 1 !important;
  padding: 0 !important;
  min-width: 0;
}

.footer__col:nth-child(2) {
  right: auto !important;
}

.footer-logo,
.agatha-brand--footer {
  margin-bottom: 8px !important;
}

.agatha-brand--footer .agatha-brand__emblem {
  width: 28px;
  height: 32px;
}

.agatha-brand--footer .agatha-brand__title {
  font-size: 15px;
  letter-spacing: 0.1em;
}

.agatha-brand--footer .agatha-brand__subtitle {
  font-size: 8px;
  letter-spacing: 0.16em;
}

.footer-title {
  font-size: 11px !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #999 !important;
  padding-bottom: 8px !important;
}

.footer-description {
  font-size: 12px !important;
  line-height: 1.45 !important;
  color: #666;
}

.footer-description a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-description a:hover {
  color: #141414;
}

.footer-line {
  display: none !important;
}

.footer-nav__item {
  padding-bottom: 6px !important;
}

.footer-nav__link {
  font-size: 12px !important;
  line-height: 1.4 !important;
  padding-left: 12px !important;
}

.footer .socials {
  display: none !important;
}

.agatha-footer-trust-col {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: start;
  padding-top: 2px !important;
}

.agatha-footer-trust-row {
  padding: 0 0 12px;
  display: flex;
  justify-content: center;
}

.agatha-footer-trust {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
}

.agatha-footer-trust img {
  display: block;
  height: 30px !important;
  width: auto;
  max-width: 100%;
}

.footer__bottom {
  padding: 14px 0 4px !important;
  border-top: 1px solid rgba(68, 68, 68, 0.1) !important;
}

.footer__bottom .footer__cols {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
  margin: 0 !important;
}

.footer__left,
.footer__right {
  width: auto !important;
  padding: 0 !important;
}

.footer__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.copyrights {
  font-size: 11px !important;
  line-height: 1.5 !important;
  color: #999;
}

.copyrights .footer-nav__link {
  font-size: inherit !important;
  line-height: inherit !important;
  display: inline !important;
  padding: 0 !important;
  color: #999 !important;
}

.copyrights .footer-nav__link:before {
  display: none !important;
}

.copyrights .footer-nav__link:hover {
  color: #141414 !important;
}

.footer__bg-left,
.footer__bg-right {
  display: none !important;
}

body.cookie-banner-visible .footer {
  padding-bottom: 88px;
}

@media screen and (max-width: 991px) {
  .footer__main {
    padding-top: 28px !important;
  }

  .footer__top > .footer__cols {
    grid-template-columns: auto 1fr 1fr;
    gap: 16px 24px;
  }

  .footer__col:nth-child(1) {
    grid-column: 1 / -1;
  }

  .agatha-footer-trust-col {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .footer__main {
    padding-top: 24px !important;
    padding-bottom: 12px !important;
  }

  .footer__top > .footer__cols {
    display: flex !important;
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .footer__col:nth-child(1),
  .footer__col:nth-child(2),
  .footer__col:nth-child(3),
  .footer__col:nth-child(4),
  .agatha-footer-trust-col {
    width: 100% !important;
    max-width: 100% !important;
    order: unset !important;
    padding-bottom: 0 !important;
  }

  .agatha-footer-trust-col {
    justify-content: center;
  }

  .footer-nav {
    justify-content: center !important;
    margin: 0 auto;
  }

  .footer-nav__list {
    text-align: center;
  }

  .footer-nav__link {
    display: inline-block !important;
  }

  .footer__bottom .footer__cols {
    flex-direction: column;
    text-align: center;
  }

  .footer__right {
    justify-content: center;
  }
}

/* ——— Mobile polish (watch-find, modals, header) ——— */
@media screen and (max-width: 767px) {
  .modal-dialog {
    margin: 76px auto 16px !important;
    width: calc(100% - 24px) !important;
    max-width: none !important;
  }

  #watchFindForm .modal-dialog {
    margin: 72px auto 12px !important;
    width: calc(100% - 20px) !important;
  }

  #watchFindForm .login-form__col .checkbox {
    display: block;
    width: 100%;
    margin-bottom: 6px;
  }

  #watchFindForm .login-form__cols {
    flex-direction: column;
  }

  #watchFindForm .login-form__col {
    width: 100% !important;
    max-width: 100% !important;
  }

  header .user-nav {
    gap: 0 !important;
  }

  header .user-nav__item {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  header .header__main {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .agatha-brand {
    gap: 6px;
    min-width: 0;
    max-width: calc(100vw - 200px);
  }

  .agatha-brand__wordmark {
    overflow: hidden;
  }

  .agatha-brand__title,
  .agatha-brand__subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 380px) {
  .agatha-brand__subtitle {
    display: none;
  }

  .agatha-brand {
    max-width: calc(100vw - 168px);
  }
}

/* Homepage: hide left vertical language column (FR / DE / IT) */
body.home-page .first-screen__socials.side-socials {
  display: none !important;
}

/* ——— Mobile header & drawer ——— */
@media screen and (max-width: 991px) {
  header .header__col.header__col_hide-mob {
    display: none !important;
  }

  header .mob-button,
  header .header__col:first-child {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex-shrink: 0;
  }

  header .user-nav {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  header .header__main {
    padding-left: 10px !important;
    padding-right: 8px !important;
  }

  header .header__left {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
  }

  header .header__left > .header__cols {
    min-width: 0;
  }

  header .header__right {
    flex: 0 0 auto;
    max-width: 46%;
  }

  header .user-nav {
    margin: 0 -6px !important;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }

  header .user-nav__item {
    padding: 0 4px !important;
  }

  header .user-nav__item.btnMessenger .user-nav__link img {
    width: 22px !important;
    height: 22px;
  }

  header .user-nav .js-nav-item .header-nav__link {
    font-size: 13px;
    padding: 0 2px;
  }

  .agatha-brand {
    gap: 6px;
    min-width: 0;
    max-width: calc(100vw - 168px);
  }

  .hide-mob__bg {
    width: min(300px, 88vw) !important;
    padding: 72px 16px calc(24px + env(safe-area-inset-bottom, 0px)) !important;
    box-sizing: border-box;
    overflow-y: auto;
    background: #fff !important;
  }

  .hide-mob__close {
    top: 18px !important;
    right: 16px !important;
  }

  .mob-nav {
    margin: 0 !important;
    padding: 0 4px;
  }

  .mob-nav__item {
    border-bottom: 1px solid #f0f0f0;
  }

  .mob-nav__link {
    padding: 16px 12px !important;
    font-size: 17px !important;
    line-height: 1.35 !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: break-word;
  }

  .hide-mob__socials {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    margin-top: 20px;
    padding: 0 8px !important;
  }

  .hide-mob__socials .socials__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 16px;
  }

  .hide-mob__socials .socials__item {
    padding: 0 !important;
  }

  .hide-mob__socials .socials__link {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    font-size: 13px;
    min-width: 44px;
    text-align: center;
  }
}

/* Desktop / tablet header: logo and nav must not overlap */
@media screen and (min-width: 992px) {
  header .header__left > .header__cols > .header__col:first-child {
    display: none !important;
  }

  header .header__cols {
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  header .header__left {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 180px);
    overflow: visible;
  }

  header .header__left > .header__cols {
    flex: 1 1 auto;
    min-width: 0;
    gap: 20px;
  }

  header .header__col:not(.header__col_hide-mob) {
    flex: 0 0 auto;
    flex-shrink: 0;
  }

  header .header__col.header__col_hide-mob {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex: 1 1 auto;
    min-width: 0;
    overflow: visible;
    justify-content: flex-end;
  }

  header .header-nav,
  header .header-nav__list {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  header .header-nav {
    width: 100%;
    min-width: 0;
  }

  header .header-nav__list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin: 0 !important;
    min-width: 0;
  }

  header .header-nav__item {
    padding: 0 clamp(5px, 0.65vw, 12px) !important;
    flex-shrink: 1;
    min-width: 0;
  }

  header .header-nav__link {
    font-size: clamp(11px, 0.85vw, 15px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }

  header a.logo.agatha-brand {
    flex-shrink: 0;
    max-width: 200px;
  }

  header .header__right {
    flex: 0 0 auto;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1280px) {
  header .header__main {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  header .agatha-brand__title {
    font-size: 18px;
    letter-spacing: 0.08em;
  }

  header .agatha-brand__subtitle {
    font-size: 9px;
    letter-spacing: 0.14em;
  }

  header .header-nav__link {
    font-size: 13px;
  }
}

@media screen and (max-width: 380px) {
  header .header__right {
    max-width: 50%;
  }

  .agatha-brand__subtitle {
    display: none;
  }
}
