/* ============ HEADER ============ */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  height: 64px;
  display: flex;
  align-items: center;
  overflow: visible;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.header__logo img {
  height: 48px;
  width: auto;
}

.header__logo:hover { opacity: 0.8; }

.header__nav {
  display: flex;
  align-items: stretch;
  gap: 4px;
  height: 100%;
}

.header__nav-item {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 13.6px;
  color: var(--purple-dark);
  padding: 10px 14px;
  border-radius: 26px;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  background-color: transparent;
  transition: background-color 0.15s ease;
}

.header__nav-item svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.header__nav-item:hover {
  background-color: var(--purple-light);
}


/* Toggle button for dropdown arrow */
.header__nav-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 8px 4px 0;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.header__nav-toggle svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.header__nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.header__dropdown {
  display: none;
  position: absolute;
  top: 100%;   
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 0 0 12px 12px;
  padding: 8px 0;
  min-width: 220px;
  list-style: none;
  z-index: 200;
  margin-top: -2px;
}

/* Tiny invisible bridge so hover doesn't break when crossing the gap */
.header__dropdown::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 8px;
}

.header__nav-dropdown:hover .header__dropdown,
.header__nav-dropdown:focus-within .header__dropdown {
  display: block;
}

.header__nav-dropdown:hover > .header__nav-toggle svg,
.header__nav-dropdown:focus-within > .header__nav-toggle svg {
  transform: rotate(180deg);
}

.header__dropdown li a {
  display: block;
  padding: 10px 20px;
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 13.5px;
  color: var(--purple-dark);
  white-space: nowrap;
  transition: background-color 0.15s ease;
}
nav.header__nav { display: flex; align-items: stretch; }
.header__nav > .header__nav-item {
	align-self: center;
}

.header__dropdown li a:hover {
  background-color: var(--purple-light, #f3f0ff);
}

/* ============ CTA BUTTON ============ */
.header__cta {
  display: inline-block;
  background: var(--red-btn);
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13.1px;
  padding: 10px 20px;
  border-radius: 9999px;
  white-space: nowrap;
  transition: opacity 0.15s ease;
  text-decoration: none;
}

.header__cta:hover {
  opacity: 0.9;
}

/* ============ HEADER ICONS (Cart + Account) ============ */
.header__icons {
  display: flex;
	flex-direction: row;
  align-items: center;
  gap: 4px;
  margin-left: 8px;
}

.header__icon-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: var(--purple-dark);
  transition: background-color 0.15s ease;
  text-decoration: none;
}

