.xhd-lang-control {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 8px;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1;
}

.xhd-lang-label {
  color: #232323;
  font-weight: 500;
}

.xhd-lang-select {
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  padding: 2px 24px 2px 8px;
  min-height: 26px;
  background: #fff;
  color: #222;
  font-size: 12px;
  max-width: 140px;
}

@media (min-width: 1025px) {
  .header-nav-hamburger .main-menu--wrapper .list-menu.list-menu--inline {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: 14px !important;
    white-space: nowrap;
  }

  .header-nav-hamburger .main-menu--wrapper .list-menu.list-menu--inline > .menu-lv-item {
    flex: 0 0 auto;
  }

  .header-nav-hamburger .main-menu--wrapper .list-menu.list-menu--inline .menu-lv-1__action {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .header-nav-hamburger .header__search-input .field {
    max-width: 220px;
  }

  .xhd-lang-control {
    gap: 4px;
    margin-left: 6px;
    font-size: 11px;
  }

  .xhd-lang-select {
    max-width: 110px;
    min-height: 24px;
    padding: 2px 20px 2px 6px;
    font-size: 11px;
  }
}

@media (min-width: 1025px) and (max-width: 1460px) {
  .xhd-lang-label {
    display: none;
  }

  .header-nav-hamburger .header-icons {
    gap: 18px !important;
  }

  .header-nav-hamburger .header__search-input .field {
    max-width: 180px;
  }

  .header-nav-hamburger .main-menu--wrapper .list-menu.list-menu--inline {
    gap: 10px !important;
  }
}

body.xhd-theme-refresh {
  --xhd-theme-bg: #586b84;
  --xhd-theme-bg-2: #4c5f77;
}

body.xhd-theme-refresh .announcement-bar,
body.xhd-theme-refresh .announcement-bar .row,
body.xhd-theme-refresh .announcement-bar__message {
  background: var(--xhd-theme-bg) !important;
  color: #ffffff !important;
}

body.xhd-theme-refresh .announcement-bar__message.xhd-announcement-updated {
  font-size: 13px !important;
  line-height: 1.3 !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

body.xhd-theme-refresh .announcement-bar__message.xhd-announcement-updated .xhd-announcement-link,
body.xhd-theme-refresh .announcement-bar__message.xhd-announcement-updated .xhd-announcement-wa,
.xhd-whatsapp-link {
  color: #ffffff !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

body.xhd-theme-refresh .shopify-section-group-header-group .header-wrapper {
  position: sticky !important;
  top: 0;
  z-index: 98 !important;
}

body.xhd-theme-refresh .wrapper-footer,
body.xhd-theme-refresh .footer,
body.xhd-theme-refresh .footer__content-top,
body.xhd-theme-refresh .footer__content-bottom {
  background: var(--xhd-theme-bg-2) !important;
  color: #ffffff !important;
}

body.xhd-theme-refresh .footer a,
body.xhd-theme-refresh .footer p,
body.xhd-theme-refresh .footer h2,
body.xhd-theme-refresh .footer h3,
body.xhd-theme-refresh .footer .text {
  color: #ffffff !important;
}

.xhd-legacy-spotlight {
  display: none !important;
}

.xhd-application-section {
  background: #f3f6fb;
  padding: 56px 0 52px;
}

.xhd-app-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.xhd-app-title {
  margin: 0;
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
  color: #1f324e;
}

.xhd-app-subtitle {
  margin: 12px 0 28px;
  text-align: center;
  color: #4f627e;
  font-size: 16px;
}

.xhd-app-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.xhd-app-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  min-height: 230px;
  background: #111;
}

.xhd-app-image {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  display: block;
}

.xhd-app-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 16px;
  background: linear-gradient(0deg, rgba(10, 22, 39, 0.86) 0%, rgba(10, 22, 39, 0) 100%);
}

.xhd-app-name {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

.xhd-app-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #ffffff !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}

.xhd-app-link:hover {
  background: #ffffff;
  color: #1f3557 !important;
}

.xhd-product-hero-compact .image.image-adapt.adaptive_height,
.xhd-qualification-compact .image.image-adapt.adaptive_height {
  max-height: 430px;
  overflow: hidden;
}

.xhd-product-hero-compact .image.image-adapt.adaptive_height img,
.xhd-qualification-compact .image.image-adapt.adaptive_height img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xhd-service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  min-height: 188px;
  background: #f8f8f8;
  border: 1px solid #ececec;
  border-radius: 4px;
  padding: 15px 16px;
  text-decoration: none;
}

.xhd-service-icon {
  margin-bottom: 6px;
}

.xhd-service-emoji {
  display: inline-block;
  font-size: 31px;
  line-height: 1;
}

.xhd-service-card .policies-text {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #232323 !important;
}

.xhd-service-desc {
  display: block;
  font-size: 12px;
  color: #666;
  line-height: 1.35;
}

.sections-custom-service-block .policies-block-wrapper .halo-row.column-5 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.sections-custom-service-block .policies-block-wrapper .halo-row.column-5 > .halo-item {
  width: auto !important;
  margin: 0 !important;
}

@media (max-width: 1199px) {
  .xhd-lang-label {
    display: none;
  }

  .xhd-lang-select {
    max-width: 110px;
    padding-left: 6px;
    padding-right: 20px;
  }

  .xhd-nav-contact {
    display: none !important;
  }

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

  .sections-custom-service-block .policies-block-wrapper .halo-row.column-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .xhd-app-title {
    font-size: 30px;
  }

  .xhd-app-subtitle {
    font-size: 14px;
  }

  .xhd-app-grid {
    grid-template-columns: 1fr;
  }
}

/* Home hero: full text visibility + no slider controls */
#shopify-section-template--19296359973094__slide_show_6CHbXC .slideshow .slick-dots,
#shopify-section-template--19296359973094__slide_show_6CHbXC .slideshow .slick-arrow {
  display: none !important;
}

