:root {
  --bg: #E8F0EA; /* soft sage fog */
  --text: #2F3E2E; /* deep green-gray for readability */
  --accent: #A2C3A4; /* soft sage green */
  --accent-light: #DCE5DC; /* light sage */
  --hover: #87A98E; /* muted earthy green */
  --white: #FFFDF8; /* off-white beige */
  --bottle-green: #1C3A2D; /* deep bottle green for rich contrast */
  --accent-pop-alt: #4B5D5B; /* charcoal teal */
  --accent-pop-blue: #708D9C; /* ash blue accent */
  --accent-pop-tan: #d6bfa7; 
}

@media (max-width: 768px) {
html, body {
  overflow-x: hidden;
  max-width: 100%;
}
}

body {
  margin: 0;
  font-family: 'Ubuntu', sans-serif;
  background-color: var(--bg);
  color: var(--text);
  background-image: url('siteassets/wallpaper1.png')!important;
  background-size: auto;
  background-repeat: repeat;
  line-height: 1.6;
  transition: background-color 0.5s ease;
}

.banner-section.behind-tabs {
  position: relative;
  height: auto;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px); /* for Safari */
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.banner {
  width: 100%;
  max-width: 90%;
  max-height: 100px;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  margin-bottom: -9px;
}

.wishlist-icon {
  width: 18px;
  height: auto;
  vertical-align: middle;
  margin-right: .4rem;
}
.wishlist-button:hover .wishlist-icon {
  transform: scale(1.1);
  filter: brightness(1.2);
  transition: all 0.2s ease;
}
.wishlist-tab {
  text-decoration: none;
  color: var(--bottle-green);
  background: none;
  padding: 0.25rem 0.5rem;
  border: none;
  border-radius: 0;
  font-weight: 400;
  font-size: 0.95rem;
  font-family: 'Ubuntu', sans-serif;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}

.wishlist-tab:hover {
  border-bottom: 2px solid var(--bottle-green);
  color: var(--bottle-green);
}

.wishlist-icon-nav {
  width: 32px;
  height: auto;
  margin-right: 0.4rem;
  display: inline-block;
  vertical-align: middle;
  filter: drop-shadow(0 0 1px rgba(0,0,0,0.2));
  transition: transform 0.2s ease;
}

.wishlist-tab:hover .wishlist-icon-nav {
  transform: scale(1.1);
}

.wishlist-icon-button {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.2s ease;
}
.product-card .wishlist-icon-button img {
  width: 22px !important;
  height: auto !important;
}

.wishlist-icon-button img {
  width: 22px;
  height: auto;
  filter: drop-shadow(0 0 1px rgba(0,0,0,0.2));
}

.wishlist-icon-button:hover img {
  transform: scale(1.1);
}
.wishlist-frosted-panel {
  background-color: rgba(200, 220, 210, 0.35); /* soft frosty sage */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px); /* Safari fallback */
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  width: 100%;
}

.section-title {
  margin-left: 32rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--bottle-green);
  letter-spacing: 0.5px;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
.section-title.jiggle {
  margin-left: 32rem !important;
  margin-right: 0 !important;
}

.view-more-container {
  max-width: 1200px;
  margin: 0 auto 2rem auto;
  padding: 0 1rem;
  display: flex;
  justify-content: flex-end;
}

.view-more-button {
  display: inline-flex;
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.9rem; /* slightly smaller text */
  color: var(--hover);
  background-color: var(--white);
  border: 2px solid var(--hover);
  border-radius: 6px;
  padding: 0 0.2rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
  line-height: 1;
  width: 45;
}

.view-more-button:hover {
  background-color: var(--accent-light);
  color: var(--bottle-green);
}

.section-header-centered {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem; /* spacing between title and button */
  max-width: 1200px; /* match product grid width */
  margin: 2rem auto 1rem auto;
  padding: 0 1rem;
}

.section-header {    /*freshly doodled*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 1rem auto 1rem auto;
  padding: 0 3rem; /* increase from 1rem to 3rem to push content inward equally */
}
.section-header h2 {
  font-size: 1.18rem !important;   /* shrink text size */
  margin: 0.25rem 0 !important;    /* tighten top & bottom space */
  line-height: 1.1 !important;     /* keep text compact */
}0
.centered-title {
  text-align: center;
  margin: 1rem auto .5rem auto;
  max-width: 1200px;
  padding: 0 1rem;
}

.product-details.frosted-panel {
}
.cart-tab {
  text-decoration: none;
  color: var(--bottle-green);
  background: none;
  padding: 0.25rem 0.5rem;
  border: none;
  border-radius: 0;
  font-weight: 400;
  font-size: 0.95rem;
  font-family: 'Ubuntu', sans-serif;
  display: flex;
  align-items: flex-end;
  transition: all 0.2s ease;
  padding-bottom: 0;
}

.cart-tab:hover {
  border-bottom: 2px solid var(--bottle-green);
  color: var(--bottle-green);
}

.cart-icon-nav {
  width: 32px;
  height: auto;
  margin-top: 0px;
  margin-right: 0.4rem;
  display: inline-block;
  vertical-align: middle;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.2));
  transition: transform 0.2s ease;
}

.cart-tab:hover .cart-icon-nav {
  transform: scale(1.1);
}

