/** Shopify CDN: Minification failed

Line 47:11 Expected identifier but found whitespace
Line 47:20 Unexpected ";"

**/
/* Sleep Mask GWP teaser inside the Upcart drawer */

#upCart .eantas-upcart-gwp,
.eantas-upcart-gwp {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 16px 12px;
  padding: 12px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #f7f1e8;
  color: #1a1a1a !important;
  text-decoration: none !important;
}

#upCart .eantas-upcart-gwp:hover,
#upCart .eantas-upcart-gwp:focus-visible,
.eantas-upcart-gwp:hover,
.eantas-upcart-gwp:focus-visible {
  border-color: #1a1a1a;
}

.eantas-upcart-gwp:focus-visible {
  outline: 2px solid #1a1a1a;
  outline-offset: 2px;
}

.eantas-upcart-gwp__plus {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(0, 0, 0, 0.35);
  background: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}
  position: relative;
  flex: 0 0 52px;
  width: 52px;
  height: 78px;
  overflow: hidden;
  background: #efe6d8;
}

#upCart .eantas-upcart-gwp__image,
.eantas-upcart-gwp__image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
}

.eantas-upcart-gwp__badge {
  position: absolute;
  left: 4px;
  bottom: 4px;
  padding: 2px 5px;
  background: #1a1a1a;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eantas-upcart-gwp__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.eantas-upcart-gwp__copy {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  color: inherit;
}

.eantas-upcart-gwp__cta {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-offset: 3px;
}
