.shop-page {
  background:
    radial-gradient(circle at top left, rgba(125, 155, 135, 0.18), transparent 32%),
    linear-gradient(180deg, #f7f2ea 0%, #faf7f2 34%, #ffffff 100%);
  color: #24322c;
}

.shop-page main {
  overflow: clip;
}

.shop-page h1,
.shop-page h2,
.shop-page h3 {
  font-family: var(--heading-font);
  color: #23302a;
}

.shop-signature,
.shop-collections,
.shop-preview,
.shop-catalog,
.shop-setup {
  padding: clamp(0.55rem, 1.25vw, 0.95rem) 0 clamp(1rem, 2.1vw, 1.7rem);
}

.shop-section-head__kicker,
.shop-setup__kicker,
.shop-filter-shell__kicker,
.shop-card__eyebrow,
.shop-dialog__eyebrow,
.shop-dialog__variant-label {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(62, 83, 73, 0.68);
  font-weight: 600;
}

.shop-section-head__kicker::before,
.shop-filter-shell__kicker::before {
  content: "";
  width: 2.25rem;
  height: 1px;
  background: rgba(125, 155, 135, 0.45);
}

.shop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.45rem;
  padding: 0.58rem 0.9rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.shop-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.shop-cart-trigger__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  min-height: 1.5rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: #809985;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
}

.shop-btn:hover {
  transform: translateY(-1px);
}

.shop-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.shop-btn.is-busy {
  cursor: wait;
  opacity: 0.88;
  box-shadow: 0 0.5rem 1rem rgba(35, 48, 42, 0.1);
}

.shop-btn--primary {
  background: linear-gradient(135deg, #6f8d78 0%, #8ca896 100%);
  color: #fff;
  box-shadow: 0 0.75rem 1.65rem rgba(35, 48, 42, 0.12);
}

.shop-btn--secondary {
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(35, 48, 42, 0.1);
  color: #2a3731;
}

.shop-btn--ghost {
  background: transparent;
  border-color: rgba(35, 48, 42, 0.16);
  color: #2a3731;
}

.shop-intro {
  padding: clamp(1.45rem, 3vw, 2.2rem) 0 clamp(0.45rem, 1.25vw, 0.9rem);
  position: relative;
  z-index: 12;
}

.shop-intro__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.8fr);
  gap: clamp(1.1rem, 2.7vw, 2rem);
  align-items: start;
}

.shop-intro__title {
  margin: 0.75rem 0 0;
  font-size: clamp(2.15rem, 4.9vw, 3.65rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.shop-intro__title span,
.shop-signature h2 span,
.shop-collections h2 span,
.shop-range-head h2 span,
.shop-filter-shell h3 span {
  font-style: italic;
  color: #8ea295;
  font-weight: 500;
}

.shop-intro__text {
  margin: 0.95rem 0 0;
  max-width: 28rem;
  font-size: 0.89rem;
  line-height: 1.58;
  color: rgba(38, 50, 44, 0.72);
}

.shop-intro__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.65rem;
  padding-top: clamp(0.15rem, 3vw, 2.3rem);
  position: relative;
  z-index: 14;
}

.shop-intro__cart {
  align-self: flex-end;
}

.shop-search-wrap {
  position: relative;
  width: min(100%, 20rem);
  z-index: 30;
}

.shop-search-shell {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.62rem 0.88rem;
  border-radius: 999px;
  border: 1px solid rgba(35, 48, 42, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0.9rem 2rem rgba(35, 48, 42, 0.06);
  color: rgba(62, 83, 73, 0.55);
}

.shop-search-shell input {
  flex: 1 1 auto;
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #2a3731;
  font-size: 0.88rem;
}

.shop-search-shell input::placeholder {
  color: rgba(62, 83, 73, 0.58);
}

.shop-search-suggestions {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  right: 0;
  z-index: 40;
  display: grid;
  gap: 0.35rem;
  padding: 0.45rem;
  border-radius: 1rem;
  border: 1px solid rgba(35, 48, 42, 0.08);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 1.1rem 2.2rem rgba(35, 48, 42, 0.12);
}

.shop-search-suggestion {
  display: grid;
  gap: 0.15rem;
  width: 100%;
  padding: 0.7rem 0.8rem;
  border: 0;
  border-radius: 0.8rem;
  background: transparent;
  text-align: left;
  color: #24322c;
}

.shop-search-suggestion:hover,
.shop-search-suggestion.is-active {
  background: rgba(247, 242, 234, 0.96);
}

.shop-search-suggestion__title {
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.3;
}

.shop-search-suggestion__meta {
  font-size: 0.8rem;
  color: rgba(62, 83, 73, 0.72);
}

.shop-section-head {
  margin-bottom: 0.75rem;
}

.shop-section-head h2,
.shop-range-head h2 {
  margin: 0.42rem 0 0;
  font-size: clamp(1.75rem, 3.3vw, 2.45rem);
  line-height: 1;
}

.shop-section-head__text {
  margin: 0.55rem 0 0;
  max-width: 27rem;
  line-height: 1.55;
  color: rgba(38, 50, 44, 0.72);
  font-size: 0.87rem;
}

.shop-featured,
.shop-setup__card,
.shop-filter-shell,
.shop-card,
.shop-dialog,
.shop-cart-dialog,
.shop-error,
.shop-empty-results {
  border: 1px solid rgba(35, 48, 42, 0.08);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 0.95rem 2.2rem rgba(35, 48, 42, 0.06);
}

.shop-featured {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 0.8rem;
  padding: 0.9rem;
  border-radius: 1rem;
}

.shop-featured__media {
  min-height: 20.5rem;
  border-radius: 0.85rem;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(125, 155, 135, 0.18), rgba(247, 242, 234, 0.92));
}

.shop-featured__media img,
.shop-dialog__media img,
.shop-collection-card__media img,
.shop-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (min-width: 992px) {
  .shop-intro {
    padding-top: clamp(4.5rem, 7vw, 5.6rem);
  }
}

.shop-featured__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.25rem 0.2rem;
}

