/* Site branding — header logo + title */
.tf-header .logo-site {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.tf-header .logo-site .site-logo-img {
  display: block;
  width: auto;
  height: auto;
  max-height: 32px;
  max-width: 44px;
  object-fit: contain;
}

.tf-header .logo-site .site-logo-text {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: nowrap;
  color: #d4af37;
  text-shadow:
    0 1px 0 #b8941f,
    0 2px 0 #9a7b18,
    0 3px 0 #7d6312,
    0 4px 2px rgba(0, 0, 0, 0.25),
    0 6px 8px rgba(0, 0, 0, 0.35);
}

/* No hover dropdowns on main nav (template mega menus disabled) */
.tf-header .box-nav-menu .sub-menu,
.tf-header .box-nav-menu .sub-menu-lv2,
.tf-header .box-nav-menu .mega-menu,
.tf-header .box-nav-menu .mega-menu-item {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.tf-header .box-nav-menu .menu-item .icon-CaretDown {
  display: none;
}

/* Topbar: static region + language (no dropdowns) */
.tf-topbar .topbar-static-meta {
  align-items: center;
  gap: 20px;
}

.tf-topbar .topbar-meta-item {
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}

.tf-topbar .topbar-flag,
.tf-footer .topbar-flag {
  display: block;
  width: 20px;
  height: auto;
  border-radius: 2px;
  flex-shrink: 0;
}

/* Footer: static region + language (no dropdowns) */
.tf-footer .footer-static-meta {
  align-items: center;
  gap: 20px;
}

.tf-footer .footer-meta-item {
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}

/* Mobile menu footer */
.canvas-mb .mobile-menu-meta {
  padding: 8px 12px;
  font-size: 13px;
}

@media (max-width: 1199px) {
  .tf-header .logo-site .site-logo-img {
    max-height: 28px;
    max-width: 38px;
  }

  .tf-header .logo-site .site-logo-text {
    font-size: 1.15rem;
  }
}

/* Shop: sort dropdown */
.tf-dropdown-sort .btn-select.dropdown-toggle {
  border: 0;
  background: transparent;
  padding: 0;
  width: 100%;
  font: inherit;
  color: inherit;
  text-align: left;
}

.tf-dropdown-sort .btn-select.dropdown-toggle::after {
  display: none;
}

.tf-dropdown-sort .dropdown-menu a.select-item {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.tf-dropdown-sort .dropdown-menu a.select-item:hover {
  color: inherit;
}

/* Home top slider — centered, responsive, full image (no crop) */
.tf-slideshow {
  max-width: 1320px;
  margin-inline: auto;
  padding: 20px 16px;
}

.tf-slideshow .swiper,
.tf-slideshow .swiper-wrapper,
.tf-slideshow .swiper-slide {
  width: 100%;
}

.tf-slideshow .slideshow-wrap {
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 730;
  border-radius: 10px;
  overflow: hidden;
}

.tf-slideshow .sld_image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tf-slideshow .sld_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .tf-slideshow {
    padding: 16px 12px;
  }
}

@media (max-width: 575px) {
  .tf-slideshow {
    padding: 12px 10px;
  }
}

/* Floating WhatsApp button */
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
  color: #fff;
  background-color: #1ebe5b;
  transform: scale(1.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
}

@media (max-width: 575px) {
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 50px;
    height: 50px;
  }

  .whatsapp-float svg {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 575px) {
  .tf-header .logo-site .site-logo-text {
    font-size: 1rem;
  }

  .tf-header .logo-site {
    gap: 8px;
  }

  .tf-header .logo-site .site-logo-img {
    max-height: 26px;
    max-width: 34px;
  }
}
