.header-account-trigger {
  letter-spacing: 0.02em;
}
.header-account-canvas {
  width: min(100%, 360px) !important;
  background: #ffffff;
  color: #132238;
}
.header-account-canvas-header {
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
  column-gap: 16px;
  justify-content: space-between;
  padding: 24px 16px;
}
.header-account-canvas-title {
  color: #132238;
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.header-account-close {
  align-items: center;
  background: transparent;
  border: 0;
  color: #132238;
  column-gap: 8px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-left: auto;
  padding: 0;
  white-space: nowrap;
}
.header-account-close:hover,
.header-account-close:focus {
  color: var(--gcf-primary-700, #0a4db1);
}
.header-account-canvas-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 16px 32px;
}
.header-account-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header-account-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header-account-label {
  color: #132238;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
.header-account-required {
  color: #d93025;
}
.header-account-input {
  background: #ffffff;
  border: 1px solid #d8dce3;
  border-radius: 999px;
  color: #132238;
  font-size: 15px;
  line-height: 1.4;
  min-height: 44px;
  padding: 12px 18px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  width: 100%;
}
.header-account-input:focus {
  border-color: var(--gcf-primary-500, #0d6efd);
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.12);
  outline: 0;
}
.header-account-password-wrap {
  position: relative;
}
.header-account-password-wrap .header-account-input {
  padding-right: 54px;
}
.header-account-password-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: #6b7280;
  display: inline-flex;
  font-size: 16px;
  height: 32px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}
.header-account-password-toggle:hover,
.header-account-password-toggle:focus {
  color: #132238;
}
.header-account-submit,
.header-account-action-link {
  align-items: center;
  background: var(--gcf-secondary-500, #f6a813);
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 14px 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
  width: 100%;
}
.header-account-submit:hover,
.header-account-submit:focus,
.header-account-action-link:hover,
.header-account-action-link:focus {
  background: var(--gcf-secondary-600, #dc9710);
  color: #ffffff;
  transform: translateY(-1px);
}
.header-account-meta {
  align-items: center;
  color: #132238;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}
.header-account-remember {
  align-items: center;
  color: #132238;
  column-gap: 10px;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  line-height: 1.4;
}
.header-account-remember input {
  accent-color: var(--gcf-primary-600, #0b5ed7);
  height: 16px;
  margin: 0;
  width: 16px;
}
.header-account-lost-password,
.header-account-register-link,
.header-account-secondary-link {
  color: var(--gcf-link-color, #0d6efd);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}
.header-account-lost-password:hover,
.header-account-lost-password:focus,
.header-account-register-link:hover,
.header-account-register-link:focus,
.header-account-secondary-link:hover,
.header-account-secondary-link:focus {
  color: var(--gcf-link-hover-color, #0b5ed7);
  text-decoration: underline;
}
.header-account-register-panel {
  align-items: center;
  background: #fafafa;
  border-top: 1px solid #e7e7e7;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0 -16px -32px;
  padding: 28px 16px 32px;
  text-align: center;
}
.header-account-register-icon,
.header-account-user-icon {
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  color: #d1d5db;
  display: inline-flex;
  font-size: 34px;
  height: 72px;
  justify-content: center;
  width: 72px;
}
.header-account-register-title,
.header-account-user-name {
  color: #132238;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.header-account-register-link {
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.header-account-user-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
.header-account-user-email {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.header-account-user-actions {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.header-account-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.header-account-nav-item {
  border-bottom: 1px solid #e8e8e8;
}
.header-account-nav-item:last-child {
  border-bottom: none;
}
.header-account-nav-link {
  align-items: center;
  background: transparent;
  border: 0;
  color: #132238;
  column-gap: 12px;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: flex-start;
  line-height: 1.4;
  min-height: 56px;
  padding: 0 20px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease;
  width: 100%;
}
.header-account-nav-link:hover {
  color: #57a9ff;
  transform: translateX(5px);
}
.header-account-nav-logout .header-account-nav-link {
  color: #ef4444;
}
.header-account-nav-logout .header-account-nav-link:hover {
  color: #dc2626;
}
@media (max-width: 576px) {
  .header-account-canvas {
    width: 100% !important;
  }
}
.categories-menu {
  position: relative;
}
.btn-categories {
  background: #ffffff;
  color: #333333;
  border: none;
  padding: 15px 24px !important;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  height: 54px;
  border-radius: 0;
  border-left: 1px solid #3333;
  border-right: 1px solid #3333;
}
.btn-categories i:first-child {
  font-size: 16px;
  color: #333333;
}
.btn-categories .fa-chevron-down {
  font-size: 12px;
}
.categories-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  min-width: 280px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
}
.categories-menu:hover .categories-dropdown,
.categories-menu.is-open .categories-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px !important;
  color: #374151;
  text-decoration: none;
  border-bottom: 1px solid #f3f4f6;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
.category-item.has-submenu {
  padding-right: 40px !important;
}
.category-item:last-child {
  border-bottom: none;
}
.category-item:hover {
  background: #f9fafb;
  color: #0a4db1;
}
.category-item > i {
  font-size: 14px;
  color: #9ca3af;
  position: absolute;
  right: 16px;
}
.category-item span {
  font-size: 14px;
  font-weight: 500;
  flex: 1;
}
.submenu-level-2 {
  position: absolute;
  top: 0;
  left: 100%;
  background: #ffffff;
  min-width: 240px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  z-index: 1001;
}
.category-item.has-submenu:hover > .submenu-level-2 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.submenu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px !important;
  color: #374151;
  text-decoration: none;
  border-bottom: 1px solid #f3f4f6;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
.submenu-item.has-submenu {
  padding-right: 36px !important;
}
.submenu-item:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}
.submenu-item:first-child {
  border-radius: 8px 8px 0 0;
}
.submenu-item:hover {
  background: #f9fafb;
  color: #0a4db1;
}
.submenu-item > i {
  font-size: 12px;
  color: #9ca3af;
  position: absolute;
  right: 14px;
}
.submenu-item span {
  font-size: 13px;
  font-weight: 500;
}
.submenu-level-3 {
  position: absolute;
  top: 0;
  left: 100%;
  background: #ffffff;
  min-width: 200px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  z-index: 1002;
}
.submenu-item.has-submenu:hover > .submenu-level-3 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.submenu-link {
  display: block;
  padding: 10px 18px !important;
  color: #374151;
  text-decoration: none;
  border-bottom: 1px solid #f3f4f6;
  transition: all 0.3s ease;
  font-size: 13px;
  font-weight: 500;
}
.submenu-link:first-child {
  border-radius: 8px 8px 0 0;
}
.submenu-link:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}
.submenu-link:hover {
  background: #f9fafb;
  color: #0a4db1;
  padding-left: 24px !important;
}
@media (max-width: 991px) {
  .btn-categories {
    font-size: 13px;
    padding: 12px 18px !important;
    height: auto;
  }
}
@media (max-width: 576px) {
  .btn-categories span {
    display: none;
  }
  .btn-categories {
    padding: 12px !important;
  }
}
body.has-header-compare-open,
body.has-header-mini-cart-open,
body.has-header-wishlist-open {
  overflow: hidden;
}
.header-compare-drawer,
.header-mini-cart,
.header-wishlist-drawer {
  position: fixed;
  inset: 0;
  opacity: 0;
  transition: opacity 0.32s ease;
  pointer-events: none;
  z-index: 1050;
}
.header-wishlist-drawer {
  z-index: 1060;
}
.header-compare-drawer {
  z-index: 1065;
}
.header-compare-drawer[hidden],
.header-mini-cart[hidden],
.header-wishlist-drawer[hidden] {
  display: none !important;
}
.header-compare-drawer-backdrop,
.header-mini-cart-backdrop,
.header-wishlist-drawer-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(15, 23, 42, 0.45);
  opacity: 0;
  transition: opacity 0.32s ease;
}
.header-compare-drawer-panel,
.header-mini-cart-panel,
.header-wishlist-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 372px);
  height: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translate3d(100%, 0, 0);
  transition:
    transform 0.38s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.3s ease;
  box-shadow: -12px 0 32px rgba(15, 23, 42, 0.18);
  will-change: transform, opacity;
}
.header-compare-drawer.is-open,
.header-mini-cart.is-open,
.header-wishlist-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}
.header-compare-drawer.is-open .header-compare-drawer-backdrop,
.header-mini-cart.is-open .header-mini-cart-backdrop,
.header-wishlist-drawer.is-open .header-wishlist-drawer-backdrop {
  opacity: 1;
}
.header-compare-drawer.is-open .header-compare-drawer-panel,
.header-mini-cart.is-open .header-mini-cart-panel,
.header-wishlist-drawer.is-open .header-wishlist-drawer-panel {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.header-compare-drawer-header,
.header-mini-cart-header,
.header-wishlist-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 18px;
  border-bottom: 1px solid #e5e7eb;
}
.header-compare-drawer-title,
.header-mini-cart-title,
.header-wishlist-drawer-title-label {
  margin: 0 !important;
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
}
.header-compare-drawer-close,
.header-mini-cart-close,
.header-wishlist-drawer-close {
  border: 0;
  background: transparent;
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  padding: 0;
  cursor: pointer;
}
.header-compare-drawer-body,
.header-wishlist-drawer-body {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.header-compare-item,
.header-mini-cart-item,
.header-wishlist-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 16px;
  border-bottom: 1px solid #e5e7eb;
}
.header-compare-item-media,
.header-mini-cart-item-media,
.header-wishlist-item-media {
  width: 68px;
  min-width: 68px;
}
.header-compare-item-image,
.header-mini-cart-item-image,
.header-wishlist-item-image {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  min-height: 68px;
}
.header-compare-item-image img,
.header-mini-cart-item-image img,
.header-wishlist-item-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.header-compare-item-content,
.header-mini-cart-item-content,
.header-wishlist-item-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header-compare-item-top,
.header-mini-cart-item-top,
.header-wishlist-item-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.header-compare-item-title,
.header-mini-cart-item-title,
.header-wishlist-item-title {
  color: #1f2937;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
}
.header-compare-item-title:hover,
.header-mini-cart-item-title:hover,
.header-wishlist-item-title:hover {
  color: #1f2937;
  text-decoration: underline;
}
.header-compare-item-remove,
.header-mini-cart-item-remove,
.header-wishlist-item-remove {
  border: 0;
  background: transparent;
  color: #6b7280;
  line-height: 1;
  flex-shrink: 0;
  padding: 0;
  cursor: pointer;
}
.header-compare-item-price,
.header-mini-cart-item-price,
.header-wishlist-item-price {
  color: #4da0f0;
  font-size: 14px;
  font-weight: 700;
}
.header-compare-item-price del,
.header-mini-cart-item-price del,
.header-wishlist-item-price del {
  color: #9ca3af;
  margin-right: 4px;
  font-weight: 400;
}
.header-compare-item-price ins,
.header-mini-cart-item-price ins,
.header-wishlist-item-price ins {
  text-decoration: none;
}
.header-compare-empty,
.header-mini-cart-empty,
.header-wishlist-empty {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 48px 24px 24px;
}
.header-compare-empty-icon,
.header-mini-cart-empty-icon,
.header-wishlist-empty-icon {
  font-size: 72px;
  line-height: 1;
  color: #e5e7eb;
  margin-bottom: 20px;
}
.header-compare-empty-text,
.header-mini-cart-empty-text,
.header-wishlist-empty-text {
  color: #111827;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px !important;
}
.header-compare-action,
.header-mini-cart-action,
.header-wishlist-action {
  min-height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease;
}
.header-compare-action-primary,
.header-mini-cart-action-primary,
.header-wishlist-action-primary {
  background: #f6a813;
  color: #ffffff;
}
.header-compare-action-primary:hover,
.header-mini-cart-action-primary:hover,
.header-wishlist-action-primary:hover {
  color: #ffffff;
  background: #e0960f;
}
.header-compare-item-remove:disabled {
  opacity: 0.6;
  cursor: wait;
}
.header-mini-cart-content {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}
.header-mini-cart-items {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
.header-mini-cart-item-meta {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  font-size: 14px;
}
.header-mini-cart-item-quantity {
  color: #9ca3af;
}
.header-mini-cart-footer {
  padding: 18px 16px 14px;
  border-top: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: auto;
}
.header-mini-cart-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.header-mini-cart-subtotal-label {
  color: #111827;
  font-size: 17px;
  font-weight: 700;
}
.header-mini-cart-subtotal-value {
  color: #4da0f0;
  font-size: 17px;
  font-weight: 700;
}
.header-mini-cart-subtotal-value .amount {
  color: inherit;
}
.header-mini-cart-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.header-mini-cart-action-secondary {
  background: #f3f4f6;
  color: #111827;
}
.header-mini-cart-action-secondary:hover {
  color: #111827;
  background: #e5e7eb;
}
.header-mobile-shell {
  display: none;
}
.header-mobile-bar {
  background: var(
    --gcf-mobile-header-background,
    linear-gradient(135deg, #24357e 0%, #3749aa 100%)
  );
  color: var(--gcf-mobile-header-text-color, #ffffff);
  padding: 10px;
}
.header-mobile-bar-inner {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  min-height: 60px;
}
.header-mobile-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--gcf-mobile-header-icon-color, #ffffff);
  column-gap: 10px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0;
  text-transform: uppercase;
}
.header-mobile-toggle:hover,
.header-mobile-toggle:focus {
  color: var(
    --gcf-mobile-header-icon-hover-color,
    var(--gcf-mobile-header-icon-color, #ffffff)
  );
  opacity: 0.9;
}
.header-mobile-toggle i {
  font-size: 18px;
}
.header-mobile-logo {
  align-items: center;
  color: var(--gcf-mobile-header-text-color, #ffffff);
  display: inline-flex;
  justify-content: center;
  max-width: 180px;
}
.header-mobile-logo:visited {
  color: var(--gcf-mobile-header-text-color, #ffffff);
}
.header-mobile-logo-image {
  display: block;
  height: 44px;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}
.header-mobile-logo-text {
  color: var(--gcf-mobile-header-text-color, #ffffff);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.header-mobile-cart {
  color: var(--gcf-mobile-header-icon-color, #ffffff);
  display: inline-flex;
  font-size: 20px;
  position: relative;
  text-decoration: none;
}
.header-mobile-cart:visited {
  color: var(--gcf-mobile-header-icon-color, #ffffff);
}
.header-mobile-cart:hover,
.header-mobile-cart:focus {
  color: var(
    --gcf-mobile-header-icon-hover-color,
    var(--gcf-mobile-header-icon-color, #ffffff)
  );
  opacity: 0.9;
}
.header-mobile-cart-count {
  align-items: center;
  background: var(--gcf-mobile-header-badge-background, #6db8ff);
  border: 2px solid var(--gcf-mobile-header-badge-border, #3146a0);
  border-radius: 999px;
  color: var(--gcf-mobile-header-badge-text, #ffffff);
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  height: 18px;
  justify-content: center;
  min-width: 18px;
  position: absolute;
  right: -10px;
  top: -6px;
}
.header-mobile-offcanvas {
  background: #ffffff;
  max-width: 340px;
  width: min(100%, 340px) !important;
}
.header-mobile-offcanvas-body {
  padding: 0;
}
.header-mobile-search-form {
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  min-height: 72px;
  padding: 0 18px;
}
.header-mobile-search-input {
  background: transparent;
  border: 0;
  color: #6b7280;
  flex: 1 1 auto;
  font-size: 15px;
  font-weight: 500;
  min-width: 0;
  outline: 0;
  padding: 0;
}
.header-mobile-search-input::placeholder {
  color: #6b7280;
  opacity: 1;
}
.header-mobile-search-button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #8b5e3c;
  display: inline-flex;
  font-size: 22px;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  padding: 0;
}
.header-mobile-tabs {
  border-bottom: 1px solid #e8e8e8;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.header-mobile-tabs .nav-link {
  background: #f6f6f6;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: #6b7280;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  min-height: 54px;
  text-transform: uppercase;
}
.header-mobile-tabs .nav-link.active,
.header-mobile-tabs .nav-link:hover,
.header-mobile-tabs .nav-link:focus {
  background: #ffffff;
  border-bottom-color: #57a9ff;
  color: #132238;
}
.header-mobile-tab-content {
  min-height: calc(100vh - 126px);
}
.header-mobile-nav-list li,
.header-mobile-utility-list li,
.header-mobile-category-list li {
  border-bottom: 1px solid #e8e8e8;
}
.header-mobile-nav-list a,
.header-mobile-utility-link,
.header-mobile-utility-button,
.header-mobile-category-list a {
  align-items: center;
  background: transparent;
  border: 0;
  color: #132238;
  column-gap: 12px;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: flex-start;
  line-height: 1.4;
  min-height: 56px;
  padding: 0 20px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.header-mobile-nav-list a:hover,
.header-mobile-nav-list .current-menu-item > a,
.header-mobile-nav-list .current_page_item > a {
  color: #57a9ff;
}
.header-mobile-utility-link:hover,
.header-mobile-utility-link:focus,
.header-mobile-utility-button:hover,
.header-mobile-utility-button:focus,
.header-mobile-category-list a:hover,
.header-mobile-category-list a:focus {
  color: #57a9ff;
}
.header-mobile-nav-list .sub-menu {
  display: none;
}
.header-mobile-empty-state {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  padding: 20px;
}
@media (max-width: 991.98px) {
  .header-mobile-shell {
    display: block;
  }
  .top-header-section.top-header-hide-mobile,
  .main-header,
  .navbar-section {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .header-mobile-bar-inner {
    gap: 12px;
  }
  .header-mobile-logo {
    max-width: 150px;
  }
  .header-mobile-logo-image {
    height: 38px;
  }
  .header-mobile-toggle span {
    font-size: 13px;
  }
}
.main-header-search {
  max-width: 600px;
  position: relative;
}
.main-header-search .search-form {
  background: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.search-input {
  border: none;
  border-radius: 50px 0 0 50px;
  padding: 12px 20px !important;
  font-size: 14px;
  flex: 1;
  min-width: 0;
}
.search-input:focus {
  box-shadow: none;
  outline: none;
}
.category-select {
  border: none;
  border-left: 1px solid #e5e7eb;
  border-radius: 0;
  padding: 12px 26px 12px 8px !important;
  font-size: 13px;
  color: #6b7280;
  max-width: 180px;
  cursor: pointer;
  background-color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.category-select option {
  text-overflow: ellipsis;
}
.category-select:focus {
  box-shadow: none;
  outline: none;
}
.search-btn {
  background: #3b82f6;
  border: none;
  border-radius: 0 50px 50px 0;
  width: 46px;
  color: #ffffff;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.search-btn:hover {
  background: #2563eb;
}
.search-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.search-btn i {
  font-size: 16px;
}
.search-btn-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  border-radius: 50%;
  display: none;
  animation: gcf-spin 0.8s linear infinite;
}
.search-btn.is-loading .search-btn-icon {
  display: none;
}
.search-btn.is-loading .search-btn-spinner {
  display: inline-block;
}
.main-header-search .search-form input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: 1px solid #ddd;
}
.main-header-search .search-form select {
  border-radius: 0 !important;
  border-left: 0 !important;
}
@keyframes gcf-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.main-header-search-results {
  position: absolute;
  top: calc(100% 8px);
  left: 0;
  right: 0;
  z-index: 30;
  background: #ffffff;
  border: 1px solid #d8dee8;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
  overflow: hidden;
}
.main-header-search-results[hidden] {
  display: none !important;
}
.main-header-search-results-inner {
  max-height: 430px;
  overflow-y: auto;
}
.main-header-search-results-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.main-header-search-result-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  color: #111827;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  min-width: 0;
  transition: background-color 0.2s ease;
  text-decoration: none !important;
}
.main-header-search-result-item:nth-child(2n) {
  border-right: none;
}
.main-header-search-result-item:hover {
  background-color: #f8fafc;
  color: #111827;
  text-decoration: none !important;
}
.main-header-search-result-thumb {
  width: 72px;
  min-width: 72px;
  height: 56px;
  border-radius: 10px;
  background: #f8fafc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.main-header-search-result-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-header-search-result-thumb-placeholder {
  color: #94a3b8;
  font-size: 16px;
}
.main-header-search-result-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.main-header-search-result-title {
  color: #1f2937;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}
.main-header-search-result-summary {
  color: #4b5563;
  font-size: 13px;
  line-height: 1.5;
}
.main-header-search-result-price {
  color: #3b82f6;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.main-header-search-result-price ins {
  text-decoration: none;
}
.main-header-search-result-price del {
  color: #94a3b8;
  font-weight: 500;
  margin-right: 6px;
}
.main-header-search-results-empty {
  padding: 18px 20px;
  color: #64748b;
  font-size: 14px;
}
.main-header-search-results-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 20px;
  border-top: 1px solid #d8dee8;
  background: #ffffff;
  color: #2833b8;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
.main-header-search-results-footer:hover {
  background-color: #f8fafc;
  color: #1f28a2;
}
@media (max-width: 992px) {
  .main-header-search {
    width: 100%;
    max-width: 100%;
  }
  .main-header-search-results-grid {
    grid-template-columns: 1fr;
  }
  .main-header-search-result-item {
    border-right: none;
  }
}
@media (max-width: 576px) {
  .category-select {
    max-width: 120px;
    font-size: 11px;
  }
}
.site-sticky-header {
  background: var(--gcf-primary-800, #083d8a);
  box-shadow: 0 10px 24px rgba(5, 20, 60, 0.18);
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  transition:
    transform 0.28s ease,
    opacity 0.28s ease;
  z-index: 1050;
  max-width: 100%;
  overflow-x: hidden;
}
.site-sticky-header.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.site-sticky-header-inner {
  align-items: center;
  column-gap: 28px;
  display: flex;
  justify-content: space-between;
  min-height: 72px;
  padding: 8px 0;
}
.site-sticky-header-brand {
  flex: 0 0 auto;
}
.site-sticky-header-logo {
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  text-decoration: none;
}
.site-sticky-header-logo:visited {
  color: #ffffff;
}
.site-sticky-header-logo-image {
  display: block;
  height: 48px !important;
  object-fit: contain;
  width: auto;
}
.site-sticky-header-logo-text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.site-sticky-header-nav {
  flex: 1 1 auto;
}
.site-sticky-header-menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-sticky-header-menu li {
  margin: 0;
}
.site-sticky-header-menu a,
.site-sticky-header-account-link {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}
.site-sticky-header-menu a:visited,
.site-sticky-header-account-link:visited {
  color: #ffffff;
}
.site-sticky-header-menu a:hover,
.site-sticky-header-menu a:focus,
.site-sticky-header-account-link:hover,
.site-sticky-header-account-link:focus {
  color: #ffffff;
  opacity: 0.86;
}
.site-sticky-header-actions {
  align-items: center;
  column-gap: 18px;
  display: inline-flex;
  flex: 0 0 auto;
}
.site-sticky-header-actions .header-icon-link,
.site-sticky-header-actions .header-icon-link:visited,
.site-sticky-header-actions .header-cart,
.site-sticky-header-actions .header-cart:visited,
.site-sticky-header-actions .header-cart i,
.site-sticky-header-actions .header-cart-total {
  color: #ffffff;
}
.site-sticky-header-actions .header-cart:hover,
.site-sticky-header-actions .header-cart:focus,
.site-sticky-header-actions .header-icon-link:hover,
.site-sticky-header-actions .header-icon-link:focus {
  color: #ffffff;
  opacity: 0.86;
}
.site-sticky-header-actions .badge-count {
  background: var(--gcf-secondary-500, #f6a813);
}
@media (max-width: 991.98px) {
  .site-sticky-header {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .site-sticky-header-inner {
    column-gap: 20px;
  }
  .site-sticky-header-menu {
    gap: 18px;
  }
}
.header-wishlist-drawer-title-label::before {
  content: "Wishlist";
}
.header-wishlist-item-remove:disabled {
  opacity: 0.6;
  cursor: wait;
}
.header-mobile-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-mobile-wishlist {
  color: var(--gcf-mobile-header-icon-color, #ffffff);
  display: inline-flex;
  font-size: 20px;
  position: relative;
  text-decoration: none;
}
.header-mobile-wishlist:visited {
  color: var(--gcf-mobile-header-icon-color, #ffffff);
}
.header-mobile-wishlist:hover,
.header-mobile-wishlist:focus {
  color: var(
    --gcf-mobile-header-icon-hover-color,
    var(--gcf-mobile-header-icon-color, #ffffff)
  );
  opacity: 0.9;
}
.header-mobile-wishlist-count {
  align-items: center;
  background: var(--gcf-mobile-header-badge-background, #6db8ff);
  border: 2px solid var(--gcf-mobile-header-badge-border, #3146a0);
  border-radius: 999px;
  color: var(--gcf-mobile-header-badge-text, #ffffff);
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  height: 18px;
  justify-content: center;
  min-width: 18px;
  position: absolute;
  right: -10px;
  top: -6px;
}