.shop-featured__eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(62, 83, 73, 0.66);
}

.shop-featured__title {
  margin: 0.45rem 0 0;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 0.99;
}

.shop-featured__price,
.shop-dialog__price {
  margin-top: 0.55rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #6e8b77;
}

.shop-dialog__summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.9rem;
}

.shop-dialog__pill {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(247, 242, 234, 0.92);
  border: 1px solid rgba(35, 48, 42, 0.08);
  color: #2a3731;
  font-size: 0.86rem;
  font-weight: 700;
}

.shop-dialog__pill[data-available="true"] {
  color: #55785f;
}

.shop-dialog__pill[data-available="false"] {
  color: #9a5b53;
}

.shop-featured__text {
  margin: 0.65rem 0 0;
  font-size: 0.88rem;
  line-height: 1.52;
  color: rgba(38, 50, 44, 0.78);
}

.shop-featured__bullets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  margin-top: 0.8rem;
}

.shop-featured__bullet {
  display: grid;
  gap: 0.35rem;
  padding: 0.62rem 0.72rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(35, 48, 42, 0.07);
  background: rgba(248, 243, 235, 0.85);
}

.shop-featured__bullet strong {
  font-size: 0.84rem;
  color: #2c3a34;
}

.shop-featured__bullet span {
  font-size: 0.78rem;
  line-height: 1.38;
  color: rgba(38, 50, 44, 0.66);
}

.shop-featured__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.7rem;
  color: rgba(62, 83, 73, 0.62);
  font-size: 0.77rem;
}

.shop-featured__meta span {
  padding-left: 0.6rem;
  border-left: 1px solid rgba(62, 83, 73, 0.16);
}

.shop-featured__actions,
.shop-card__actions,
.shop-dialog__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.shop-featured__actions {
  margin-top: 0.75rem;
}

.shop-collections__grid,
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.shop-collection-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(35, 48, 42, 0.08);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 0.9rem 2rem rgba(35, 48, 42, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.shop-collection-card:hover {
  color: inherit;
  transform: translateY(-2px);
  box-shadow: 0 1.15rem 2.2rem rgba(35, 48, 42, 0.08);
}

.shop-collection-card.is-active {
  border-color: rgba(125, 155, 135, 0.45);
  box-shadow: 0 1.5rem 3rem rgba(125, 155, 135, 0.16);
}

.shop-collection-card.is-active .shop-collection-card__body {
  background: linear-gradient(180deg, rgba(125, 155, 135, 0.04), rgba(255, 255, 255, 0));
}

.shop-collection-card__media {
  aspect-ratio: 1.1 / 0.86;
  background: linear-gradient(180deg, rgba(125, 155, 135, 0.14), rgba(247, 242, 234, 0.92));
}

.shop-collection-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 0.78rem 0.8rem 0.88rem;
}

.shop-collection-card__eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(62, 83, 73, 0.66);
}

.shop-collection-card h3 {
  margin: 0.45rem 0 0;
  font-size: 1.14rem;
  line-height: 1.02;
}

.shop-collection-card p {
  margin: 0.5rem 0 0.8rem;
  color: rgba(38, 50, 44, 0.72);
  line-height: 1.5;
  font-size: 0.82rem;
}