.tab-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--white);
  padding: 0.4rem 1rem; /* ← use this one */
  border: 2px solid var(--bottle-green);
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin: 0 auto; 
  z-index: 10;
  position: sticky;
  height: 48px;
  flex-wrap: nowrap; /* ← add this */
  top: 28px;
  z-index: 1500;
} 

  .tab-bar-spacer {
    flex: 1;
  }
  .tab-group {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; /* 👈 prevent wrapping nav links */
}
.tab {
  text-decoration: none;
  color: var(--bottle-green);
  background: none;
  padding: 0.25rem 0.5rem;
  border: none;
  border-radius: 0;
  font-weight: 400;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  opacity: 0.85;
}
.tab:hover {
  opacity: 1;
}
.tab:hover,
.tab.active {
  border-bottom: 2px solid var(--bottle-green);
  color: var(--bottle-green);
  font-weight: 600;
}
/* ------for index desktop layout----*/
.pill-nav {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0.25rem;
  background-color: var(--white);
  color: var(--bottle-green);
  border: 2px solid var(--bottle-green);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.pill-nav:hover {
  background-color: var(--accent-light);
  color: var(--bottle-green);
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/*-----repeat filter and clear buttons----*/

.filter-group select {
  padding: 0.25rem 0.75rem;
  border: 1px solid var(--hover);
  border-radius: 999px;
  background: none;
  color: var(--hover);
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}

.filter-group select:hover {
  background: var(--accent-light);
  border-color: var(--bottle-green);
}

.clear-filters {
  padding: 0.25rem 0.75rem;
  border: 1px solid var(--hover);
  border-radius: 999px;
  background: none;
  color: var(--hover);
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.9rem;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
}

.clear-filters:hover {
  background: var(--accent-light);
  border-color: var(--bottle-green);
}
.filter-bar {
  position: sticky;
  top: 98px; /* bump this higher so it clears shipping + nav */
  z-index: 1600; /* sits on top */
  background-color: var(--white);
  padding: 0.5rem 1rem;
}

.icon-group {
  display: flex;
  align-items: center;
  gap: 0.5rem; /* spacing between icons */
  justify-content: flex-end;
}
.icon-group a {
  display: flex;
  align-items: center;
}

.hero {
  background-image: linear-gradient(to right,#faf7f0,#ffffff,#a2c3a4);
  color: #1c3a2d; /* deep green-gray from your palette */
  padding: 0rem .75rem;
  margin: 0rem auto 0rem auto;
  border-radius: 8px;
  max-width: 900px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-align: center;
  line-height: 1.2;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px); /* For Safari support */
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
.hero p,
.hero h1,
.hero h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.hero p:last-child {
  font-weight: 450; /* normal */
  font-size: 1rem; /* optional: smaller than title */
  margin-bottom: 0.35;
  color: #1c3a2d;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.shop-intro .filter-bar {
  width: 100%;
  background-color: var(--white);
  padding: 0.5rem 1rem;
  border-radius: 0;
  margin: 0 auto 1.5rem;
  box-shadow: none;
}


.filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.filter-group {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex: 1;
}
/* Desktop filters uniform width */
.filter-group select {
  width: 120px; /* adjust as needed */
  text-align: center;
  text-align-last: center;
}

/* Ensure clear all button aligns nicely in desktop */
.filter-group .clear-filters {
  margin-left: 1rem; /* adjust as needed */
}

/* Ensure clear all button aligns nicely in mobile */
.mobile-filter-content .clear-filters {
  margin-top: 1rem;
  width: 100%;
}

.product-filters {
  display: flex;
  align-items: center;
  gap: 0rem; /* keep for even spacing between filters */
}

.product-filters select {
  appearance: none;
  background-color: var(--white);
  color: var(--bottle-green);
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem;
  padding: 0.5rem;
  border: 2px solid var(--hover);
  border-radius: 6px;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
  text-align-last: center;
  width: 90px; /* reduced from 120px */
}


.product-filters a {
  color: var(--hover);
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

select {
  appearance: none;
  -webkit-appearance: none; /* For Safari */
  -moz-appearance: none;    /* For Firefox */
  background-color: var(--white);
  color: var(--hover);
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0.25rem 0.5rem;
  font-size: 0.95rem;
  font-family: 'Ubuntu', sans-serif;
  font-weight: normal;
  transition: border-bottom 0.2s ease;
  cursor: pointer;
}

select:hover {
  border-bottom: 2px solid var(--hover);
  font-weight: 600;
}
select:focus {
  font-weight: 600; /* 👈 Bold when clicked */
  outline: none; /* Optional: removes ugly browser border */
}
@media (min-width: 769px) {
.search {
  margin-left: auto;
  min-width: 200px;
  padding: 0.25rem 0.5rem;
  border: none;
  border-bottom: 2px solid transparent;
  font-size: 0.95rem;
  background: none;
  color: var(--hover);
  font-family: 'Ubuntu', sans-serif;
  transition: border-bottom 0.2s ease;
  width: 100%;
}
}

.search:focus {
  outline: none;
  border-bottom: 2px solid var(--bottle-green);
  background-color: rgba(255, 255, 255, 0.8); /* Optional soft highlight */
  box-shadow: 0 2px 4px rgba(28, 58, 45, 0.15), /* Soft glow */ 0 0 6px var(--accent-pop-blue);
}

select:hover,
.search:hover {
  border-bottom: 2px solid var(--hover);
  background: none;
  color: var(--hover);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 2rem;
  padding: 0rem;
  max-width: 1200px;
  margin: 0 auto;
}

.product-card {
  display: flex;
  flex-direction: column; /* change to vertical layout */
  gap: 0.5rem;            /* match Repeat Offenders spacing */
  max-width: 340px;       /* restrict width to match Repeat Offenders */
  width: 100%;            /* ensure responsiveness */
  background-color: var(--white);
  border: 1px solid var(--accent-light);
  border-radius: 12px;
  padding: 0rem;
  text-align: left;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  position: relative;
}

.product-card:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
  border-color: var(--accent-pop-tan);
  transition: all 0.3s ease;
  z-index: 1;
}

.product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card h3 {
  font-size: 1rem;
  color: var(--bottle-green);
  margin: 0.5rem 0 0.25rem;
  font-weight: 600;
}
.product-info h3 a {
  display: inline-block;
  font-weight: 700;
  color: var(--hover); /* your site’s dark green */
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
  font-size: 1rem;
  transition: all 0.2s ease;
}

.product-info h3 a:hover {
  transform: scale(1.05);
}
.product-card p {
  color: var(--text);
  font-size: 0.85rem;
  margin: 0;
  line-height: 1.4;
  opacity: 0.85;
}
.product-card {
  border: 2px solid var(--accent-pop-tan); /* or try dashed */
  box-shadow: none; /* optional: remove hover shadows if border adds enough contrast */
}

.product-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px; /* optional, matches your card style */
  display: block;
}


.image-wrapper {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.unboxed-info {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none;
  padding: 1rem 0;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

.product-info {
  padding: 1rem;
  background-color: var(--white);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  text-align: left;
}

.breadcrumb a {
  color: var(--accent-pop-blue);
  text-decoration: underline;
  transition: color 0.2s ease;
}

.breadcrumb a:hover {
  color: var(--hover);
}

.product-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  border-radius: 12px; /* matches card corner rounding */
  display: block;
}


.section-title {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: .5rem;
  margin-bottom: 0rem;
  color: var(--bottle-green);
  letter-spacing: 0.5px;
  text-shadow:   
    -2px -2px 0 #fff,
     2px -2px 0 #fff,
    -2px  2px 0 #fff,
     2px  2px 0 #fff;
}
.jiggle {
  display: block;
  text-align: center;
  margin: 0 auto;
  animation: jiggleIt 1.5s ease-in-out infinite;
}

@keyframes jiggleIt {
  0%   { transform: rotate(0deg); }
  10%  { transform: rotate(-2deg); }
  20%  { transform: rotate(2deg); }
  30%  { transform: rotate(-2deg); }
  40%  { transform: rotate(2deg); }
  50%  { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}

@media (min-width: 768px) {
  .search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 250px;
    width: 100%;
    margin-right: 1.2rem;
    margin-left: auto;
  }

  .search {
    padding: 0.25rem 0.5rem;
    border: none;
    border-bottom: 2px solid transparent;
    font-size: 0.95rem;
    background: none;
    color: var(--hover);
    font-family: 'Ubuntu', sans-serif;
    transition: border-bottom 0.2s ease;
    width: 100%;
  }

  .search-button {
    position: absolute;
    right: 0.3rem;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .search-button img {
    height: 30px;
    width: auto;
    opacity: 1;
    padding: 0 0.4rem;
    vertical-align: middle;
    position: relative;
    top: 1px;
    transform: rotate(-40deg);
    transition: transform 0.2s ease, filter 0.2s ease;
  }

  .search-button img:hover {
    transform: rotate(-40deg) scale(1.2); /* 👈 pop slightly */
    filter: brightness(1.2);              /* 👈 slight glow */
  }
}

footer {
  text-align: center;
  padding: 1.5rem;
  font-size: 0.9rem;
  background-color: var(--bottle-green);
  color: var(--white);
  margin-top: 3rem;
  border-top: 5px solid var(--hover);
  font-weight: 500;
}

.clear-filters:focus {
  font-weight: 600;
  outline: none; /* optional, to remove blue border on click */
}

.clear-search-button {
  position: absolute;
  right: 2.5rem;
  background: var(--white);
  color: var(--hover);
  border: 1px solid var(--hover);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}

.clear-search-button:hover {
  background: var(--accent-light);
}
.footer-link {
  color: var(--white);
  text-decoration: underline;
  margin-left: 0.5rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: var(--hover);
}
.footer-icon {
  color: var(--white);
  margin-left: 0.5rem;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}

.footer-icon:hover {
  color: var(--hover);
}
.footer-social {
  margin-bottom: 0.5rem;
  text-align: center;
}

.footer-icon svg {
  fill: var(--white);
  transition: fill 0.2s ease;
}

.footer-icon:hover svg {
  fill: var(--hover);
}

.terms-container {
  background-color: rgba(255, 255, 255, 0.6); /* soft frosted white */
  color: var(--bottle-green);
  max-width: 800px;
  margin: 3rem auto;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px); /* Safari fallback */
  line-height: 1.6;
}

.terms-container h1 {
  color: var(--bottle-green);
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.terms-container h2 {
  color: var(--hover);
  font-size: 1.2rem;
  margin-top: 2rem;
}

.terms-container p {
  margin-bottom: 1rem;
}

.terms-container a {
  color: var(--bottle-green);
  text-decoration: underline;
}
.zoom-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: 2px solid var(--accent-pop-tan);
  border-radius: 12px;
  background-color: var(--white);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.zoom-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  vertical-align: bottom;
  transition: transform 0.3s ease;
  cursor: zoom-in;
  touch-action: manipulation;
}

.zoom-container,
.zoom-img {
  box-sizing: border-box;
}

.zoom-img.loaded {
  opacity: 1;
}
.zoom-img.zoomed {
  transform: scale(2);
  transform-origin: center;
  cursor: zoom-out;
}
.carousel-container {
  position: relative;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
  z-index: 5;
}

.carousel-arrow.left {
  left: -.15rem;
}

.carousel-arrow.right {
  right: -.15rem;
}

.carousel-arrow img {
  display: block;
  width: 36px;
  height: auto;
  max-height: 60px;
  transition: transform 0.2s ease, filter 0.2s ease;
  filter:
    drop-shadow(0 0 1px #a2c3a4) /* tight sage border */
    drop-shadow(0 0 4px rgba(28, 58, 45, .5)) /* bottle green glow */
    drop-shadow(0 0 2px rgba(0, 0, 0, .25)); /* soft shadow base */  
}

.carousel-arrow img:hover {
  transform: scale(1.08);
  filter: drop-shadow(0 0 8px rgba(28, 58, 45, 1)) drop-shadow(0 0 3px rgba(0, 0, 0, 0.15));
  border-color: #cfe2d2; /* lighter sage on hover */
}
.carousel-arrow:focus-visible img {
  outline: 2px solid var(--bottle-green);
  transform: scale(1.06);
}
.stacked-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  width: 36px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.carousel-arrow.left.stacked-arrows {
  left: -.25rem;
}

.carousel-arrow.right.stacked-arrows {
  right: -.25rem;
}

.stacked-arrows img {
  position: absolute;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.arrow-base,
.arrow-outline {
  width: 100%;
  height: auto;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel-arrow.left .arrow-base {
  position: relative;
  left: 22px; /* Nudge right into the outline */
  top: 17.5px;
}

.carousel-arrow.right .arrow-base {
  position: relative;
  transform: translateX(-22px) translateY(-30px);
}

.main-image-area {
  max-width: 100%;
  overflow: hidden;
  border-radius: 12px;
  padding: 0;
  margin: 0;
  line-height: 0;
}

.thumbnail-row {
  display: flex;
  justify-content: flex-start;   /* ⬅️ left-align them */
  gap: 0.75rem;                  /* 🔧 slightly wider spacing */
  margin-top: 0.75rem;           /* 🔧 reduce top gap a bit */
  flex-wrap: wrap;               /* ✅ wrap if it gets too tight */
}

.thumbnail {
  width: 60px;
  height: auto;
  border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer;
  object-fit: cover;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.thumbnail:hover,
.thumbnail.active-thumb {
  transform: scale(1.08);
  border-color: tan;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.thumbnail:focus-visible {
  outline: 2px solid var(--bottle-green);
  border-radius: 6px;
  transform: scale(1.05);
}
.main-label {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: rgba(255, 255, 255, 0.85);
  color: var(--text);
  font-size: 0.75rem;
  padding: 3px 8px;
  border-radius: 5px;
  font-weight: 600;
  pointer-events: none;
  z-index: 2;
}
.main-image-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.4rem 1rem;
  background-color: rgba(255, 255, 255, 0.35); /* semi-transparent white */
  backdrop-filter: blur(10px); /* frosted effect */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  color: var(--bottle-green); /* Your deep green */
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.85rem;
  border-radius: 999px; /* Oblong pill shape */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  pointer-events: none; /* so it doesn't interfere with clicks */
  z-index: 2;
}

.zoom-container {
  position: relative; /* Required for label positioning */
}

.layout-split {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: flex-start;
}

.layout-split .image-wrapper {
  flex: 1 1 300px;
  max-width: 500px;
}

.layout-split .product-info {
  flex: 1 1 250px;
  max-width: 400px;
}
.unboxed-info {
  background: none;
  border: none;
  box-shadow: none;
  padding: 1rem 0;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.care-list {
  list-style: disc;
  padding-left: 1.25rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text);
  opacity: 0.95;
  margin-bottom: 1rem;
}

.fabric-note-static {
  font-size: 0.9rem !important;
  color: var(--text);
  opacity: 0.85;
  font-style: italic;
  margin-top: .8rem;
  margin-bottom: 0.8rem;
  display: block;
  line-height: 1.5;
}

/* Hide hamburger on desktop */
.hamburger {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem;
  margin-right: auto; /*pushes it left within flex container*/
}

.hamburger {
  transition: transform 0.2s ease;
}

.hamburger:hover {
  transform: scale(1.1);
}
.hamburger {
  font-family: 'Ubuntu', sans-serif; /* or your desired font */
}

/* Mobile nav hidden by default */
.mobile-nav {
  display: none;
  flex-direction: column;
  background-color: var(--bg);
  border-top: 1px solid var(--hover);
  border: 4px dashed var(--bottle-green);
  padding: 1rem;
  position: absolute; /* ensure it's positioned below the nav bar */
  top: 100%;
  left: 0;
  width: 125px;
  z-index: 9999; /* keeps it above other elements */
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/* Mobile nav visible when show class is toggled */
.mobile-nav.show {
  display: flex; /* shows as flex column when active */
  gap: 0.5rem; /* spacing between links */
}


/* Show hamburger and hide tab bar on mobile */
@media (max-width: 768px) {
  .tab-group {
    display: none;
  }

  .hamburger {
    display: block;
  }
}
@media (max-width: 768px) {
  .zoom-container {
    height: auto; /* let container adjust to image height */
  }

  .zoom-img {
    width: 100%;
    height: auto; /* ensure image scales proportionally */
    object-fit: contain;
  }
}
@media (max-width: 768px) {
  .zoom-img {
    object-fit: contain;
  }
}
@media (max-width: 768px) {
  .zoom-container {
    background-color: var(--white); /* or another neutral bg */
  }
}


@media (max-width: 768px) {
   .product-grid {
    grid-template-columns: 1fr !important; /* Force one card per row */
    padding: .75rem;
    gap: 1.5rem;
  }
  .product-card h3 {
    font-size: 0.95rem;
  }

  .product-card p {
    font-size: 0.8rem;
  }
}
  .filter-group {
    justify-content: center;
  }

  .search-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
  }

  .hero {
    font-size: 1.05rem;
    padding: .5rem;
    margin: .5rem auto;
  }

  /* === MOBILE NAV FIXES === */
  .wishlist-icon-nav,
  .cart-icon-nav {
    width: 28px;
  }

  .tab {
    font-size: 0.85rem;
    padding: 0.2rem 0.4rem;
  }

  /*shifts product cards on desktop layout up*/
.product-page {
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -2rem;
}

.product-media {
  flex: 1 1 50%;
  max-width: 600px;
}

.product-details {
  flex: 1 1 40%;
  min-width: 320px;
  text-align: left;
}

.product-details h1 {
  font-size: 1.6rem;
  color: var(--bottle-green);
  margin-bottom: 0.5rem;
}
.product-description {
  font-size: 1.2rem;
  color: var(--text);
  margin: 0.5rem 0 1rem;
  line-height: 1.6;
  opacity: 0.95;
}
.price {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: .5rem;
}

.thumbnail-row {
  justify-content: flex-start; /* Change from center to left-align thumbnails */
}
.zoom-container {
  border: 2px solid var(--accent-pop-tan);
  border-radius: 12px;
  padding: 0rem;
  background-color: var(--white);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.button-primary:hover {
  background-color: var(--accent-light);
  color: var(--bottle-green);
}

.alt-button {
  background-color: var(--white);
  color: var(--hover);
  border: 2px solid var(--hover);
  font-weight: 500;
}

.alt-button:hover {
  background-color: var(--accent-light);
  color: var(--bottle-green);
}
.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem .5rem;
  font-size: 1rem;
  font-family: 'Ubuntu', sans-serif;
  border-radius: 6px;
  cursor: pointer;
  background-color: var(--white);
  color: var(--hover);
  border: 2px solid var(--hover);
  font-weight: 500;
  transition: all 0.2s ease;
  max-width: 175px;
  width: 100%;
  text-align: center;
}

.button-primary:hover {
  background-color: var(--accent-light);
  color: var(--bottle-green);
}

.button-icon {
  width: 20px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.1));
}
.button-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* ✅ aligns buttons to the left */
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.vibe-line {
  font-style: italic;
  font-size: 0.95rem;
  color: var(--accent-pop-alt);
  margin: -0.5rem 0 1rem;
  padding-top: 0.25rem;
}
.color-selector {
  margin-bottom: 1rem;
}

.color-label {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--bottle-green);
  display: block;
  margin-bottom: 0.5rem;
}

.color-options {
  display: flex;
  gap: 0.5rem;
}
.color-pill {
  min-width: 40px;
  padding: 0.85rem 1.25rem;
  height: auto;
  border: 2px solid transparent;
  border-radius: 9999px; /* pill shape */
  cursor: pointer;
  transition: border 0.2s ease, transform 0.2s ease;
  display: inline-block;
  margin-bottom: 0rem;
}

.color-pill:hover,
.color-pill.selected {
  border-color: var(--bottle-green); /* or #4c6c4c */
}

.subsection-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--bottle-green);
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.care-notes {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text);
  opacity: 0.95;
}
.frosted-panel {
  background-color: rgba(200, 220, 210, 0.7); /* semi-transparent */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px); /* Safari support */
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.panel-inner {
  transform: translateY(-2.75rem);
}

.size-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.size-selector button {
  padding: 0.4rem 1rem;
  border-radius: 999px;
  background-color: var(--white);
  color: var(--bottle-green);
  border: 2px solid var(--bottle-green);
  font-size: 0.9rem;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.size-button {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 2px solid transparent;
  padding: 0.4rem 1rem;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem;
  cursor: pointer;
  margin: 0.25rem;
  border-radius: 9999px;
  transition: border 0.2s ease, background 0.3s ease, color 0.2s ease;
  color: var(--hover); /* update if needed */
  margin-bottom: 1rem;
}

.size-button:hover,
.size-button.selected {
  border-color: var(--bottle-green); /* or #4c6c4c */
  color: var(--bottle-green);
}
.color-pill[data-color="Black"]:hover,
.color-pill[data-color="Black"].selected {
  border-color: #4c6c4c !important;
  border:3px solid transparent;
}

.wishlist-layout {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  justify-content: center;
  padding: 2rem 1rem;
}

.wishlist-card {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  background-color: transparent;
  border: none;
  padding: 0rem;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: none;
  text-align: left;
}

.wishlist-title {
  font-size: 1rem;
  color: var(--bottle-green);
  font-weight: 400;
  margin: 0 0 0.25rem;
}

.remove-wishlist {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background-color: var(--white);
  border: 1px solid var(--hover);
  color: var(--hover);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-size: 14px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.wishlist-title a {
  color: var(--bottle-green);
  text-decoration: none;
  font-weight: 400;
}

.wishlist-title a:hover {
  text-decoration: underline;
  color: var(--hover); /* optional: adds a nice muted green on hover */
}

.wishlist-left {
  flex: 0 0 auto;
}

.wishlist-left:hover .remove-wishlist {
  display: flex;
}

.remove-wishlist:hover {
  color: var(--accent-pop-tan);
}
.wishlist-price {
  font-size: 1rem;
  font-weight: 600;
  color: var(--bottle-green);
  margin: 0.25rem 0 0.75rem;
}

.wishlist-meta {
  font-size: 0.9rem;
  color: var(--hover);
  margin-bottom: 0.75rem;
}

.wishlist-button-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.bagit-button {
  background-color: var(--white);
  color: var(--hover);
  border: 2px solid var(--hover);
  font-size: 0.95rem;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.bagit-button:hover {
  background-color: var(--accent-light);
  color: var(--bottle-green);
}

.remove-wishlist:hover {
  background-color: var(--accent-light);
  color: var(--bottle-green);
}

.wishlist-card-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
  padding: 0; /* ✅ remove inner padding */
  background: transparent; /* ✅ just in case */
}

.wishlist-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 0.75rem;
  width: 100%;
}
.wishlist-price,
.wishlist-color,
.wishlist-size {
  font-size: 0.9rem;
  color: var(--text);
  margin: 0;
  line-height: 0.85;
}

.wishlist-buy {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  font-family: 'Ubuntu', sans-serif;
  border-radius: 999px;
  padding: 0.5rem 1rem;
  border: 2px solid var(--hover);
  background-color: var(--white);
  color: var(--hover);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s ease;
  cursor: pointer;
}
.wishlist-buy:hover {
  background-color: var(--accent-light);
  color: var(--bottle-green);
}
.remove-wishlist:hover {
  color: var(--accent-pop-blue);
}

.wishlist-image-box {
  border: 2px solid var(--accent-pop-tan);
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--white);
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.wishlist-right-box {
  flex: 1;
  background-color: rgba(200, 220, 210, 0.35); /* ✅ soft sage frost */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: center;
  box-shadow: none;
}

.wishlist-image-box:hover .remove-wishlist {
  display: flex;
}
.wishlist-image {
  width: 100%;
  max-width: 220px;
  height: auto;
  border-radius: 0;
  display: block;
}

.wishlist-color-pill {
  width: 40px;
  height: 20px;
  border-radius: 999px;
  border: 2px solid var(--hover);
  margin-top: -0.25rem;
  margin-bottom: 0.25rem;
}

body.theme-repeat .filter-bar {
  background-color: rgba(254, 254, 254, 0.6); /* soft translucent white */
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px); /* Safari support */
}

.notify-me-container {
  background-color: var(--accent-light); /* your light sage or neutral background */
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
  margin-top: 1rem;
  font-family: 'Ubuntu', sans-serif;
}

.notify-label {
  font-weight: bold;
  color: var(--bottle-green);
  margin-bottom: 0.5rem;
}

.notify-text {
  margin-bottom: 0.5rem;
  color: var(--text);
}

.notify-me-container input[type="email"] {
  padding: 0.5rem;
  border: 1px solid var(--accent-pop-alt);
  border-radius: 4px;
  width: 60%;
  max-width: 250px;
  margin-bottom: 0.5rem;
}

.notify-me-container button {
  background-color: var(--bottle-green);
  color: var(--white);
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
}

.notify-me-container button:hover {
  background-color: var(--hover);
}

.responsive-iframe-container {
  width: 100%;
  max-width: 400px; /* your desired max width */
  margin: 0 auto; /* center align */
}
.responsive-iframe-container iframe {
  width: 100%;
}

.notify-me-button {
  background-color: var(--bottle-green);
  color: var(--white);
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: 'Ubuntu', sans-serif;
}

.notify-popup-overlay {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.notify-popup-content {
  background-color: var(--white);
  margin: 5% auto;
  padding: 1rem;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  position: relative;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
}

/* ========================================================= CUTE THEME ============================================================= */
body.theme-cute {
  background-color: #fdebed;
  color: #c5b7cc;
}

body.theme-cute .tab {
  color: #c5b7cc;
  border-bottom: 2px solid transparent; /* stop inherited border from global .tab.active */
}

body.theme-cute .tab:hover,
body.theme-cute .tab.active {
  border-bottom: none; /* stop bottle green line */
  color: #8f97b4;
  font-weight: 600;
  position: relative;
}
body.theme-cute .tab.active::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #b3394a; /* or use #fce98e if you prefer */
  bottom: -4px;
  left: 0;
}

.theme-cute .banner-section {
  background-color: transparent;
}

.theme-cute .breadcrumb a {
  color: #8f97b4;
}

.theme-cute .price,
.theme-cute .product-details h1,
.theme-cute .subsection-title,
.theme-cute .freshly-doodled-title,
.theme-cute .filter-label,
.theme-cute .sort-label,
.theme-cute .vibe-line {
  color: #8f97b4;
}

body.theme-cute .button-primary {
  border: 2px solid #c5b7cc;  /* lavender-grey */
  color: #c5b7cc;
  background-color: transparent;
}

body.theme-cute .button-primary:hover {
  background-color: #c5b7cc;
  color: #8f97b4;  /* slate purple */
}

.theme-cute .hero {
  background: linear-gradient(to right,#fff3b1,#e6dee6, #b8d3e0);
  color: #d9a5b3;
  padding: 1rem 2rem;
  border-radius: 12px;
  margin: 1rem auto;
  text-align: center;
  max-width: 80%;
  backdrop-filter: blur(8px);
  background-blend-mode: overlay;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
/* Only for the Cute Stuff page */
body.theme-cute .cart-icon-nav {
  content: url("siteassets/shoppingbasket-woven-cute.png");
  width: 32px;
  height: auto;
  margin-top: 0px;
  margin-right:0.4rem;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.2s ease, filter 0.2s ease;
}
body.theme-cute .care-list li {
  color: #c5b7cc;  /* Lavender Grey */
}

/* Match the hover effect */
/* Override nav bar border for Cute Stuff page */
body.theme-cute .tab-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--white);         /* match home page */
  padding: 0.4rem 1rem;
  border: 2px solid #b3394a;              /* berry pink override */
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  z-index: 10;
  position: sticky;
  height: 48px;
  flex-wrap: nowrap;
  top: 0;
  z-index: 1000;
}
/* Cute Stuff filter label styles */
body.theme-cute .filter-label,
body.theme-cute .sort-label {
  color: #c5b7cc;
  font-weight: 400;
}

/* When selected (e.g. via .selected or :focus or :checked depending on your HTML) */
body.theme-cute .filter-label.selected,
body.theme-cute .sort-label.selected,
body.theme-cute .filter-label:focus,
body.theme-cute .sort-label:focus {
  color: #8f97b4;
  font-weight: bold;
  border-bottom: 2.5px solid #8f97b4
}
body.theme-cute select:focus {
  border-bottom: 2px solid #8f97b4;
  color: #8f97b4;
  font-weight: bold;
}
/* Cute Stuff - Filter dropdowns */
body.theme-cute .filter-group select {
  color: #c5b7cc;
  font-weight: 400;
}

/* Cute Stuff - Selected/hovered filter dropdowns */
body.theme-cute .filter-group select:hover,
body.theme-cute .filter-group select:focus {
  color: #8f97b4;
  font-weight: bold;
  border-bottom: 2px solid #8f97b4
}
/* Cute Stuff – Clear All button */
body.theme-cute .clear-filters {
  color: #c5b7cc;
  border: none;
  font-weight: 400;
}

/* On hover/focus, make it bold and slate-purple */
body.theme-cute .clear-filters:hover,
body.theme-cute .clear-filters:focus {
  color: #8f97b4;
  border-bottom: 2px solid #8f97b4;
  font-weight: bold;
}
/* Remove inherited bottle green border */
body.theme-cute .clear-filters,
body.theme-cute .tab,
body.theme-cute select,
body.theme-cute .cart-tab,
body.theme-cute .wishlist-tab {
  border-bottom: none;
}

/* Let only Cute theme add underlines deliberately */
body.theme-cute .tab.active::after {
  border-bottom: 2px solid #b3394a; /* <-- berry pink for tab only */
}
/* Cute Stuff – Search box underline */
body.theme-cute .search {
  color: #c5b7cc;
  border-bottom: 2px solid transparent;
}

body.theme-cute .search:focus {
  color: #8f97b4;
  border-bottom: 2px solid #8f97b4;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(28, 58, 45, 0.15), 0 0 6px #8f97b4;
}
/* Cute Theme – Filter dropdowns underline on hover/focus */
body.theme-cute .filter-group select {
  color: #c5b7cc;
  font-weight: 400;
  border: none;
  border-bottom: 2px solid transparent;
  background: none;
  outline: none;
}

body.theme-cute .filter-group select:hover,
body.theme-cute .filter-group select:focus {
  color: #8f97b4;
  font-weight: bold;
  border-bottom: 2px solid #8f97b4;
}

/* 🌸 Cute Theme – Size + Color Button Styles */

body.theme-cute .size-button:hover,
body.theme-cute .size-button.selected,
body.theme-cute .color-pill:hover,
body.theme-cute .color-pill.selected {
  border-color: #b3394a; /* Berry Pink */
  color: #b3394a;         /* Change text color inside pill too */
}

/* If your color names are shown as text (like 'Color: Soft Sage') */
body.theme-cute .color-label {
  color: #b3394a;
}
/* 💜 Cute Theme – Resting Size Button Text */

body.theme-cute .size-button {
  color: #c5b7cc;  /* lavender-grey text */
  border-color: transparent; /* or keep if you have a default border */
}

/* 🫐 Already handled hover/selected state earlier */
body.theme-cute .size-button:hover,
body.theme-cute .size-button.selected {
  border-color: #b3394a; /* berry pink */
  color: #b3394a;
}

/* Cute Theme – Search field underline fix */
body.theme-cute .search {
  color: #c5b7cc;
  border: none;
  border-bottom: 2.5px solid transparent;
  background: none;
  outline: none;
  padding: 0.2rem 0;
  transition: border-color 0.2s ease;
}

body.theme-cute .search:hover,
body.theme-cute .search:focus {
  color: #8f97b4;
  font-weight: bold;
  border-bottom: 2.5px solid #8f97b4;
}
body.theme-cute .section-title {
  color: #b3394a; /* berry pink */
  text-shadow:   
    -2px -2px 0 #fff,
     2px -2px 0 #fff,
    -2px  2px 0 #fff,
     2px  2px 0 #fff;
}
body.theme-cute select:hover,
body.theme-cute select:focus,
body.theme-cute .search:hover,
body.theme-cute .search:focus {
  border-bottom: 2px solid #8f97b4;
  font-weight: bold;
  color: #8f97b4;
}
body.theme-cute .product-card {
  border: 2px solid #b8d3e0;
}
body.theme-cute .product-image {
  border: 2px solid #b8d3e0 !important;
  border-radius: 12px; /* keep existing curve */
}
body.theme-cute .zoom-container {
  border: 2px solid #b8d3e0 !important;
  border-radius: 12px;
  background-color: var(--white); /* optional, if you want the bg clean */
}
body.theme-cute footer {
  background-color: #b8d3e0; /* pastel blue */
  border-top: 5px solid #fff7eb; /* cream */
}
body.theme-cute footer {
  background-color: #b8d3e0;
  border-top: 5px solid #c5b7cc;
  color: #fff7eb;
}

body.theme-cute .footer-link,
body.theme-cute .footer-icon {
  color: #fff7eb;
}

body.theme-cute .footer-link:hover,
body.theme-cute .footer-icon:hover {
  color: #8f97b4;
}

body.theme-cute .footer-icon svg {
  fill: #fff7eb;
}

body.theme-cute .footer-icon:hover svg {
  fill: #8f97b4;
}
body.theme-cute .product-card,
body.theme-cute .product-card h3,
body.theme-cute .product-card h3 a,
body.theme-cute .product-card p {
  color: #8f97b4;
}
/* 🌸 Cute Theme - Size + Color Button Hover/Selected Outlines */
body.theme-cute .size-button:hover,
body.theme-cute .size-button.selected,
body.theme-cute .color-pill:hover,
body.theme-cute .color-pill.selected {
  border-color: #b3394a; /* berry pink */
  border-width: 2.5px;
}
body.theme-cute .thumbnail {
  border: 2px solid #b8d3e0; /* pastel blue to match product cards */
  border-radius: 6px;
  padding: 2px;
  background-color: #FFFDF8; /* soft cream background for contrast */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
body.theme-cute .frosted-panel {
  background-color: rgba(252, 233, 142, 0.3); /* soft yellow with light frost */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
body.theme-cute .wishlist-tab:hover,
body.theme-cute .cart-tab:hover,
body.theme-cute .wishlist-tab.active,
body.theme-cute .cart-tab.active {
  border-bottom: 2px solid #b3394a; /* berry pink */
}
body.theme-cute .pill-nav {
  background-color: #fff9d9; /* soft yellow */
  color: #c5b7cc; /* lavender-grey */
  border: 2px solid #c5b7cc; /* lavender-grey border */
}

body.theme-cute .pill-nav:hover {
  background-color: #b8d3e0; /* soft blue on hover */
  color: #8f97b4; /* slate purple text on hover */
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

body.theme-cute .filter-group select,
body.theme-cute .clear-filters {
  padding: 0.25rem 0.75rem;
  border: 1px solid #c5b7cc; /* lavender-grey */
  border-radius: 999px;
  background: none;
  color: #c5b7cc; /* lavender-grey text */
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}

body.theme-cute .filter-group select:hover,
body.theme-cute .clear-filters:hover {
  background: #fff9d9; /* soft yellow hover */
  border-color: #8f97b4; /* slate purple border on hover */
  color: #8f97b4; /* slate purple text on hover */
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

body.theme-cute .filter-bar {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(3px);
}


/* =======================================================DARK THEME====================================================*/

body.theme-dark {
  background-color: #3a3333; /* Soft Charcoal */
  color: #f1eee8; /* Ghested Bone */
  font-family: 'Ubuntu', sans-serif;
}

body.theme-dark .tab {
  color: #f1eee8;
  padding-bottom:0rem;
  position: relative;
  border-bottom: none;
}

body.theme-dark .tab:hover,
body.theme-dark .tab.active {
  color: #b6a362; /* Gilded Rot hover magic */
  font-weight: 600;
  position: relative;
}
body.theme-dark .tab.active::after {
  content: '';
  position: absolute;
  bottom: 0; /* align directly under text */
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b6a362; /* Gilded Rot */
}

body.theme-dark .tab-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #4b4e44; /* Ash Moss */
  padding: 0.4rem 1rem;
  border: 2px solid #b6a362; /* Gilded Rot */
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  margin-top: 0.25rem;
  position: sticky;
  top: 0;
  height: 48px;
  z-index: 1000;
  flex-wrap: nowrap;
}
.theme-dark .hero {
  background: linear-gradient(to right,#4b4e44,#3a3333,#3a3333,#722232, #3a3333); /* Soft Charcoal to Ash Moss */
  color: #f1eee8; /* Ghested Bone */
  padding: 1rem 2rem;
  border-radius: 12px;
  margin: 1rem auto;
  text-align: center;
  max-width: 80%;
  backdrop-filter: blur(6px);
  background-blend-mode: overlay;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
/* === FILTER LABELS & SORTING === */
body.theme-dark .filter-label,
body.theme-dark .sort-label {
  color: #b6a362; /* Gilded Rot */
  font-weight: 400;
}

/* Selected or focused filter options */
body.theme-dark .filter-label.selected,
body.theme-dark .sort-label.selected,
body.theme-dark .filter-label:focus,
body.theme-dark .sort-label:focus {
  color: #f1eee8; /* Ghested Bone */
  font-weight: bold;
  border-bottom: 2px solid #f1eee8;
}

/* === FILTER DROPDOWNS === */
body.theme-dark .filter-group select {
  color: #b6a362; /* Gilded Rot */
  font-weight: 400;
  border: none;
  border-bottom: 2px solid transparent;
  background: none;
  outline: none;
}
body.theme-dark .filter-bar {
  background-color: #f1eee8;
}

body.theme-dark .filter-group select:hover,
body.theme-dark .filter-group select:focus {
  color: #722232; /* black cherry red */
  font-weight: bold;
  border-bottom: 2px solid #722232;
}
body.theme-dark .search {
  color: #b6a362; /* Gilded Rot */
  border: none;
  border-bottom: 2.5px solid transparent;
  background: none;
  outline: none;
  padding: 0.2rem 0;
  transition: border-color 0.2s ease;
}

body.theme-dark .search:hover,
body.theme-dark .search:focus {
  color: #722232; /* black cherry red */
  font-weight: bold;
  border-bottom: 2.5px solid #722232;
  box-shadow: 0 2px 4px rgba(29, 24, 24, 0.3), 0 0 6px #b6a362;
}
body.theme-dark .clear-filters {
  color: #b6a362;
  font-weight: 400;
  background: none;
}

/* On hover/focus, make it hauntingly clear */
body.theme-dark .clear-filters:hover,
body.theme-dark .clear-filters:focus {
  color: #722232;
  border-bottom: 2px solid #722232;
  font-weight: bold;
}
body.theme-dark .product-card {
  background-color: #f1eee8; /* ghested bone */
  border: 2px solid #b6a362; /* Ash Moss */
  border-radius: 12px;
  color: #f1eee8; /* Ghested Bone */
  padding: 0;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

body.theme-dark .product-card:hover {
  box-shadow: 0 0 12px rgba(182, 163, 98, 0.3); /* glow of Gilded Rot */
}

body.theme-dark .product-card h3,
body.theme-dark .product-card h3 a,
body.theme-dark .product-card p {
  color: #722232;
}

body.theme-dark .product-image {
  border: none !important;         /* removes the visible blue/gold border */
  border-radius: 0;                /* removes any rounding if not needed */
  padding: 0;
  margin: 0;
  background-color: transparent;   /* fallback if needed */
  display: block;
}

body.theme-dark .product-image {
  border: 2px solid var(--ash-moss); /* or remove border completely */
  outline: none;
  border-radius: 12px; /* keep the rounded look */
}
body.theme-dark .product-image,
body.theme-dark .zoom-container {
  border: 2px solid #b6a362; /* gilded rot */
  border-radius: 12px;
  background-color: #f1eee8; /* Optional: use Ghested Bone if it's in your :root */
}
body.theme-dark .product-info {
  background-color: #f1eee8;  /* Ghested Bone */
  padding: 1rem;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

body.theme-dark .product-card h3,
body.theme-dark .product-card p {
  color: #722232;  /* black cherry red */
}
body.theme-dark footer {
  background-color: #4b4e44;  /* Ash Moss */
  color: #f1eee8;             /* Ghested Bone */
  border-top: 5px solid #b6a362; /* Ghilded Rot */
  text-align: center;
  padding: 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: 3rem;
}
body.theme-dark .image-wrapper {
  padding: 0;
  margin: 0;
}

body.theme-dark .footer-link,
body.theme-dark .footer-icon {
  color: #f1eee8; /* Ghested Bone */
}

body.theme-dark .footer-link:hover,
body.theme-dark .footer-icon:hover {
  color: #b6a362; /* Gilded Rot */
}

body.theme-dark .footer-icon svg {
  fill: #f1eee8;
  transition: fill 0.2s ease;
}

body.theme-dark .footer-icon:hover svg {
  fill: #b6a362;
}

body.theme-dark .image-wrapper {
  padding: 0;
  margin: 0;
  border: none;
  line-height: 0;              /* 🔥 removes inline gap */
}

body.theme-dark .product-image {
  display: block;              /* 🔥 kills inline spacing */
  margin: 0;
  padding: 0;
  border: none !important;     /* removes any image border */
  border-radius: 0;
  background-color: transparent;
  width: 100%;
  height: auto;
  box-sizing: border-box;      /* ensures sizing doesn't overflow */
}
body.theme-dark .freshly-doodled-title {
  color: #722232 !important; /* black cherry blood*/
  font-weight: 600;
}
body.theme-dark .cart-icon-nav {
  content: url("siteassets/doctorbag-dark.png");
  width: 30px;
  height: 30px;
  margin-top: 4px;
  margin-right: 0.4rem;
  display: block;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.4));
  transition: transform 0.2s ease;
  transform: translateY(2px)
}

body.theme-dark .cart-tab:hover .cart-icon-nav {
  transform: scale(1.1);
}
body.theme-dark .cart-tab.active {
  padding-bottom: 0;             /* remove any extra spacing */
  line-height: 1;                /* tighten vertical alignment */
  display: flex;
  align-items: flex-end;         /* aligns icon to the bottom */
  position: relative;
  color: #b6a362;
  font-weight: 600;
}
body.theme-dark::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(
    circle at center,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.6) 85%,
    rgba(0, 0, 0, 0.85) 100%
  );
}
body.theme-dark {
  position: relative;
  z-index: 1;
}
body.theme-dark::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(
    circle at center,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.6) 85%,
    rgba(0, 0, 0, 0.85) 100%
  );
}
body.theme-dark .main-image-area,
body.theme-dark .zoom-container {
  border: 2px solid #b6a362; /* Gilded Rot */
  border-radius: 12px;
  background-color: #f1eee8; /* Ghested Bone */
  padding: 0.25rem;
}
body.theme-dark .thumbnail {
  border: 2px solid #b6a362; /* Gilded Rot */
  border-radius: 6px;
  padding: 2px;
  background-color: #3a3333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.theme-dark .price,
.theme-dark .product-details h1,
.theme-dark .vibe-line,
.theme-dark .color-label,
.theme-dark .subsection-title,
.theme-dark .care-list li {
  color: #722232; /* black cherry red */
}
body.theme-dark .button-primary,
body.theme-dark .alt-button {
  color: #b6a362; /* Gilded Rot */
}
body.theme-dark .size-button {
  color: #b6a362; /* Gilded Rot */
}
body.theme-dark .color-pill {
  border: 2px solid transparent;
}

body.theme-dark .color-pill.selected {
  border-color: #722232; /* Black Cherry Red */
  border-width: 2.5px;
}
body.theme-dark .size-button {
  border: 2px solid transparent;
}

body.theme-dark .size-button:hover,
body.theme-dark .size-button.selected {
  border-color: #722232; /* Black Cherry Red */
  border-width: 2.5px;
}
body.theme-dark .button-icon {
  width: 26px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.4));
  transition: transform 0.2s ease, filter 0.2s ease;
}
body.theme-dark .button-primary:hover,
body.theme-dark .alt-button:hover {
  background-color: rgba(75, 78, 68, 0.3) /* Ash Moss with 75% opacity */
}
body.theme-dark .button-primary,
body.theme-dark .button-primary.alt-button {
  border: 2px solid #b6a362; /* Gilded Rot */
}
body.theme-dark .wishlist-tab:hover,
body.theme-dark .cart-tab:hover,
body.theme-dark .wishlist-tab.active,
body.theme-dark .cart-tab.active {
  border-bottom: 3px solid #b6a362; /* Gilded Rot */
}
body.theme-dark .pill-nav {
  background-color: #4b4e44; /* Ash Moss */
  color: #f1eee8; /* Ghested Bone */
  border: 2px solid #b6a362; /* Gilded Rot */
}

body.theme-dark .pill-nav:hover {
  background-color: #722232; /* Black Cherry Blood */
  color: #f1eee8; /* Ghested Bone */
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.filter-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem; /* remove gap completely for tightest spacing */
}

.filter-group select {
  width: 100px; /* smaller consistent width for all filters */
  flex: 0 0 auto;
  margin-right: 0rem; /* slight manual spacing between each */
  text-align: center;
  text-align-last: center;
}
body.theme-dark .filter-group select,
body.theme-dark .clear-filters {
  padding: 0.25rem 0.75rem;
  border: 1px solid #b6a362; /* Gilded Rot */
  border-radius: 999px;
  background: none;
  color: #b6a362; /* Gilded Rot text */
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}

body.theme-dark .filter-group select:hover,
body.theme-dark .clear-filters:hover {
  background: #722232; /* Black Cherry Blood hover */
  border-color: #722232; /* same as background on hover for boldness */
  color: #f1eee8; /* Ghested Bone text on hover */
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 4px 8px rgba(241, 238, 232, 0.3);
}
body.theme-dark .filter-bar {
  background-color: rgba(241, 238, 232, 0.3); /* translucent Ghested Bone */
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px); /* Safari support */
}



/* === *************************************************GLOBAL PRODUCT PAGE MOBILE STYLES **************=== */
@media (max-width: 768px) {
  .product-page {
    flex-direction: column;
    align-items: center;
  }

  .carousel-container {
    width: 100%;
    margin-bottom: 1rem;
  }

  .product-details {
    max-width: 100%;
    transform: none;
    padding: 0 1rem;
  }

  .thumbnail-row {
    justify-content: center;
    flex-wrap: wrap;
  }

  .zoom-container {
    max-width: 100%;
  }

  .carousel-arrow {
    top: 45%;
    transform: translateY(-50%);
  }

  .arrow-outline,
  .arrow-base {
    width: 36px;
    height: auto;
  }
}
/* ============================= COMING SOON OVERLAY ============================= */
.coming-soon-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  text-align: center;
  padding: 2rem;
}

