/** Shopify CDN: Minification failed

Line 26:18 Expected identifier but found "749px"
Line 26:25 Unexpected "{"

**/
.wishlist-toggle {
  position: absolute;
  top: 0.5rem;
  right: 0.3rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: grey;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  stroke-width: 1!important;
}

@media {max-width:749px} {
  .wishlist-toggle {
    top: 1rem!important;
    right: 0.3rem;
  }
}


.wishlist-toggle.is-active {
  color: var(--wishlist-accent, #d23f57);
}

.wishlist-toggle__icon {
  width: 3rem;
  height: 3rem;
  display: block;
}

.wishlist-toggle__icon path {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1;
  transition: fill 0.15s ease;
}

.wishlist-toggle.is-active .wishlist-toggle__icon path {
  fill: currentColor;
}

.product-title-with-wishlist .wishlist-toggle,
.desktop-product-title-wrapper .wishlist-toggle {
  position: static;
  top: auto;
  right: auto;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  box-shadow: none;
  flex-shrink: 0;
}

.product-title-with-wishlist .wishlist-toggle:hover,
.desktop-product-title-wrapper .wishlist-toggle:hover {
  transform: none;
  box-shadow: none;
}

.product-title-with-wishlist .wishlist-toggle__icon,
.desktop-product-title-wrapper .wishlist-toggle__icon {
  width: 2.25rem;
  height: 2.25rem;
}

.product-title-with-wishlist .wishlist-toggle__icon path,
.desktop-product-title-wrapper .wishlist-toggle__icon path {
  stroke-width: 1.6;
}

[data-wishlist-item] .wishlist-card__image-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  overflow: hidden;
}

[data-wishlist-item] .wishlist-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

[data-wishlist-item] .wishlist-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card__media,
.card__inner,
.product-card-wrapper {
  position: relative;
  overflow: visible;
}

@media (max-width: 749px) {
  #sticky-product-bar .sticky-bar-wishlist {
    position: absolute;
    top: -4.5rem;
    right: 1.5rem;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 999px;
    background: transparent;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1100;
  }

  #sticky-product-bar .sticky-bar-wishlist .wishlist-toggle__icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  #sticky-product-bar .sticky-bar-wishlist .wishlist-toggle__icon path {
    stroke-width: 1.6;
  }
}

@media (max-width: 749px) {
  .drawer__tab {
    font-size: 1.05rem;
    padding: 0.5rem 0.5rem;
  }

  .wishlist-toggle {
    width: 3rem;
    height: 3rem;
    color: grey;
  }
}

.drawer__tabs {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.drawer__tab {
  flex: 1;
  background: transparent;
  border: 1px solid rgba(var(--color-foreground, 18, 18, 18), 0.15);
  border-radius: 999px;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(var(--color-foreground, 18, 18, 18), 0.7);
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
}

.drawer__tab:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.drawer__tab.is-active {
  background: rgb(var(--color-foreground, 18, 18, 18));
  color: rgb(var(--color-background, 255, 255, 255));
  border-color: rgb(var(--color-foreground, 18, 18, 18));
}

.drawer__panels {
  margin-top: 1.5rem;
}

.drawer__panel {
  display: block;
}

.drawer__panel:not(.drawer__panel--active) {
  display: none;
}

cart-drawer.drawer--wishlist-active #CartDrawer-CartPanel {
  display: none !important;
}

cart-drawer.drawer--wishlist-active #CartDrawer-WishlistPanel {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}

cart-drawer.drawer--wishlist-active .drawer__footer,
cart-drawer.drawer--wishlist-active .cart-drawer__footer,
cart-drawer.drawer--wishlist-active .cart__ctas,
cart-drawer.drawer--wishlist-active .drawer__empty-state,
cart-drawer.drawer--wishlist-active #CartDrawer-CartErrors {
  display: none !important;
}

.drawer__wishlist {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 200px;
}

.drawer__wishlist.is-empty {
  align-items: center;
  justify-content: center;
  margin-top: 35%;
}

.cart-drawer__empty-content {
  margin-top: 35%;
}

.wishlist-empty {
  text-align: center;
  color: rgba(var(--color-foreground, 18, 18, 18), 0.7);
  margin: 2rem 0;
}
.wishlist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  width: 100%;
}

.wishlist-card {
  height: 100%;
}

.wishlist-card .card {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  --image-padding: 0;
}

.wishlist-card .card__inner {
  overflow: hidden;
  width: 100%;
}

.wishlist-card .card__media {
  width: 100%;
  margin: 0;
}

.wishlist-card__image-wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  position: relative;
  overflow: hidden;
}

.wishlist-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.wishlist-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wishlist-grid .additional-swatch-count {
  display: none;
}

.wishlist-card__placeholder {
  width: 100%;
  height: 100%;
  border-radius: var(--media-radius, 0.6rem);
  background: rgba(var(--color-foreground, 18, 18, 18), 0.08);
}

@media (max-width: 749px) {
  #sticky-product-bar .sticky-bar-wishlist {
    position: absolute;
    top: -4.5rem;
    right: 1.5rem;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 999px;
    background: transparent;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1100;
  }

  #sticky-product-bar .sticky-bar-wishlist .wishlist-toggle__icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  #sticky-product-bar .sticky-bar-wishlist .wishlist-toggle__icon path {
    stroke-width: 1.6;
  }
}

@media (max-width: 749px) {
  .drawer__tab {
    font-size: 0.75rem;
    padding: 0.5rem 0.5rem;
  }

  .wishlist-toggle {
    width: 3rem;
    height: 3rem;
    color: grey;
  }
}

