.page-header-surface {
  background-color: #f2f5f2 !important;
}

.toggle-icon-frame {
  width: 16px;
  height: 16px;
}

.rating-fill-5 {
  padding-right: 88.9132%;
}

.rating-fill-4 {
  padding-right: 7.05521%;
}

.rating-fill-3 {
  padding-right: 1.13935%;
}

.rating-fill-2 {
  padding-right: 1.13935%;
}

.rating-fill-1 {
  padding-right: 1.75285%;
}

[x-cloak] {
  display: none !important;
}

/* Secondary header - always green */
.fixed.top-global-header {
  background-color: #f1f5f2 !important;
}

/* Primary top header - default green at the top */
header .fixed.top-0 {
  background-color: #f1f5f2 !important;
  transition: background-color 0.3s ease !important;
}

/* Hide Shopify's default pseudo-element so it doesn't clash */
header .fixed.top-0::after {
  display: none !important;
}

/* Scrolled primary header - changes to solid white */
body.header-scrolled header .fixed.top-0 {
  background-color: #ffffff !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); /* Adds a nice subtle shadow to match the competitor */
}

[data-component-name="profile"] {
  padding-top: 7rem !important;
}

/* Scrolled compact header */
header .fixed.top-global-header {
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

body.header-scrolled header .fixed.top-global-header {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

#scrolled-nav {
  display: none;
  align-items: center;
  gap: 2rem;
  margin-left: 2rem;
}

.review-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 1.35rem;
}

.review-pagination-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border: 0;
  border-radius: 9999px;
  background-color: #31424e;
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.review-pagination-button:hover:not([disabled]) {
  background-color: #273843;
  transform: translateY(-1px);
}

.review-pagination-button[disabled] {
  background-color: #e7ebef;
  color: #97a3ae;
  cursor: not-allowed;
  transform: none;
}

.review-page-picker {
  position: relative;
  min-width: 5.8rem;
}

.review-page-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 3rem;
  padding: 0 0.95rem 0 1rem;
  border: 1px solid #d6dde3;
  border-radius: 0.75rem;
  background-color: #ffffff;
  color: #17232c;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
}

.review-page-toggle-chevron {
  width: 0.55rem;
  height: 0.55rem;
  margin-left: 0.75rem;
  border-right: 2px solid #24323d;
  border-bottom: 2px solid #24323d;
  transform: translateY(-12%) rotate(45deg);
  transition: transform 0.2s ease;
}

.review-page-picker.is-open .review-page-toggle-chevron {
  transform: translateY(18%) rotate(-135deg);
}

.review-page-menu {
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  z-index: 20;
  width: 100%;
  max-height: 11rem;
  overflow-y: auto;
  padding: 0.375rem 0;
  border: 1px solid #d6dde3;
  border-radius: 0.75rem;
  background-color: #ffffff;
  box-shadow: 0 12px 32px rgba(15, 23, 31, 0.12);
}

.review-page-option {
  display: block;
  width: 100%;
  padding: 0.55rem 0.95rem;
  border: 0;
  background-color: transparent;
  color: #17232c;
  font-size: 1rem;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.review-page-option:hover {
  background-color: #f4f6f8;
}

.review-page-option.is-active {
  background-color: #e5e7eb;
}

.review-page-menu.hidden {
  display: none;
}

.review-pagination-total {
  color: #17232c;
  font-size: 1.2rem;
  line-height: 1;
}

body.header-scrolled #scrolled-nav {
  display: flex;
}

body.header-scrolled .search-hide {
  display: none;
}