.coming-soon-box {
  max-width: 600px;
  background: var(--white);
  border: 3px solid var(--hover);
  padding: 3rem 2rem;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  font-family: 'Ubuntu', sans-serif;
}

.coming-soon-box h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.coming-soon-box p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.theme-cute .coming-soon-box {
  color: #e26e87; /* berry pink */
}

.theme-cute .coming-soon-box h2 {
  color: #b8d3e0; /* pastel blue */
}
.theme-dark .coming-soon-box {
  color: #a03a48; /*  */
}

.theme-dark .coming-soon-box h2 {
  color: #4b4e44; /*  */
}



/* for mobile overflow*/
@media (max-width: 768px) {
  .layout-split {
    flex-direction: column;
    align-items: center;
  }

  .layout-split .image-wrapper,
  .layout-split .product-info {
    max-width: 100%;
    flex: 1 1 100%;
  }
}
@media (max-width: 768px) {
  .carousel-arrow.left.stacked-arrows {
    left: 0;
  }
  .carousel-arrow.right.stacked-arrows {
    right: 0;
  }
}
.notify-popup-content iframe {
  width: 100% !important;
  max-width: 100% !important;
}
body {
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .product-page {
    flex-direction: column;
    align-items: center;
    gap: 0; /* remove horizontal spacing on mobile */
  }

  .product-details {
    max-width: 100%;
    min-width: auto;
    padding: 0 1rem;
  }

  .product-media {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .color-options {
    flex-wrap: wrap;
    justify-content: center; /* optional: centers the wrapped rows */
  }

  .color-pill {
    padding: 0.5rem 0.75rem; /* reduce pill padding on mobile to fit better */
  }
}
@media (max-width: 768px) {
  .section-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem; /* spacing between title and button */
    padding: 0 1rem; /* optional: reduce side padding */
  }

@media (max-width: 768px) {
  .section-header .section-title {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center;
    display: block;
  }
}

  .view-more-container {
    justify-content: center; /* center the button container */
    width: 100%;
    margin: 0; /* reset any right float margin */
  }

  .view-more-button {
    margin-right: 0; /* remove any residual right margin */
    transition: transform 0.1s ease; /* smooth press effect */
  }

  .view-more-button:active {
    transform: scale(0.95); /* micro press down interaction */
  }
}
@media (max-width: 768px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }

  .section-header,
  .view-more-container,
  .product-card, /* adjust class if your product cards use a different wrapper */
  .product-grid { /* adjust to your actual grid/container class */
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box; /* ensures padding stays within viewport width */
  }
}
  /* ✨ New product card styling block below */
  body .product-card {
    width: 100%;
    max-width: 400px; /* adjust as desired */
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    background-color: var(--white);
    padding-left: 0; /* remove left padding */
    padding-right: 0; /* remove right padding */
  }

  body .product-card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  body .product-card h3 {
    font-size: 1rem;
    font-weight: bold;
    margin: 0.5rem 0 0.25rem;
    padding: 0 0.75rem;
  }

  body .product-card p {
    font-size: 0.9rem;
    margin: 0 0 0.75rem;
    padding: 0 0.75rem;
  }


