/** Shopify CDN: Minification failed

Line 167:0 Unexpected "<"

**/
* {
  box-sizing: border-box;
  margin: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100svh;
  font-family: var(--font-primary--family);
  font-style: var(--font-primary--style);
  font-weight: var(--font-primary--weight);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  background-color: var(--color-background);
  color: var(--color-foreground);
}

html:has(dialog[scroll-lock][open], details[scroll-lock][open]) {
  overflow: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
select,
button {
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  background: transparent;
  border-radius: var(--style-border-radius-inputs);
}

select {
  background-color: var(--color-background);
  color: currentcolor;
}

dialog {
  background-color: var(--color-background);
  color: var(--color-foreground);
  border: 0;
}

p {
  text-wrap: pretty;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  font-weight: 400;
}

p:empty {
  display: none;
}

:is(p, h1, h2, h3, h4, h5, h6):first-child,
:empty:first-child + :where(p, h1, h2, h3, h4, h5, h6) {
  margin-block-start: 0;
}

:is(p, h1, h2, h3, h4, h5, h6):last-child,
:where(p, h1, h2, h3, h4, h5, h6) + :has(+ :empty:last-child) {
  margin-block-end: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.4s var(--ease);
}

a:hover {
  opacity: 0.55;
}

button {
  cursor: pointer;
  border: 0;
  padding: 0;
  transition: opacity 0.4s var(--ease);
}

button:hover {
  opacity: 0.55;
}

.skip-link {
  position: absolute;
  left: var(--page-margin);
  top: -100%;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--color-foreground);
  color: var(--color-background);
}

.skip-link:focus {
  top: 0.5rem;
}

.shopify-section {
  --content-width: min(
    calc(var(--page-width) - var(--page-margin) * 2),
    calc(100% - var(--page-margin) * 2)
  );
  --content-margin: minmax(var(--page-margin), 1fr);
  --content-grid: var(--content-margin) var(--content-width) var(--content-margin);
  position: relative;
  grid-template-columns: var(--content-grid);
  display: grid;
  width: 100%;
}

.shopify-section > * {
  grid-column: 2;
  min-width: 0;
}

.shopify-section > .full-width {
  grid-column: 1 / -1;
}

.shopify-section-group-header-group {
  display: block;
  position: relative;
  z-index: 40;
}

.shopify-section-group-header-group .shopify-section {
  display: block;
}

.shopify-section-group-footer-group .shopify-section {
  display: block;
}

<body:not(.template-index):not(.template-password):not(.template-collection-line) {
  padding-top: var(--header-height);
}

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

.u-label {
  font-size: 0.6875rem;
  letter-spacing: var(--tracking-nav);
  text-transform: uppercase;
}

.media-placeholder {
  width: 100%;
  height: 100%;
  min-height: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    var(--color-media);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0 1.25rem;
  border: 1px solid var(--color-foreground);
  background: transparent;
  color: var(--color-foreground);
  letter-spacing: var(--tracking-nav);
  text-transform: uppercase;
  font-size: 0.6875rem;
}

.btn:hover {
  opacity: 1;
  background: var(--color-foreground);
  color: var(--color-background);
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--color-border);
  border-radius: 0;
  padding: 0.65rem 0;
  outline: none;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-bottom-color: var(--color-foreground);
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-width: 0;
  width: 100%;
}

.product-card__media {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--color-media);
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}

.product-card:hover .product-card__media img {
  transform: scale(1.03);
}

.product-card:hover {
  opacity: 1;
}

.product-card__vendor {
  color: var(--color-muted);
  font-size: 0.625rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.product-card__title {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.product-card__price {
  color: var(--color-muted);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
}

.product-card__price s {
  margin-right: 0.4rem;
  opacity: 0.6;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  padding: 3rem 0 1rem;
  letter-spacing: var(--tracking-nav);
  text-transform: uppercase;
  font-size: 0.6875rem;
}

.pagination .page,
.pagination .prev,
.pagination .next,
.pagination .deco {
  color: var(--color-muted);
}

.pagination .current {
  color: var(--color-foreground);
}

.site-search {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  background: var(--color-background);
}

.site-search::backdrop {
  background: rgba(48, 48, 48, 0.62);
}

#MainContent {
  flex: 1 0 auto;
}
