.mobile-search-li { display: none; }

/* ===== RESET & BASE ===== */
  .top-header-inner { display: flex !important; align-items: center !important; }
	.ltn__product-item {margin-bottom: 0px; }
  .nav-container { position: relative !important; }
  .nav-list > li.has-mega { position: static !important; }
  .mega-col { float: none !important; width: auto !important; padding: 0 16px !important; }
  .mega-img { min-height: 100px !important; aspect-ratio: 4 / 3 !important; }
  .mega-product ul { gap: 1px !important; }
  .mega-product ul li a { padding: 2px 0 !important; font-size: 12px !important; line-height: 1.3 !important; }
  .mega-menu { position: absolute !important; top: 100% !important; left: 0 !important; right: 0 !important; background: #fff !important; box-shadow: 0 8px 32px rgba(0,0,0,0.12) !important; border-top: 1px solid #e0e0e0 !important; border-radius: 0 0 12px 12px !important; display: none !important; z-index: 100 !important; overflow: hidden !important; max-height: 80vh !important; }
  .mega-menu.open { display: block !important; }
  .mega-inner { display: flex !important; width: 100% !important; max-height: 80vh !important; }
  .mega-sidebar { flex-shrink: 0 !important; overflow-y: auto !important; max-height: 80vh !important; }
  .mega-grid { display: grid !important; grid-template-columns: 25% 25% 25% 25% !important; flex: 1 !important; padding: 24px 28px !important; gap: 0 !important; overflow-y: auto !important; max-height: 80vh !important; scrollbar-width: thin !important; }
  .sub-menu { position: absolute !important; top: 100% !important; left: 0 !important; right: 0 !important; background: #fff !important; box-shadow: 0 8px 32px rgba(0,0,0,0.12) !important; border-top: 1px solid #e0e0e0 !important; border-radius: 0 0 12px 12px !important; display: none !important; z-index: 100 !important; overflow: hidden !important; padding: 24px 28px !important; height: 370px !important; }
  .sub-menu.open { display: block !important; }
  .sub-menu-inner { display: flex !important; gap: 28px !important; align-items: stretch !important; height: 100% !important; }
  .sub-menu-grid { flex: 1 !important; display: grid !important; grid-template-columns: repeat(3, 1fr) !important; grid-template-rows: 1fr 1fr !important; gap: 16px !important; }
  .sub-card { display: block !important; text-decoration: none !important; color: inherit !important; border-radius: 12px !important; overflow: hidden !important; transition: background 0.2s !important; background: #f8f8f8 !important; position: relative !important; padding: 18px !important; box-sizing: border-box !important; }
  .sub-card, .sub-card *, .sub-card:hover, .sub-card:hover *, .sub-card:visited, .sub-card:visited *, .sub-card:focus, .sub-card:focus * { text-decoration: none !important; border: none !important; outline: none !important; box-shadow: none !important; }
  .sub-card h4 { margin: 0 !important; padding: 0 !important; text-decoration: none !important; }
  .sub-card:hover { background: #f0f0f0 !important; }
  .sub-card::after, .sub-card:hover::after { display: none !important; content: none !important; }
  .sub-card-head { position: relative !important; display: block !important; z-index: 2 !important; padding: 0 !important; max-width: 100px;}
  .sub-card-head h4 { font-size: 14px !important; font-weight: 700 !important; color: #191919 !important; margin: 0 !important; line-height: 1.3 !important; }
  .sub-card-head .arrow { display: none !important; }
  .sub-card > .arrow { position: absolute !important; left: 18px !important; bottom: 20px !important; font-size: 12px !important; color: #666 !important; transition: transform 0.2s, color 0.2s, background 0.2s !important; width: 24px !important; height: 24px !important; border-radius: 50% !important; background: transparent !important; display: flex !important; align-items: center !important; justify-content: center !important; z-index: 3 !important; }
  .sub-card:hover > .arrow { background: #191919 !important; color: #fff !important; }
  .sub-card-img { position: absolute !important; top: 50% !important; right: 10px !important; transform: translateY(-50%) !important; width: 105px !important; height: 133px !important; background-size: cover !important; background-position: center !important; border-radius: 4px !important; }
  
  .promo-imgs { display: flex !important; gap: 10px !important; margin-bottom: 16px !important; }
  .promo-img { flex: 1 !important; aspect-ratio: 4 / 3 !important; border-radius: 8px !important; background-size: cover !important; background-position: center !important; }
  .promo-cta { display: inline-block !important; padding: 8px 20px !important; background: #fff !important; color: #333 !important; font-weight: 700 !important; font-size: 13px !important; text-decoration: none !important; border-radius: 20px !important; transition: background 0.2s, transform 0.2s !important; text-align: center !important; }
  .promo-cta:hover { background: #f5f5f5 !important; transform: translateY(-1px) !important; }
  .help-menu { position: absolute !important; top: 100% !important; left: auto !important; right: 0 !important; width: 380px !important; padding: 28px !important; overflow: visible !important; height: auto !important; }
  .help-menu-header { margin-bottom: 20px !important; }
  .help-menu-header h3 { font-size: 18px !important; font-weight: 700 !important; margin-bottom: 4px !important; color: #1a1a1a !important; }
  .help-menu-header p { font-size: 13px !important; color: #666 !important; margin: 0 !important; }
  .help-menu-options { display: flex !important; flex-direction: column !important; gap: 8px !important; }
  .help-option { display: flex !important; align-items: center !important; gap: 14px !important; padding: 14px !important; border-radius: 10px !important; border: 1px solid #eee !important; text-decoration: none !important; color: inherit !important; transition: background 0.2s, box-shadow 0.2s, border-color 0.2s !important; }
  .help-option:hover { background: #f9f9f9 !important; border-color: #2d6a4f !important; box-shadow: 0 2px 8px rgba(45,106,79,0.08) !important; }
  .help-option-icon { width: 44px !important; height: 44px !important; border-radius: 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; flex-shrink: 0 !important; color: #fff !important; }
  .help-option-icon.help-chat { background: #2d6a4f !important; }
  .help-option-icon.help-msg { background: #4a7c8b !important; }
  .help-option-icon.help-faq { background: #8b6914 !important; }
  .help-option-content { flex: 1 !important; }
  .help-option-title { font-size: 14px !important; font-weight: 600 !important; color: #1a1a1a !important; margin-bottom: 2px !important; display: flex !important; align-items: center !important; gap: 8px !important; }
  .help-option-desc { font-size: 12px !important; color: #666 !important; }
  .instant-badge { background: #e8f5e9 !important; color: #2d6a4f !important; font-size: 10px !important; font-weight: 700 !important; padding: 2px 8px !important; border-radius: 4px !important; letter-spacing: 0.5px !important; }
  .help-menu-footer { margin-top: 20px !important; padding-top: 16px !important; border-top: 1px solid #eee !important; font-size: 13px !important; color: #666 !important; text-align: center !important; }
  .help-menu-footer strong { color: #2d6a4f !important; font-weight: 600 !important; }
  .login-wrapper { position: relative !important; }
  .login-dropdown { position: absolute !important; top: calc(100% + 12px) !important; right: 0 !important; width: 420px !important; background: #fff !important; border-radius: 12px !important; box-shadow: 0 8px 32px rgba(0,0,0,0.12) !important; padding: 28px !important; display: none !important; z-index: 100 !important; }
  .login-dropdown.open { display: flex !important; gap: 28px !important; }
  .login-dd-col { flex: 1 !important; }
  .login-dd-col h4 { font-size: 14px !important; font-weight: 700 !important; color: #1a1a1a !important; margin: 0 0 14px !important; padding-bottom: 10px !important; border-bottom: 2px solid #eee !important; }
  .login-dd-col a { display: block !important; font-size: 13px !important; color: #555 !important; text-decoration: none !important; padding: 7px 0 !important; transition: color 0.15s, padding-left 0.15s !important; }
  .login-dd-col a:hover { color: var(--primary) !important; padding-left: 6px !important; }
  .login-dropdown::before { content: '' !important; position: absolute !important; top: -6px !important; right: 30px !important; width: 12px !important; height: 12px !important; background: #fff !important; transform: rotate(45deg) !important; box-shadow: -2px -2px 6px rgba(0,0,0,0.06) !important; }
  .country-selector { position: relative !important; cursor: pointer !important; }
  .country-selector::after { display: none !important; }
  .country-selector .cs-flag { display: flex !important; align-items: center !important; }
  .country-selector .cs-flag img { width: 22px !important; height: 15px !important; object-fit: cover !important; border-radius: 2px !important; display: block !important; }
  .country-dropdown { position: absolute !important; top: calc(100% + 5px) !important; right: 0 !important; min-width: 220px !important; background: #fff !important; border-radius: 12px !important; box-shadow: 0 12px 40px rgba(0,0,0,0.14) !important; padding: 8px 0 !important; opacity: 0 !important; transform: translateY(-6px) !important; transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s !important; visibility: hidden !important; pointer-events: none !important; z-index: 100 !important; }
  .country-dropdown.open { opacity: 1 !important; transform: translateY(0) !important; visibility: visible !important; pointer-events: auto !important; transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s !important; }
  .country-item { display: flex !important; align-items: center !important; gap: 12px !important; padding: 8px 16px !important; font-size: 13px !important; color: #333 !important; text-decoration: none !important; transition: background 0.12s, color 0.12s, padding-left 0.12s !important; position: relative !important; }
  .country-item img { width: 22px !important; height: 15px !important; object-fit: cover !important; border-radius: 2px !important; flex-shrink: 0 !important; }
  .country-item:hover { background: #f0f0f0 !important; color: var(--primary) !important; padding-left: 20px !important; }
  .country-item.active { background: #eaf4ee !important; color: var(--primary) !important; font-weight: 600 !important; }
  .country-item.active::after { content: '\2713' !important; position: absolute !important; right: 16px !important; font-size: 12px !important; color: var(--primary) !important; }
  .country-dropdown::before { content: '' !important; position: absolute !important; top: -6px !important; right: 30px !important; width: 12px !important; height: 12px !important; background: #fff !important; transform: rotate(45deg) !important; box-shadow: -2px -2px 6px rgba(0,0,0,0.06) !important; }
  @media (max-width: 768px) {
    .mega-menu { position: static !important; top: auto !important; left: auto !important; right: auto !important; background: #222 !important; box-shadow: none !important; border-top: none !important; border-radius: 0 !important; max-height: none !important; height: auto !important; min-height: 0 !important; overflow: visible !important; }
    .mega-inner { flex-direction: column !important; max-height: none !important; height: auto !important; }
    .mega-sidebar { width: 100% !important; max-height: none !important; background: #1a1a1a !important; }
    .mega-sidebar a { color: #ccc !important; padding: 10px 14px !important; border-bottom: 1px solid #2a2a2a !important; font-size: 13px !important; }
    .mega-grid { grid-template-columns: 1fr 1fr !important; max-height: none !important; padding: 6px !important; gap: 6px !important; }
    .mega-col { padding: 0 4px !important; }
    .mega-img { min-height: 70px !important; }
    .mega-grid .sub-card,
    .mega-grid a.sub-card {
      background: #333 !important;
      padding: 8px !important;
      min-height: 60px !important;
      height: auto !important;
      color: #fff !important;
      display: flex !important;
      flex-direction: row !important;
      flex-wrap: nowrap !important;
      align-items: center !important;
      justify-content: flex-start !important;
      gap: 8px !important;
      border-radius: 6px !important;
      position: relative !important;
      overflow: hidden !important;
      box-sizing: border-box !important;
    }
    .mega-grid .sub-card-img,
    .mega-grid a.sub-card .sub-card-img {
      position: relative !important;
      float: none !important;
      width: 42px !important;
      height: 42px !important;
      min-width: 42px !important;
      max-width: 42px !important;
      min-height: 42px !important;
      max-height: 42px !important;
      right: auto !important;
      left: auto !important;
      top: auto !important;
      bottom: auto !important;
      transform: none !important;
      flex-shrink: 0 !important;
      background-size: cover !important;
      background-position: center !important;
      border-radius: 4px !important;
      order: 2 !important;
      margin-left: auto !important;
      margin-right: 0 !important;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      display: block !important;
    }
    .mega-grid .sub-card-head,
    .mega-grid a.sub-card .sub-card-head {
      max-width: none !important;
      padding-right: 0 !important;
      padding-left: 0 !important;
      flex: 1 1 auto !important;
      display: block !important;
      align-items: flex-start !important;
      justify-content: flex-start !important;
      min-width: 0 !important;
      width: 100% !important;
      order: 1 !important;
      text-align: left !important;
      position: relative !important;
      top: auto !important;
      left: auto !important;
    }
    .mega-grid .sub-card-head h4,
    .mega-grid a.sub-card .sub-card-head h4 {
      font-size: 12px !important;
      line-height: 1.3 !important;
      margin: 0 !important;
      padding: 0 !important;
      color: #fff !important;
      white-space: normal !important;
      overflow: visible !important;
      text-overflow: clip !important;
      word-break: break-all !important;
      text-align: left !important;
      max-width: none !important;
      width: 100% !important;
      display: block !important;
      float: none !important;
    }
    .mega-grid .sub-card > .arrow,
    .mega-grid a.sub-card > .arrow {
      display: none !important;
      position: static !important;
      left: auto !important;
      bottom: auto !important;
    }
    .sub-menu { position: static !important; top: auto !important; left: auto !important; right: auto !important; background: #222 !important; box-shadow: none !important; border-top: none !important; border-radius: 0 !important; max-height: none !important; height: auto !important; min-height: 0 !important; padding: 6px !important; overflow: visible !important; }
    .nav-list > li.open,
    .nav-list > li.open.has-submenu,
    .nav-list > li.open.has-mega { overflow: visible !important; height: auto !important; }
    .mega-col,
    .mega-inner .mega-col { width: 100% !important; max-height: none !important; height: auto !important; overflow: visible !important; padding: 0 4px !important; border-right: none !important; }
    .sub-menu-inner { flex-direction: column !important; gap: 12px !important; height: auto !important; width: 100% !important; max-height: none !important; display: block !important; overflow: visible !important; }
    .mega-grid,
    .sub-menu-grid { grid-template-rows: auto !important; grid-auto-rows: min-content !important; }
    .mega-inner,
    .nav-list li > .mega-inner { max-height: none !important; height: auto !important; overflow: visible !important; display: block !important; flex-direction: column !important; }
    .sub-menu-grid { grid-template-columns: 1fr 1fr !important; padding: 6px !important; gap: 6px !important; display: grid !important; max-height: none !important; overflow: visible !important; height: auto !important; }
    .sub-menu-grid .sub-card,
    .sub-menu-grid a.sub-card {
      background: #333 !important;
      padding: 8px !important;
      min-height: 60px !important;
      height: auto !important;
      color: #fff !important;
      display: flex !important;
      flex-direction: row !important;
      flex-wrap: nowrap !important;
      align-items: center !important;
      justify-content: flex-start !important;
      gap: 8px !important;
      border-radius: 6px !important;
      position: relative !important;
      overflow: hidden !important;
      box-sizing: border-box !important;
    }
    .sub-menu-grid .sub-card-img,
    .sub-menu-grid a.sub-card .sub-card-img {
      position: relative !important;
      float: none !important;
      width: 42px !important;
      height: 42px !important;
      min-width: 42px !important;
      max-width: 42px !important;
      min-height: 42px !important;
      max-height: 42px !important;
      right: auto !important;
      left: auto !important;
      top: auto !important;
      bottom: auto !important;
      transform: none !important;
      flex-shrink: 0 !important;
      background-size: cover !important;
      background-position: center !important;
      border-radius: 4px !important;
      order: 2 !important;
      margin-left: auto !important;
      margin-right: 0 !important;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      display: block !important;
    }
    .sub-menu-grid .sub-card-head,
    .sub-menu-grid a.sub-card .sub-card-head {
      max-width: none !important;
      padding-right: 0 !important;
      padding-left: 0 !important;
      flex: 1 1 auto !important;
      display: block !important;
      align-items: flex-start !important;
      justify-content: flex-start !important;
      min-width: 0 !important;
      width: 100% !important;
      order: 1 !important;
      text-align: left !important;
      position: relative !important;
      top: auto !important;
      left: auto !important;
    }
    .sub-menu-grid .sub-card-head h4,
    .sub-menu-grid a.sub-card .sub-card-head h4 {
      font-size: 12px !important;
      line-height: 1.3 !important;
      margin: 0 !important;
      padding: 0 !important;
      color: #fff !important;
      white-space: normal !important;
      overflow: visible !important;
      text-overflow: clip !important;
      word-break: break-all !important;
      text-align: left !important;
      max-width: none !important;
      width: 100% !important;
      display: block !important;
      float: none !important;
    }
    .sub-menu-grid .sub-card > .arrow,
    .sub-menu-grid a.sub-card > .arrow {
      display: none !important;
      position: static !important;
      left: auto !important;
      bottom: auto !important;
    }
    .sub-menu-promo { width: 100% !important; }
    .mega-menu .promo-imgs { flex-direction: column !important; gap: 8px !important; padding: 12px !important; }
    .mega-menu .promo-img { aspect-ratio: 16 / 9 !important; }
    .promo-title { color: #fff !important; }
    .help-menu { position: static !important; left: auto !important; right: auto !important; width: 100% !important; padding: 20px !important; box-shadow: none !important; }
    .login-dropdown { position: static !important; top: auto !important; right: auto !important; width: 100% !important; border-radius: 0 !important; box-shadow: none !important; padding: 20px !important; }
    .login-dropdown.open { display: block !important; }
    .login-dropdown::before { display: none !important; }

    /* Mobile search form inside menu */
    .nav-list .mobile-search-li,
    ul.nav-list > li.mobile-search-li,
    .mobile-search-li {
      display: block !important;
      padding-top: 15px !important;
      padding-bottom: 15px !important;
      padding-left: 15px !important;
      padding-right: 15px !important;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      border-bottom: 1px solid #333 !important;
    }
    .mobile-search-form { display: flex !important; gap: 6px !important; margin: 0 !important; }
    .mobile-search-form input {
      flex: 1 !important;
      padding: 6px 12px !important;
      height: 36px !important;
      line-height: 1 !important;
      margin: 0 !important;
      border: 1px solid #444 !important;
      border-radius: 20px !important;
      background: #333 !important;
      color: #fff !important;
      font-size: 13px !important;
      outline: none !important;
      box-sizing: border-box !important;
    }
    .mobile-search-form input::placeholder { color: #888 !important; }
    .mobile-search-form button {
      width: 32px !important;
      height: 32px !important;
      line-height: 1 !important;
      margin: 0 !important;
      border: none !important;
      border-radius: 50% !important;
      background: var(--primary, #2d6a4f) !important;
      color: #fff !important;
      cursor: pointer !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      flex-shrink: 0 !important;
      box-sizing: border-box !important;
    }
  }
  

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --primary: #2d6a4f;
  --primary-dark: #1b4332;
  --primary-light: #40916c;
  --accent: #52b788;
  --bg: #ffffff;
  --text: #1a1a1a;
  --text-light: #555;
  --gray-bg: #f7f7f7;
  --border: #e0e0e0;
  --shadow: 0 2px 12px rgba(0,0,0,0.08);
  --shadow-hover: 0 6px 24px rgba(0,0,0,0.12);
  --radius: 8px;
  --container-width: 1280px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 20px;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; font-family: inherit; }

/* ===== TOP HEADER ===== */
.top-header {
  background: #191919;
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.top-header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}

.logo {
  height: 35px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.logo img {
  height: 100%;
  width: auto;
  display: block;
}

.search-box {
  flex: 1;
  min-width: 0;
  position: relative;
  display: flex;
  align-items: center;
}

.search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: #999;
  pointer-events: none;
}

.search-box input {
  width: 100%;
  height: 38px;
  padding: 0 16px 0 16px;
  border: 2px solid #e0e0e0;
  border-radius: 999px;
  font-size: 14px;
  font-family: inherit;
  background: #fff;
  color: #333;
  transition: border-color 0.2s, background 0.2s;
  box-sizing: border-box;
  line-height: 34px;
}

.search-box input:focus {
  outline: none;
  border-color: var(--primary);
  background: #fff;
}

.search-box input::placeholder {
  color: #aaa;
}

.search-box button {
    position: absolute;
    right: 0;
    background-color: transparent;
    height: 45px;
    top: 0;
    padding: 0 15px;
    font-size: 18px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.country-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 35px;
  padding: 0 12px;
  border: 1px solid #444;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  background: #333333;
  color: #fff;
  transition: border-color 0.2s;
  line-height: 1;
  box-sizing: border-box;
}

.country-selector:hover {
  border-color: var(--primary);
}

.country-selector .cs-text {
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.country-selector .chev {
  font-size: 10px;
  color: #ccc;
  line-height: 1;
  display: flex;
  align-items: center;
}

.uk-flag {
  font-size: 18px;
}

.uk-flag-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  overflow: hidden;
}

.btn-login {
  background: #008539;
  color: #fff;
  height: 35px;
  padding: 0 24px;
  border-radius: 999px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s;
  box-sizing: border-box;
}

.btn-login:hover {
  background: #006b2e;
}

/* ===== NAVIGATION ===== */
.main-nav {
  background: #191919;
  padding: 0;
  overflow: visible;
  position: relative;
  z-index: 50;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
}

.nav-list li a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  transition: color 0.2s;
  position: relative;
}

.nav-list li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 14px;
  right: 14px;
  height: 2px;
  background: #fff;
  transform: scaleX(0);
  transition: transform 0.25s ease;
  transform-origin: left;
  z-index: 2;
}

.nav-list li a:hover::before {
  transform: scaleX(1);
}

.nav-list li a:hover {
  color: #fff;
}

.nav-list li a .chev {
  font-size: 10px;
  color: #ccc;
  transition: transform 0.2s;
}

.nav-list li a:hover .chev {
  color: #ccc;
}

.nav-right {
  margin-left: auto;
}

/* Nav extra (Help Centre) */
.nav-extra {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.nav-list > li.help-centre-wrapper {
  margin-left: auto !important;
  position: relative !important;
}

.help-centre-wrapper > a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: color 0.2s;
  position: relative;
  cursor: pointer;
}

.help-centre-wrapper > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 14px;
  right: 14px;
  height: 2px;
  background: #fff;
  transform: scaleX(0);
  transition: transform 0.25s ease;
  transform-origin: left;
}

.help-centre-wrapper > a:hover {
  color: #fff;
}

.help-centre-wrapper > a .chev {
  font-size: 10px;
  color: #ccc;
}

/* ===== MEGA MENU ===== */
.nav-container {
  position: relative !important;
  display: flex;
  align-items: center;
}

.nav-list > li.has-mega {
  position: static;
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  border-top: 1px solid var(--border);
  border-radius: 0 0 12px 12px;
  display: none;
  z-index: 100;
  overflow: hidden;
  max-height: 80vh;
}

.mega-menu.open {
  display: block;
}

.mega-inner {
  display: flex;
  max-height: 80vh;
}

/* Sidebar */
.mega-sidebar {
  width: 260px;
  flex-shrink: 0;
  background: #fff;
  padding: 0;
  color: #333;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 80vh;
  border-right: 1px solid #eee;
}

.mega-sidebar-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 700;
  background: #f5f5f5;
  color: #333;
  cursor: pointer;
  transition: none;
}

.mega-sidebar-title:hover {
  background: #f5f5f5;
  color: #333;
}

.mega-sidebar-title .arrow {
  font-size: 14px;
  transition: transform 0.2s;
}

.mega-sidebar-title:hover .arrow {
  transform: none;
}

.mega-sidebar:has(.mega-cats li a:hover) .mega-sidebar-title .arrow {
  opacity: 0;
}

.mega-sidebar:has(.mega-cats li a:hover) .mega-sidebar-title {
  background: transparent;
}

.mega-cats {
  padding: 0;
  flex: 1;
}

.mega-cats li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  transition: background 0.2s;
  white-space: nowrap;
  text-decoration: none !important;
  border-bottom: none !important;
  position: relative;
}

.mega-cats li a::before {
  display: none !important;
}

.mega-cats li a::after {
  content: '→';
  opacity: 0;
  transition: opacity 0.2s;
  font-size: 12px;
  color: #666;
  flex-shrink: 0;
  height: auto;
  position: static;
  background: none;
  width: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: none;
  transition: opacity 0.2s;
}

.mega-cats li a:hover {
  background: #f5f5f5;
  color: #191919;
}

.mega-cats li a:hover::after {
  opacity: 1;
}

.mega-cats li.active a {
  background: #f0f0f0;
  color: #191919;
}

.mega-cats li.active a::after {
  opacity: 1;
}

/* Product grid */
.mega-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  gap: 0;
  padding: 24px 28px;
  overflow-y: auto;
  max-height: 80vh;
  scrollbar-width: thin;
}

.mega-grid::-webkit-scrollbar {
  width: 6px;
}

.mega-grid::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.2);
  border-radius: 3px;
}

.mega-col {
  padding: 0 16px;
  border-right: 1px solid #f0f0f0;
  float: none !important;
  width: auto !important;
}

.mega-col:last-child {
  border-right: none;
}

.mega-product {
  display: flex;
  flex-direction: column;
}

.mega-img {
  width: 90px;
  height: 90px;
  border-radius: 8px;
  background-color: #f0f0f0;
  margin-bottom: 10px;
  background-position: center;
  background-size: cover;
}

.mega-product h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}

.mega-product ul {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.mega-product ul li a {
  display: block;
  font-size: 12px;
  color: var(--text-light);
  padding: 2px 0;
  transition: color 0.2s;
  line-height: 1.3;
}

.mega-product ul li a:hover {
  color: var(--primary);
  text-decoration: underline;
}

/* ===== SUB MENU (Grid + Promo) ===== */
.nav-list > li {
  position: relative;
}

.nav-list > li.has-submenu {
  position: static;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  border-top: 1px solid var(--border);
  border-radius: 0 0 12px 12px;
  display: none;
  z-index: 100;
  overflow: hidden;
  padding: 24px 28px;
  height: 370px;
}

.sub-menu.open {
  display: block;
}

.sub-menu-inner {
  display: flex;
  gap: 28px;
  align-items: stretch;
  height: 100%;
}

.sub-menu-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}

.sub-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  background: #f8f8f8;
  position: relative;
  padding: 18px;
  box-sizing: border-box;
  border: none;
  outline: none;
}

.sub-card:hover {
  background: #f0f0f0;
  text-decoration: none;
  border: none;
  outline: none;
}

.sub-card::after,
.sub-card:hover::after {
  display: none;
  content: none;
}

.sub-card:focus,
.sub-card:active {
  outline: none;
  border: none;
}

.sub-card-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.sub-card-head {
  position: relative;
  flex: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: transparent;
  z-index: 2;
}

.sub-card-head h4 {
  font-size: 14px;
  font-weight: 700;
  color: #191919;
  margin: 0;
  line-height: 1.3;
}

.sub-card-head .arrow {
  display: none;
}

.sub-card > .arrow {
  position: absolute;
  left: 14px;
  bottom: 14px;
  font-size: 12px;
  color: #666;
  transition: transform 0.2s, color 0.2s, background 0.2s;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.sub-card:hover > .arrow {
  background: #191919;
  color: #fff;
}

.img-booklets { background-image: url('1.jpg'); }
.img-flyers { background-image: url('1.jpg'); }
.img-leaflets { background-image: url('1.jpg'); }
.img-posters { background-image: url('1.jpg'); }
.img-books { background-image: url('1.jpg'); }
.img-bizcards { background-image: url('1.jpg'); }

.sub-menu-promo {
  width: 280px;
  flex-shrink: 0;
  color: #fff;
  border-radius: 10px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  min-height: 260px;
  transition: transform 0.3s ease;
}

.sub-menu-promo:hover {
  transform: scale(1.03);
}

.sub-menu-promo > * {
  position: relative;
  z-index: 1;
}

.sub-menu-promo h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 14px;
  color: #fff;
}

.promo-collage {
  position: relative;
  height: 130px;
  margin-bottom: 14px;
}

.promo-img-main {
  position: absolute;
  left: 0;
  top: 10px;
  width: 70%;
  height: 90%;
  background: url('1.jpg') center/cover;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

.promo-img-sub {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 50%;
  background: url('1.jpg') center/cover;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

.promo-img-sub2 {
  position: absolute;
  right: 5px;
  bottom: 0;
  width: 45%;
  height: 45%;
  background: url('1.jpg') center/cover;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

.promo-cta {
  display: inline-block;
  padding: 8px 20px;
  background: #fff;
  color: #333;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  border-radius: 20px;
  transition: background 0.2s, transform 0.2s;
  text-align: center;
}

.promo-cta:hover {
  background: #f5f5f5;
  transform: translateY(-1px);
}

/* ===== HERO SECTION ===== */
.hero {
  padding: 0 0 12px;
  background: #fff;
}

.hero-right {
  background: #f8f8f8;
  height: 45px;
  border-radius: 8px;
  overflow: hidden;
}

.hero-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 20px;
}

.hero-title {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
  color: var(--text);
  max-width: 650px;
}

.trustpilot-box {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8f8f8;
  border: none;
  border-radius: 8px;
  padding: 0 18px;
  height: 45px;
  box-shadow: none;
  white-space: nowrap;
  font-size: 16px;
}

.tp-label {
  font-weight: 700;
  color: var(--text);
}

.tp-stars {
  color: #008539;
  letter-spacing: 2px;
  font-size: 18px;
}

.tp-count {
  color: var(--text-light);
}

.tp-icon {
  color: #008539;
  font-size: 18px;
}

.tp-brand {
  font-weight: 700;
  color: #008539;
}

/* ===== TRUST BADGES ===== */
.trust-row {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-top: 0;
  position: relative;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
}

.check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  background: #008539;
  color: #fff;
  border-radius: 50%;
  font-size: 8px;
  font-weight: 700;
}

.chat-box {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: none;
  border-radius: 30px;
  padding: 8px 18px 8px 8px;
  box-shadow: none;
}

.avatars {
  display: flex;
}

.avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e8e8e8;
  font-size: 16px;
  margin-left: -8px;
  border: 2px solid #fff;
}

.avatar:first-child {
  margin-left: 0;
}

.hero-avatars-img {
  height: 36px;
  width: auto;
  display: block;
  border-radius: 18px;
  border: 2px solid #fff;
  object-fit: cover;
}

.chat-text {
  display: flex;
  flex-direction: column;
  font-size: 13px;
}

.chat-title {
  color: var(--text);
  font-weight: 500;
}

.chat-link {
  color: var(--primary);
  font-weight: 600;
  text-decoration: underline;
}

.chat-link:hover {
  color: var(--primary-dark);
}

/* ===== CARDS SECTION ===== */
.cards-section {
  padding: 12px 0 20px;
  background: #fff;
}

.cards-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 10px;
}

.card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  min-height: 500px;
  box-shadow: var(--shadow);
  transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.card-bg {}

.card-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.4s ease;
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 36px 32px 32px;
  color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.card-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 6px;
  line-height: 1.25;
  text-shadow: 0 1px 4px rgba(0,0,0,0.3);
  color: #fff;
  max-width: 260px;
}

.card-subtitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
  color: #fff !important;
}

/* Push the button to the bottom of the card overlay */
.cards-section .btn-card {
  margin-top: auto !important;
}

.card-desc {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  opacity: 0.95;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
  max-width: 320px;
  color: #fff;
}

.card-promo-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 100px;
  margin-bottom: 20px;
  background: rgba(255,255,255,0.95);
  color: var(--primary-dark);
  padding: 14px 20px;
  border-radius: 10px;
  font-weight: 700;
  width: 100%;
  flex-wrap: wrap;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  transform: rotate(-8deg);
  transform-origin: center center;
}

.promo-off {
  font-size: 36px;
  color: var(--primary-dark);
}

.promo-with {
  font-size: 22px;
  color: var(--text-light);
  font-weight: 500;
}

.promo-code {
  font-size: 36px;
  color: var(--primary-dark);
  font-weight: 800;
}

.btn-card {
  background: #fff;
  color: #000;
  padding: 14px 28px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s, transform 0.2s;
  align-self: flex-start;
  margin-top: auto;
  white-space: nowrap;
}

.btn-card:hover {
  background: #f0f0f0;
  transform: translateY(-1px);
}

/* ===== BESTSELLERS ===== */
.bestsellers-section {
  padding: 20px 0 60px;
  background: #fff;
}

.bestsellers-title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 28px;
  color: var(--text);
}

.bestsellers-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.bestseller-item {
  position: relative;
  cursor: pointer;
  transition: transform 0.2s;
}

.bestseller-item:hover {
  transform: translateY(-4px);
}

.bestseller-img {
  width: 100%;
  height: 270px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  margin-bottom: 12px;
}

.bestseller-item h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 6px;
  line-height: 1.3;
}

.bestseller-price-row {
  font-size: 12px;
  color: var(--text-light);
  margin-bottom: 4px;
}

.bestseller-price {
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
}

.bestseller-price-sale {
  font-size: 18px;
  font-weight: 700;
}

.bestseller-price-sale .old-price {
  color: var(--text-light);
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 500;
  margin-right: 6px;
}

.bestseller-price-sale .sale-price {
  color: var(--primary);
}

/* ===== MOBILE MENU ===== */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 35px;
  background: transparent;
  border: none;
  cursor: pointer;
  gap: 5px;
  padding: 0;
}

.mobile-menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}

.mobile-menu-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ===== BRAND LOGOS ===== */
.brand-logos-section {
  padding: 30px 0;
  background: #fff;
  border-top: 1px solid #eee;
  overflow: hidden;
}

.brand-logos-scroll {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

.brand-logos-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: marquee-scroll 25s linear infinite;
}

.brand-logos-scroll:hover .brand-logos-track {
  animation-play-state: paused;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.brand-logo-box {
  width: 180px;
  height: 100px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 5px;
  transition: box-shadow 0.2s;
}

.brand-logo-box img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.3s;
}

.brand-logo-box:hover {
 /* box-shadow: 0 2px 10px rgba(0,0,0,0.12);*/
}

.brand-logo-box:hover img {
  transform: scale(1.05);
}

/* ===== CORPORATE GIFTS ===== */
.gifts-section {
  padding: 40px 0;
  background: #f9f9f9;
}

.gifts-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  align-items: stretch;
}

.gifts-left {
  position: relative;
}

.gifts-image {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}


.gifts-image::before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.4s ease;
}

.gifts-image:hover::before {
  transform: scale(1.15);
}

.gifts-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0) 1%, rgba(0,0,0,0) 100%);
  pointer-events: none;
  z-index: 1;
}

.gifts-text-overlay {
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 20px;
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  max-width: 300px;
}

.gifts-text-overlay h3 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 6px;
  line-height: 1.2;
  color: #fff;
}

.gifts-text-overlay p {
  font-size: 14px;
  margin-bottom: 1px;
  opacity: 0.9;
  color: #fff;
}

.btn-shop-gifts {
  margin-top: auto;
  padding: 10px 22px;
  background: #fff;
  color: #191919;
  border: none;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.2s, box-shadow 0.2s;
  align-self: flex-start;
}

.btn-shop-gifts:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.gifts-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  grid-auto-rows: 1fr;
}

.gift-category {
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1.5px solid transparent;
}

.gift-category h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: 100px;
}

.gift-cat-img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  border-radius: 8px;
  overflow: hidden;
}

.gift-cat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.gift-category:hover .gift-cat-img img {
  transform: scale(1.05);
}

.gift-arrow {
  position: absolute;
  bottom: 14px;
  left: 18px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: transparent;
  color: #333;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.gift-category:hover .gift-arrow {
  background: #000;
  color: #fff;
}

.gift-category:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  background: #fafafa;
  border: 1.5px solid transparent;
}

/* ===== TRUSTPILOT REVIEWS ===== */
.reviews-section {
  padding: 50px 0;
  background: #fff;
}

.reviews-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--text);
}

.reviews-slider {
  display: block;
  position: relative;
  padding: 0 44px;
}

.reviews-viewport {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.reviews-track {
  display: flex;
  gap: 15px;
  will-change: transform;
}

.review-card {
  flex: 0 0 calc((100% - 60px) / 5);
  min-height: 160px;
  background: #f9f9f9;
  border-radius: 12px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.review-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.review-stars {
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #2bb673;
}

.review-stars .verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #666;
  font-size: 11px;
}

.review-stars .verified::before {
  content: '';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  background: #999;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M6.5 12.5l-4-4 1.4-1.4L6.5 9.7l6.6-6.6 1.4 1.4z'/%3E%3C/svg%3E");
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-position: center;
}

.review-card h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
}

.review-card p {
  font-size: 12px;
  color: var(--text-light);
  line-height: 1.5;
  flex: 1;
}

.review-author {
  font-size: 11px;
  color: var(--text-light);
  margin-top: auto;
}

.review-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  transition: background 0.2s, border-color 0.2s;
  z-index: 2;
}

.review-prev {
  left: 0;
}

.review-next {
  right: 0;
}

.review-nav:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.reviews-summary {
  margin-top: 30px;
  text-align: center;
  color: var(--text-light);
  font-size: 14px;
}

.reviews-summary strong {
  color: var(--text);
}

.tp-star {
  color: #00b67a;
  font-size: 18px;
  margin-right: 4px;
}

/* ===== TEAM SECTION ===== */
.team-section {
  padding: 50px 0;
  background: #f9f9f9;
}

.team-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.team-left {
  position: relative;
}

.team-img {
  width: 100%;
  height: 400px;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}

.team-img::after {
  content: '';
  position: absolute;
  inset: 0;
  transition: transform 0.5s ease;
  z-index: 0;
}

.team-img:hover::after {
  transform: scale(1.08);
}




.team-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.4s ease;
}
.team-img:hover::before {
    transform: scale(1.15); /*放大倍数，1.2就是放大120%*/
}

.team-text-overlay {
  position: absolute;
  top: 42px;
  left: 28px;
  right: 28px;
  bottom: 28px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
      max-width: 280px;
}

.team-text-top {
  display: flex;
  flex-direction: column;
}

.team-text-overlay h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.25;
      color: #fff;
}

.team-text-overlay p {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
  color: #fff;
}

.btn-team {
  padding: 10px 22px;
  background: #fff;
  color: #191919;
  border: none;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  align-self: flex-start;
}

.btn-team:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.team-right {
  border-radius: 14px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden;
}

.team-right::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url('promises.webp') center/cover;
  transition: transform 0.5s ease;
  z-index: 0;
}

.team-right:hover::after {
  transform: scale(1.08);
}

.team-right::before {
  content: '';
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 1;
}

.team-right > * {
  position: relative;
  z-index: 1;
}

.team-right h3 {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
}

.team-right > p {
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  flex: 1;
  max-width: 240px;
}

.promises-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.promises-list li {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.btn-see-more {
  align-self: flex-start;
  margin-top: auto;
  padding: 10px 22px;
  background: #fff;
  color: #000;
  border: none;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: none;
}

.btn-see-more:hover {
  background: #fff;
  color: #000;
}

/* ===== DISCOVER CATEGORIES ===== */
.discover-section {
  padding: 50px 0 10px;
  background: #fff;
}

.discover-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.discover-header h2 {
  font-size: 26px;
  font-weight: 800;
  color: var(--text);
}

.show-all {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
}

.show-all:hover {
  text-decoration: underline;
}

.discover-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.discover-item {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 10px;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, background 0.3s ease;
  display: flex;
  align-items: stretch;
}

.discover-item:hover {
  background: #f0f0f0;
}


.discover-item h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  margin: 0;
  line-height: 1.3;
}

.discover-img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  background: url('lg.png') center/cover;
  flex-shrink: 0;
  align-self: flex-start;
  margin-left: auto;
}

.discover-arrow {
  position: absolute;
  bottom: 12px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  background: transparent;
  border-radius: 50%;
  transition: background 0.2s, color 0.2s;
}

.discover-item:hover .discover-arrow {
  background: #000;
  color: #fff;
}

/* ===== CATEGORIES LIST ===== */
.categories-list-section {
  padding: 50px 0 40px;
  background: #fff;
}

.cat-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.cat-col h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 14px;
}

.cat-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cat-col ul li a {
  font-size: 13px;
  color: var(--text-light);
  text-decoration: none;
  transition: color 0.2s;
}

.cat-col ul li a:hover {
  color: var(--primary);
}

/* ===== SERVICES TEXT ===== */
.services-section {
  padding: 40px 0;
  background: #fff;
}

.services-section h2 {
  font-size: 24px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 18px;
  line-height: 1.3;
}

.services-section p {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 14px;
}

.more-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
}