#shopify-section-template--19296359973094__slide_show_6CHbXC .adaptive_height.image {
  padding-top: 38% !important;
  min-height: 520px;
}

#shopify-section-template--19296359973094__slide_show_6CHbXC .slideshow .item .image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

#shopify-section-template--19296359973094__slide_show_6CHbXC .slide-block-image_4AeCDm .slide-content.custom_position {
  top: 50% !important;
  bottom: auto !important;
  left: 32px !important;
  right: auto !important;
  transform: translateY(-50%) !important;
  width: min(92vw, 900px) !important;
  max-width: 92vw !important;
  padding: 0 12px !important;
}

#shopify-section-template--19296359973094__slide_show_6CHbXC .slide-block-image_4AeCDm .slide-content .slide-heading.slide-pc {
  font-size: clamp(56px, 6.4vw, 94px) !important;
  line-height: 1.03 !important;
  margin-bottom: 14px !important;
  word-break: break-word;
}

#shopify-section-template--19296359973094__slide_show_6CHbXC .slide-block-image_4AeCDm .slide-content .slide-text.slide-pc {
  font-size: clamp(18px, 1.9vw, 28px) !important;
  line-height: 1.35 !important;
  max-width: 820px !important;
  margin-bottom: 24px !important;
}

#shopify-section-template--19296359973094__slide_show_6CHbXC .slide-block-image_4AeCDm .slide-content .slide-button {
  min-width: 180px !important;
}

/* Home: enlarge products section */
#shopify-section-template--19296359973094__brand_slider_XPcgHz .section-block-template--19296359973094__brand_slider_XPcgHz {
  padding-top: 130px !important;
  padding-bottom: 200px !important;
}

#shopify-section-template--19296359973094__brand_slider_XPcgHz .wrapper-image .adaptive_height {
  padding-top: 82% !important;
}

#shopify-section-template--19296359973094__brand_slider_XPcgHz .wrapper-image .adaptive_height img {
  transform: translate(-50%, -50%) scale(1.15) !important;
}

