/** Shopify CDN: Minification failed

Line 403:1 Expected "}" to go with "{"

**/
.dw-cart-item {
  display: grid;
  grid-template-columns: 18px 75px minmax(0, 1fr);
  column-gap: 8px;
  align-items: start;
  width: 100%;
  min-height: 75px;
}

.dw-cart-item__remove {
  width: 18px;
  height: 75px;
  padding-top: 1px;
  border: 0;
  background: transparent;
  color: #b1b1b1;
  cursor: pointer;
}

.dw-cart-item__image-wrap {
  width: 75px;
  height: 75px;
  border-radius: var(--dw-radius-small);
  background: #f0ebe5;
  overflow: hidden;
}

.dw-cart-item__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.dw-cart-item__content {
  min-width: 0;
}

.dw-cart-item__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.dw-cart-item__title {
  margin: 0;
  color: #54493a;
  font-family: var(--dw-font-heading, inherit);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15;
}

.dw-cart-item__prices {
  display: flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
  color: #54493a;
}

.dw-cart-item__price {
  margin: 0;
  color: #54493a;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.15;
}

.dw-cart-item__compare-price {
  color: #b1b1b1;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15;
  text-decoration: line-through;
}

.dw-cart-item__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 83px;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.dw-cart-item__frequency {
  min-width: 0;
  max-width: 100%;
}

.dw-cart-item__frequency [data-dw-frequency-icon-subscribe]:not([hidden]),
.dw-cart-item__frequency [data-dw-frequency-icon-chevron]:not([hidden]) {
  display: inline-flex;
  align-items: center;
}
.dw-cart-item__frequency [data-dw-frequency-icon-subscribe]:not([hidden]) {
  position: relative;
  top: 1px;
}

.dw-cart-item__select {
  max-width: 100%;
}

.dw-cart-item__quantity {
  width: 83px;
  min-width: 83px;
  max-width: 83px;
  justify-self: end;
  box-sizing: border-box;
}

.dw-cart-item__quantity .quantity-selector,
.dw-cart-item__quantity quantity-selector {
  width: 83px !important;
  max-width: 83px !important;
  min-width: 83px !important;
  box-sizing: border-box !important;
}

.dw-cart-item__quantity {
  height: 34px;
}

.dw-cart-item__quantity .dw-quantity-picker {
  height: 34px;
  padding: 0 4px;
}

.dw-cart-item__quantity .dw-quantity-picker__button {
  width: 22px;
  height: 22px;
}

.dw-cart-item__frequency {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid #54493a;
  color: #54493a;
}

.dw-cart-item__frequency.dw-cart-item__frequency--no-border {
  border-bottom: none;
}

.dw-cart-item__select {
  appearance: none;
  border: 0;
  background: transparent;
  color: #54493a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  padding: 0 0 4px;
  cursor: pointer;
}

.dw-cart-item__frequency .dw-icon {
  width: 12px;
  height: 12px;
  pointer-events: none;
}

.dw-cart-item__quantity {
  height: 27px;
  min-width: 83px;
}

.dw-cart-item__bottom .dw-cart-item__quantity {
  height: 34px;
}

.dw-cart-item__quantity .quantity-selector,
.dw-cart-item__quantity quantity-selector {
  height: 27px;
}

.dw-cart-item__remove {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 18px;
  height: 75px;
  padding: 1px 0 0;
  border: 0;
  background: transparent;
  color: #b1b1b1;
  cursor: pointer;
}

.dw-cart-item__trash-icon,
.dw-cart-item__trash-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.dw-cart-item__trash-icon svg {
  fill: none;
  color: currentColor;
}
.dw-cart-item {
  display: grid;
  grid-template-columns: 18px 75px minmax(0, 1fr);
  column-gap: 8px;
  align-items: start;
  width: 100%;
  min-height: 75px;
}

.dw-cart-item__remove {
  width: 18px;
  height: 75px;
  padding-top: 1px;
  border: 0;
  background: transparent;
  color: #b1b1b1;
  cursor: pointer;
}

.dw-cart-item__image-wrap {
  width: 75px;
  height: 75px;
  border-radius: var(--dw-radius-small);
  background: #f0ebe5;
  overflow: hidden;
}

.dw-cart-item__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.dw-cart-item__content {
  min-width: 0;
}

.dw-cart-item__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.dw-cart-item__title {
  margin: 0;
  color: #54493a;
  font-family: var(--dw-font-heading, inherit);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.15;
}

.dw-cart-item__prices {
  display: flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
  color: #54493a;
}

.dw-cart-item__price {
  margin: 0;
  color: #54493a;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.15;
}

.dw-cart-item__compare-price {
  color: #b1b1b1;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15;
  text-decoration: line-through;
}

.dw-cart-item__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.dw-cart-item__frequency {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid #54493a;
  color: #54493a;
}

.dw-cart-item__select {
  appearance: none;
  border: 0;
  background: transparent;
  color: #54493a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  padding: 0 0 4px;
  cursor: pointer;
}

.dw-cart-item__frequency .dw-icon {
  width: 12px;
  height: 12px;
  pointer-events: none;
}

.dw-cart-item__quantity {
  height: 27px;
  min-width: 83px;
}

.dw-cart-item__quantity .quantity-selector,
.dw-cart-item__quantity quantity-selector {
  height: 27px;
}

.dw-cart-item__remove {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 18px;
  height: 75px;
  padding: 1px 0 0;
  border: 0;
  background: transparent;
  color: #b1b1b1;
  cursor: pointer;
}

.dw-cart-item__trash-icon,
.dw-cart-item__trash-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.dw-cart-item__trash-icon svg {
  fill: none;
  color: currentColor;
.dw-cart-item__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 83px;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.dw-cart-item__quantity {
  width: 83px;
  justify-self: end;
}

.dw-cart-item__quantity .dw-quantity-picker {
  width: 83px;
  height: 27px;
  display: grid;
  grid-template-columns: 22px 1fr 22px;
  align-items: center;
  border: 1px solid #54493a;
  border-radius: 999px;
  box-sizing: border-box;
  overflow: hidden;
}

.dw-cart-item__quantity .dw-quantity-picker__button {
  width: 22px;
  height: 27px;
  padding: 0;
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
}

.dw-cart-item__quantity .dw-quantity-picker__value {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #54493a;
}

@media screen and (max-width: 749px) {
  .dw-cart-overlay .dw-cart-item__bottom {
    align-items: center !important;
  }
}