.more-link:hover {
  text-decoration: underline;
}

/* ===== NEWSLETTER ===== */
.newsletter-section {
  padding: 30px 0;
  background: #008539;
}

.newsletter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.newsletter-text {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.newsletter-form {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 30px;
  overflow: hidden;
}

.newsletter-form input {
  padding: 10px 20px;
  border: none;
  outline: none;
  font-size: 14px;
  width: 260px;
  background: transparent;
}

.newsletter-form button {
  padding: 10px 24px;
  background: transparent;
  color: #008539;
  border: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: none;
}

.newsletter-form button:hover {
  background: transparent;
}

/* ===== PAGE TITLE / BREADCRUMB ===== */
.ltn__page-title-inner { text-align: left !important; padding: 25px 0 !important; }
.ltn__page-title-inner .ltn__breadcrumb ul {
  display: flex !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  gap: 8px;
  align-items: center;
  font-size: 14px !important;
}
.ltn__page-title-inner .ltn__breadcrumb ul li a,
.ltn__page-title-inner .ltn__breadcrumb ul li { font-size: 14px !important; }

/* ===== MAIN FOOTER ===== */
.main-footer {
  background: #fff;
  padding: 50px 0 0;
  border-top: 1px solid #eee;
}

.footer-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
}

.help-left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.help-avatars {
  display: flex;
  align-items: center;
}

