/** Shopify CDN: Minification failed

Line 467:0 Unexpected "#"
Line 467:2 Unexpected "{"
Line 467:11 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:cart-drawer (INDEX:3) */
dialog#cartDrawer {
  position: fixed;
  inset: 0 0 0 auto;
  margin: 0;
  width: 456px;
  max-width: 92vw;
  height: 100%;
  max-height: 100%;
  padding: 0;
  border: none;
  border-left: 1px solid var(--border-color);
  background: var(--bg);
  color: var(--text);
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 420ms cubic-bezier(.16, 1, .3, 1), overlay 420ms allow-discrete, display 420ms allow-discrete;
}
dialog#cartDrawer[open] {
  transform: translateX(0);
}
@starting-style {
  dialog#cartDrawer[open] {
    transform: translateX(100%);
  }
}
dialog#cartDrawer::backdrop {
  background: rgba(13, 12, 11, .42);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 300ms cubic-bezier(.16, 1, .3, 1), overlay 300ms allow-discrete, display 300ms allow-discrete;
}
dialog#cartDrawer[open]::backdrop {
  opacity: 1;
}
@starting-style {
  dialog#cartDrawer[open]::backdrop {
    opacity: 0;
  }
}

#cartDrawer-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#cartDrawer-content.waiting:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: color-mix(in srgb, var(--bg) 75%, transparent);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' style='shape-rendering: auto; display: block; background: none;' width='100' height='100' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Ccircle stroke-dasharray='188.49555921538757 64.83185307179586' r='40' stroke-width='15' stroke='%230E7C86' fill='none' cy='50' cx='50'%3E%3CanimateTransform keyTimes='0;1' values='0 50 50;360 50 50' dur='1s' repeatCount='indefinite' type='rotate' attributeName='transform'%3E%3C/animateTransform%3E%3C/circle%3E%3Cg%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px auto;
}

/* !! Header */
.peel-cart-header {
  flex: 0 0 auto;
  padding: 24px 28px 18px;
  border-bottom: 1px solid var(--divider);
}
.peel-cart-header-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
.peel-cart-header-title {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.peel-cart-header-title h2 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -.03em;
  margin: 0;
}
.peel-cart-count {
  font: 400 10.5px/1 ui-monospace, Menlo, monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.peel-cart-close {
  width: 44px;
  height: 44px;
  margin: -10px -10px -10px 0;
  flex: 0 0 auto;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: var(--text);
  font-size: 17px;
  cursor: pointer;
  transition: background 180ms cubic-bezier(.16, 1, .3, 1);
}
.peel-cart-close:hover {
  background: var(--surface-2);
}
.peel-cart-clear {
  background: transparent;
  border: none;
  padding: 0 0 2px;
  color: var(--text-faint);
  font: 400 10.5px/1 ui-monospace, Menlo, monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  transition: color 180ms cubic-bezier(.16, 1, .3, 1);
}
.peel-cart-clear:hover {
  color: var(--text-muted);
  border-bottom-color: var(--border-color);
}
.peel-cart-clear.is-confirming {
  color: var(--cognac);
  border-bottom-color: currentColor;
}
.peel-cart-ship-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  font: 400 10.5px/1 ui-monospace, Menlo, monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 10px;
}
.peel-cart-ship-row span:last-child {
  color: var(--text);
}
.peel-cart-ship-bar {
  height: 2px;
  background: var(--divider);
  overflow: hidden;
}
.peel-cart-ship-fill {
  height: 100%;
  background: var(--teal);
  transition: width 420ms cubic-bezier(.16, 1, .3, 1);
}

/* !! Body */
.peel-cart-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 4px 28px 28px;
}
.peel-cart-body::-webkit-scrollbar {
  width: 0;
}
.peel-cart-body {
  scrollbar-width: none;
}
.peel-cart-empty {
  padding: 72px 0 40px;
  text-align: center;
}
.peel-cart-empty-title {
  font-size: 26px;
  font-weight: 300;
  letter-spacing: -.03em;
  margin-bottom: 10px;
}
.peel-cart-empty-body {
  font-size: 14.5px;
  line-height: 1.65;
  font-weight: 300;
  color: var(--text-muted);
  margin: 0 0 26px;
}

