.elementor-887 .elementor-element.elementor-element-28e89b8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-28e89b8 */@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@400;500;600&display=swap');

.ag-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  background: rgba(8, 8, 8, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-sizing: border-box;
}

/* Push page content below fixed header */
body { padding-top: 68px !important; }
body.admin-bar .ag-header { top: 32px !important; }
body.admin-bar { padding-top: 100px !important; }

/* LOGO */
.ag-header__logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px;
  letter-spacing: 0.06em;
  color: #f5f5f3;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 2px;
  white-space: nowrap;
  flex-shrink: 0;
}
.ag-header__logo-dot { color: #e8291c; }

/* SEARCH */
.ag-header__search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 8px 16px;
  flex: 1;
  max-width: 380px;
  margin: 0 32px;
  transition: border-color 0.2s;
  cursor: text;
}
.ag-header__search:hover,
.ag-header__search:focus-within {
  border-color: rgba(255, 255, 255, 0.22);
}
.ag-header__search-icon {
  color: rgba(255, 255, 255, 0.3);
  font-size: 15px;
  flex-shrink: 0;
}
.ag-header__search input {
  background: none;
  border: none;
  outline: none;
  color: #f5f5f3;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  width: 100%;
  caret-color: #e8291c;
}
.ag-header__search input::placeholder {
  color: rgba(255, 255, 255, 0.28);
}

/* NAV */
.ag-header__nav {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}
.ag-header__nav li a {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
}
.ag-header__nav li a:hover {
  color: #f5f5f3;
  background: rgba(255, 255, 255, 0.06);
}

/* CART ICON */
.ag-header__cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
  font-size: 16px;
}
.ag-header__cart:hover { background: rgba(255, 255, 255, 0.12); }
.ag-header__cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #e8291c;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  min-width: 16px;
  height: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
}

/* CTA BUTTON */
.ag-header__cta {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  background: #e8291c;
  color: #fff !important;
  border-radius: 7px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: background 0.2s;
  white-space: nowrap;
  margin-left: 8px;
}
.ag-header__cta:hover { background: #c9241a; }

/* DIVIDER */
.ag-header__divider {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 4px;
}

/* MOBILE HAMBURGER */
.ag-header__mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
}
.ag-header__mobile-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  transition: all 0.3s;
}

/* MOBILE NAV */
.ag-mobile-nav {
  display: none;
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  background: rgba(8, 8, 8, 0.98);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 20px 24px;
  z-index: 9998;
  flex-direction: column;
  gap: 4px;
}
.ag-mobile-nav.open { display: flex; }
.ag-mobile-nav a {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.ag-mobile-nav a:last-child { border-bottom: none; }

@media (max-width: 900px) {
  .ag-header { padding: 0 24px; }
  .ag-header__search { display: none; }
  .ag-header__nav { display: none; }
  .ag-header__cta { display: none; }
  .ag-header__mobile-toggle { display: flex; }
}/* End custom CSS */