@media (max-width: 768px) {
  .frosted-panel h1 {
    display: block;
    padding-top: 1rem; /* add space above title within panel */
    padding-left: 0.5rem; /* optional: horizontal padding if text touches sides */
    padding-right: 0.5rem;
    margin: 0; /* reset any top negative margins */
    font-size: 1.3rem;
    text-align: center;
    word-wrap: break-word;
  }
}
@media (max-width: 768px) {
  .panel-inner {
    transform: translateY(0); /* reset desktop upward shift */
    padding-top: 1rem; /* add desired downward spacing */
  }
}
.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0rem; /* space below header row */
}

.close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 1rem;
  cursor: pointer;
  color: var(--bottle-green);
  border: 1px solid var(--bottle-green);
  border-radius: 50%; /* makes it a circle */
  transition: background-color 0.2s, color 0.2s, font-weight 0.2s;
}

.close-menu:hover,
.close-menu:focus {
  background-color: var(--bottle-green);
  color: var(--bg); /* assuming var(--bg) is your light background */
  font-weight: bold;
}
@media (max-width: 480px) {
  .coming-soon-box {
    width: 90%;
    padding: 0rem 0rem 1rem 0rem; /* top right bottom left */
    transform: translateX(-5%) translateY(-20%);
  }
}

@media (max-width: 768px) {
  .tab-bar {
    position: sticky;
    top: 0;
    z-index: 1003;
  }

  .filter-bar {
    position: sticky;
    top: 100px;
    z-index: 900;
    background-color: var(--white);
    padding: 0.5rem 1rem;
  }
}
/* Hide mobile filter buttons on desktop */
.mobile-filters {
  display: none;
}

