body {
  font-family: Arial, sans-serif;
  padding-top: 180px;
}

#site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

/* TOP BAR */
.top-bar {
  background: #eeeeee;
  padding: 10px 0;
  font-size: 14px;
}

.small-text {
  color: #000;
  font-weight: 700;
}

/* MAIN HEADER */
.main-header {
  padding: 0;
  margin: 0;
}

.logo {
  font-weight: 700;
}

/* SEARCH */
.search-box {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.search-box input {
  flex: 1;
  padding: 10px 15px;
  font-size: 15px;
  border: none;
  outline: none;
}

.search-box button {
  background: #2c2f36;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
}

/* ICONS */
.header-icons i {
  font-size: 20px;
}

.cart {
  position: relative;
}

.cart .badge {
  position: absolute;
  top: -8px;
  right: -10px;
  background: #3f51b5;
  color: #fff;
  font-size: 10px;
}

/* NAVBAR */
.nav-bar {
  background-color: #eee;
  border-top: 1px solid #eee;
  padding: 0;
}

.nav.pchc_nav_ul {
  position: relative;
  border: none;
  align-items: center;
}

.nav-link {
  color: #000 !important;
  padding: 22px 28px;
  letter-spacing: .1rem;
  font-weight: 400 !important;
  font-size: 16px !important;
}

.nav-link:hover {
  background: #ccc;
  color: #000;
}

/* HIGHLIGHT */
.highlight {
  background: red;
  border-radius: 4px;
}

.nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: 500;
    gap: 10px;
}

.nav-link i{
    font-size: 12px;
}

/* Arrow style */
.arrow {
    transition: transform 0.3s ease;
}

/* Rotate when open */
.nav-link.active .arrow {
    transform: rotate(180deg);
}

.mega-parent {
  position: relative;
}

.mega-parent.selected-category > a.nav-link {
  background: gray;
  color: #fff !important;
}

.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  padding: 10px 10px;
  display: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

/* LINKS */
.mega-menu h6 {
  font-weight: 600;
  margin-bottom: 10px;
}

.mega-menu a {
  display: block;
  color: #555;
  padding: 5px 0;
  text-decoration: none;
}

.mega-menu a:hover {
  color: #000;
}

/* PROMO BOX */
.mega-banner {
  background: linear-gradient(135deg, #111, #444);
  color: #fff;
  padding: 20px;
  border-radius: 10px;
}

/* Mobile Bottom Navigation Bar */
.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 62px;
  background: #fff;
  border-top: 1px solid #eee;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  padding-bottom: 8px;
  z-index: 1049;
}

.mob-tab {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding-top: 8px;
  font-size: 10px;
  color: #666;
  text-decoration: none;
  cursor: pointer;
}

.mob-tab i {
  font-size: 18px;
}

.mob-tab-hero {
  margin-top: -28px;
}

.mob-gif-bubble {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  border: 2px solid #fff;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.mob-gif-bubble img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

/* ── VAT Toggle ─────────────────────────────────────────── */
.vat-toggle-wrap {
  user-select: none;
}

.vat-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
  margin: 0;
  cursor: pointer;
}

.vat-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.vat-slider {
  position: absolute;
  inset: 0;
  background: #aaa;
  border-radius: 22px;
  transition: background 0.25s;
}

.vat-slider::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.25s;
}

.vat-switch input:checked + .vat-slider {
  background: #3f51b5;
}

.vat-switch input:checked + .vat-slider::before {
  transform: translateX(18px);
}

/* Hide on desktop */
.menu-toggle, .sidebar-header {
  display: none;
}

/* ================================================ Media Query Start ==================================================== */
@media (max-width: 768px) {
  body {
    padding-top: 125px;
  }
}

@media (max-width: 991px) {
  body {
    padding-top: 150px;
  }

  .mega-menu {
    display: none;
  }

  .mega-parent.active .mega-menu {
    display: block;
    position: static;
  }

  .nav {
    text-align: center;
  }

  .nav-link {
    padding: 5px 18px;
  }

  .search-box {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .responsive_sideNavbar{
    position: fixed;
    left: 0;
    top: 0;
    height: 96vh;
    width: 70%;
    z-index: 99999;
  }
  .responsive_sideNavbar .pchc_nav_ul{
    flex-direction: column;
    align-items: start;
  }

  .menu-toggle {
    display: block;
    font-size: 24px;
    background: none;
    border: none;
  }

  /* Sidebar */
  .mobile-sidebar {
    position: fixed;
    top: 0;
    left: -280px;
    width: 260px;
    height: 100%;
    background: #fff;
    z-index: 1050;
    transition: 0.3s ease;
    box-shadow: 2px 0 10px rgba(0,0,0,0.2);
  }

  .mobile-sidebar.active {
    left: 0;
  }

  .sidebar-header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
  }

  .close-btn {
    border: none;
    background: none;
    font-size: 20px;
  }

  .mobile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-menu li {
    border-bottom: 1px solid #eee;
    width: 100%;
    text-align: start;
  }

  .mobile-menu a {
    display: block;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
  }

  .mobile-menu a:hover {
    background: #f5f5f5;
  }

  /* Backdrop */
  .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1040;
  }

  .backdrop.active {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 992px) {
  .mega-parent:hover .mega-menu {
    display: block;
  }
}

/* ── Laptop screens: keep nav in one line ─────────────────────── */
@media (min-width: 992px) and (max-width: 1400px) {

  .nav.pchc_nav_ul {
    flex-wrap: nowrap;        
    justify-content: flex-start; 
  }

  .nav-item.mega-parent {
    flex-shrink: 0;           
  }

  .nav-link {
    font-size: 14px !important;  
    letter-spacing: 0 !important; 
    gap: 5px !important;
    white-space: nowrap;          
  }

  .nav-link i.arrow {
    font-size: 10px !important;
  }

  .mega-menu a{
    font-size: 14px !important;
  }
}
/* ================================================ Media Query End ==================================================== */
