/** Shopify CDN: Minification failed

Line 1412:0 Unexpected "<"
Line 1432:0 Unexpected "<"

**/
@font-face {
  font-family: 'Acumin Variable Concept';
  src: url('{{ 'Acumin-Variable-Concept.woff2' | asset_url }}') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@media screen and (max-width: 749px) {
  .collection .grid__item:only-child {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .h-usp__grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .h-usp__item {
    text-align: center;
  }

  .h-usp__icon img {
    width: 40px; /* Adjust icon size for mobile */
    height: 40px; /* Adjust icon size for mobile */
  }

  .h-usp__text {
    font-size: 10px; /* Adjust text size for mobile */
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .collection .slider.slider--tablet {
    margin-bottom: 1.5rem;
  }
}

.collection .loading-overlay {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

@media screen and (max-width: 749px) {
  .collection .loading-overlay {
    top: 0;
    right: 0;
  }
}

@media screen and (min-width: 750px) {
  .collection .loading-overlay {
    left: 0;
  }
}

.collection .loading-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 0 1.5rem;
  opacity: 0.7;
}

@media screen and (min-width: 750px) {
  .collection .loading-overlay {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.collection.loading .loading-overlay {
  display: block;
}

.collection--empty .title-wrapper {
  margin-top: 10rem;
  margin-bottom: 15rem;
}

@media screen and (max-width: 989px) {
  .collection .slider--tablet.product-grid {
    scroll-padding-left: 1.5rem;
  }
}

.collection__description > * {
  margin: 0;
}

.collection__title.title-wrapper {
  margin-bottom: 2.5rem;
}

.collection__title .title:not(:only-child) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  .collection__title--desktop-slider .title {
    margin-bottom: 2.5rem;
  }

  .collection__title.title-wrapper--self-padded-tablet-down {
    padding: 0 5rem;
  }

  .collection slider-component:not(.page-width-desktop) {
    padding: 0;
  }

  .collection--full-width slider-component:not(.slider-component-desktop) {
    padding: 0 1.5rem;
    max-width: none;
  }
}

.collection__view-all a:not(.link) {
  margin-top: 1rem;
}

.collection-toolbar {
  align-items: center;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.1);
  display: flex;
  gap: 1.2rem;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding: 1.2rem 0;
}

.collection-toolbar__summary {
  color: rgba(var(--color-foreground), 0.75);
  font-size: 1.3rem;
  line-height: 1.4;
  margin: 0;
}

.collection-toolbar__control {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  margin-left: auto;
}

.collection-toolbar__label {
  color: rgba(var(--color-foreground), 0.75);
  font-size: 1.3rem;
  white-space: nowrap;
}

.collection-toolbar__select-wrap {
  min-width: 8.4rem;
}

.collection-toolbar__select {
  min-height: 3.8rem;
}

@media screen and (max-width: 749px) {
  .collection-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .collection-toolbar__control {
    justify-content: space-between;
    margin-left: 0;
    width: 100%;
  }
}

/* Clearance Badge Styles */
.clearance-badge {
  border: 1px solid transparent; /* Same border style as black badge */
  border-radius: var(--badge-corner-radius); /* Match corner radius */
  display: inline-block;
  font-size: 1.2rem; /* Same font size as black badge */
  letter-spacing: 0.1rem; /* Match letter spacing */
  line-height: 1; /* Same line height */
  padding: 0.5rem 1.3rem 0.6rem 1.3rem; /* Match padding */
  text-align: center;
  background-color: red; /* Red background for clearance */
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border)); /* Match border color */
  color: white; /* White text */
  word-break: break-word; /* Same word break as black badge */
  position: absolute; /* Keeps the positioning */
  bottom: 10px; /* Position at the bottom */
  left: 10px; /* Align to the left */
  z-index: 10; /* Ensure it stays on top */
}


.h-usp__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 1rem;
}