@media (max-width: 768px) {

  .filter-button {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    border-radius: 999px;
    background-color: var(--white);
    border: 1px solid var(--hover);
    color: var(--hover);
    cursor: pointer;
  }

  .filter-button:hover {
    background-color: var(--accent-light);
    color: var(--bottle-green);
  }
  .filter-button.clear {
    display: inline-block !important;
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    border-radius: 999px;
    background-color: var(--white);
    border: 1px solid var(--hover);
    color: var(--hover);
    cursor: pointer;
  }

  .filter-button.clear:hover {
    background-color: var(--accent-light);
    color: var(--bottle-green);
  }

  .filter-options {
    display: none;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.5rem;
  }


  .filter-options button:hover {
    background-color: var(--accent-light);
    color: var(--bottle-green);
  }

}
/* Hide mobile filter options and drawer on desktop */
@media (min-width: 768px) {
  .filter-options,
  .mobile-filter-drawer,
  .mobile-filter-toggle {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .search-wrapper:not(.mobile-only) {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.5rem;
    margin: 0 auto;
    width: 90%;
    max-width: 400px;
    transform: none;
    overflow: hidden;
  }

  .search-wrapper.mobile-only {
    position: sticky;
    top: 48px;
    z-index: 1002;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }

  .search {
    flex: 1;
    border: none;
    outline: none;
    background: none;
    padding-right: 2rem;
    font-size: 0.95rem;
    color: var(--hover);
    border-bottom: none;
  }

  .search-wrapper input.search {
    padding: 0.25rem 0.5rem;
    font-size: 0.9rem;
    border-radius: 999px;
    border: 1px solid var(--hover);
    width: 100%;
  }

  .search-button {
    position: absolute;
    right: 0.75rem;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    z-index: 10;
  }

  .search-button img {
    height: 24px;
    width: auto;
    transform: rotate(-40deg);
    padding: 0;
    transition: transform 0.2s ease, filter 0.2s ease;
  }

  .search-button img:hover {
    transform: rotate(-40deg) scale(1.2);
    filter: brightness(1.2);
  }

  .mobile-filter-content {
    margin-bottom: 0;
  }

  .search-wrapper {
    margin-top: 0;
  }

  .mobile-filters {
    gap: 0;
  }
}

@media (max-width: 768px) {
  .filter-group select {
    appearance: none;
    background-color: var(--white);
    color: var(--hover);
    border: 1px solid var(--hover);
    border-radius: 999px;
    padding: 0.25rem 0.75rem;
    font-size: 0.8rem;
    text-align: center;
    width: auto;
  }

  .filter-group select:hover {
    background-color: var(--accent-light);
    color: var(--bottle-green);
  }
    .filter-toggle {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    border-radius: 999px;
    background-color: var(--white);
    border: 1px solid var(--hover);
    color: var(--hover);
    cursor: pointer;
  }

  .filter-toggle:hover {
    background-color: var(--accent-light);
    color: var(--bottle-green);
  }
}
@media (max-width: 768px) {
  .filter-group .clear-filters {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .filter-bar {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .mobile-filters {
    display: block;
  }
  .mobile-filter-content {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 0;
  }
  .mobile-filter-content {
  margin-top: 0.5rem; /* adjust value as needed, e.g. 0.75rem or 1rem */
}
  .filter-section {
    flex: 0 0 auto;
  }
.mobile-filters {
  overflow-x: hidden;
  overflow-y: visible; /* ensure vertical overflow does not force scroll */
  margin-bottom: 0;
  padding-bottom:0;
}
  .mobile-filters {
    overflow: hidden; /* blocks both horizontal and vertical scrollbars within container */
}
}
/* -------------------------Mobile dark theme ------------------*/
@media (max-width: 768px) {
  body.theme-dark .search-wrapper input.search {
    background-color: #4b4e44;
    color: #f1eee8;
    border: 1px solid #b6a362; /* Gilded Rot */
  }

  body.theme-dark .search-wrapper input.search::placeholder {
    color: #f1eee8;
    opacity: 0.6;
  }

  body.theme-dark .search-button img {
    filter: invert(90%); /* lightens the magnifying glass icon for dark theme */
  }

  body.theme-dark .filter-toggle {
    background-color: #4b4e44;
    color: #f1eee8;
    border: 1px solid #b6a362;
  }

  body.theme-dark .filter-toggle:hover {
    background-color: #722232; /* Black Cherry Blood accent on hover */
    color: #f1eee8;
  }

  body.theme-dark .filter-button.clear {
    background-color: #4b4e44;
    color: #f1eee8;
    border: 1px solid #b6a362;
  }
  body.theme-dark .filter-button.clear:hover {
    background-color: #722232; /* Black Cherry Blood, matching other hover buttons */
    color: #f1eee8; /* Ghested Bone text */
}
}
/*---------------------------------Mobile Theme Cute-------------------------*/
@media (max-width: 768px) {
  body.theme-cute .search-wrapper input.search {
    background-color: #fdebed; /* pastel pink background */
    color: #c5b7cc; /* lavender-grey text */
    border: 1px solid #c5b7cc; /* lavender-grey border */
    border-radius: 999px;
  }

  body.theme-cute .search-wrapper input.search::placeholder {
    color: #c5b7cc;
    opacity: 0.7;
  }

  body.theme-cute .search-button img {
    filter: none; /* keep original colors or adjust for contrast if needed */
  }

  body.theme-cute .filter-toggle {
    background-color: #fdebed; /* pastel pink */
    color: #c5b7cc; /* lavender-grey */
    border: 1px solid #c5b7cc;
    border-radius: 999px;
  }

  body.theme-cute .filter-toggle:hover {
    background-color: #fce98e; /* soft yellow accent on hover */
    color: #8f97b4; /* slate purple */
  }

  body.theme-cute .filter-button.clear {
    background-color: #fdebed; /* pastel pink */
    color: #c5b7cc;
    border: 1px solid #c5b7cc;
    border-radius: 999px;
  }

  body.theme-cute .filter-button.clear:hover {
    background-color: #fce98e; /* soft yellow on hover */
    color: #8f97b4; /* slate purple */
  }

  body.theme-cute .filter-options button {
    background-color: #fdebed;
    color: #c5b7cc;
    border: 1px solid #c5b7cc;
    border-radius: 999px;
    font-size: 0.8rem;
  }

  body.theme-cute .filter-options button:hover {
    background-color: #fce98e;
    color: #8f97b4;
  }
}
@media (max-width: 768px) {
  body:not(.theme-repeat):not(.theme-cute):not(.theme-dark) .mobile-filters {
    display: none;
  }
}
@media (max-width: 768px) {
  body {
    position: relative;
    overflow-x: hidden; /* just to double-confirm */
  }
}
@media (max-width: 768px) {
  .banner-section.behind-tabs {
    position: relative;
    z-index: 0;
  }
  html, body {
    height: 100%;
    overflow-x: hidden;
  }

  body {
    display: flex;
    flex-direction: column;
  }

  .banner-section {
    flex-shrink: 0;
  }

  .tab-bar {
    position: sticky;
    top: 0;
    z-index: 1003;
    background-color: var(--white);
    width: 90%;
    margin: 0; /* override desktop centering */
    left: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  .mobile-pill {
    display: block;
    width: 100%;
    max-width: 90%;
    margin: 0.5rem auto;
    padding: 0.6rem 1rem;
    background-color: var(--white);
    color: var(--bottle-green);
    border: 2px solid var(--bottle-green);
    border-radius: 999px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s ease, color 0.2s ease;
  }

  .mobile-pill:hover {
    background-color: var(--accent-light);
    color: var(--bottle-green);
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 768px) {
  .mobile-filters {
    position: relative;
    z-index: 1000;
    overflow: visible; /* ✅ allow sticky children to work */
  }
   .search-wrapper.mobile-only {
    position: sticky;
    top: 48px;
    z-index: 1002;
    padding: 0.5rem 1rem;
  }

  .mobile-filter-content {
    position: sticky;
    top: 104px;
    z-index: 1001;
    padding: 0.25rem .5rem;
  }
}


@media (max-width: 768px) {
  .search-wrapper.mobile-only {
    position: sticky;
    top: 56px;
    z-index: 1002;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0.25rem .5rem 0rem;
  }
  .search-wrapper.mobile-only .search-button {
    position: absolute;
    right: 3rem;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
  }

  .search-wrapper.mobile-only .clear-search-button {
    position: absolute;
    right: calc(5% + 3.5rem); /* slightly further left than search icon */
    background: var(--white);
    color: var(--hover);
    border: 1px solid var(--hover);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
  }

  .search-wrapper.mobile-only .clear-search-button:hover {
    background-color: var(--accent-light);
    color: var(--bottle-green);
  }
  .search-wrapper.mobile-only .search {
  margin-left: 0%;
  margin-right: 7%;
  width: 90%;
  max-width: 400px;
  padding: 0.5rem 2.75rem 0.5rem 1rem;
  border: 1px solid var(--hover);
  border-radius: 999px;
  background-color: var(--white);
  color: var(--hover);
  font-size: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  display: block;
}
.search-wrapper.mobile-only {
  justify-content: center;
  align-items: center;
  text-align: center;
}
}

.filter-options {
  display: none;
  flex-direction: column;
  align-items: stretch;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--hover);
  border-radius: 8px;
  padding: 0.5rem;
  margin-top: 0.25rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: max-height 0.3s ease;
}

.filter-options.active {
  display: flex;
}
.filter-button.clear {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  border-radius: 999px;
  background-color: var(--white);
  border: 1px solid var(--hover);
  color: var(--hover);
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  line-height: 1;
  display: inline-block;
}

.filter-button.clear:hover {
  background-color: var(--accent-light);
  color: var(--bottle-green);
}
.filter-section {
  margin-bottom: 0.5rem;
  position: relative;
}

/* Force dropdown to overlap instead of push down */
.filter-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--hover);
  border-radius: 8px;
  padding: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* Show it when toggled */
.filter-options.active {
  display: flex;
}
.filter-toggle {
  margin-bottom: 0.25rem;
}

/*--what finally worked and nudged my text to the left in the mobile layout dropdown menu */

@media (max-width: 768px) {
  .mobile-filter-content .filter-options {
    align-items: stretch;
    min-width: 4rem;
  }

  .mobile-filter-content .filter-options button {
    all: unset;
    display: block;
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
  }
}
/*--what finally worked and nudged my text to the left in the mobile layout dropdown menu */

@media (max-width: 768px) {
  .mobile-filter-content .filter-button.clear {
    all: unset;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: var(--white);
    color: var(--hover);
    font-size: 1.5rem;
    font-family: 'Ubuntu', sans-serif;
    cursor: pointer;
    border: 1px solid var(--hover);
    margin-left: 0.5rem;
    line-height: 1;
    padding-left:0.6rem;
  }

  .mobile-filter-content .filter-button.clear:hover {
    background-color: var(--accent-light);
    color: var(--bottle-green) !important;
  }
}
@media (max-width: 768px) {
  body.theme-repeat .mobile-filter-content .filter-options button {
    color:var(--hover);
  }
 body.theme-repeat .mobile-filter-content .filter-options button:hover {
    color: var(--bottle-green);
  }
}
@media (max-width: 768px) {
  .tab-bar {
    position: sticky;
    top: 0;
    z-index: 1003;
  }
}
@media (min-width: 769px) {
  body.theme-repeat .mobile-filters,
  body.theme-repeat .mobile-filter-content,
  body.theme-repeat .search-wrapper.mobile-only {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .tab-bar {
    position: sticky;
    top: 0;
    z-index: 1000;
  }
}

  /* ✅ Ensure sticky filter bar for Cute and Dark desktop themes */

@media (min-width: 769px) {
  body.theme-dark .filter-bar {
    position: sticky;
    top: 70px;
    z-index: 900;
    background-color: rgba(241, 238, 232, 0.3);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
  }
}

@media (min-width: 769px) {
  body.theme-cute .shop-intro {
    position: relative;
    z-index: 1;
  }

  body.theme-cute .filter-bar {
    position: sticky;
    top: 70px;
    z-index: 900;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    overflow: visible;
  }
}

@media (max-width: 768px) {
  body.theme-cute .search-wrapper.mobile-only,
  body.theme-dark .search-wrapper.mobile-only {
    position: sticky;
    top: 48px;
    z-index: 1002;
    width: 100%;
    margin: 0 auto;
    padding-top: 1.25rem !important;
  }

  body.theme-cute .mobile-filter-content,
  body.theme-dark .mobile-filter-content {
    position: sticky;
    top: 104px;
    z-index: 1001;
    width: 100%;
    margin: 0 auto;
    padding-top:.4rem !important;
  }
}


@media (max-width: 768px) {
  body.theme-cute .mobile-filter-content .filter-options {
    background-color: #fff4f7;
    border: 1px solid #c5b7cc;
    border-radius: 8px;
    padding: 0.5rem;
    width: 4.5rem
  }

  body.theme-cute .mobile-filter-content .filter-options button {
    all: unset;
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 0.35rem 0.5rem;
    text-align: left;
    font-size: 1rem;
    font-family: 'Ubuntu', sans-serif;
    color: #5b506c;
    border: none;
    background: none;
    margin: 0;
    transition: background-color 0.2s ease, color 0.2s ease;
  }

  body.theme-cute .mobile-filter-content .filter-options button:hover {
    color: #b3394a;
  }
}
@media (max-width: 768px) {
  body.theme-dark .mobile-filter-content .filter-options button {
    color: #4b4e44; /* Gilded Rot */
  }
}
@media (max-width: 768px) {
  body.theme-dark .mobile-filter-content .filter-options button:hover {
    color: #722232; /* cherry blood */
  }
}

@media (min-width: 769px) {
  body.theme-cute .mobile-filters,
  body.theme-cute .mobile-filter-content,
  body.theme-cute .search-wrapper.mobile-only,
  body.theme-dark .mobile-filters,
  body.theme-dark .mobile-filter-content,
  body.theme-dark .search-wrapper.mobile-only {
    display: none !important;
  }
}
body.wishlist-page .wishlist-heading {
  margin-left: 32rem !important;
  text-align: left;
}
.wishlist-layout {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  justify-content: center;
  padding: 2rem 1rem;
}
@media (max-width: 768px) {
  .wishlist-layout {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem;
    align-items: flex-start; /* ✅ SHIFT LEFT */
  }

  .wishlist-card {
    width: 100%;
    max-width: none; /* remove max-width restriction */
  }

  .wishlist-frosted-panel {
    width: 280px; /* makes the frosted background full width too */
  }

  .wishlist-card-inner {
    flex-direction: column;
    gap: 1rem;
  }

  .wishlist-left {
    align-self: flex-start;
  }

  .wishlist-right {
    align-items: flex-start;
    text-align: left;
    padding: 0;
  }

  .wishlist-image {
    max-width: 220px;
    height: auto;
    display: block;
    margin: 0 auto 0 0;
  }
}
@media (min-width: 769px) {
  body.wishlist-page .wishlist-layout {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr); /* or 4 if you're updating it */
    justify-items: center;
    padding: 2rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .wishlist-heading {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem;
    text-align: left !important;
    font-size: 1.5rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  body.wishlist-page .wishlist-heading {
    margin-left: 3.75rem !important;
    margin-right: 1.25rem !important;
    text-align: left !important;
    font-size: 1.25rem;
  }
}

.quantity-label {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--bottle-green);
  margin-bottom: 0.15rem;
  display: inline-block;
}

.quantity-input {
  width: 75px;
  padding: 0.4rem 0.75rem;
  font-size: 1rem;
  font-family: 'Ubuntu', sans-serif;
  color: var(--hover);
  background-color: var(--white);
  border: 2px solid var(--hover);
  border-radius: 6px;
  text-align: center;
  margin-bottom: 0.15rem;
  transition: all 0.2s ease;
}

.quantity-input:hover,
.quantity-input:focus {
  border-color: var(--bottle-green);
  outline: none;
}

/* Applies ONLY inside #bag-container on the bag page */
#bag-container .wishlist-img {
  width: 250px;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  margin: 0 auto 1rem;
}
#bag-container .wishlist-card-inner {
  width: fit-content;
  max-width: 100%;
}

#checkout-container {
  display: flex;
  justify-content: flex-end;
  max-width: 700px; /* ⬅ constrain width */
  margin: 2rem auto 4rem; /* ⬅ center the block */
  padding-right: 1rem; /* ⬅ light nudge to the right */
}

#checkout-button {
  max-width: 200px;
  width: 100%;
}

