/** Shopify CDN: Minification failed

Line 14:20 Unexpected ";"

**/
/**
 * Cart drawer — Figma line item, typography, wishlist-back, mWeb alignment.
 */

/* Layout section wrapper must not affect drawer positioning */
#shopify-section-cart-drawer {
  display: contents;
}
 * Inter for UI copy; Times New Roman for drawer heading (MY BAG) only.
 */

cart-drawer .drawer__heading,
cart-drawer .cart-title,
cart-drawer .drawer__inner .drawer__heading {
  font-family: 'Times New Roman', Times, Georgia, serif !important;
  font-style: normal !important;
}

/* Order summary + breakdown + recommendations heading — Inter */
cart-drawer .cart-drawer__order-summary-details,
cart-drawer .cart-drawer__order-summary-panel,
cart-drawer .cart-drawer__order-summary-summary,
cart-drawer .cart-drawer__order-summary-label,
cart-drawer .price-breakdown--drawer,
cart-drawer .price-breakdown--drawer .price-breakdown__label,
cart-drawer .price-breakdown--drawer .price-breakdown__value,
cart-drawer .cart-drawer__tax-note,
cart-drawer .cart-drawer-recommendations__title,
cart-drawer .cart-drawer-wishlist-recs .cart-drawer-recommendations__title,
cart-drawer .cart-drawer-recommendations__subtitle,
cart-drawer .cart-drawer-recommendation-card__title,
cart-drawer .cart-drawer-recommendation-card__price,
cart-drawer .cart-drawer-recommendation-card__add,
cart-drawer .cart-drawer__sticky-total-label,
cart-drawer .cart-drawer__sticky-total-value,
cart-drawer .cart-drawer__total-label,
cart-drawer .cart-drawer__total-value {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased;
}

cart-drawer .cart-drawer-recommendations__title {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}

cart-drawer .cart-drawer-recommendations__subtitle {
  font-size: 13px !important;
  font-weight: 500 !important;
}

cart-drawer .cart-drawer__order-summary-summary {
  font-size: 14px !important;
  font-weight: 600 !important;
}

/* Wishlist panel — back control (flex-centered chevron; no absolute offsets) */
cart-drawer .wishlist-back.cart-wishlist-back {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f2f3f5;
  color: #454b57;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 12px;
  padding: 0;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  box-sizing: border-box;
  overflow: visible;
  -webkit-appearance: none;
  appearance: none;
}

cart-drawer .wishlist-back.cart-wishlist-back:hover {
  background: #e9ebef;
  color: #2d3340;
}

cart-drawer .wishlist-back.cart-wishlist-back .cart-wishlist-back__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  line-height: 0;
  flex-shrink: 0;
  position: static;
  top: auto;
  left: auto;
  transform: none;
}

cart-drawer .wishlist-back.cart-wishlist-back svg,
cart-drawer .wishlist-back.cart-wishlist-back .cart-wishlist-back__svg {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
  overflow: visible;
  pointer-events: none;
}

cart-drawer .wishlist-back.cart-wishlist-back.wishlist-back--custom .cart-wishlist-back__svg {
  display: none !important;
}