.help-avatars-img {
  height: 40px;
  width: auto;
  display: block;
  border-radius: 20px;
  border: 2px solid #fff;
}

.help-text h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}

.help-text p {
  font-size: 13px;
  color: var(--text-light);
  margin: 0;
}

.help-text a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
}

.help-text a:hover {
  text-decoration: underline;
}

.help-text .sep {
  margin: 0 8px;
  color: #ccc;
}

.help-right {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text-light);
}

.help-rating {
  font-weight: 700;
  color: var(--text);
}

.help-stars {
  color: #2ecc71;
  letter-spacing: 1px;
}

.help-reviews {
  color: var(--text-light);
  text-decoration: none;
}

.help-tp {
  color: #00b67a;
  font-weight: 600;
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  padding-bottom: 40px;
}

.footer-col h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 16px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col ul li a {
  font-size: 13px;
  color: var(--text-light);
  text-decoration: none;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-col ul li a:hover {
  color: var(--primary);
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #333;
  border-radius: 50%;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #eee;
}

.copyright-brand img {
  height: 36px;
  width: auto;
  display: block;
}

.footer-payment {
  display: flex;
  align-items: center;
  gap: 12px;
}

.payment-label {
  font-size: 11px;
  color: var(--text-light);
  text-align: center;
  font-weight: 600;
}

.payment-icons {
  display: flex;
  gap: 8px;
  align-items: center;
}

.pay-logo-wrap {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pay-logo-wrap svg {
  width: 100%;
  height: 100%;
}

.pay-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
  min-width: 36px;
  height: 24px;
}

.footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--text-light);
}