@media (min-width: 769px) {
  .wishlist-page .wishlist-cart-placeholder {
    font-size: 0.9rem;
    padding: 0.35rem 0.5rem;
    max-width: 130px;
    width: auto;
  }
}
.checkout-feedback {
  text-align: center;
  padding: 4rem 1rem;
  max-width: 600px;
  margin: auto;
  font-family: 'Ubuntu', sans-serif;
}

.checkout-feedback h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: var(--bottle-green);
}

.checkout-feedback p {
  margin-bottom: 2rem;
  font-size: 1.1rem;
}
.checkout-info {
  text-align: left;
  margin-top: 2rem;
  padding: 1.5rem;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.checkout-info h2 {
  font-size: 1.25rem;
  margin-top: 1rem;
  color: var(--hover);
}

.checkout-info p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.thank-you {
  color: var(--hover); /* your bottle green */
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.checkout-frost {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 1.2rem 2rem;
  max-width: 700px;
  margin: 0 auto 2rem auto;
  font-size: 1rem;
  font-weight: 500;
  color: #222;
  line-height: 1.5;
  text-align: center;
  animation: fadeInUp 0.6s ease-out;
  position: relative;
  overflow: hidden;
}
.burst {
  font-size: 1.5rem;
  animation: twinkle 2s infinite ease-in-out;
}

.success-actions {
  margin-top: 2rem;
  margin-bottom: 3rem; /* 👈 adds the breathing room */
  text-align: center;
}
.emoji-burst {
  animation: bounce 1s infinite alternate;
}
@keyframes bounce {
  from { transform: scale(1) rotate(0deg); }
  to { transform: scale(1.3) rotate(5deg); }
}
@keyframes popFade {
  0% { transform: scale(0.9); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes twinkle {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.3; transform: scale(1.3); }
}
.confirmation-glow {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 1rem 1.5rem;
  margin: 0 auto 2rem;
  color: var(--text-dark);
  font-weight: 600;
  text-align: center;
  max-width: 600px;
  animation: fadeInUp 1s ease;
}
.sparkle-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 10;
}

.sparkle {
  position: absolute;
  top: -20px;
  width: 20px;
  height: 20px;
  background-image: url('siteassets/sparkle.svg'); /* Replace with your sparkle SVG or emoji fallback */
  background-size: contain;
  background-repeat: no-repeat;
  animation: floatSparkle 6s linear infinite;
}

.sparkle:nth-child(1) {
  left: 10%;
  animation-delay: 0s;
}
.sparkle:nth-child(2) {
  left: 50%;
  animation-delay: 2s;
}
.sparkle:nth-child(3) {
  left: 80%;
  animation-delay: 4s;
}

@keyframes floatSparkle {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(200px) rotate(180deg);
    opacity: 0;
  }
}
/* MENU label next to hamburger (mobile only label shown) */
.hamburger {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem; /* space between icon and label */
}

.hamburger-label {
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  line-height: 1;
}

/* Hide the label on desktop */
@media (min-width: 769px) {
  .hamburger-label {
    display: none;
  }
}
/* ----- Hamburger visibility rules (safe fix) ----- */

/* Desktop/default: hide the hamburger entirely */
nav.tab-bar .hamburger {
  display: none;
}

/* Mobile only: show hamburger (and optional label) */
@media (max-width: 768px) {
  nav.tab-bar .hamburger {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem; /* space between icon and label */
    padding: .5rem .6rem; /* good tap target */
  }
  /* If you added a MENU label, show it on mobile */
  .hamburger-label { display: inline; }
}

/* Ensure the label is NOT visible on desktop even if the icon is hidden */
@media (min-width: 769px) {
  .hamburger-label { display: none; }
}

.free-shipping-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--hover);
  color: var(--white);
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  text-align: center;
  padding: 0.05rem 0;
  z-index: 2000;
  height: 32px; /* ✅ give it an explicit height */
  line-height: 1.2;
  align-items: center;
  justify-content: center;
  display: flex;
}