cart-drawer .wishlist-back.cart-wishlist-back .cart-wishlist-back__icon--image {
  background-image: var(--wishlist-back-icon-url);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

cart-drawer .wishlist-back.cart-wishlist-back .cart-wishlist-back__img {
  width: 24px;
  height: 24px;
  max-width: 100%;
  max-height: 100%;
  display: block;
  flex-shrink: 0;
  object-fit: contain;
  pointer-events: none;
}

cart-drawer .wishlist-back.cart-wishlist-back svg path {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

/* Legacy text arrow hidden if theme still injects bare spans */
cart-drawer .wishlist-back.cart-wishlist-back > span:not(.visually-hidden):not(.cart-wishlist-back__icon) {
  display: none !important;
}

cart-drawer .cart-item,
cart-drawer .cart-item *:not(.drawer__heading):not(.cart-title) {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

/* Card container */
cart-drawer .cart-item {
  display: grid !important;
  grid-template-columns: 120px minmax(0, 1fr) !important;
  gap: 24px !important;
  align-items: center !important;
  padding: 16px 24px !important;
  margin-bottom: 12px !important;
  border: none !important;
  border-radius: 12px !important;
  background: #f9fafc !important;
  box-shadow: none !important;
  position: relative;
}

cart-drawer .cart-item td {
  padding: 0 !important;
  border: 0 !important;
  vertical-align: middle !important;
}

/* Product image */
cart-drawer .cart-item__media {
  align-self: center !important;
}

cart-drawer .cart-item__media-visual {
  width: 120px !important;
  height: 160px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

cart-drawer .cart-item__media img.cart-item__image,
cart-drawer .cart-item__media-visual .cart-item__image {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  border-radius: 10px !important;
}

/* Inner layout — relative box anchors × remove (not table-cell absolute) */
cart-drawer .cart-item__details {
  position: relative !important;
  overflow: visible !important;
}

cart-drawer .cart-item-content {
  display: block !important;
  position: relative !important;
  width: 100%;
  min-width: 0;
  padding-right: 22px;
  box-sizing: border-box;
}

cart-drawer .cart-item__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 0;
}

/* Brand */
cart-drawer .cart-item__vendor.brand-name,
cart-drawer .cart-left .brand-name {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--theme-blue, #806de3) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Title — single line, truncate with ellipsis */
cart-drawer .cart-item__title.cart-item__name,
cart-drawer .cart-item__details .cart-item__name.product-title {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #222 !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  display: block !important;
  max-width: 100%;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  text-decoration: none;
}

cart-drawer .cart-item__title.cart-item__name:hover {
  color: #111 !important;
}

/* Price row */
cart-drawer .cart-item__price-row.cart-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  gap: 4px;
  text-align: left !important;
  width: 100%;
  max-width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

cart-drawer .cart-item__price-row .cart-item__price-wrapper {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: center !important;
  gap: 10px !important;
  width: 100%;
  text-align: left !important;
}

cart-drawer .cart-item__price-row * {
  text-align: left !important;
}

cart-drawer .cart-item__price-row .cart-item__price,
cart-drawer .cart-item__price-row .price-final {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #000 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

cart-drawer .cart-item__compare,
cart-drawer .cart-item__price-row s.cart-drawer-price-original {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.5) !important;
  text-decoration: line-through !important;
  opacity: 1 !important;
}

cart-drawer .cart-item__saved,
cart-drawer .cart-item__price-row .cart-drawer-discount-text {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #ff8000 !important;
  background: #ffe4cc !important;
  padding: 4px 8px !important;
  border-radius: 6px !important;
  line-height: 1.2 !important;
  white-space: nowrap;
}

/* Actions row — size, qty, wishlist on ONE line */
cart-drawer .cart-item__actions.cart-drawer-line-actions,
cart-drawer .cart-item__footer-actions.cart-drawer-line-actions.cart-item__quantity {
  --skipp-cart-control-h: 32px;
  --skipp-cart-control-radius: 8px;
  --skipp-cart-control-border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 6px !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  min-width: 0;
}

cart-drawer .cart-item__size-wrap.cart-left {
  flex: 1 1 0;
  width: auto !important;
  min-width: 0;
  max-width: calc(100% - 108px);
  display: block !important;
}

cart-drawer .cart-item__size-wrap .variant {
  margin: 0;
}

/* Size pill: fixed "Size:" label + select — same height as qty control */
cart-drawer .cart-item__size-field {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  flex: 0 0 auto;
  width: max-content;
  max-width: 100%;
  height: var(--skipp-cart-control-h, 32px);
  min-height: var(--skipp-cart-control-h, 32px);
  max-height: var(--skipp-cart-control-h, 32px);
  padding: 0 10px;
  border-radius: var(--skipp-cart-control-radius, 8px);
  border: var(--skipp-cart-control-border, 1px solid rgba(0, 0, 0, 0.1));
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

cart-drawer .cart-item__size-prefix {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.55);
  line-height: 1;
  white-space: nowrap;
}

cart-drawer .cart-item__size-field .variant-dropdown.cart-item__size,
cart-drawer select.variant-dropdown.cart-item__size {
  flex: 1 1 auto;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 16px 0 0 !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  field-sizing: auto;
  font-size: 11px !important;
  font-weight: 500 !important;
  color: #222 !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 4.5 6 8 9.5 4.5' stroke='%23454552' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 12px 12px;
}

cart-drawer .cart-item__qty {
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0;
}

cart-drawer .cart-item__actions .cart-item__qty quantity-popover,
cart-drawer .cart-item__actions.cart-drawer-line-actions quantity-popover,
cart-drawer .cart-item__qty quantity-popover,
cart-drawer .cart-item__qty .cart-item__quantity-wrapper {
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  justify-content: flex-start !important;
}

cart-drawer .cart-item__actions .cart-item__quantity-wrapper.cart-actions {
  width: auto !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
}

cart-drawer .cart-item__qty .quantity.cart-quantity,
cart-drawer .cart-item__qty quantity-input.quantity.cart-quantity {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  height: var(--skipp-cart-control-h, 32px) !important;
  min-height: var(--skipp-cart-control-h, 32px) !important;
  max-height: var(--skipp-cart-control-h, 32px) !important;
  padding: 0 8px !important;
  border-radius: var(--skipp-cart-control-radius, 8px) !important;
  border: var(--skipp-cart-control-border, 1px solid rgba(0, 0, 0, 0.1)) !important;
  background: #fff !important;
  box-shadow: none !important;
  outline: none !important;
  box-sizing: border-box !important;
}

cart-drawer .cart-item__qty .quantity__button {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 14px !important;
  line-height: 1 !important;
  color: #222 !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  max-width: 22px !important;
  max-height: 22px !important;
  padding: 0 !important;
  cursor: pointer;
}

cart-drawer .cart-item__qty .quantity__input {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #222 !important;
  width: 24px !important;
  height: 22px !important;
  min-height: 22px !important;
  line-height: 22px !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}

/* Beat theme drawer .quantity pill (rounded shadow) on line-item qty only */
cart-drawer.drawer .cart-item .cart-item__qty .quantity.cart-quantity,
cart-drawer.drawer .cart-item .cart-item__qty quantity-input.quantity.cart-quantity {
  height: var(--skipp-cart-control-h, 32px) !important;
  min-height: var(--skipp-cart-control-h, 32px) !important;
  max-height: var(--skipp-cart-control-h, 32px) !important;
  padding: 0 8px !important;
  border-radius: var(--skipp-cart-control-radius, 8px) !important;
  border: var(--skipp-cart-control-border, 1px solid rgba(0, 0, 0, 0.1)) !important;
  background: #fff !important;
  box-shadow: none !important;
  gap: 4px !important;
}

cart-drawer.drawer .cart-item .cart-item__qty .quantity__button {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  max-width: 22px !important;
  max-height: 22px !important;
  border-radius: 4px !important;
}

cart-drawer.drawer .cart-item .cart-item__qty .quantity__input {
  width: 24px !important;
  height: 22px !important;
  min-height: 22px !important;
  font-size: 13px !important;
}

/* Wishlist heart on line item — flex-centered circle (no absolute icon offsets) */
cart-drawer .cart-item__wishlist.cart-item__save-later {
  margin-left: auto !important;
  flex-shrink: 0;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: none !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #8b919c !important;
  text-decoration: none !important;
  position: relative !important;
  z-index: 2;
}

cart-drawer .cart-item__wishlist.cart-item__save-later:hover {
  color: #5c6370 !important;
  background: #fff !important;
}

cart-drawer .cart-item__wishlist-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  height: 100%;
  line-height: 0;
  position: static !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
}

cart-drawer .cart-item__wishlist-icon .skipp-wishlist-heart-arrow-icon--img {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  position: static !important;
  flex-shrink: 0;
  object-fit: contain !important;
}

cart-drawer .cart-item__save-later-label {
  display: none !important;
}

/* Remove — top right × inside content (avoids table-cell positioning bugs) */
cart-drawer cart-remove-button.cart-item__remove {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 6 !important;
  margin: 0 !important;
  width: auto !important;
  display: block !important;
  pointer-events: auto !important;
}

cart-drawer cart-remove-button.cart-item__remove .cart-remove-button {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 4px !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(0, 0, 0, 0.6) !important;
}

cart-drawer cart-remove-button.cart-item__remove .cart-remove-button:hover {
  background: transparent !important;
  color: #000 !important;
}

cart-drawer .cart-item__remove-icon {
  display: block;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.55);
}

cart-drawer cart-remove-button.cart-item__remove .svg-wrapper {
  display: none !important;
}

/* Discounts / extras below price row */
cart-drawer .cart-item__price-row .cart-drawer-line-discounts {
  margin: 0;
  text-align: left !important;
}

cart-drawer .cart-item__price-row .cart-drawer-skipp-line {
  align-self: flex-start !important;
}

/* Mobile — same horizontal card; smaller type; one-line actions */
@media screen and (max-width: 768px) {
  cart-drawer .cart-item {
    grid-template-columns: 90px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 12px 10px !important;
    align-items: center !important;
  }

  cart-drawer .cart-item__media-visual {
    width: 90px !important;
    height: 120px !important;
  }

  cart-drawer .cart-item-content {
    padding-right: 20px;
  }

  cart-drawer cart-remove-button.cart-item__remove {
    top: 0 !important;
    right: 0 !important;
  }

  cart-drawer .cart-item__remove-icon {
    font-size: 20px;
  }

  cart-drawer .cart-item__vendor.brand-name,
  cart-drawer .cart-left .brand-name {
    font-size: 12px !important;
  }

  cart-drawer .cart-item__title.cart-item__name,
  cart-drawer .cart-item__details .cart-item__name.product-title {
    font-size: 13px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  cart-drawer .cart-item__price-row .cart-item__price,
  cart-drawer .cart-item__price-row .price-final {
    font-size: 15px !important;
  }

  cart-drawer .cart-item__compare,
  cart-drawer .cart-item__price-row s.cart-drawer-price-original {
    font-size: 12px !important;
  }

  cart-drawer .cart-item__saved,
  cart-drawer .cart-item__price-row .cart-drawer-discount-text {
    font-size: 10px !important;
    padding: 3px 6px !important;
  }

  cart-drawer .cart-item__price-row .cart-item__price-wrapper {
    gap: 6px !important;
    flex-wrap: nowrap !important;
  }

  cart-drawer .cart-item__actions.cart-drawer-line-actions,
  cart-drawer .cart-item__footer-actions.cart-drawer-line-actions.cart-item__quantity {
    --skipp-cart-control-h: 28px;
    --skipp-cart-control-radius: 8px;
  }

  cart-drawer .cart-item__actions.cart-drawer-line-actions {
    flex-wrap: nowrap !important;
    gap: 6px !important;
    margin-top: 4px !important;
  }

  cart-drawer .cart-item__size-wrap.cart-left {
    flex: 0 0 auto;
    min-width: 0;
    max-width: calc(100% - 7.5rem);
  }

  cart-drawer .cart-item__size-field {
    padding: 0 8px;
    gap: 2px;
    max-width: 100%;
  }

  cart-drawer .cart-item__size-prefix {
    font-size: 10px;
  }

  cart-drawer select.variant-dropdown.cart-item__size,
  cart-drawer .cart-item__size-field .variant-dropdown.cart-item__size {
    font-size: 10px !important;
    min-width: 0 !important;
    padding-right: 22px !important;
    background-position: right 5px center !important;
    background-size: 11px 11px !important;
  }

  cart-drawer .cart-item__qty {
    flex: 0 0 auto;
  }

  cart-drawer .cart-item__qty .quantity.cart-quantity,
  cart-drawer .cart-item__qty quantity-input.quantity.cart-quantity {
    padding: 0 6px !important;
    gap: 2px !important;
  }

  cart-drawer .cart-item__qty .quantity__button {
    width: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
    font-size: 13px !important;
  }

  cart-drawer .cart-item__qty .quantity__input {
    font-size: 12px !important;
    width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    line-height: 20px !important;
  }

  cart-drawer .cart-item__wishlist.cart-item__save-later {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    margin-left: auto !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  }

  cart-drawer .cart-item__wishlist-icon svg {
    width: 16px;
    height: 16px;
  }

  cart-drawer .cart-item__qty .cart-item__quantity-wrapper.cart-actions {
    max-width: none !important;
    margin-left: 0 !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
  }

  cart-drawer .cart-item__footer-actions.cart-drawer-line-actions {
    grid-column: unset !important;
    grid-row: unset !important;
    width: 100% !important;
    padding-left: 0 !important;
    justify-content: flex-start !important;
  }

  cart-drawer .cart-item-content {
    display: block !important;
    grid-template-columns: unset !important;
    grid-template-rows: unset !important;
  }

  cart-drawer .cart-drawer-recommendations__title {
    font-size: 16px !important;
  }

  cart-drawer .cart-drawer-recommendations__subtitle {
    font-size: 12px !important;
  }

  cart-drawer .cart-drawer__order-summary-summary {
    font-size: 13px !important;
  }
}
