html.snfs-modal-open {
  overflow: hidden;
}

body.snfs-modal-open {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}

.snfs {
  --snfs-red: #bc0c1c;
  --snfs-red-dark: #850713;
  --snfs-gold: #dba17e;
  --snfs-gold-soft: #eed2c0;
  --snfs-cream: #fff7ea;
  --snfs-paper: #fffaf6;
  --snfs-white: #ffffff;
  --snfs-ink: #221516;
  --snfs-muted: #715f64;
  --snfs-line: rgba(219, 161, 126, .58);
  --snfs-card-shadow: 0 12px 28px rgba(45, 14, 20, .11);
  --snfs-raised-shadow: 0 18px 42px rgba(45, 14, 20, .16);
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: clamp(12px, 2.4vw, 28px);
  box-sizing: border-box;
  color: var(--snfs-ink);
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
}

.snfs *,
.snfs *::before,
.snfs *::after {
  box-sizing: border-box;
}

.snfs [hidden] {
  display: none !important;
}

.snfs button,
.snfs select,
.snfs input {
  font: inherit;
}

.snfs button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.snfs svg {
  display: block;
  width: 100%;
  height: 100%;
}

.snfs__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  margin-bottom: 10px;
}

.snfs-back,
.snfs-cart-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  border: 1px solid rgba(219, 161, 126, .7);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 7px 18px rgba(42, 16, 21, .09);
  color: var(--snfs-ink);
  font-size: 12px;
  font-weight: 900;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
  -webkit-tap-highlight-color: transparent;
}

.snfs-back:hover,
.snfs-cart-button:hover {
  transform: translateY(-1px);
  border-color: var(--snfs-gold);
  box-shadow: 0 10px 22px rgba(42, 16, 21, .13);
}

.snfs-back:active,
.snfs-cart-button:active {
  transform: translateY(0) scale(.985);
}

.snfs-back {
  padding: 8px 13px 8px 10px;
}

.snfs-back__icon {
  width: 20px;
  height: 20px;
  color: var(--snfs-red);
}

.snfs-cart-button {
  margin-left: auto;
  padding: 7px 7px 7px 12px;
}

.snfs-cart-button__icon {
  width: 17px;
  height: 17px;
  color: var(--snfs-red);
}

.snfs-cart-button b {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, #c81729, #a70818);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22);
  font-size: 11px;
}

.snfs__header,
.snfs-collection-head {
  position: relative;
  overflow: hidden;
  margin: 0 0 12px;
  padding: clamp(15px, 2.8vw, 22px);
  border: 1px solid rgba(219, 161, 126, .42);
  border-radius: 26px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255,255,255,.16), transparent 34%),
    radial-gradient(circle at 92% 110%, rgba(219,161,126,.2), transparent 36%),
    linear-gradient(135deg, var(--snfs-red), var(--snfs-red-dark));
  box-shadow: 0 18px 42px rgba(70, 0, 10, .2);
  isolation: isolate;
}

.snfs__header::after,
.snfs-collection-head::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -64px;
  top: -78px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(255,255,255,.035), 0 0 0 58px rgba(255,255,255,.025);
  pointer-events: none;
}

.snfs__eyebrow {
  display: block;
  margin: 0 0 7px;
  color: var(--snfs-red);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .18em;
  line-height: 1;
  text-transform: uppercase;
}

.snfs__header .snfs__eyebrow,
.snfs-collection-head .snfs__eyebrow {
  color: var(--snfs-gold);
}

.snfs__header h1,
.snfs-collection-head h2,
.snfs-donate h2,
.snfs-cart h2,
.snfs-product-detail h2,
.snfs-donation-step h2 {
  margin: 0;
  color: var(--snfs-ink);
  font-weight: 950;
  letter-spacing: -.04em;
}

.snfs__header h1,
.snfs-collection-head h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  text-shadow: 0 3px 12px rgba(45, 0, 8, .25);
}

.snfs__header h1 {
  max-width: 760px;
  font-size: clamp(27px, 5.7vw, 43px);
  line-height: .96;
}

.snfs__header p {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 6px 0 0;
  color: rgba(255,255,255,.84);
  font-size: clamp(13px, 2.4vw, 16px);
  font-weight: 700;
  line-height: 1.4;
}

.snfs-collection-head {
  margin-top: 2px;
  padding-block: clamp(18px, 3vw, 24px);
}

.snfs-collection-head h2 {
  font-size: clamp(29px, 6vw, 44px);
  line-height: .96;
}

.snfs__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.snfs-tile {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(219, 161, 126, .75);
  border-radius: 20px;
  background: var(--snfs-paper);
  box-shadow: var(--snfs-card-shadow);
  text-align: left;
  transform: translateZ(0);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  -webkit-tap-highlight-color: transparent;
}

.snfs-tile::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
  pointer-events: none;
}