.tab-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--white);
  padding: 0.4rem 1rem;
  border: 2px solid var(--bottle-green);
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  height: 48px;
  flex-wrap: nowrap;
  position: sticky;
  top: 33.5px; /* ✅ matches free-shipping-bar height */
  z-index: 1500;
}
.banner-section {
  margin-top: 25px; /* match the free-shipping-bar height */
}
@media (max-width: 768px) {
  .search-wrapper.mobile-only {
    position: sticky;
    top: 86px; /* push it down below the shipping + nav bars */
    z-index: 500;
  }
}
@media (max-width: 768px) {
  .mobile-filter-content {
    position: sticky;
    top: 133px; /* 86px search offset + ~48px search height */
    z-index: 850;
  }
}
.seasonal-banner {
  color: #4b2e2e;
  text-align: center;
  padding: 0rem 0rem;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.bagit-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;       /* just enough space between button and text */
  width: 100%;       /* keep consistent with other buttons */
}

.bagit-wrapper .button-primary {
  width: 100%;       /* same sizing rules as before */
  max-width: 175px;  /* your original button max size */
  flex-shrink: 0;    /* don’t let it collapse */
}

.secure-checkout {
  white-space: nowrap;
  font-size: .85rem;
  color: #555;
  font-family: 'Ubuntu', sans-serif;
}
.limited-run {
  font-size: 1rem;
  color: #444; /* matches your accent green */
  font-style: italic;
  font-family: 'Ubuntu', sans-serif;
}