@media (max-width: 1023px) {
  .review-pagination {
    gap: 0.55rem;
  }

  .review-pagination-button {
    width: 2.85rem;
    height: 2.85rem;
    font-size: 1.2rem;
  }

  .review-page-picker {
    min-width: 5.25rem;
  }

  .review-page-toggle {
    height: 2.85rem;
    padding: 0 0.9rem 0 0.95rem;
    font-size: 0.95rem;
  }

  .review-page-toggle-chevron {
    width: 0.55rem;
    height: 0.55rem;
    margin-left: 0.65rem;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }

  .review-page-option {
    padding: 0.55rem 0.85rem;
    font-size: 0.95rem;
  }

  .review-pagination-total {
    font-size: 1.1rem;
  }

  body.mobile-menu-open,
  body.mobile-search-open,
  body.mobile-secondary-nav-open {
    overflow: hidden;
  }

  header .fixed.top-0 {
    transition:
      transform 0.3s ease,
      opacity 0.3s ease,
      background-color 0.3s ease !important;
  }

  header .fixed.top-global-header {
    transition:
      transform 0.3s ease,
      opacity 0.3s ease,
      top 0.3s ease !important;
  }

  body.header-scrolled header .fixed.top-0 {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    box-shadow: none !important;
  }

  body.header-scrolled header .fixed.top-global-header {
    top: 0 !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    background-color: #ffffff !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  }

  body.header-scrolled header .fixed.top-global-header::before,
  body.header-scrolled header .fixed.top-global-header::after {
    background-color: #ffffff !important;
  }

  body.header-scrolled #scrolled-nav {
    display: none !important;
  }

  .mobile-search-shell {
    position: absolute !important;
    inset: 0 !important;
    z-index: 40;
    padding: 0 1rem;
    background-color: #f1f5f2;
  }

  body.mobile-search-open .mobile-search-shell {
    opacity: 1 !important;
    transform: translateX(0) !important;
    pointer-events: auto !important;
  }

  body.mobile-search-open .mobile-search-shell form {
    flex: 1 1 auto;
    margin-inline: 0;
  }

  body.mobile-search-open .mobile-search-shell input {
    font-size: 1rem;
  }

  body.mobile-search-open header .fixed.top-global-header,
  body.mobile-menu-open header .fixed.top-global-header {
    transform: translateY(-110%);
    opacity: 0;
    pointer-events: none;
  }

  .mobile-header-panel {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
  }

  body.mobile-menu-open .mobile-header-panel {
    opacity: 1;
    pointer-events: auto;
  }

  [data-component-name="navigation-toggle-open"] div {
    transform-origin: center;
  }

  body.mobile-menu-open [data-component-name="navigation-toggle-open"] div:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  body.mobile-menu-open [data-component-name="navigation-toggle-open"] div:nth-child(2) {
    opacity: 0;
  }

  body.mobile-menu-open [data-component-name="navigation-toggle-open"] div:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .mobile-secondary-nav-panel {
    position: fixed !important;
    top: var(--mobile-secondary-panel-top, 7rem) !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: calc(
      100dvh - var(--mobile-secondary-panel-top, 7rem)
    ) !important;
    min-height: calc(
      100dvh - var(--mobile-secondary-panel-top, 7rem)
    ) !important;
    width: 100vw !important;
    max-height: none !important;
    margin-top: 0 !important;
    padding: 1.5rem 1.75rem 2rem !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #ffffff !important;
    z-index: 25;
  }

  .mobile-secondary-nav-panel.is-open {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }

  body.mobile-secondary-nav-open header .fixed.top-global-header {
    transform: translateY(0) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  [data-mobile-secondary-chevron] {
    transition: transform 0.25s ease;
  }

  [data-mobile-secondary-toggle][aria-expanded="true"] [data-mobile-secondary-chevron] {
    transform: rotate(0deg) !important;
  }
}

.site-footer {
  background: #000000;
  color: #a1a1aa;
  font-family: inherit;
}

.site-footer__inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 3.75rem 2.25rem 2.5rem;
}

.site-footer__top {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 2.5rem 4rem;
  align-items: start;
}

.site-footer__brand {
  display: flex;
  align-self: start;
  width: 3rem;
  color: #ffffff;
  text-decoration: none;
}

.site-footer__brand svg {
  display: block;
  width: 100%;
  height: auto;
}

.site-footer__columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem 3rem;
}

.site-footer__group h3 {
  margin: 0 0 1.25rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.site-footer__group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__group li + li {
  margin-top: 1rem;
}

.site-footer__group a,
.site-footer__legal a {
  color: #a1a1aa;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__group a:hover,
.site-footer__legal a:hover,
.site-footer__brand:hover {
  color: #ffffff;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__meta {
  display: flex !important;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2.75rem;
}

.site-footer__locale {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #ffffff;
  white-space: nowrap;
}

.site-footer__locale svg {
  width: 0.95rem;
  height: 0.95rem;
  flex: 0 0 auto;
  fill: currentColor;
}

.site-footer__divider {
  color: #777780;
}

.site-footer__language {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.site-footer__language svg {
  width: 0.75rem;
  height: 0.75rem;
  fill: none;
  stroke: currentColor;
}

.site-footer__legal {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 2rem;
  column-gap: 2rem !important;
}

.site-footer__privacy {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.site-footer__privacy img {
  display: block;
  width: 1.9rem;
  height: auto;
}

.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.site-footer__social a:hover {
  opacity: 0.7;
}

.site-footer__social svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

@media (max-width: 1023px) {
  .site-footer__inner {
    padding: 3rem 1.5rem 2.25rem;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }

  .site-footer__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 2rem;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 639px) {
  .site-footer__columns {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .site-footer__legal {
    gap: 0.85rem 1.15rem;
  }

  .site-footer__social {
    gap: 0.65rem;
  }
}