.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 22px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.3s;
  border-radius: 22px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: var(--primary);
}

input:checked + .slider:before {
  transform: translateX(20px);
}

/* ===== BOTTOM BAR ===== */
.bottom-bar {
  background: #191919;
  padding: 16px 0;
}

.bottom-bar .container {
  display: flex;
  align-items: center;
  gap: 28px;
}

.bottom-brand img {
  height: 24px;
  width: auto;
  display: block;
}

.bottom-bar a {
  font-size: 13px;
  color: #ccc;
  text-decoration: none;
  transition: color 0.2s;
}

.bottom-bar a:hover {
  color: #fff;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero-title { font-size: 36px; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .bestsellers-grid { grid-template-columns: repeat(3, 1fr); }
  .gifts-wrapper { grid-template-columns: 1fr; }
  .team-wrapper { grid-template-columns: 1fr; }
  .discover-grid { grid-template-columns: repeat(3, 1fr); }
  .cat-cols { grid-template-columns: repeat(4, 1fr); }
  .footer-cols { grid-template-columns: repeat(3, 1fr); }
  .trust-row { flex-wrap: wrap; gap: 20px; }
  .chat-box { margin-left: 0; }
  .review-card { flex: 0 0 calc((100% - 30px) / 3); }
}

/* ===== FAQ page fix: remove excessive min-height on cards ===== */
.ltn__faq-inner .card { min-height: auto !important; }
.ltn__faq-inner .ltn__card-title { min-height: auto !important; }
.ltn__faq-area { margin-bottom: 40px !important; }