.snfs-tile:hover {
  z-index: 2;
  transform: translateY(-3px);
  border-color: var(--snfs-gold);
  box-shadow: var(--snfs-raised-shadow);
}

.snfs-tile:active {
  transform: translateY(-1px) scale(.99);
}

.snfs-tile__media {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  padding: clamp(3px, .8vw, 7px);
  background:
    radial-gradient(circle at 50% 35%, rgba(255,255,255,.98), rgba(255,250,246,.88) 54%, rgba(239,219,207,.72));
}

.snfs-tile__media::after {
  content: "";
  position: absolute;
  inset: auto 8% 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(188,12,28,.2), transparent);
  pointer-events: none;
}

.snfs-tile__art {
  position: absolute;
  inset: 0;
  display: block;
  background-repeat: no-repeat;
  filter: drop-shadow(0 8px 12px rgba(40, 16, 21, .09));
  transition: filter .22s ease;
}

.snfs-tile:hover .snfs-tile__art {
  filter: drop-shadow(0 11px 16px rgba(40, 16, 21, .13));
}

.snfs-tile__fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background:
    radial-gradient(circle at 25% 0%, rgba(255,255,255,.14), transparent 38%),
    linear-gradient(145deg, var(--snfs-red), var(--snfs-red-dark));
  color: var(--snfs-gold);
}

.snfs-tile__fallback svg {
  width: 54px;
  height: 54px;
}