.shop-collection-card span:last-child {
  margin-top: auto;
  font-size: 0.82rem;
  font-weight: 700;
  color: #6e8b77;
}

.shop-setup__card {
  border-radius: 1.8rem;
  padding: 1.6rem;
}

.shop-setup__card h2 {
  margin: 0.8rem 0;
  font-size: clamp(2rem, 5vw, 3rem);
}

.shop-setup__card p {
  max-width: 44rem;
  line-height: 1.75;
  color: rgba(38, 50, 44, 0.76);
}

.shop-setup__fields {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.shop-setup__field {
  padding: 1rem 1.05rem;
  border-radius: 1rem;
  border: 1px solid rgba(35, 48, 42, 0.08);
  background: rgba(247, 242, 234, 0.92);
}

.shop-setup__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(62, 83, 73, 0.62);
}

.shop-setup__value {
  font-weight: 600;
  overflow-wrap: anywhere;
}

.shop-range-head {
  margin-bottom: 0.65rem;
}

.shop-range-head__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.55rem;
}

.shop-filter-shell {
  padding: 0.85rem 0.95rem;
  border-radius: 1rem;
  margin-bottom: 0.85rem;
}

.shop-filter-shell__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.5rem;
}

.shop-filter-shell__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.shop-filter-shell h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.6vw, 1.95rem);
  line-height: 1;
}

.shop-controls {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  margin-top: 0.7rem;
}

.shop-controls__group {
  display: flex;
  align-items: flex-end;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.shop-controls__divider {
  width: 1px;
  align-self: stretch;
  background: rgba(62, 83, 73, 0.14);
}

.shop-controls__label {
  display: block;
  margin-bottom: 0.1rem;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(62, 83, 73, 0.64);
  font-weight: 600;
}

.shop-controls__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.shop-chip {
  min-height: 2rem;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(35, 48, 42, 0.08);
  background: rgba(255, 255, 255, 0.88);
  font-size: 0.83rem;
  font-weight: 700;
  color: #26322c;
}

.shop-chip.is-active {
  background: #809985;
  border-color: transparent;
  color: #fff;
}

.shop-results-meta {
  color: rgba(62, 83, 73, 0.7);
  font-size: 0.9rem;
}

.shop-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.15rem;
}

.shop-page-btn {
  min-width: 2.35rem;
  min-height: 2.35rem;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(35, 48, 42, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: #2a3731;
  font-size: 0.85rem;
  font-weight: 700;
}

.shop-page-btn.is-active {
  background: #809985;
  border-color: transparent;
  color: #fff;
}

.shop-page-btn:hover {
  transform: translateY(-1px);
}

.shop-filter-clear {
  min-height: 2.05rem;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(35, 48, 42, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: #2a3731;
  font-size: 0.82rem;
  font-weight: 700;
}

.shop-filter-clear:hover {
  transform: translateY(-1px);
}

.shop-active-filters {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin: 0 0 1rem;
}

.shop-filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2rem;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(35, 48, 42, 0.1);
  background: rgba(255, 255, 255, 0.92);
  color: #2a3731;
  font-size: 0.82rem;
  font-weight: 700;
}

.shop-filter-pill strong {
  font-size: 1rem;
  line-height: 1;
  color: rgba(62, 83, 73, 0.72);
}

.shop-filter-pill--ghost {
  background: rgba(247, 242, 234, 0.92);
}

.shop-toast {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 10000;
  max-width: min(24rem, calc(100vw - 2rem));
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(35, 48, 42, 0.08);
  background: rgba(35, 48, 42, 0.96);
  color: #fff;
  box-shadow: 0 1rem 2.4rem rgba(12, 18, 14, 0.22);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.shop-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.shop-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
}

.shop-card__media {
  position: relative;
  aspect-ratio: 1 / 1.02;
  background: linear-gradient(180deg, rgba(125, 155, 135, 0.16), rgba(247, 242, 234, 0.9));
}

.shop-card__media--placeholder::before {
  content: "";
  position: absolute;
  inset: 12% 14%;
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.18) 56%, transparent 57%),
    linear-gradient(180deg, rgba(111, 141, 120, 0.35), rgba(255, 255, 255, 0));
}

.shop-card__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  background: rgba(252, 229, 228, 0.92);
  color: #9a5b53;
  font-size: 0.8rem;
  font-weight: 600;
}

.shop-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 0.78rem 0.8rem 0.88rem;
}

.shop-card__eyebrow {
  color: rgba(62, 83, 73, 0.74);
  font-size: 0.72rem;
}

.shop-card__title {
  margin: 0.45rem 0 0;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.12;
}