.drawer__tabs {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.drawer__tab {
  flex: 1;
  background: transparent;
  border: 1px solid rgba(var(--color-foreground, 18, 18, 18), 0.15);
  border-radius: 999px;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(var(--color-foreground, 18, 18, 18), 0.7);
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
}

.drawer__tab:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.drawer__tab.is-active {
  background: rgb(var(--color-foreground, 18, 18, 18));
  color: rgb(var(--color-background, 255, 255, 255));
  border-color: rgb(var(--color-foreground, 18, 18, 18));
}

.drawer__panels {
  margin-top: 5%;
}

.drawer__panel {
  display: block;
}

.drawer__panel:not(.drawer__panel--active) {
  display: none;
}

cart-drawer.drawer--wishlist-active #CartDrawer-CartPanel {
  display: none !important;
}

cart-drawer.drawer--wishlist-active #CartDrawer-WishlistPanel {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}

cart-drawer.drawer--wishlist-active .drawer__footer,
cart-drawer.drawer--wishlist-active .cart-drawer__footer,
cart-drawer.drawer--wishlist-active .cart__ctas,
cart-drawer.drawer--wishlist-active .drawer__empty-state,
cart-drawer.drawer--wishlist-active #CartDrawer-CartErrors {
  display: none !important;
}

.drawer__wishlist {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 200px;
}

.drawer__wishlist.is-empty {
  align-items: center;
  justify-content: center;
}

.wishlist-empty {
  text-align: center;
  color: rgba(var(--color-foreground, 18, 18, 18), 0.7);
  margin: 2rem 0;
}


.wishlist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  width: 100%;
}

.wishlist-card {
  height: 100%;
}

.wishlist-card .card {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.wishlist-card .card__inner {
  overflow: hidden;
}

.wishlist-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.wishlist-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wishlist-card__placeholder {
  width: 100%;
  padding-top: 100%;
  border-radius: var(--media-radius, 0.6rem);
  background: rgba(var(--color-foreground, 18, 18, 18), 0.08);
}

.wishlist-card__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  flex-grow: 1;
}

.wishlist-card__content > *:first-child {
  flex-grow: 1;
}

.wishlist-card__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: stretch;
}

.wishlist-item__add {
  width: 100%;
}

.wishlist-item__size-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(var(--color-foreground, 18, 18, 18), 0.6);
}

.wishlist-item__size-drawer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background, 255, 255, 255));
  box-shadow: 0 -12px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(100%);
  transition: transform 0.25s ease;
  padding: 1.25rem 1.5rem 1.5rem;
  display: flex;
  justify-content: center;
  z-index: 5;
}

.wishlist-item__size-drawer.is-open {
  transform: translateY(0);
}

.wishlist-item__size-drawer[hidden] {
  display: none;
}

.wishlist-item__size-drawer-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.wishlist-item__size-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.wishlist-item__size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.wishlist-item__size-option {
  flex: 1 1 calc(33.333% - 0.5rem);
  min-width: 6rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--color-foreground, 18, 18, 18), 0.2);
  background: transparent;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgb(var(--color-foreground, 18, 18, 18));
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.wishlist-item__size-option:hover,
.wishlist-item__size-option:focus-visible {
  background: rgb(var(--color-foreground, 18, 18, 18));
  color: rgb(var(--color-background, 255, 255, 255));
  border-color: rgb(var(--color-foreground, 18, 18, 18));
  outline: none;
}

.wishlist-item__size-close {
  border: none;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0;
  color: rgba(var(--color-foreground, 18, 18, 18), 0.6);
  cursor: pointer;
}

.wishlist-item__size-close:hover,
.wishlist-item__size-close:focus-visible {
  color: rgb(var(--color-foreground, 18, 18, 18));
  outline: none;
}

.wishlist-item__sold-out {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  color: rgba(var(--color-foreground, 18, 18, 18), 0.7);
}

@media (max-width: 749px) {
  .drawer__tab {
    font-size: 0.75rem;
    padding: 0.5rem 0.5rem;
  }

  .wishlist-toggle {
    width: auto !important;
    height: auto !important;
    background: none !important;
    border: none;
    color: grey;
  }

  .wishlist-toggle .wishlist-toggle__icon {
    width: 20px !important;
    height: 20px !important;
  }

  .wishlist-toggle .wishlist-toggle__icon path {
    stroke-width: 1;
  }

  .wishlist-toggle.is-active .wishlist-toggle__icon,
  .wishlist-toggle[aria-pressed="true"] .wishlist-toggle__icon {
    fill: #dc2e2e;
    stroke: #dc2e2e;
  }

  .wishlist-toggle.is-active .wishlist-toggle__icon path,
  .wishlist-toggle[aria-pressed="true"] .wishlist-toggle__icon path {
    fill: #dc2e2e;
    stroke: #dc2e2e;
    stroke-width: 1;
  }

  .wishlist-toggle:hover {
    background: none !important;
    border: none !important;
  }

  .wishlist-item__size-drawer {
    padding: 1rem;
  }

  .wishlist-item__size-option {
    flex: 1 1 calc(50% - 0.5rem);
  }
}






cart-drawer.drawer--wishlist-active #CartDrawer-WishlistPanel > .drawer__wishlist {
  flex: 1;
  overflow-y: auto;
  padding-right: 0.5rem;
  padding-bottom: 1.25rem;
  scrollbar-width: thin;
}

cart-drawer.drawer--wishlist-active #CartDrawer-WishlistPanel > .drawer__wishlist::-webkit-scrollbar {
  width: 0.5rem;
}

cart-drawer.drawer--wishlist-active #CartDrawer-WishlistPanel > .drawer__wishlist::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 999px;
}

cart-drawer.drawer--wishlist-active #CartDrawer-WishlistPanel > .drawer__wishlist.is-empty {
  overflow: visible;
  padding-right: 0;
  padding-bottom: 0;
}