.snfs-tile__label {
  position: relative;
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  padding: 11px 11px 11px 14px;
  border-top: 1px solid rgba(219,161,126,.42);
  background: linear-gradient(180deg, #fffdfb, var(--snfs-paper));
  color: var(--snfs-ink);
}

.snfs-tile__label strong {
  min-width: 0;
  font-size: clamp(14px, 3.55vw, 18px);
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: -.025em;
}

.snfs-tile__arrow,
.snfs-button__arrow {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.snfs-tile__arrow {
  width: 29px;
  height: 29px;
  padding: 5px;
  border: 1px solid #8f0714;
  border-radius: 999px;
  background: linear-gradient(180deg, #c81729, #a70818);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.23), 0 5px 12px rgba(188,12,28,.18);
}

.snfs-button__arrow {
  width: 18px;
  height: 18px;
  margin-left: 2px;
}

.snfs-tile:focus-visible,
.snfs-product:focus-visible,
.snfs-primary:focus-visible,
.snfs-back:focus-visible,
.snfs-cart-button:focus-visible,
.snfs-modal__close:focus-visible,
.snfs-retry:focus-visible,
.snfs-color-choice:focus-visible,
.snfs-size-choice:focus-visible {
  outline: 3px solid rgba(188, 12, 28, .3);
  outline-offset: 3px;
}

.snfs__notice {
  padding: 17px;
  border: 1px solid rgba(188, 12, 28, .24);
  border-radius: 17px;
  background: linear-gradient(145deg, #fff8f5, #fff1ef);
  color: #6a1821;
  box-shadow: 0 8px 20px rgba(55, 14, 20, .06);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.snfs__notice p {
  margin: 0;
}

.snfs-retry {
  min-height: 36px;
  margin-top: 12px;
  padding: 7px 14px;
  border: 1px solid rgba(188,12,28,.55);
  border-radius: 999px;
  background: #fff;
  color: var(--snfs-red);
  font-size: 12px;
  font-weight: 900;
}

.snfs-donate {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 11px;
  margin-top: 11px;
  padding: 13px 15px;
  overflow: hidden;
  border: 1px solid rgba(219,161,126,.67);
  border-radius: 21px;
  background:
    radial-gradient(circle at 100% 0%, rgba(188,12,28,.07), transparent 32%),
    linear-gradient(145deg, #fffefc, #fff5ee);
  box-shadow: var(--snfs-card-shadow);
}

.snfs-donate::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, var(--snfs-gold), var(--snfs-red));
}

.snfs-donate::after {
  content: "";
  position: absolute;
  right: -46px;
  top: -65px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(188,12,28,.07);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(188,12,28,.025);
  pointer-events: none;
}

.snfs-donate__icon,
.snfs-donation-modal__icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(219,161,126,.9);
  background: linear-gradient(145deg, #c91628, #910817);
  color: var(--snfs-gold);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 8px 18px rgba(188,12,28,.2);
}

.snfs-donate__icon {
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 14px;
}

.snfs-donate__intro {
  position: relative;
  z-index: 1;
  min-width: 0;
  align-self: center;
}

.snfs-donate h2 {
  font-size: 20px;
  line-height: 1.03;
}

.snfs-donate p {
  margin: 5px 0 0;
  color: var(--snfs-muted);
  font-size: 12.5px;
  line-height: 1.38;
}

.snfs-donate__widget {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  min-width: 0;
}

.snfs-donate__widget givebutter-widget {
  display: block;
  width: 100%;
  min-height: 46px;
}

.snfs-donate__widget iframe,
.snfs-donation-step--form iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
  border-radius: 15px;
}

.snfs-primary {
  display: flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 15px;
  border: 1px solid #8f0714;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), transparent 44%),
    linear-gradient(180deg, #c81729, #a70818);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 9px 18px rgba(188,12,28,.2);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .005em;
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
  -webkit-tap-highlight-color: transparent;
}

.snfs-primary:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 12px 22px rgba(188,12,28,.25);
  filter: saturate(1.04);
}

.snfs-primary:active:not(:disabled) {
  transform: translateY(0) scale(.99);
}

.snfs-primary:disabled {
  opacity: .45;
  cursor: not-allowed;
  box-shadow: none;
}

.snfs-products,
.snfs-loading {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.snfs-product {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(219,161,126,.65);
  border-radius: 19px;
  background: #fff;
  box-shadow: var(--snfs-card-shadow);
  text-align: left;
  transition: transform .17s ease, box-shadow .17s ease, border-color .17s ease;
  -webkit-tap-highlight-color: transparent;
}

.snfs-product:hover {
  transform: translateY(-2px);
  border-color: var(--snfs-gold);
  box-shadow: var(--snfs-raised-shadow);
}

.snfs-product:active {
  transform: translateY(0) scale(.99);
}

.snfs-product__image {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: clamp(5px, 1vw, 10px);
  overflow: hidden;
  background: radial-gradient(circle at 50% 38%, #fff, #fff8f3 62%, #f0dfd4);
}

.snfs-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .22s ease;
}

.snfs-product:hover .snfs-product__image img {
  transform: scale(1.025);
}

.snfs-product__body {
  display: flex;
  min-height: 70px;
  flex-direction: column;
  justify-content: space-between;
  gap: 7px;
  padding: 11px 12px 12px;
  border-top: 1px solid rgba(219,161,126,.38);
  background: linear-gradient(180deg, #fff, #fffaf7);
}

.snfs-product__body strong {
  color: var(--snfs-ink);
  font-size: 13.5px;
  font-weight: 900;
  line-height: 1.18;
}

.snfs-product__body em {
  color: var(--snfs-red);
  font-size: 12.5px;
  font-style: normal;
  font-weight: 950;
}

.snfs-product__placeholder,
.snfs-product-detail__placeholder,
.snfs-cart-item__placeholder {
  display: grid;
  place-items: center;
  color: rgba(188,12,28,.36);
}

.snfs-product__placeholder {
  width: 100%;
  height: 100%;
}

.snfs-product__placeholder svg {
  width: 46px;
  height: 46px;
}

.snfs-loading i {
  display: block;
  aspect-ratio: .78 / 1;
  border-radius: 19px;
  background: linear-gradient(90deg, #f5e8df 25%, #fff8f3 50%, #f5e8df 75%);
  background-size: 200% 100%;
  animation: snfs-shimmer 1.25s infinite;
}

@keyframes snfs-shimmer {
  to { background-position: -200% 0; }
}

.snfs-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: grid;
  place-items: center;
  padding: 16px;
  background: rgba(23, 8, 12, .66);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  overscroll-behavior: contain;
}

.snfs-overlay[hidden] {
  display: none !important;
}

.snfs-modal {
  position: relative;
  display: flex;
  width: min(100%, 820px);
  max-height: min(92vh, 880px);
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(219,161,126,.9);
  border-radius: 26px;
  background: var(--snfs-paper);
  box-shadow: 0 28px 90px rgba(20,4,7,.44);
}

.snfs-modal::before,
.snfs-donation-modal::before,
.snfs-cart::before {
  content: "";
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--snfs-red-dark), var(--snfs-gold), var(--snfs-red));
  pointer-events: none;
}

.snfs-modal > [data-product-detail] {
  min-height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.snfs-modal__close {
  position: absolute;
  z-index: 10;
  right: 13px;
  top: 13px;
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  padding: 0 0 2px;
  border: 1px solid rgba(219,161,126,.9);
  border-radius: 999px;
  background: rgba(255,250,246,.98);
  box-shadow: 0 7px 20px rgba(32,11,16,.22);
  color: var(--snfs-ink);
  font-size: 28px;
  line-height: 1;
  transition: transform .15s ease, box-shadow .15s ease;
}

.snfs-modal__close:hover {
  transform: scale(1.04);
  box-shadow: 0 9px 24px rgba(32,11,16,.27);
}

.snfs-product-detail {
  display: grid;
}

.snfs-product-detail__image {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  min-height: 0;
  padding: clamp(10px, 2vw, 20px);
  overflow: hidden;
  background: radial-gradient(circle at 50% 38%, #fff, #fff8f3 60%, #ead6c9);
}

.snfs-product-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.snfs-product-detail__placeholder {
  width: 100%;
  height: 100%;
}

.snfs-product-detail__placeholder svg {
  width: 72px;
  height: 72px;
}

.snfs-product-detail__content {
  padding: 20px;
}

.snfs-product-detail h2 {
  padding-right: 38px;
  font-size: clamp(25px, 5vw, 34px);
  line-height: .98;
}

.snfs-product-detail__price {
  margin: 9px 0 17px;
  color: var(--snfs-red);
  font-size: 19px;
  font-weight: 950;
}

.snfs-field {
  display: block;
  margin: 0 0 14px;
}

.snfs-field > span,
.snfs-option-group legend {
  display: block;
  margin-bottom: 7px;
  color: #514349;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.snfs-field select {
  width: 100%;
  min-height: 46px;
  padding: 9px 38px 9px 12px;
  border: 1px solid rgba(219,161,126,.9);
  border-radius: 12px;
  background: #fff;
  color: var(--snfs-ink);
  font-weight: 800;
}

.snfs-option-group {
  min-width: 0;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
}

.snfs-option-group legend {
  width: 100%;
  padding: 0;
}

.snfs-color-options,
.snfs-size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.snfs-color-choice {
  display: flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  padding: 7px 11px 7px 7px;
  border: 1px solid #dec4b5;
  border-radius: 999px;
  background: #fff;
  color: var(--snfs-ink);
  box-shadow: 0 3px 7px rgba(42,17,22,.04);
  font-size: 12px;
  font-weight: 900;
}

.snfs-color-choice:hover:not(:disabled),
.snfs-size-choice:hover:not(:disabled) {
  border-color: #b97a57;
}

.snfs-color-choice.is-selected {
  border-color: var(--snfs-red);
  background: #fff8f6;
  box-shadow: 0 0 0 2px rgba(188,12,28,.13);
}

.snfs-color-choice:disabled,
.snfs-size-choice:disabled {
  opacity: .4;
  cursor: not-allowed;
  text-decoration: line-through;
}

.snfs-color-swatch {
  display: block;
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  border: 1px solid rgba(35,18,23,.2);
  border-radius: 50%;
  background: var(--snfs-swatch);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.55);
}

.snfs-color-swatch--empty {
  background: linear-gradient(135deg, #f5e6dd 0 45%, #d9b9a6 45% 55%, #fff 55%);
}

.snfs-size-choice {
  display: grid;
  place-items: center;
  min-width: 48px;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid #dec4b5;
  border-radius: 11px;
  background: #fff;
  color: var(--snfs-ink);
  font-size: 12px;
  font-weight: 950;
}

.snfs-size-choice.is-selected {
  border-color: var(--snfs-red);
  background: var(--snfs-red);
  color: #fff;
  box-shadow: 0 6px 13px rgba(188,12,28,.2);
}

.snfs-size-choice:disabled {
  background: #f3ece8;
}

.snfs-option-hint {
  margin: 7px 0 0;
  color: var(--snfs-muted);
  font-size: 11px;
  line-height: 1.35;
}

.snfs-stepper {
  display: grid;
  grid-template-columns: 42px 58px 42px;
  width: max-content;
  overflow: hidden;
  border: 1px solid rgba(219,161,126,.9);
  border-radius: 12px;
  background: #fff;
}

.snfs-stepper button {
  border: 0;
  background: #fff5ee;
  color: var(--snfs-red);
  font-size: 20px;
  font-weight: 900;
}

.snfs-stepper input {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-left: 1px solid #ead4c6;
  border-right: 1px solid #ead4c6;
  text-align: center;
  font-weight: 900;
  -moz-appearance: textfield;
}

.snfs-stepper input::-webkit-inner-spin-button {
  display: none;
}

.snfs-product-detail__description {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #eadbd2;
  color: var(--snfs-muted);
  font-size: 13px;
  line-height: 1.55;
}

.snfs-product-detail__description p:first-child {
  margin-top: 0;
}

.snfs-product-detail__description a {
  color: var(--snfs-red);
  font-weight: 800;
}

.snfs-product-detail__loading {
  display: grid;
  min-height: 300px;
  place-items: center;
  align-content: center;
  gap: 11px;
  color: var(--snfs-muted);
  font-weight: 800;
}

.snfs-product-detail__loading i {
  width: 32px;
  height: 32px;
  border: 3px solid #efd9cc;
  border-top-color: var(--snfs-red);
  border-radius: 50%;
  animation: snfs-spin .8s linear infinite;
}

.snfs-product-load-error {
  padding: 72px 18px 24px;
}

@keyframes snfs-spin {
  to { transform: rotate(360deg); }
}

.snfs-overlay--drawer {
  display: block;
  padding: 0;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.snfs-overlay__scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(23,8,12,.6);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.snfs-cart {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  width: min(92vw, 440px);
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-left: 1px solid rgba(219,161,126,.85);
  background: var(--snfs-paper);
  box-shadow: -22px 0 64px rgba(20,4,7,.3);
}

.snfs-cart > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 18px 17px;
  border-bottom: 1px solid #eadbd2;
  background: linear-gradient(180deg, #fffdfb, var(--snfs-paper));
}

.snfs-cart h2 {
  font-size: 27px;
}

.snfs-cart > header > button {
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  padding-bottom: 2px;
  border: 1px solid rgba(219,161,126,.8);
  border-radius: 999px;
  background: #fff;
  color: var(--snfs-ink);
  font-size: 24px;
}

.snfs-cart__items {
  flex: 1;
  overflow: auto;
  padding: 10px 14px;
}

.snfs-cart__empty {
  display: grid;
  flex: 1;
  place-items: center;
  padding: 30px;
  color: var(--snfs-muted);
  text-align: center;
  font-weight: 800;
}

.snfs-cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0,1fr) auto;
  gap: 11px;
  align-items: center;
  padding: 11px 28px 11px 0;
  border-bottom: 1px solid #eadbd2;
}

.snfs-cart-item img,
.snfs-cart-item__placeholder {
  width: 72px;
  height: 72px;
  border: 1px solid rgba(219,161,126,.4);
  border-radius: 13px;
  background: radial-gradient(circle at 50% 38%, #fff, #f2e4da);
  object-fit: contain;
}

.snfs-cart-item__placeholder {
  padding: 18px;
}

.snfs-cart-item > div:nth-child(2) {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.snfs-cart-item strong {
  font-size: 13px;
  line-height: 1.17;
}

.snfs-cart-item span {
  color: var(--snfs-muted);
  font-size: 11px;
}

.snfs-cart-item em {
  color: var(--snfs-red);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.snfs-qty {
  display: grid;
  grid-template-columns: 27px 25px 27px;
  align-items: center;
  overflow: hidden;
  border: 1px solid #e4c9ba;
  border-radius: 10px;
}

.snfs-qty button {
  height: 29px;
  border: 0;
  background: #fff4ec;
  color: var(--snfs-red);
  font-weight: 950;
}

.snfs-qty b {
  text-align: center;
  font-size: 11px;
}

.snfs-cart-item__remove {
  position: absolute;
  right: 0;
  top: 9px;
  border: 0;
  background: transparent;
  color: #957f85;
  font-size: 19px;
}

.snfs-cart > footer {
  padding: 15px 18px max(19px, env(safe-area-inset-bottom));
  border-top: 1px solid #eadbd2;
  background: #fff;
  box-shadow: 0 -8px 24px rgba(45,14,20,.05);
}

.snfs-cart__subtotal {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 15px;
}

.snfs-cart > footer small {
  display: block;
  margin-top: 9px;
  color: var(--snfs-muted);
  text-align: center;
  font-size: 10.5px;
}

.snfs-toast {
  position: fixed;
  z-index: 1000001;
  left: 50%;
  bottom: max(22px, env(safe-area-inset-bottom));
  max-width: calc(100vw - 28px);
  transform: translateX(-50%);
  padding: 11px 16px;
  border: 1px solid rgba(219,161,126,.9);
  border-radius: 999px;
  background: #24191d;
  color: #fff;
  box-shadow: 0 14px 34px rgba(20,4,7,.32);
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}

.snfs-donation-overlay {
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.snfs-donation-modal {
  position: relative;
  width: min(100%, 560px);
  max-height: min(92vh, 820px);
  overflow: auto;
  padding: 31px;
  border: 1px solid rgba(219,161,126,.88);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(188,12,28,.055), transparent 32%),
    var(--snfs-paper);
  box-shadow: 0 28px 90px rgba(36,13,17,.38);
}

.snfs-donation-step {
  text-align: center;
}

.snfs-donation-step h2 {
  max-width: 460px;
  margin: 8px auto 11px;
  color: #24191d;
  font-size: clamp(25px, 5vw, 31px);
  line-height: 1.04;
}

.snfs-donation-step > p {
  max-width: 450px;
  margin: 0 auto 15px;
  color: var(--snfs-muted);
  font-size: 14px;
  line-height: 1.48;
}

.snfs-donation-modal__icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  padding: 12px;
  border-radius: 16px;
}

.snfs-donation-notes {
  margin: 18px 0;
  padding: 15px;
  text-align: left;
  border: 1px solid rgba(219,161,126,.65);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(45,14,20,.055);
}

.snfs-donation-notes p {
  position: relative;
  margin: 0;
  padding-left: 23px;
  color: #4e363b;
  font-size: 13px;
  line-height: 1.45;
}

.snfs-donation-notes p::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: rgba(188,12,28,.1);
  color: var(--snfs-red);
  font-size: 11px;
  font-weight: 950;
}

.snfs-donation-notes p + p {
  margin-top: 11px;
}

.snfs-donation-reassurance {
  font-size: 12px !important;
}

.snfs-donation-step .snfs-primary {
  width: 100%;
}

.snfs-donation-back {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 15px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8e1420;
  font-weight: 850;
}

.snfs-donation-back span {
  width: 20px;
  height: 20px;
}

.snfs-donation-step--form {
  min-height: 160px;
  text-align: left;
}

.snfs-donation-step--form givebutter-widget {
  display: block;
  width: 100%;
  min-height: 56px;
}

@media (min-width: 700px) {
  .snfs__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
  }

  .snfs-products,
  .snfs-loading {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
  }

  .snfs-product-detail {
    grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr);
  }

  .snfs-product-detail__content {
    padding: 29px;
  }

  .snfs-donate {
    grid-template-columns: 54px minmax(0, 1fr) minmax(230px, 320px);
    align-items: center;
    padding: 17px 18px;
  }

  .snfs-donate__icon {
    width: 49px;
    height: 49px;
    padding: 11px;
  }

  .snfs-donate__widget {
    grid-column: auto;
  }
}

@media (min-width: 1000px) {
  .snfs-products,
  .snfs-loading {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .snfs {
    padding: 6px 10px 14px;
  }

  .snfs__topbar {
    min-height: 34px;
    margin-bottom: 5px;
  }

  .snfs__header,
  .snfs-collection-head {
    margin-bottom: 8px;
    padding: 11px 14px 12px;
    border-radius: 19px;
  }

  .snfs__header h1 {
    font-size: clamp(25px, 7.2vw, 32px);
  }

  .snfs__header p {
    margin-top: 4px;
    font-size: 11.5px;
    line-height: 1.25;
  }

  .snfs-collection-head h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .snfs__grid {
    gap: 8px;
  }

  .snfs-tile {
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(36,13,17,.12);
  }

  .snfs-tile__media {
    aspect-ratio: 1.48 / 1;
    padding: 0;
  }

  .snfs-tile__label {
    min-height: 46px;
    padding: 8px 8px 8px 10px;
  }

  .snfs-tile__label strong {
    font-size: clamp(13px, 3.8vw, 15px);
  }

  .snfs-tile__arrow {
    width: 26px;
    height: 26px;
    padding: 4px;
  }

  .snfs-donate {
    margin-top: 8px;
    padding: 11px 12px;
    grid-template-columns: 39px minmax(0,1fr);
    gap: 9px;
  }

  .snfs-donate__icon {
    width: 36px;
    height: 36px;
    padding: 8px;
    border-radius: 11px;
  }

  .snfs-donate h2 {
    font-size: 17px;
  }

  .snfs-donate p {
    font-size: 11.5px;
  }

  .snfs-products,
  .snfs-loading {
    gap: 9px;
  }

  .snfs-product {
    border-radius: 16px;
  }

  .snfs-product__body {
    min-height: 66px;
    padding: 9px;
  }

  .snfs-product__body strong {
    font-size: 12px;
  }

  .snfs-product__body em {
    font-size: 11.5px;
  }

  .snfs-overlay {
    display: flex;
    align-items: stretch;
    padding: 0;
    background: var(--snfs-paper);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .snfs-modal {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    max-height: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .snfs-modal > [data-product-detail] {
    padding-bottom: max(12px, env(safe-area-inset-bottom));
  }

  .snfs-modal__close {
    position: fixed;
    right: max(12px, env(safe-area-inset-right));
    top: max(12px, env(safe-area-inset-top));
    width: 44px;
    height: 44px;
    background: rgba(255,250,246,.98);
  }

  .snfs-product-detail__content {
    padding: 17px 14px 22px;
  }

  .snfs-product-detail h2 {
    font-size: 27px;
  }

  .snfs-color-options,
  .snfs-size-options {
    gap: 6px;
  }

  .snfs-color-choice {
    min-height: 37px;
    padding: 5px 9px 5px 6px;
    font-size: 11.5px;
  }

  .snfs-color-swatch {
    width: 21px;
    height: 21px;
    flex-basis: 21px;
  }

  .snfs-size-choice {
    min-width: 44px;
    min-height: 39px;
    padding: 6px 9px;
  }

  .snfs-cart {
    width: min(95vw, 420px);
  }

  .snfs-donation-overlay {
    align-items: stretch;
    padding: 0;
  }

  .snfs-donation-modal {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    max-height: none;
    padding: max(72px, calc(env(safe-area-inset-top) + 66px)) 16px max(22px, env(safe-area-inset-bottom));
    border: 0;
    border-radius: 0;
  }

  .snfs-donation-step h2 {
    font-size: 25px;
  }

  .snfs-donation-notes {
    padding: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .snfs *,
  .snfs *::before,
  .snfs *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* v0.3.15: collection art is rendered as an inline background layer instead
   of an <img>. This avoids theme image rules and stale object-fit overrides. */
.snfs .snfs-tile__art {
  z-index: 1;
  pointer-events: none;
  transform: none !important;
  opacity: 1;
}

.snfs .snfs-tile__media {
  isolation: isolate;
}

.snfs .snfs-tile__media::after {
  z-index: 2;
}

/* v0.3.18 — Product imagery now uses background-art layers instead of <img>
   elements. This prevents theme image rules from overriding the storefront and
   gives each product family a real safe area around Fourthwall's uneven mockup
   canvases. */
.snfs .snfs-product {
  --snfs-card-art-top: 3%;
  --snfs-card-art-right: 3%;
  --snfs-card-art-bottom: 5%;
  --snfs-card-art-left: 3%;
  --snfs-card-art-x: 0px;
  --snfs-card-art-y: 0px;
  --snfs-card-art-scale: 1;
}

.snfs .snfs-product--shirt,
.snfs .snfs-product--hoodie {
  --snfs-card-art-top: 1%;
  --snfs-card-art-right: 2%;
  --snfs-card-art-bottom: 2%;
  --snfs-card-art-left: 2%;
}

.snfs .snfs-product--cap {
  --snfs-card-art-top: -3%;
  --snfs-card-art-right: 5%;
  --snfs-card-art-bottom: 7%;
  --snfs-card-art-left: 5%;
}

.snfs .snfs-product--beanie {
  --snfs-card-art-top: -2%;
  --snfs-card-art-right: 6%;
  --snfs-card-art-bottom: 7%;
  --snfs-card-art-left: 6%;
}

.snfs .snfs-product--sticker {
  --snfs-card-art-top: 10%;
  --snfs-card-art-right: 10%;
  --snfs-card-art-bottom: 10%;
  --snfs-card-art-left: 10%;
}

.snfs .snfs-product--drinkware {
  --snfs-card-art-top: -1%;
  --snfs-card-art-right: 5%;
  --snfs-card-art-bottom: 7%;
  --snfs-card-art-left: 5%;
}

.snfs .snfs-product--flag {
  --snfs-card-art-top: 8%;
  --snfs-card-art-right: 8%;
  --snfs-card-art-bottom: 8%;
  --snfs-card-art-left: 8%;
}

.snfs .snfs-product--other {
  --snfs-card-art-top: 6%;
  --snfs-card-art-right: 6%;
  --snfs-card-art-bottom: 7%;
  --snfs-card-art-left: 6%;
}

.snfs .snfs-product__image {
  position: relative;
  isolation: isolate;
  padding: 0 !important;
}

.snfs .snfs-product__art {
  position: absolute;
  z-index: 1;
  top: var(--snfs-card-art-top);
  right: var(--snfs-card-art-right);
  bottom: var(--snfs-card-art-bottom);
  left: var(--snfs-card-art-left);
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: drop-shadow(0 8px 12px rgba(40,16,21,.08));
  pointer-events: none;
  transform: translate3d(var(--snfs-card-art-x), var(--snfs-card-art-y), 0) scale(var(--snfs-card-art-scale));
  transform-origin: center;
}

.snfs .snfs-product-detail {
  --snfs-detail-art-top: 4%;
  --snfs-detail-art-right: 6%;
  --snfs-detail-art-bottom: 8%;
  --snfs-detail-art-left: 6%;
  --snfs-detail-art-x: 0px;
  --snfs-detail-art-y: 0px;
  --snfs-detail-art-scale: 1;
}

.snfs .snfs-product-detail--shirt,
.snfs .snfs-product-detail--hoodie {
  --snfs-detail-art-top: 1%;
  --snfs-detail-art-right: 4%;
  --snfs-detail-art-bottom: 5%;
  --snfs-detail-art-left: 4%;
}

.snfs .snfs-product-detail--cap {
  --snfs-detail-art-top: -8%;
  --snfs-detail-art-right: 8%;
  --snfs-detail-art-bottom: 10%;
  --snfs-detail-art-left: 8%;
}

.snfs .snfs-product-detail--beanie {
  --snfs-detail-art-top: -7%;
  --snfs-detail-art-right: 10%;
  --snfs-detail-art-bottom: 9%;
  --snfs-detail-art-left: 10%;
}

.snfs .snfs-product-detail--sticker {
  --snfs-detail-art-top: 10%;
  --snfs-detail-art-right: 12%;
  --snfs-detail-art-bottom: 12%;
  --snfs-detail-art-left: 12%;
}

.snfs .snfs-product-detail--drinkware {
  --snfs-detail-art-top: -7%;
  --snfs-detail-art-right: 8%;
  --snfs-detail-art-bottom: 11%;
  --snfs-detail-art-left: 8%;
}

.snfs .snfs-product-detail--flag {
  --snfs-detail-art-top: 8%;
  --snfs-detail-art-right: 8%;
  --snfs-detail-art-bottom: 9%;
  --snfs-detail-art-left: 8%;
}

.snfs .snfs-product-detail--other {
  --snfs-detail-art-top: 7%;
  --snfs-detail-art-right: 8%;
  --snfs-detail-art-bottom: 9%;
  --snfs-detail-art-left: 8%;
}

.snfs .snfs-product-detail__image {
  position: relative;
  isolation: isolate;
  padding: 0 !important;
}

.snfs .snfs-product-detail__art {
  position: absolute;
  z-index: 1;
  top: var(--snfs-detail-art-top);
  right: var(--snfs-detail-art-right);
  bottom: var(--snfs-detail-art-bottom);
  left: var(--snfs-detail-art-left);
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: drop-shadow(0 10px 18px rgba(40,16,21,.08));
  pointer-events: none;
  transform: translate3d(var(--snfs-detail-art-x), var(--snfs-detail-art-y), 0) scale(var(--snfs-detail-art-scale));
  transform-origin: center;
}

@media (max-width: 600px) {
  .snfs .snfs-product-detail__image {
    width: 100%;
    height: clamp(250px, 72vw, 330px);
    aspect-ratio: auto;
  }

  .snfs .snfs-product-detail__content {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(219, 161, 126, .42);
    background: linear-gradient(180deg, #fffaf6, #fff7f0);
  }
}

/* v0.3.19 — Product gallery. The existing product-family safe-area variables
   remain unchanged and apply to every gallery view, so additional mockups use
   the exact same proven containment/cropping system as the primary image. */
.snfs .snfs-product-gallery {
  position: relative;
  min-width: 0;
  background: linear-gradient(180deg, #fffdfb, #fff7f1);
}

.snfs .snfs-product-gallery .snfs-product-detail__image {
  width: 100%;
}

.snfs .snfs-gallery-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(219, 161, 126, .68);
  border-radius: 50%;
  background: rgba(255, 253, 250, .9);
  box-shadow: 0 7px 18px rgba(52, 17, 22, .12);
  color: #ba0c21;
  font: 400 32px/36px Arial, sans-serif;
  text-align: center;
  transform: translateY(-50%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.snfs .snfs-gallery-arrow--prev { left: 14px; }
.snfs .snfs-gallery-arrow--next { right: 14px; }
.snfs .snfs-gallery-arrow:hover,
.snfs .snfs-gallery-arrow:focus-visible {
  background: #fff;
  box-shadow: 0 9px 24px rgba(52, 17, 22, .17);
  outline: 2px solid rgba(186, 12, 33, .28);
  outline-offset: 2px;
}

.snfs .snfs-gallery-dots {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  min-height: 25px;
  margin: -2px 0 0;
  padding: 3px 12px 6px;
  background: linear-gradient(180deg, rgba(255,250,246,.1), #fffaf6 72%);
}

.snfs .snfs-gallery-dots button {
  display: grid;
  place-items: center;
  width: 24px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.snfs .snfs-gallery-dots button span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(91, 54, 58, .27);
  box-shadow: inset 0 0 0 1px rgba(91, 54, 58, .1);
  transition: width .18s ease, background .18s ease, box-shadow .18s ease;
}

.snfs .snfs-gallery-dots button.is-selected span {
  width: 20px;
  background: #c60c24;
  box-shadow: 0 3px 8px rgba(198, 12, 36, .22);
}

.snfs .snfs-gallery-dots button:focus-visible {
  outline: 2px solid rgba(186, 12, 33, .3);
  outline-offset: 0;
  border-radius: 999px;
}

.snfs .snfs-gallery-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 600px) {
  .snfs .snfs-product-gallery .snfs-product-detail__image {
    height: clamp(250px, 72vw, 330px);
  }

  .snfs .snfs-gallery-arrow {
    width: 36px;
    height: 36px;
    font-size: 28px;
    line-height: 31px;
    opacity: .86;
  }

  .snfs .snfs-gallery-arrow--prev { left: 9px; }
  .snfs .snfs-gallery-arrow--next { right: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .snfs .snfs-gallery-dots button span { transition: none; }
}


/* v0.3.20 — Shareable product deep links. */
.snfs .snfs-product-detail__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.snfs .snfs-product-detail__heading > div {
  min-width: 0;
}

.snfs .snfs-product-detail__heading h2 {
  margin-bottom: 0;
}

.snfs .snfs-product-share {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  margin-top: 1px;
  padding: 9px 13px;
  border: 1px solid rgba(188, 12, 28, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #a80c1b;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(74, 12, 18, .09), inset 0 1px 0 rgba(255, 255, 255, .9);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.snfs .snfs-product-share svg {
  width: 19px;
  height: 19px;
}

.snfs .snfs-product-share:hover,
.snfs .snfs-product-share:focus-visible {
  background: #fff;
  box-shadow: 0 10px 24px rgba(74, 12, 18, .14), inset 0 1px 0 #fff;
  transform: translateY(-1px);
  outline: none;
}

.snfs .snfs-product-share:active {
  transform: translateY(0) scale(.98);
}

@media (max-width: 520px) {
  .snfs .snfs-product-detail__heading {
    gap: 10px;
  }

  .snfs .snfs-product-share {
    min-width: 44px;
    width: 44px;
    height: 44px;
    padding: 0;
  }

  .snfs .snfs-product-share span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