.shop-card__meta {
  display: grid;
  gap: 0.15rem;
}

.shop-card__price {
  font-size: 0.84rem;
  font-weight: 700;
  color: #6e8b77;
}

.shop-card__desc {
  margin-top: 0.5rem;
  color: rgba(38, 50, 44, 0.72);
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.8rem;
}

.shop-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 0.6rem;
}

.shop-card__stock {
  margin-top: 0.28rem;
  font-size: 0.74rem;
  color: rgba(62, 83, 73, 0.68);
}

.shop-card__actions {
  justify-content: flex-end;
}

.shop-card__actions .shop-btn {
  min-height: 2rem;
  padding: 0.42rem 0.64rem;
}

.shop-loading {
  display: grid;
  gap: 0.85rem;
  padding-top: 0.25rem;
}

.shop-loading__bar {
  height: 4.5rem;
  border-radius: 1.25rem;
  background: linear-gradient(90deg, rgba(125, 155, 135, 0.13), rgba(255, 255, 255, 0.9), rgba(125, 155, 135, 0.13));
  background-size: 220% 100%;
  animation: shop-loading 1.45s linear infinite;
}

@keyframes shop-loading {
  from { background-position: 0 0; }
  to { background-position: 220% 0; }
}

.shop-error,
.shop-empty-results {
  padding: 1rem;
  border-radius: 1rem;
  color: rgba(38, 50, 44, 0.82);
}

.shop-dialog {
  width: min(60rem, calc(100vw - 2rem));
  border-radius: 1.1rem;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(18px) scale(0.98);
}

.shop-dialog::backdrop,
.shop-cart-dialog::backdrop {
  background: rgba(12, 18, 14, 0.5);
  backdrop-filter: blur(0.25rem);
  animation: shop-backdrop-in 220ms ease;
}

.shop-dialog[open],
.shop-cart-dialog[open] {
  animation: shop-dialog-in 260ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.shop-dialog__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 3;
  min-height: 2.3rem;
  padding: 0.5rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(35, 48, 42, 0.12);
  background: rgba(255, 255, 255, 0.92);
  font-weight: 700;
}

.shop-dialog__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  min-height: 22rem;
}

.shop-dialog__media {
  background: linear-gradient(180deg, rgba(125, 155, 135, 0.18), rgba(247, 242, 234, 0.9));
}

.shop-dialog__content {
  padding: clamp(1rem, 2vw, 1.35rem);
}

.shop-dialog__title {
  margin: 0.45rem 0 0;
  font-size: clamp(1.5rem, 2.7vw, 2rem);
  line-height: 1;
}

.shop-dialog__description {
  margin-top: 0.8rem;
  color: rgba(38, 50, 44, 0.78);
  line-height: 1.55;
  font-size: 0.9rem;
}

.shop-dialog__description p:last-child {
  margin-bottom: 0;
}

.shop-dialog__variant {
  margin-top: 1.05rem;
}

#shopDialogVariantSelect {
  width: 100%;
  min-height: 2.6rem;
  margin-top: 0.55rem;
  padding: 0.62rem 0.82rem;
  border-radius: 0.8rem;
  border: 1px solid rgba(35, 48, 42, 0.12);
  background: rgba(247, 242, 234, 0.8);
  color: #24322c;
}

.shop-dialog__actions {
  margin-top: 1.05rem;
}

.shop-trust-strip {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.95rem;
  padding: 0.82rem;
  border-radius: 0.8rem;
  border: 1px solid rgba(35, 48, 42, 0.08);
  background: rgba(247, 242, 234, 0.78);
}

.shop-trust-strip__item {
  position: relative;
  padding-left: 0.9rem;
  color: rgba(38, 50, 44, 0.78);
  font-size: 0.82rem;
}

.shop-trust-strip__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #809985;
}

.shop-dialog__note {
  margin: 0.8rem 0 0;
  color: rgba(38, 50, 44, 0.65);
  font-size: 0.85rem;
}

.shop-cart-dialog {
  width: min(38rem, calc(100vw - 2rem));
  border-radius: 1.05rem;
  padding: 0;
  opacity: 0;
  transform: translateY(18px) scale(0.98);
}

.shop-cart-dialog__content {
  padding: 1rem;
}

@keyframes shop-dialog-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes shop-backdrop-in {
  from {
    background: rgba(12, 18, 14, 0);
    backdrop-filter: blur(0);
  }

  to {
    background: rgba(12, 18, 14, 0.5);
    backdrop-filter: blur(0.25rem);
  }
}