.header__icon-btn svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.header__icon-btn:hover {
  background-color: var(--purple-light, #f3f0ff);
}

.header__cart-count {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 16px;
  height: 16px;
  padding: 0 3px;
  border-radius: 99px;
  background-color: var(--red-btn, #df202e);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  font-family: var(--font-heading);
  line-height: 16px;
  text-align: center;
  display: block;
}

.header__cart-count--empty {
  display: none !important;
}

/* ============ MOBILE TOGGLE ============ */
.header__mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.header__mobile-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--purple-dark);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.pd-events-bar{background:#3a2a8c;color:#fff;font-family:"Plus Jakarta Sans",sans-serif;font-size:12px}
.pd-events-bar.is-hidden{display:none}
.pd-events-bar__inner{display:flex;align-items:center;gap:24px;max-width:1280px;margin:0 auto;padding:6px 5%;}
.pd-events-bar__label{display:flex;align-items:center;gap:8px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;font-size:12px;color:#cfc6ff;white-space:nowrap;border-right:1px solid rgba(255,255,255,.25);padding-right:24px}
.pd-events-bar__dot{width:8px;height:8px;border-radius:50%;background:#ff6b4a;box-shadow:0 0 0 0 rgba(255,107,74,.6);animation:pd-pulse 1.8s infinite}
@keyframes pd-pulse{0%{box-shadow:0 0 0 0 rgba(255,107,74,.6)}70%{box-shadow:0 0 0 8px rgba(255,107,74,0)}100%{box-shadow:0 0 0 0 rgba(255,107,74,0)}}
.pd-events-bar__track{position:relative;flex:1;min-width:0;height:22px;overflow:hidden}
.pd-events-bar__slide{position:absolute;inset:0;display:flex;align-items:center;gap:14px;color:#fff;text-decoration:none;opacity:0;transform:translateY(6px);transition:opacity .5s,transform .5s;pointer-events:none;white-space:nowrap;overflow:hidden}
.pd-events-bar__slide.is-active{opacity:1;transform:none;pointer-events:auto}
.pd-events-bar__date{background:#ff6b4a;color:#fff;font-weight:700;font-size:11px;letter-spacing:.04em;padding:3px 8px;border-radius:5px;text-transform:uppercase}
.pd-events-bar__tag{font-weight:700;font-size:12px;letter-spacing:.05em;text-transform:uppercase;color:#bcb2ff}
.pd-events-bar__title{font-weight:600;overflow:hidden;text-overflow:ellipsis}
.pd-events-bar__loc{color:#cfc6ff;font-size:13px}
.pd-events-bar__loc:before{content:"•";margin-right:10px;color:rgba(255,255,255,.4)}
.pd-events-bar__actions{display:flex;align-items:center;gap:16px;white-space:nowrap}
.pd-events-bar__dots{display:flex;gap:5px}
.pd-events-bar__dots button{width:7px;height:7px;border-radius:50%;border:0;padding:0;background:rgba(255,255,255,.35);cursor:pointer}
.pd-events-bar__dots button.is-active{background:#fff}
.pd-events-bar__viewall{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.4);border-radius:999px;padding:2px 12px;color:#fff;text-decoration:none;font-weight:600;font-size:13px;transition:background .2s}
.pd-events-bar__viewall:hover{background:rgba(255,255,255,.15)}
.pd-events-bar__close{background:none;border:0;color:rgba(255,255,255,.7);font-size:20px;line-height:1;cursor:pointer;padding:0 2px}
.pd-events-bar__close:hover{color:#fff}
@media(max-width:782px){.pd-events-bar__label,.pd-events-bar__loc{display:none}.pd-events-bar__inner{gap:12px;padding:8px 14px}}


@media (max-width: 1200px) {
	.pd-events-bar {
    display: none;
	}
}
@media (max-width: 1300px) {
  .header__mobile-toggle { display: flex; }
 nav.header__nav { display: none; } 
  .header__nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    height: auto;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    padding: 16px;
    z-index: 99;
  }
  .header__nav-dropdown {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .header__dropdown {
    position: static;
    transform: none;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    padding-top: 4px;
  }
}

@media (max-width: 560px) {
.header__cta{
	display: none;
}
}

/* ============ EVENTS BANNER ============ */
.events-banner {
  background: linear-gradient(to right, #452e86, #6141b9, #67298c);
  padding: 14px 0;
  position: relative;
  overflow: hidden;
}

.events-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(97.6deg, transparent 40%, rgba(255,255,255,0.06) 50%, transparent 60%);
}

.events-banner .container {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.events-banner__dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background-color: var(--white);
}

.events-banner__label {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 11.2px;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 1.12px;
  white-space: nowrap;
}

.events-banner__divider {
  width: 1px;
  height: 20px;
  background: rgba(255,255,255,0.2);
  flex-shrink: 0;
}

.events-banner__tag {
  background: var(--blue);
  color: var(--purple-dark);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 11.5px;
  padding: 4px 10px;
  border-radius: 9999px;
  white-space: nowrap;
}

.events-banner__type {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 10.9px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.27px;
  white-space: nowrap;
}

.events-banner__title {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 14.1px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.events-banner__link {
  display: inline-block;
  background: #fff;
  color: var(--purple-dark);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 12.5px;
  padding: 6px 16px;
  border-radius: 9999px;
  margin-left: auto;
  white-space: nowrap;
  text-decoration: none;
}

.events-banner__link:hover {
  opacity: 0.9;
}