/* !! Line items */
.peel-cart-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--divider);
}
.peel-cart-item-image {
  position: relative;
  width: 88px;
  height: 88px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--surface-off);
}
.peel-cart-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.peel-cart-item-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.peel-cart-item-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}
.peel-cart-item-info {
  min-width: 0;
}
.peel-cart-item-name {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.2;
}
.peel-cart-item-name a {
  color: inherit;
  text-decoration: none;
}
.peel-cart-item-name a:hover {
  color: var(--cognac);
}
.peel-cart-item-meta {
  margin-top: 6px;
  font: 400 10.5px/1.5 ui-monospace, Menlo, monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.peel-cart-item-total {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.01em;
  white-space: nowrap;
}
.peel-cart-item-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 2px;
}
.peel-cart-stepper {
  display: flex;
  align-items: center;
  border: 1px solid var(--border-color);
  border-radius: 999px;
}
.peel-cart-stepper-btn {
  appearance: none;
  -webkit-appearance: none;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: var(--text);
  font-size: 15px;
  cursor: pointer;
  transition: background 180ms cubic-bezier(.16, 1, .3, 1);
}
.peel-cart-stepper-btn:hover:not(:disabled) {
  background: var(--surface-2);
}
.peel-cart-stepper-btn:disabled {
  background: transparent;
  color: var(--text-faint);
  cursor: default;
}
.peel-cart-stepper-qty {
  min-width: 20px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.peel-cart-remove {
  background: transparent;
  border: none;
  padding: 0 0 3px;
  color: var(--text-muted);
  font: 400 10.5px/1 ui-monospace, Menlo, monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid var(--border-color);
}
.peel-cart-remove:hover {
  color: var(--text);
}

/* !! Complementary product addons */
.peel-cart-addons {
  padding: 26px 0 0;
}
.peel-cart-addons-label {
  font: 400 10.5px/1 ui-monospace, Menlo, monospace;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.peel-cart-addon {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid var(--divider);
}
.peel-cart-addon-image {
  position: relative;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border-radius: 10px;
  overflow: hidden;
  background: var(--surface-off);
}
.peel-cart-addon-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.peel-cart-addon-info {
  min-width: 0;
  flex: 1 1 auto;
}
.peel-cart-addon-name {
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: -.01em;
}
.peel-cart-addon-name a {
  color: inherit;
  text-decoration: none;
}
.peel-cart-addon-name a:hover {
  color: var(--cognac);
}
.peel-cart-addon-meta {
  margin-top: 4px;
  font: 400 10px/1 ui-monospace, Menlo, monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.peel-cart-addon-add {
  flex: 0 0 auto;
  background: transparent;
  border: 1px solid var(--text);
  border-radius: 999px;
  padding: 9px 15px;
  color: var(--text);
  font: 400 10.5px/1 ui-monospace, Menlo, monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms cubic-bezier(.16, 1, .3, 1);
}
.peel-cart-addon-add:hover:not(:disabled) {
  background: var(--surface-2);
}
.peel-cart-addon-add:disabled {
  opacity: .5;
  cursor: default;
}

/* !! Footer */
.peel-cart-footer {
  flex: 0 0 auto;
  padding: 22px 28px 26px;
  border-top: 1px solid var(--border-color);
  background: var(--bg);
}
.peel-cart-additional {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 14px;
}
.peel-cart-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 10px;
  font-size: 13.5px;
  font-weight: 300;
  color: var(--text-muted);
}
.peel-cart-line--divider {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--divider);
}
.peel-cart-line-value {
  color: var(--text);
}
.peel-cart-total-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 14px 0 18px;
}
.peel-cart-total-row span:first-child {
  font: 400 11px/1 ui-monospace, Menlo, monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.peel-cart-total-value {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -.035em;
}
.peel-cart-checkout {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.peel-cart-trust {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font: 400 10px/1 ui-monospace, Menlo, monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-faint);
}
.peel-cart-store-credit {
  margin-bottom: 18px;
  padding: 12px 16px;
  border-radius: var(--r-lg);
  background: var(--teal-dim);
  color: var(--teal-hover);
  text-align: center;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1.4;
}
/* END_SECTION:cart-drawer */

/* START_SECTION:featured_product (INDEX:10) */
#{{ section.id }} .section {
  --swiper-theme-color: black;
  --swiper-pagination-bottom: 1rem;
}
.featured-products-section .featured-product-block {
  display: flex;
  background-color: #f7f7f7;
}
.featured-product-block-content {}
.featured-product-block-item {
  display: flex;
  align-items: center;
}
.featured-product-block-item .product-card {
  width: 100%;
  width: 400px;
  margin: 3.5rem;
}
@media screen and (max-width: 500px) {
  .featured-products-section .featured-product-block {
    flex-direction: column;
  }
  .featured-product-block-item .product-card {
    width: 100%;
    margin: 0;
  }
}
/* END_SECTION:featured_product */