@media screen and (max-width: 749px) {
  .h-usp__grid {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.city-sunglasses-hero .collection-hero__inner {
  align-items: flex-start;
}

.city-sunglasses-hero .collection-hero__text-wrapper {
  max-width: 76rem;
  padding-bottom: 1rem;
}

.city-sunglasses-hero .collection-hero__title {
  margin-bottom: 0.8rem;
}

.city-sunglasses-hero__intro {
  color: #344256;
  font-size: 1.45rem;
  line-height: 1.55;
  margin: 0;
  max-width: 76rem;
}

.city-sunglasses-hero__intro p {
  margin: 0;
}

.city-sunglasses-trust {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 2.2rem;
  margin-top: 0;
  overflow: hidden;
  border: 0.1rem solid #dde5ee;
  border-radius: 0.8rem;
  background: #fff;
  box-shadow: 0 1.2rem 2.8rem rgba(16, 38, 70, 0.035);
}

.city-sunglasses-trust__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  min-height: 9.6rem;
  padding: 1.8rem 2rem;
  color: #162b4a;
  font-size: 1.32rem;
  font-weight: 700;
  line-height: 1.25;
}

.city-sunglasses-trust__item + .city-sunglasses-trust__item {
  border-left: 0.1rem solid #dde5ee;
}

.city-sunglasses-trust__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 4.8rem;
  width: 4.8rem;
  height: 4.8rem;
  color: #102646;
  line-height: 1;
}