@media (max-width: 768px) {
  .top-header-inner { flex-wrap: nowrap !important; gap: 8px !important; }
  .search-box { display: none !important; }

  /* ===== Mobile: logo left, hamburger right ===== */
  .top-header-inner > .logo {
    order: 0 !important;
    flex: 0 0 auto !important;
  }

  .top-header-inner > .header-actions {
    order: 2 !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
  }

  .top-header-inner > .main-nav {
    order: 3 !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    width: auto !important;
    background: transparent !important;
    position: static !important;
  }
  .top-header-inner > .main-nav .nav-container {
    max-width: none !important;
    padding: 0 !important;
    position: static !important;
  }
  .top-header-inner > .main-nav .nav-list {
    position: fixed !important;
    top: 62px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    z-index: 999 !important;
    box-shadow: none !important;
    max-height: calc(100vh - 62px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 0 !important;
    border-top: none !important;
  }
  .hero-title { font-size: 28px; }
  .hero-inner { flex-direction: column; }
  .trustpilot-box { align-self: flex-start; }
  .cards-grid { grid-template-columns: 1fr; }
  .bestsellers-grid { grid-template-columns: repeat(2, 1fr); }
  .bestsellers-title { font-size: 24px; }
  .bestseller-img { height: 200px; }
  .gifts-right { grid-template-columns: 1fr 1fr; }
  .gifts-image { height: 300px; }
  .gift-category { padding: 10px 8px; min-height: 120px; align-items: flex-start; }
  .gift-category h4 { font-size: 13px; max-width: none; padding-right: 100px; }
  .gift-cat-img { width: 90px; height: 90px; right: 6px; top: 10px; transform: none; }
  .gift-arrow { width: 20px; height: 20px; font-size: 10px; top: 80px; left: 8px; bottom: auto; }
  .discover-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-title { font-size: 22px; }
  .team-img { height: 280px; }
  .cat-cols { grid-template-columns: repeat(2, 1fr); }
  .footer-cols { grid-template-columns: repeat(2, 1fr); }
  .newsletter-wrapper { flex-direction: column; align-items: flex-start; }
  .newsletter-form { width: 100%; }
  .newsletter-form input { width: 100%; flex: 1; }
  .footer-help { flex-direction: column; align-items: flex-start; gap: 20px; }
  .footer-bottom { flex-direction: column; gap: 16px; align-items: flex-start; }
  .ltn__copyright-design p { font-size: 12px !important; }
  .bottom-bar .container { flex-wrap: wrap; gap: 12px 20px; }
  .trust-row { flex-direction: column; align-items: flex-start; margin-top: 25px;}
  .chat-box { align-self: flex-start; }
  .card { min-height: 350px; }
  .review-card { flex: 0 0 100% !important; min-height: auto !important; }
  .review-card p { font-size: 14px !important; line-height: 1.6 !important; }
  .review-card h4 { font-size: 15px !important; }
  .reviews-slider { padding: 0 36px !important; }
  .reviews-track { gap: 12px !important; }

  .mobile-menu-toggle {
    display: flex;
    margin-left: auto;
  }

  .nav-container {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
  }

  .nav-list,
  ul.nav-list {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #191919;
    padding: 0 !important;
    margin: 0 !important;
    min-width: unset;
    border-top: none !important;
    gap: 0 !important;
    list-style: none !important;
  }

  .nav-list.open {
    display: flex;
  }

  .nav-list li,
  .nav-list > li {
    margin: 0 !important;
    padding: 0 !important;
  }

  .nav-list li a,
  .nav-list > li > a {
    margin: 0 !important;
    padding: 10px 14px !important;
  }

  .nav-list > li.help-centre-wrapper {
    display: none !important;
  }

  .nav-list > li {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }

  .nav-extra {
    display: none;
  }

  .nav-list li a {
    width: 100%;
    padding: 10px 14px !important;
    font-size: 14px;
    justify-content: space-between;
    border-bottom: 1px solid #2a2a2a;
    margin: 0 !important;
    gap: 0 !important;
  }

  .nav-list li a::before {
    display: none;
  }

  .nav-list li a:hover {
    background: rgba(255,255,255,0.05);
  }

  .nav-list li a .chev {
    transition: transform 0.3s;
  }

  .nav-list li.open > a .chev {
    transform: rotate(180deg);
  }

  #megaPanels,
  .mega-grid { display: none !important; }

  .mega-menu,
  .sub-menu {
    position: static;
    display: none !important;
    box-shadow: none;
    border-top: none;
    border-radius: 0;
    max-height: none;
    overflow: visible;
  }

  .nav-list li.open > .mega-menu,
  .nav-list li.open > .sub-menu {
    display: block !important;
  }

  .mega-menu.open,
  .sub-menu.open {
    display: block !important;
  }

  .has-mega::after {
    display: none;
  }

  .country-dropdown {
    position: absolute !important;
    top: calc(100% + 5px) !important;
    right: 0 !important;
    left: auto !important;
    min-width: 100px !important;
    width: auto !important;
    max-width: none !important;
    padding: 6px 0 !important;
    max-height: 60vh !important;
    overflow-y: auto !important;
    z-index: 99999 !important;
  }
  .country-item {
    white-space: nowrap !important;
  }
  .country-dropdown::before { display: none !important; }
  .product-cart-wishlist-btn ul { display: flex !important; flex-wrap: nowrap !important; gap: 8px !important; align-items: center !important; }
  .product-cart-wishlist-btn ul > li { float: none !important; margin: 0 !important; }
  .product-cart-wishlist-btn .cart-plus-minus { display: inline-flex !important; align-items: center !important; justify-content: center !important; height: 40px !important; }
  .product-cart-wishlist-btn .cart-plus-minus .increase,
  .product-cart-wishlist-btn .cart-plus-minus .decrease,
  .product-cart-wishlist-btn .cart-plus-minus .inc,
  .product-cart-wishlist-btn .cart-plus-minus .dec { display: inline-flex !important; align-items: center !important; justify-content: center !important; height: 40px !important; line-height: 40px !important; font-size: 16px !important; text-align: center !important; padding: 0 !important; margin: 0 !important; }
  .product-cart-wishlist-btn .cart-plus-minus .increase i,
  .product-cart-wishlist-btn .cart-plus-minus .decrease i,
  .product-cart-wishlist-btn .cart-plus-minus .inc i,
  .product-cart-wishlist-btn .cart-plus-minus .dec i { margin: 0 !important; padding: 0 !important; line-height: 1 !important; display: inline-block !important; }
  .product-cart-wishlist-btn .cart-plus-minus-box { width: 50px !important; height: 40px !important; font-size: 14px !important; line-height: 40px !important; box-sizing: border-box !important; text-align: center !important; padding: 0 !important; margin: 0 !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; }
  .product-cart-wishlist-btn .theme-btn-1,
  .product-cart-wishlist-btn .theme-btn-2 { padding: 0 12px !important; height: 40px !important; line-height: 40px !important; font-size: 12px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; }
  .product-cart-wishlist-btn .btn-effect-1.d-add-to-wishlist { width: 40px !important; height: 40px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; }
  .product-cart-wishlist-btn .btn-effect-1.d-add-to-wishlist i { margin: 0 !important; display: inline-block !important; line-height: 1 !important; text-align: center !important; }
}

@media (max-width: 480px) {
  #megaPanels,
  .mega-grid { display: none !important; }
  .bestseller-img { height: 180px; }
  .gift-category { padding: 8px 8px; min-height: 80px; align-items: flex-start; }
  .gift-cat-img { width: 60px; height: 60px; right: 5px; top: 8px; transform: none; }
  .gift-arrow { width: 18px; height: 18px; font-size: 10px; top: 50px; left: 6px; bottom: auto; }
  .review-card { flex: 0 0 100% !important; min-height: auto !important; }
  .review-card p { font-size: 14px !important; line-height: 1.6 !important; }
  .review-card h4 { font-size: 15px !important; }
  .reviews-slider { padding: 0 32px !important; }
  .reviews-track { gap: 10px !important; }
  .review-nav { width: 32px !important; height: 32px !important; font-size: 18px !important; }
  .hero-title { font-size: 24px; }
  .card-overlay { padding: 24px 20px; }
  .sub-menu { overflow: visible !important; max-height: none !important; height: auto !important; min-height: 0 !important; }
  .nav-list > li.open,
  .nav-list > li.open.has-submenu,
  .nav-list > li.open.has-mega { overflow: visible !important; height: auto !important; }
  .mega-col,
  .mega-inner .mega-col { width: 100% !important; max-height: none !important; height: auto !important; overflow: visible !important; padding: 0 4px !important; border-right: none !important; }
  .sub-menu-inner { flex-direction: column !important; gap: 10px !important; height: auto !important; width: 100% !important; max-height: none !important; display: block !important; overflow: visible !important; }
  .mega-grid,
  .sub-menu-grid { grid-template-rows: auto !important; grid-auto-rows: min-content !important; }
  .mega-inner,
  .nav-list li > .mega-inner { max-height: none !important; height: auto !important; overflow: visible !important; display: block !important; flex-direction: column !important; }
  .sub-menu-grid { grid-template-columns: 1fr 1fr !important; padding: 4px !important; gap: 4px !important; display: grid !important; max-height: none !important; overflow: visible !important; height: auto !important; }
  .top-header { padding: 10px 0; }
  .logo { font-size: 22px; }
  .top-header-inner > .main-nav .nav-list {
    top: 48px !important;
    max-height: calc(100vh - 48px) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    box-shadow: none !important;
  }
  .country-selector {
    height: 30px;
    padding: 0 8px;
    font-size: 12px;
    gap: 4px;
  }
  .country-selector .cs-text { font-size: 12px; }
  .country-selector .chev { font-size: 8px; }
  .header-actions { gap: 6px; }
  .btn-login { padding: 0 12px; font-size: 13px; }
  .country-dropdown {
    position: absolute !important;
    top: calc(100% + 5px) !important;
    right: 0 !important;
    left: auto !important;
    min-width: 90px !important;
    width: auto !important;
    max-width: none !important;
    padding: 6px 0 !important;
    max-height: 60vh !important;
    overflow-y: auto !important;
    z-index: 99999 !important;
  }
  .country-item {
    padding: 8px 10px !important;
    font-size: 12px !important;
    gap: 8px !important;
    white-space: nowrap !important;
  }
  .country-item img { width: 16px !important; height: 11px !important; }

  /* Mobile search: 480px override */
  .nav-list .mobile-search-li,
  ul.nav-list > li.mobile-search-li,
  .mobile-search-li {
    display: block !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #333 !important;
  }
  .product-cart-wishlist-btn ul { display: flex !important; flex-wrap: nowrap !important; gap: 6px !important; align-items: center !important; }
  .product-cart-wishlist-btn ul > li { float: none !important; margin: 0 !important; }
  .product-cart-wishlist-btn .cart-plus-minus { display: inline-flex !important; align-items: center !important; justify-content: center !important; height: 36px !important; line-height: 36px !important; width: 110px !important; }
  .product-cart-wishlist-btn .cart-plus-minus .increase,
  .product-cart-wishlist-btn .cart-plus-minus .decrease,
  .product-cart-wishlist-btn .cart-plus-minus .inc,
  .product-cart-wishlist-btn .cart-plus-minus .dec { display: inline-flex !important; align-items: center !important; justify-content: center !important; height: 36px !important; line-height: 36px !important; font-size: 14px !important; text-align: center !important; padding: 0 !important; margin: 0 !important; }
  .product-cart-wishlist-btn .cart-plus-minus .increase i,
  .product-cart-wishlist-btn .cart-plus-minus .decrease i,
  .product-cart-wishlist-btn .cart-plus-minus .inc i,
  .product-cart-wishlist-btn .cart-plus-minus .dec i { margin: 0 !important; padding: 0 !important; line-height: 1 !important; display: inline-block !important; }
  .product-cart-wishlist-btn .cart-plus-minus-box { width: 44px !important; height: 36px !important; font-size: 13px !important; line-height: 36px !important; box-sizing: border-box !important; text-align: center !important; padding: 0 !important; margin: 0 !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; }
  .product-cart-wishlist-btn .theme-btn-1,
  .product-cart-wishlist-btn .theme-btn-2 { padding: 0 10px !important; height: 36px !important; line-height: 36px !important; font-size: 11px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; }
  .product-cart-wishlist-btn .btn-effect-1.d-add-to-wishlist { width: 36px !important; height: 36px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; }
  .product-cart-wishlist-btn .btn-effect-1.d-add-to-wishlist i { margin: 0 !important; display: inline-block !important; line-height: 1 !important; text-align: center !important; }
  .ltn__shop-details-img-gallery { display: flex !important; flex-direction: row !important; align-items: flex-start !important; gap: 8px !important; }
  .ltn__shop-details-img-gallery-2 { flex-direction: row !important; }
  .ltn__shop-details-small-img { flex: 0 0 50px !important; width: 50px !important; flex-direction: column !important; overflow-x: hidden !important; overflow-y: auto !important; -webkit-overflow-scrolling: touch !important; margin-bottom: 0 !important; max-height: 400px !important; }
  .ltn__shop-details-small-img .single-small-img { flex: 0 0 auto !important; width: 50px !important; height: 50px !important; margin: 0 0 6px 0 !important; }
  .ltn__shop-details-small-img .single-small-img img { width: 50px !important; height: 50px !important; object-fit: cover !important; }
  .ltn__shop-details-large-img { flex: 1 1 auto !important; width: auto !important; margin-bottom: 0 !important; }
  .ltn__shop-details-large-img .single-large-img img { width: 100% !important; height: auto !important; max-height: 400px !important; object-fit: contain !important; }
  .ltn__shop-details-inner .col-md-6 { flex: 0 0 100% !important; max-width: 100% !important; }
}