.cart-icon-wrapper {
  position: relative;
  display: inline-flex;  /* use flex so alignment is consistent desktop/mobile */
  align-items: center;
  justify-content: center;
}

.cart-count {
  position: absolute;
  top: -7px;
  right: -7px;  /* slightly more breathing room than -2.5px */
  background: transparent;
  color: var(--bottle-green);
  font-size: 0.7rem;
  font-family: 'Ubuntu', sans-serif;
  border-radius: 50%;
  border: 1.75px solid var(--bottle-green);
  padding: 2px 1px;         /* equal padding makes it more circular */
  line-height: 1;
  font-weight: 500;
  min-width: 16px;      /* keeps it round even for "10+" */
  text-align: center;
  display: none;
}
@media (max-width: 768px) {
  .hero {
    padding: 0.25rem 0.5rem !important;   /* force tighter padding */
    margin: 0 auto 0.25rem auto !important; /* minimal bottom gap */
  }

  .hero p,
  .hero span,
  .hero h1,
  .hero h2 {
    margin: 0 !important;   /* remove default margins on text */
  }

  .section-header {
    margin-top: 0.25rem !important;       /* pull "Freshly Doodled" closer */
    margin-bottom: 0.25rem !important;
    padding: 0 !important;                /* kill extra padding */
  }
}