@media (max-width: 1199px) {
  #shopify-section-template--19296359973094__slide_show_6CHbXC .adaptive_height.image {
    padding-top: 50% !important;
    min-height: 420px;
  }

  #shopify-section-template--19296359973094__slide_show_6CHbXC .slide-block-image_4AeCDm .slide-content.custom_position {
    left: 18px !important;
    width: calc(100% - 36px) !important;
    max-width: calc(100% - 36px) !important;
  }

  #shopify-section-template--19296359973094__slide_show_6CHbXC .slide-block-image_4AeCDm .slide-content .slide-heading.slide-pc {
    font-size: clamp(44px, 7vw, 74px) !important;
    line-height: 1.06 !important;
  }

  #shopify-section-template--19296359973094__brand_slider_XPcgHz .section-block-template--19296359973094__brand_slider_XPcgHz {
    padding-top: 100px !important;
    padding-bottom: 140px !important;
  }
}

@media (max-width: 767px) {
  #shopify-section-template--19296359973094__slide_show_6CHbXC .adaptive_height.image {
    padding-top: 66% !important;
    min-height: 340px;
  }

  #shopify-section-template--19296359973094__slide_show_6CHbXC .slideshow .slick-dots {
    display: none !important;
  }

  #shopify-section-template--19296359973094__slide_show_6CHbXC .slide-block-image_4AeCDm .slide-content.custom_position {
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 16px !important;
    width: auto !important;
    max-width: 100% !important;
    transform: none !important;
    padding: 0 14px !important;
  }

  #shopify-section-template--19296359973094__slide_show_6CHbXC .slide-block-image_4AeCDm .slide-content .slide-heading {
    font-size: 30px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
    word-break: break-word;
  }

  #shopify-section-template--19296359973094__slide_show_6CHbXC .slide-block-image_4AeCDm .slide-content .slide-text {
    font-size: 14px !important;
    line-height: 1.45 !important;
    margin-bottom: 16px !important;
    max-width: 100% !important;
  }

  #shopify-section-template--19296359973094__slide_show_6CHbXC .slide-block-image_4AeCDm .slide-content .slide-button {
    min-width: 150px !important;
    padding: 10px 16px !important;
  }

  #shopify-section-template--19296359973094__brand_slider_XPcgHz .section-block-template--19296359973094__brand_slider_XPcgHz {
    padding-top: 72px !important;
    padding-bottom: 88px !important;
  }

  #shopify-section-template--19296359973094__brand_slider_XPcgHz .section-block-template--19296359973094__brand_slider_XPcgHz .halo-block-header .title {
    font-size: 30px !important;
    line-height: 1.25 !important;
  }

  #shopify-section-template--19296359973094__brand_slider_XPcgHz .wrapper-image .adaptive_height {
    padding-top: 108% !important;
  }

  #shopify-section-template--19296359973094__brand_slider_XPcgHz .wrapper-image .adaptive_height img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    transform: translate(-50%, -50%) scale(1) !important;
  }

  #shopify-section-template--19296359973094__brand_slider_XPcgHz .halo-item .text {
    font-size: 16px !important;
    line-height: 1.35 !important;
    padding: 0 4px !important;
  }

  #shopify-section-template--19296359973094__brand_slider_XPcgHz .sm-column-2:not(.slick-slider):not(.brand-layout--infinite) .halo-item:nth-child(n + 3) {
    display: block !important;
  }

  #shopify-section-template--19296359973094__brand_slider_XPcgHz .brands-slider .halo-row.halo-slider.sm-column-2:not(.slick-slider) {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  #shopify-section-template--19296359973094__brand_slider_XPcgHz .brands-slider .halo-row.halo-slider.sm-column-2:not(.slick-slider) .halo-item {
    width: 50% !important;
    display: block !important;
  }

  #shopify-section-template--19296359973094__brand_slider_XPcgHz .brands-slider .halo-row.halo-slider.sm-column-2.slick-slider .slick-list {
    overflow: visible !important;
  }

  #shopify-section-template--19296359973094__brand_slider_XPcgHz .brands-slider .halo-row.halo-slider.sm-column-2.slick-slider .slick-track {
    transform: none !important;
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }

  #shopify-section-template--19296359973094__brand_slider_XPcgHz .brands-slider .halo-row.halo-slider.sm-column-2.slick-slider .slick-slide {
    width: 50% !important;
    float: none !important;
    height: auto !important;
  }

  #shopify-section-template--19296359973094__brand_slider_XPcgHz .brands-slider .halo-row.halo-slider.sm-column-2.slick-slider .slick-slide.slick-cloned {
    display: none !important;
  }

  #shopify-section-template--19296359973094__brand_slider_XPcgHz .brands-slider .slick-arrow,
  #shopify-section-template--19296359973094__brand_slider_XPcgHz .brands-slider .slick-dots {
    display: none !important;
  }
}