.shop-cart-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.shop-cart-item {
  display: grid;
  grid-template-columns: 4.15rem minmax(0, 1fr) auto;
  gap: 0.7rem;
  align-items: center;
  padding: 0.7rem;
  border-radius: 0.85rem;
  background: rgba(247, 242, 234, 0.9);
  border: 1px solid rgba(35, 48, 42, 0.08);
}

.shop-cart-item--pending {
  box-shadow: inset 0 0 0 1px rgba(110, 139, 119, 0.16);
}

.shop-cart-item__image {
  width: 4.15rem;
  height: 4.15rem;
  object-fit: cover;
  border-radius: 0.75rem;
}

.shop-cart-item__title,
.shop-cart-item__price,
.shop-cart-total {
  font-weight: 700;
}

.shop-cart-item__variant,
.shop-cart-item__qty,
.shop-cart-empty {
  color: rgba(38, 50, 44, 0.72);
  font-size: 0.84rem;
}

.shop-cart-item__qty {
  transition: color 0.18s ease, transform 0.18s ease;
}

.shop-cart-item--pending .shop-cart-item__qty {
  color: #6e8b77;
  transform: translateY(-1px);
}

.shop-cart-item__controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.55rem;
  user-select: none;
  -webkit-user-select: none;
}

.shop-cart-item__control,
.shop-cart-item__remove {
  min-height: 1.9rem;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(35, 48, 42, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: #2a3731;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  transition:
    transform 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease;
}

.shop-cart-item__control {
  min-width: 1.9rem;
  padding-inline: 0;
  font-size: 1rem;
  line-height: 1;
}

.shop-cart-item__remove {
  background: rgba(247, 242, 234, 0.92);
}

.shop-cart-item__control:hover,
.shop-cart-item__control:focus-visible {
  transform: translateY(-1px) scale(1.04);
  border-color: rgba(110, 139, 119, 0.42);
  background: #6f8d78;
  color: #fff;
  box-shadow: 0 0.6rem 1.15rem rgba(35, 48, 42, 0.14);
  outline: none;
}

.shop-cart-item__control:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 0.2rem 0.45rem rgba(35, 48, 42, 0.12);
}

.shop-cart-item__control:disabled,
.shop-cart-item__control:disabled:hover {
  transform: none;
  border-color: rgba(35, 48, 42, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(42, 55, 49, 0.45);
  box-shadow: none;
  cursor: not-allowed;
}

.shop-cart-item__remove:hover,
.shop-cart-item__remove:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(35, 48, 42, 0.18);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0.45rem 1rem rgba(35, 48, 42, 0.08);
  outline: none;
}

.shop-cart-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.shop-cart-footer__actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 1199.98px) {
  .shop-intro__title {
    font-size: clamp(2.05rem, 4.7vw, 3.3rem);
  }

  .shop-featured__title,
  .shop-section-head h2,
  .shop-range-head h2 {
    font-size: clamp(1.7rem, 3vw, 2.3rem);
  }
}

@media (max-width: 991.98px) {
  .shop-intro__inner,
  .shop-featured,
  .shop-collections__grid,
  .shop-grid,
  .shop-dialog__layout {
    grid-template-columns: 1fr;
  }

  .shop-intro__aside {
    align-items: stretch;
    padding-top: 0;
  }

  .shop-search-shell {
    width: 100%;
  }

  .shop-featured__media {
    min-height: 18rem;
  }

  .shop-featured__bullets {
    grid-template-columns: 1fr;
  }

  .shop-range-head__row,
  .shop-filter-shell__row,
  .shop-cart-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-cart-footer__actions {
    width: 100%;
    justify-content: flex-start;
  }

  .shop-filter-shell__meta {
    justify-content: flex-start;
  }

  .shop-controls {
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-controls__divider {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .shop-intro {
    padding-top: 2.1rem;
  }

  .shop-intro__title {
    font-size: clamp(2rem, 10.5vw, 3.1rem);
  }

  .shop-section-head h2,
  .shop-range-head h2,
  .shop-featured__title,
  .shop-filter-shell h3 {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
  }

  .shop-featured,
  .shop-filter-shell,
  .shop-card,
  .shop-collection-card,
  .shop-dialog,
  .shop-cart-dialog {
    border-radius: 1rem;
  }

  .shop-featured,
  .shop-filter-shell,
  .shop-card__body,
  .shop-dialog__content,
  .shop-cart-dialog__content {
    padding: 0.9rem;
  }

  .shop-card__footer,
  .shop-cart-item {
    grid-template-columns: 1fr;
  }

  .shop-card__actions {
    width: 100%;
    justify-content: flex-start;
  }

  .shop-card__actions .shop-btn {
    flex: 1 1 0;
  }
}
