@charset "UTF-8";
/* === SIDEBAR CARD === */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Source+Serif+4:wght@400;600&display=swap");
.woocommerce-MyAccount-navigation {
  width: 280px;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* === AVATAR SECTION === */
.woocommerce-account-gravatar {
  text-align: center;
  margin-bottom: 24px;
  width: 100%;
}

.woocommerce-account-gravatar__avatar-wrapper {
  position: relative;
  display: inline-block;
}

.woocommerce-account-gravatar__avatar {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.woocommerce-account-gravatar__edit-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}

.woocommerce-account-gravatar__display-name {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  word-break: break-all;
}

/* === NAV LIST === */
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.woocommerce-MyAccount-navigation li {
  width: 100%;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 16px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  color: #333;
  transition: all 0.2s ease;
}

/* Hover */
.woocommerce-MyAccount-navigation a:hover {
  background: #f5f5f5;
}

/* Active */
.woocommerce-MyAccount-navigation .is-active a {
  background: #000;
  color: #fff;
}

/* === CONTENT CARD === */
.woocommerce-MyAccount-content {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

/* === TEXT CLEANUP === */
.woocommerce-MyAccount-content p {
  margin-bottom: 16px;
  line-height: 1.6;
}

/* === MOBILE STACK === */
@media (max-width: 768px) {
  .woocommerce {
    flex-direction: column;
  }
  .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
ul.products li.product img {
  width: 260px !important;
  height: 160px !important;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
} /* FORCE vertical layout */
ul.products {
  display: flex !important;
  flex-direction: column !important;
  gap: 40px;
  padding: 0;
  margin: 0;
}

/* Each product = full-width card */
ul.products li.product {
  width: 100% !important;
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding: 24px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease;
}

/* Hover = subtle lift */
ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.header-nav {
  Zoom: 55%;
}

/* ===== GLOBAL FONT RESET ===== */
html, body, * {
  font-family: "Inter", system-ui, -apple-system, sans-serif !important;
}

/* Remove any serif overrides */
.entry-summary p,
p,
blockquote,
.entry-content {
  font-family: "Inter", system-ui, -apple-system, sans-serif !important;
}

/* Titles */
.entry-title,
h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif !important;
  letter-spacing: -0.01em;
}

/* Navigation */
.menu-items a {
  font-family: "Inter", sans-serif !important;
}

/* Buttons + forms */
button,
input,
textarea,
select {
  font-family: "Inter", sans-serif !important;
}

[class*=container],
[class*=wrap],
[class*=inner] {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.entry {
  max-width: 100% !important;
  padding: 0 32px;
} /* =========================
   GLOBAL BLEED RESET
========================= */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  background: #fff;
}

/* =========================
   REMOVE ALL CONTAINERS
========================= */
#container,
#main,
#content,
.wrap,
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Kill WordPress wrap nesting */
.wrap {
  padding: 0 !important;
}

/* =========================
   FULL WIDTH STRUCTURE
========================= */
header,
nav,
section,
main,
footer {
  width: 100%;
  max-width: 100%;
}

/* =========================
   MENU FULL BLEED
========================= */
#menu-primary {
  width: 100%;
  margin: 0;
  padding: 0;
}

.menu-container {
  width: 100%;
  padding: 0 32px;
  box-sizing: border-box;
}

/* =========================
   CONTENT (OPTIONAL CENTER)
========================= */
/* Keep readable width while page bleeds */
.entry {
  max-width: 720px;
  margin: 60px auto;
  padding: 0 20px;
}

/* =========================
   MEDIA SAFETY
========================= */
img,
video,
iframe {
  max-width: 100%;
  height: auto;
}

/* =========================
   FIX RANDOM OVERFLOW BUGS
========================= */
* {
  box-sizing: border-box;
}

/* =========================
   REMOVE SIDE SCROLL (CRITICAL)
========================= */
body {
  overflow-x: hidden;
}

.entry .wrap {
  padding: 0;
  border: none;
  box-shadow: none;
} /* Remove all unwanted horizontal overflow */
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Normalize containers */
#container,
#main,
#content,
.wrap {
  margin: 0;
  padding: 0;
  max-width: 100%;
} /* Header + nav full bleed */
#menu-primary {
  width: 100%;
  padding: 0;
}

/* Remove inner constraint */
#menu-primary .wrap {
  max-width: 100%;
  padding: 0 24px;
} /* =========================
   α — SYSTEM RESET
========================= */
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #111;
  font-family: "Inter", sans-serif;
}

/* =========================
   Δ — REMOVE ALL FOCUS
========================= */
*:focus,
*:focus-visible,
*:active {
  outline: none !important;
  box-shadow: none !important;
}

/* Kill Bootstrap glow */
.form-control:focus,
.form-select:focus,
input:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #e5e5e5 !important;
}

/* =========================
   π — NAVIGATION
========================= */
#menu-primary {
  border-bottom: 1px solid #eee;
  background: #fff;
}

.menu-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}

.menu-items {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-items a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  position: relative;
}

.menu-items a:hover {
  opacity: 0.7;
}

/* =========================
   CARD SYSTEM
========================= */
.entry {
  max-width: 880px;
  margin: 50px auto;
}

.entry .wrap {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 28px;
  transition: 0.25s ease;
}

.entry .wrap:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

/* =========================
   TYPOGRAPHY
========================= */
.entry-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}

.entry-title a {
  text-decoration: none;
  color: #000;
}

.entry-summary {
  margin-top: 12px;
  max-width: 680px;
}

.entry-summary p {
  font-family: "Source Serif 4", serif;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.entry-byline {
  font-size: 13px;
  color: #666;
  margin-top: 6px;
}

/* =========================
   LINKS
========================= */
a {
  color: inherit;
  text-decoration: none;
}

/* =========================
   SEARCH
========================= */
.search-form {
  display: flex;
  align-items: center;
}

.search-field {
  border: none;
  font-size: 14px;
  padding: 6px;
}

/* =========================
   PAGINATION
========================= */
.pagination {
  display: flex;
  justify-content: center;
  margin: 60px 0;
}

.page-number {
  padding: 10px 14px;
  border: 1px solid #eee;
}

.page-number.current {
  background: #000;
  color: #fff;
}

/* =========================
   FOOTER
========================= */
#menu-footer {
  background: #0d0d0d;
  color: #aaa;
  padding: 40px 20px;
  text-align: center;
}

#menu-footer a {
  color: #fff;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
  .entry-title {
    font-size: 22px;
  }
  .entry-summary p {
    font-size: 15px;
  }
}
.custom-logo {
  Zoom: 10%;
} /* Remove search submit button */
.search-submit.button {
  display: none !important;
}