@media (max-width: 479px) {
  #shopify-section-template--19296359973094__slide_show_6CHbXC .adaptive_height.image {
    padding-top: 74% !important;
    min-height: 300px;
  }

  #shopify-section-template--19296359973094__slide_show_6CHbXC .slide-block-image_4AeCDm .slide-content .slide-heading {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }

  #shopify-section-template--19296359973094__slide_show_6CHbXC .slide-block-image_4AeCDm .slide-content .slide-text {
    font-size: 13px !important;
  }

  #shopify-section-template--19296359973094__brand_slider_XPcgHz .section-block-template--19296359973094__brand_slider_XPcgHz {
    padding-top: 64px !important;
    padding-bottom: 72px !important;
  }

  #shopify-section-template--19296359973094__brand_slider_XPcgHz .wrapper-image .adaptive_height {
    padding-top: 116% !important;
  }
}

.header__icon--account,
.site-nav-mobile.nav-account,
.customer-links,
.customer_login_link,
.customer_register_link,
a[href*="customer_authentication"],
a[href*="/customer_authentication/redirect"],
a[href*="/account"] {
  display: none !important;
}

.lookbook-image img,
.instagram-item img,
.collection-wrapper img,
.img-box img {
  opacity: 1 !important;
  visibility: visible !important;
}

.img-box .data-lazy-loading {
  display: none !important;
}

.xhd-float-contact {
  position: fixed;
  right: 16px;
  bottom: 18px;
  z-index: 99980;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.xhd-float-contact-toggle {
  border: 0;
  border-radius: 50%;
  background: #14865a;
  color: #ffffff;
  width: 46px;
  height: 46px;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}

.xhd-float-contact-toggle:hover {
  background: #0f7450;
}

.xhd-float-contact-icon {
  font-size: 18px;
  line-height: 1;
}

.xhd-float-contact-label {
  display: none;
}

.xhd-float-contact-panel {
  min-width: 260px;
  max-width: 320px;
  border-radius: 12px;
  border: 1px solid #e4e8ef;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  pointer-events: none;
  transition: all .2s ease;
}

.xhd-float-contact.is-open .xhd-float-contact-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.xhd-float-contact-title {
  margin: 0 0 2px;
  color: #1f324e;
  font-size: 14px;
  font-weight: 700;
}

.xhd-float-contact-link {
  display: block;
  width: 100%;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  padding: 10px 12px;
  color: #1e2d42 !important;
  background: #f7f9fc;
  font-size: 13px;
  line-height: 1.3;
  text-decoration: none !important;
}

.xhd-float-contact-link:hover {
  background: #eef4ff;
  border-color: #bfd0f6;
}

.xhd-image-lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.86);
  z-index: 99999;
}

.xhd-image-lightbox.is-active {
  display: flex;
}

.xhd-image-lightbox-image {
  max-width: 92vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.45);
}

.xhd-image-lightbox-close {
  position: absolute;
  top: 12px;
  right: 16px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
}

body.xhd-lightbox-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .xhd-float-contact {
    right: 10px;
    bottom: 12px;
  }

  .xhd-float-contact-toggle {
    width: 42px;
    height: 42px;
    padding: 0;
  }

  .xhd-float-contact-label {
    display: none;
  }

  .xhd-float-contact-panel {
    min-width: min(86vw, 280px);
  }
}