.city-sunglasses-trust__icon svg {
  width: 4.4rem;
  height: 4.4rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media screen and (min-width: 750px) {
  .city-sunglasses-hero .collection-hero__inner,
  .city-styled-collection .city-sunglasses-trust.page-width,
  .city-styled-collection .city-collection-categories,
  .city-styled-collection .facets-vertical.page-width {
    width: calc(100vw - 4rem);
    max-width: 164rem;
    margin-left: auto;
    margin-right: auto;
  }

  .city-sunglasses-hero .collection-hero__inner,
  .city-styled-collection .city-sunglasses-trust.page-width,
  .city-styled-collection .city-collection-categories {
    padding-left: 0;
    padding-right: 0;
  }
}

.city-trust-label--mobile {
  display: none;
}

.city-collection-categories {
  margin-top: -0.4rem;
  margin-bottom: 2rem;
}

.city-collection-categories__heading {
  margin: 0 0 1rem;
  color: #102646;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.25;
}

.city-collection-categories__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.city-collection-category-card {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  min-height: 7.8rem;
  padding: 1rem 1.4rem;
  border: 0.1rem solid #dde5ee;
  border-radius: 0.8rem;
  background: #fff;
  color: #102646;
  font-size: 1.32rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.city-collection-category-card:hover {
  border-color: #c8d3df;
  box-shadow: 0 0.8rem 2rem rgba(16, 38, 70, 0.045);
  color: #102646;
  text-decoration: none;
  transform: translateY(-0.1rem);
}

.city-collection-category-card__label {
  min-width: 0;
}

.city-collection-category-card__label-mobile {
  display: none;
}

.city-collection-category-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  color: #102646;
  transition: transform 160ms ease;
}

.city-collection-category-card__arrow svg {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.city-collection-category-card:hover .city-collection-category-card__arrow {
  transform: translateX(0.2rem);
}

.city-collection-category-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  color: #102646;
}

.city-collection-category-card__icon svg {
  width: 3rem;
  height: 3rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.city-collection-category-card__media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 6.4rem;
  width: 6.4rem;
  height: 6.4rem;
}

.city-collection-category-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.city-collection-categories--dry-eye .city-collection-categories__grid {
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  gap: 1rem;
}

.city-collection-categories--dry-eye {
  display: block;
}

.city-collection-categories--dry-eye .city-collection-category-card {
  min-height: 7rem;
  gap: 1rem;
  padding: 0.8rem 1rem;
  border-radius: 1rem;
  background: #fbfcfd;
  box-shadow: 0 0.35rem 1.2rem rgba(16, 38, 70, 0.035);
}

.city-collection-categories--dry-eye .city-collection-category-card::after {
  content: '';
  flex: 0 0 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: auto;
  border-right: 0.18rem solid #718096;
  border-bottom: 0.18rem solid #718096;
  transform: rotate(-45deg);
  translate: 0 0;
  transition: border-color 160ms ease, translate 160ms ease;
}

.city-collection-categories--dry-eye .city-collection-category-card__media {
  flex-basis: 5rem;
  width: 5rem;
  height: 5rem;
}

.city-collection-categories--dry-eye .city-collection-category-card.is-active {
  border-width: 0.2rem;
  border-color: #e87722;
  background: #fffaf6;
  box-shadow: 0 0.6rem 1.6rem rgba(16, 38, 70, 0.06);
  color: #102646;
}

.city-collection-categories--dry-eye .city-collection-category-card.is-active::after {
  border-color: #e87722;
}

.city-collection-categories--dry-eye .city-collection-category-card:focus-visible {
  outline: 0.2rem solid #c55f16;
  outline-offset: 0.25rem;
}

@media (hover: hover) and (min-width: 750px) {
  .city-collection-categories--dry-eye .city-collection-category-card:hover::after {
    translate: 0.25rem 0;
  }
}

.city-active-facets {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1.4rem;
}

.city-active-facets__label {
  color: #102646;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.city-active-facet,
.city-active-facets__clear {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 3.2rem;
  border-radius: 999px;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
}

.city-active-facet {
  padding: 0.8rem 1.05rem;
  border: 0.1rem solid #e2e8f0;
  background: #f1f4f7;
  color: #1f334b;
}

.city-active-facet--empty {
  color: #516173;
  cursor: default;
}

.city-active-facets__clear {
  padding: 0.7rem 0.2rem;
  color: #173a5e;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.city-collection-seo {
  margin-bottom: 2.4rem;
  margin-top: 1.8rem;
}

@media screen and (min-width: 750px) {
  .city-collection-seo--styled.page-width {
    width: calc(100vw - 4rem);
    max-width: 164rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.4rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.city-collection-seo__content {
  padding: 2.4rem 2.6rem;
  border: 0.1rem solid #e3e8ef;
  border-radius: 0.8rem;
  background: #f8fafc;
}

.city-collection-seo h2 {
  margin: 0 0 0.9rem;
  max-width: 85rem;
  color: #102646;
  font-size: 2.2rem;
  line-height: 1.25;
}

.city-collection-seo p {
  max-width: 82rem;
  margin: 0;
  color: #344256;
  font-size: 1.4rem;
  line-height: 1.6;
}

.city-collection-seo__content > p + p {
  margin-top: 0.9rem;
}

.city-collection-seo__intro {
  max-width: 85rem;
}

.city-collection-seo__intro > * + * {
  margin-top: 0.9rem;
}

.city-collection-seo a {
  color: #173a5e;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.city-collection-seo__trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem;
  margin-top: 1.8rem;
}

.city-collection-seo__trust span {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.9rem;
  color: #173a5e;
  font-size: 1.2rem;
  line-height: 1.35;
}

.city-collection-seo__trust svg {
  flex: 0 0 2.2rem;
  width: 2.2rem;
  height: 2.2rem;
  color: #173a5e;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.city-collection-seo__details {
  margin-top: 1.6rem;
}

.city-collection-seo__details summary {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #173a5e;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 700;
  list-style: none;
  line-height: 1.35;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.city-collection-seo__details summary span {
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.city-collection-seo__details summary::-webkit-details-marker {
  display: none;
}

.city-collection-seo__details summary svg {
  width: 1.4rem;
  height: 1.4rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.18s ease;
}

.city-collection-seo__less {
  display: none;
}

.city-collection-seo__details[open] .city-collection-seo__read {
  display: none;
}

.city-collection-seo__details[open] .city-collection-seo__less {
  display: inline;
}

.city-collection-seo__details[open] summary svg {
  transform: rotate(90deg);
}

.city-collection-seo__details .rte {
  margin-top: 1.6rem;
}

.city-collection-seo__expanded {
  max-width: 85rem;
}

.city-collection-seo__expanded > * {
  margin-bottom: 0;
}

.city-collection-seo__expanded > * + * {
  margin-top: 1rem;
}

.city-collection-seo__expanded h2,
.city-collection-seo__expanded h3 {
  margin: 1.9rem 0 0.7rem;
  color: #102646;
  font-size: 1.55rem;
  line-height: 1.35;
}

.city-collection-seo__expanded h2:first-child,
.city-collection-seo__expanded h3:first-child {
  margin-top: 0;
}

.city-collection-seo__expanded h2 + p,
.city-collection-seo__expanded h3 + p {
  margin-top: 0;
}

.city-collection-seo__expanded ul {
  max-width: 82rem;
  margin: 0.8rem 0 0;
  padding-left: 1.8rem;
  color: #344256;
  font-size: 1.4rem;
  line-height: 1.6;
}

.city-collection-seo__expanded li + li {
  margin-top: 0.35rem;
}

.city-styled-collection .pagination-wrapper {
  margin: 0;
  text-align: center;
}

.city-styled-collection .pagination__status {
  display: none;
}

.city-styled-collection .pagination__list {
  gap: 0.7rem;
}

.city-styled-collection .pagination__list > li {
  flex: 0 0 4.2rem;
  max-width: 4.2rem;
}

.city-styled-collection .pagination__list > li:not(:last-child) {
  margin-right: 0;
}

.city-styled-collection .pagination__item {
  width: 4.2rem;
  height: 4.2rem;
  border: 0.1rem solid #dbe3ec;
  border-radius: 0.7rem;
  background: #fff;
  color: #102646;
  font-size: 1.35rem;
  font-weight: 700;
}

.city-styled-collection .pagination__item--current {
  border-color: #102646;
  background: #102646;
  color: #fff;
}

.city-styled-collection .pagination__item--current::after {
  display: none;
}

.city-pagination-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.8rem;
  min-height: 4.7rem;
}

.city-pagination-row__control {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
  justify-self: end;
  min-width: 14rem;
}

.city-pagination-row__control .collection-toolbar__select-wrap {
  min-width: 7.2rem;
}

.city-pagination-row__control .collection-toolbar__select {
  min-height: 4.2rem;
}

.city-styled-collection .facets-vertical.page-width {
  display: grid;
  grid-template-columns: 25rem minmax(0, 1fr);
  align-items: flex-start;
  column-gap: 1.4rem;
  row-gap: 1.8rem;
  max-width: min(164rem, calc(100vw - 4rem));
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  padding-top: 1.6rem;
  padding-bottom: 1.8rem;
  border: 0.1rem solid #dde5ee;
  border-radius: 0.8rem;
  background: #fff;
}

.city-collection-panel-header {
  grid-column: 1 / -1;
  min-width: 0;
}

.city-collection-panel-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  min-width: 0;
}

.city-collection-panel-header .city-active-facets {
  flex: 1 1 auto;
  margin: 0;
  min-width: 0;
}

.city-collection-panel-header__summary {
  margin-top: 1.35rem;
}

.city-collection-panel-header__summary-total {
  display: none;
}

.city-panel-sort {
  flex: 0 0 auto;
  min-width: 18rem;
}

.city-panel-sort__field {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: flex-end;
}

.city-panel-sort__label {
  color: #102646;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.city-panel-sort__select-wrap {
  min-width: 12.8rem;
}

.city-panel-sort .city-panel-sort__select {
  min-height: 4.2rem;
  height: 4.2rem;
  margin: 0;
  padding-left: 1.4rem;
  padding-right: 4rem;
  border: 0.1rem solid #d8e1eb;
  border-radius: 0.7rem;
  background-color: #fff;
  color: #102646;
  font-size: 1.25rem;
  font-weight: 700;
  box-shadow: none;
  outline: 0;
}

.city-panel-sort .city-panel-sort__select:focus,
.city-panel-sort .city-panel-sort__select:focus-visible,
.city-panel-sort .city-panel-sort__select.focused {
  border-color: #102646;
  box-shadow: 0 0 0 0.1rem #102646;
  outline: 0;
  outline-offset: 0;
}

.city-panel-sort .select:before,
.city-panel-sort .select:after {
  content: none;
}

.city-panel-sort .select .icon-caret {
  right: 1.4rem;
  color: #102646;
}

.city-styled-collection .city-sunglasses-facets .facets__form-vertical {
  padding: 1.2rem;
}

.city-styled-collection .city-sunglasses-facets .facets__disclosure-vertical {
  border-top: 0;
  border-bottom: 0.1rem solid #e3e8ef;
}

.city-styled-collection .city-sunglasses-facets .facets__disclosure-vertical:last-of-type {
  border-bottom: 0;
}

.city-sunglasses-collection .city-sunglasses-facets .facets__disclosure-vertical[style*="--city-filter-order: 8"] {
  border-top: 0.1rem solid #e3e8ef;
  border-bottom: 0;
}

.city-styled-collection #main-collection-filters {
  grid-column: 1;
  grid-row: 2;
}

@media screen and (min-width: 990px) {
  .city-styled-collection #main-collection-filters {
    margin-top: 0.6rem;
  }
}

.city-styled-collection .product-grid-container {
  grid-column: 2;
  grid-row: 2;
  min-width: 0;
}

@media screen and (max-width: 989px) {
  .city-styled-collection .facets-vertical.page-width {
    grid-template-columns: 1fr;
  }

  .city-styled-collection #main-collection-filters,
  .city-styled-collection .product-grid-container {
    grid-column: 1;
    grid-row: auto;
  }

  .city-collection-panel-header__top {
    align-items: flex-start;
  }

  .city-panel-sort__field {
    align-items: flex-start;
  }

  .city-sunglasses-trust {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .city-sunglasses-trust__item {
    min-width: 22rem;
    scroll-snap-align: start;
  }

  .city-sunglasses-trust__item + .city-sunglasses-trust__item {
    border-left: 0;
  }

  .city-sunglasses-collection .city-sunglasses-trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    scroll-snap-type: none;
  }

  .city-sunglasses-collection .city-sunglasses-trust__item {
    min-width: 0;
    scroll-snap-align: none;
  }

  .city-sunglasses-collection .city-sunglasses-trust__item:nth-child(n + 3) {
    display: none;
  }

  .city-sunglasses-collection .city-sunglasses-trust__item + .city-sunglasses-trust__item {
    border-left: 0.1rem solid #dde5ee;
  }

  .city-collection-categories__grid {
    gap: 1rem;
  }

  .city-pagination-row {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
  }

  .city-pagination-row__spacer {
    display: none;
  }

  .city-pagination-row__control {
    position: static;
    transform: none;
    justify-content: center;
    justify-self: center;
    min-width: 0;
  }
}

@media screen and (max-width: 749px) {
  .city-sunglasses-hero .collection-hero__title {
    margin-top: 2.4rem !important;
    font-size: 3rem;
  }

  .city-sunglasses-hero__intro {
    font-size: 1.35rem;
  }

  .city-sunglasses-trust {
    margin-top: 0;
    margin-bottom: 1.4rem;
  }

  .city-styled-collection {
    padding-top: 1.2rem !important;
    padding-bottom: 3rem !important;
  }

  .city-styled-collection .city-sunglasses-trust.page-width {
    display: grid;
    width: calc(100% - 3rem);
    max-width: calc(var(--page-width) - 3rem);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    border-color: #e5eaf0;
    border-radius: 0.9rem;
    box-shadow: 0 0.6rem 1.8rem rgba(16, 38, 70, 0.035);
  }

  .city-styled-collection .city-sunglasses-trust__item {
    justify-content: flex-start;
    align-items: center;
    gap: 0.75rem;
    min-height: 0;
    padding: 0.9rem 0.85rem;
    font-size: 1.12rem;
    line-height: 1.25;
  }

  .city-styled-collection .city-sunglasses-trust__icon {
    flex: 0 0 2.8rem;
    width: 2.8rem;
    height: 2.8rem;
  }

  .city-styled-collection .city-sunglasses-trust__icon svg {
    width: 2.6rem;
    height: 2.6rem;
  }

  .city-trust-label--desktop {
    display: none;
  }

  .city-trust-label--mobile {
    display: inline;
  }

  .city-sunglasses-collection .city-sunglasses-trust,
  .city-dry-eye-collection .city-sunglasses-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .city-sunglasses-collection .city-sunglasses-trust__item,
  .city-dry-eye-collection .city-sunglasses-trust__item,
  .city-contact-lenses-collection .city-sunglasses-trust__item,
  .city-contact-lens-solutions-collection .city-sunglasses-trust__item,
  .city-fallback-collection .city-sunglasses-trust__item {
    display: none;
    min-width: 0;
    scroll-snap-align: none;
  }

  .city-sunglasses-collection .city-sunglasses-trust__item:nth-child(1),
  .city-sunglasses-collection .city-sunglasses-trust__item:nth-child(2),
  .city-dry-eye-collection .city-sunglasses-trust__item:nth-child(1),
  .city-dry-eye-collection .city-sunglasses-trust__item:nth-child(3),
  .city-contact-lenses-collection .city-sunglasses-trust__item:nth-child(1),
  .city-contact-lenses-collection .city-sunglasses-trust__item:nth-child(2),
  .city-contact-lenses-collection .city-sunglasses-trust__item:nth-child(3),
  .city-contact-lenses-collection .city-sunglasses-trust__item:nth-child(5),
  .city-contact-lens-solutions-collection .city-sunglasses-trust__item:nth-child(1),
  .city-contact-lens-solutions-collection .city-sunglasses-trust__item:nth-child(2),
  .city-contact-lens-solutions-collection .city-sunglasses-trust__item:nth-child(3),
  .city-contact-lens-solutions-collection .city-sunglasses-trust__item:nth-child(4),
  .city-fallback-collection .city-sunglasses-trust__item:nth-child(1),
  .city-fallback-collection .city-sunglasses-trust__item:nth-child(2),
  .city-fallback-collection .city-sunglasses-trust__item:nth-child(3),
  .city-fallback-collection .city-sunglasses-trust__item:nth-child(5) {
    display: flex;
  }

  .city-dry-eye-collection .city-sunglasses-trust__item:nth-child(3),
  .city-contact-lenses-collection .city-sunglasses-trust__item:nth-child(5),
  .city-fallback-collection .city-sunglasses-trust__item:nth-child(5) {
    order: 4;
  }

  .city-contact-lenses-collection .city-sunglasses-trust,
  .city-contact-lens-solutions-collection .city-sunglasses-trust,
  .city-fallback-collection .city-sunglasses-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .city-styled-collection .city-sunglasses-trust__item + .city-sunglasses-trust__item {
    border-left: 0;
  }

  .city-styled-collection .city-sunglasses-trust__item:nth-child(even) {
    border-left: 0.1rem solid #dde5ee;
  }

  .city-dry-eye-collection .city-sunglasses-trust__item:nth-child(3),
  .city-contact-lenses-collection .city-sunglasses-trust__item:nth-child(5),
  .city-fallback-collection .city-sunglasses-trust__item:nth-child(5) {
    border-left: 0.1rem solid #dde5ee;
  }

  .city-contact-lenses-collection .city-sunglasses-trust__item:nth-child(n + 3),
  .city-contact-lens-solutions-collection .city-sunglasses-trust__item:nth-child(n + 3),
  .city-fallback-collection .city-sunglasses-trust__item:nth-child(n + 3) {
    border-top: 0.1rem solid #dde5ee;
  }

  .city-collection-categories {
    width: calc(100% - 3rem);
    max-width: calc(var(--page-width) - 3rem);
    margin: -0.2rem auto 1.4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .city-collection-categories__heading {
    margin-bottom: 0.75rem;
    font-size: 1.45rem;
  }

  .city-collection-categories__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 0.7rem;
  }

  .city-collection-category-card {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.55rem;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 1.04rem;
    line-height: 1.18;
    text-align: center;
  }

  .city-collection-category-card:hover {
    border-color: transparent;
    box-shadow: none;
    transform: none;
  }

  .city-collection-category-card__label {
    display: block;
    color: #102646;
    font-weight: 700;
  }

  .city-collection-category-card__label-desktop {
    display: none;
  }

  .city-collection-category-card__label-mobile {
    display: inline;
  }

  .city-collection-category-card__arrow {
    display: none;
  }

  .city-collection-category-card__icon {
    flex-basis: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .city-collection-category-card__icon svg {
    width: 2.35rem;
    height: 2.35rem;
  }

  .city-collection-category-card__media {
    flex-basis: 6rem;
    width: 6rem;
    height: 6rem;
    padding: 0.75rem;
    overflow: hidden;
    border: 0.1rem solid #dbe4ee;
    border-radius: 50%;
    background: #fff;
  }

  .city-collection-category-card__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .city-collection-categories--dry-eye {
    width: 100%;
    max-width: none;
    padding-left: 1.5rem;
    overflow: hidden;
  }

  .city-collection-categories--dry-eye .city-collection-categories__heading {
    padding-right: 1.5rem;
  }

  .city-collection-categories--dry-eye .city-collection-categories__grid {
    display: flex;
    align-items: stretch;
    gap: 0.8rem;
    overflow-x: auto;
    padding: 0.2rem 1.5rem 0.8rem 0.2rem;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-padding-left: 0.2rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .city-collection-categories--dry-eye .city-collection-categories__grid::-webkit-scrollbar {
    display: none;
  }

  .city-collection-categories--dry-eye .city-collection-category-card {
    flex: 0 0 clamp(14rem, 40vw, 15.5rem);
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.75rem;
    min-height: 6.6rem;
    padding: 0.7rem 0.85rem;
    border: 0.1rem solid #dde5ee;
    border-radius: 0.9rem;
    background: #fbfcfd;
    box-shadow: 0 0.3rem 1rem rgba(16, 38, 70, 0.035);
    font-size: 1.12rem;
    text-align: left;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .city-collection-categories--dry-eye .city-collection-category-card__media {
    flex-basis: 4.4rem;
    width: 4.4rem;
    height: 4.4rem;
    padding: 0.35rem;
    border: 0;
    border-radius: 0.6rem;
    background: #fff;
  }

  .city-collection-categories--dry-eye .city-collection-category-card.is-active::after {
    align-self: center;
    margin-left: auto;
  }

  .city-active-facets {
    flex-wrap: nowrap;
    margin-bottom: 1.2rem;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  .city-collection-panel-header .city-active-facets {
    margin-bottom: 0;
  }

  .city-collection-panel-header__summary {
    margin-top: 0;
  }

  .city-collection-panel-header__summary-range {
    display: none;
  }

  .city-collection-panel-header__summary-total {
    display: inline;
  }

  .city-active-facet,
  .city-active-facets__clear {
    flex: 0 0 auto;
  }

  .city-collection-seo {
    margin-top: 1.4rem;
    margin-bottom: 2rem;
  }

  .city-collection-seo--styled.page-width {
    width: calc(100% - 3rem);
    max-width: calc(var(--page-width) - 3rem);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .city-collection-seo__content {
    padding: 1.8rem;
  }

  .city-collection-seo h2 {
    font-size: 2rem;
  }

  .city-collection-seo__trust {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .city-styled-collection .facets-vertical.page-width {
    width: calc(100% - 3rem);
    max-width: calc(var(--page-width) - 3rem);
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .city-styled-collection .city-collection-panel-header {
    margin-bottom: 0.5rem;
  }

  .city-styled-collection #product-grid {
    --grid-mobile-horizontal-spacing: 1.2rem;
    --grid-mobile-vertical-spacing: 1.2rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: var(--grid-mobile-horizontal-spacing);
    row-gap: var(--grid-mobile-vertical-spacing);
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
  }

  .city-styled-collection .product-grid-container {
    padding-bottom: calc(11rem + env(safe-area-inset-bottom));
  }

  .city-pagination-row {
    margin-top: 2.2rem;
  }

  .city-styled-collection .pagination__list {
    gap: 0.6rem;
  }

  .city-styled-collection .pagination__list > li {
    flex-basis: 3.8rem;
    max-width: 3.8rem;
  }

  .city-styled-collection .pagination__item {
    width: 3.8rem;
    height: 3.8rem;
  }
}
/* Add this to your existing stylesheet or inline style */
.search-bar {
  width: 100%;
  max-width: 400px;
  padding: 10px;
  font-size: 16px;
  border: 2px solid #FFA500; /* Use your store's primary color */
  border-radius: 5px;
  margin-bottom: 20px; /* Adjust margin as needed */
}

.search-bar::placeholder {
  color: #FFA500; /* Use your store's primary color */
  opacity: 0.7;
}

.search-bar-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px; /* Adjust margin as needed */
}
<style>
/* Ensure mobile menu displays all items properly */
@media (max-width: 768px) {
  .oc-mega-menu__right__list {
    max-height: calc(100vh - 100px); /* Adjust maximum height */
    overflow-y: auto; /* Enable scrolling if content exceeds max height */
    display: block; /* Ensure block display on mobile */
  }

  .oc-mega-menu {
    display: block; /* Ensure menu is displayed on mobile */
    position: relative; /* Position relative to parent */
    width: 100%; /* Full width for mobile */
  }

  .oc-mega-menu__link {
    display: block; /* Full clickable area for links */
    padding: 10px 15px; /* Spacing for touch targets */
  }
}
</style>
