/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/styles/cart.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Typography
 */
/**
 * SCSS Variables.
 *
 * Please use variables from this sheet to ensure consistency across the UI.
 * Don't add to this sheet unless you're pretty sure the value will be reused in many places.
 * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
 */
/**
 * Colors
 */
/**
 * Fonts & basic variables.
 */
/**
 * Typography
 */
/**
 * Grid System.
 * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
 */
/**
 * Radius scale.
 */
/**
 * Elevation scale.
 */
/**
 * Dimensions.
 */
/**
 * Mobile specific styles
 */
/**
 * Editor styles.
 */
/**
 * Block & Editor UI.
 */
/**
 * Block paddings.
 */
/**
 * React Native specific.
 * These variables do not appear to be used anywhere else.
 */
/**
 * Breakpoints & Media Queries
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Breakpoint mixins
 */
/**
 * Focus styles.
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */
/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */
/**
 * Creates a checkerboard pattern background to indicate transparency.
 * @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px.
 */
.y-w-block-cart .wc-block-cart-items {
  width: 100%;
}
.y-w-block-cart .wc-block-cart-items__header {
  display: none;
}
.y-w-block-cart .wc-block-cart-items__row {
  border: 0;
  background-color: var(--wp--preset--color--beige-000);
  border-bottom: var(--wp--preset--spacing--50) solid var(--wp--preset--color--beige-100);
  align-items: center;
  padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--70) var(--wp--preset--spacing--50) var(--wp--preset--spacing--50);
  gap: var(--wp--preset--spacing--80);
}
.y-w-block-cart .wc-block-cart-items__row[aria-label] {
  min-height: 150px;
}
.y-w-block-cart .wc-block-cart-items__row[aria-label] .wc-block-cart-item__wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--wp--preset--spacing--50);
}
@media (min-width: 782px) {
  .y-w-block-cart .wc-block-cart-items__row {
    display: flex;
  }
}
.y-w-block-cart .wc-block-components-product-name {
  display: inline-block;
  order: 2;
  width: 100%;
  color: var(--wp--preset--color--beige-900);
  font-size: var(--wp--preset--font-size--body-s);
  font-style: normal;
  font-weight: 400;
  margin-bottom: var(--wp--preset--spacing--50);
}
.y-w-block-cart .wc-block-components-product-metadata {
  order: 1;
  width: 100%;
}
.y-w-block-cart .wc-block-components-product-metadata__description {
  display: none;
}
.y-w-block-cart .wc-block-components-product-details__value {
  font-size: var(--wp--preset--font-size--body-xs);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--wp--preset--color--beige-900);
}
.y-w-block-cart .wc-block-cart-item__prices {
  order: 3;
  flex: 1;
}
.y-w-block-cart .wc-block-components-product-price {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: var(--wp--preset--spacing--40);
  font-size: var(--wp--preset--font-size--body-xs);
  font-weight: 700;
  color: var(--wp--preset--color--beige-900);
}
.y-w-block-cart .wc-block-components-product-price__value, .y-w-block-cart .wc-block-components-product-price__regular {
  margin: 0;
  padding: 0;
}
.y-w-block-cart .wc-block-components-product-price__regular {
  color: var(--wp--preset--color--beige-900);
  text-decoration: line-through;
}
.y-w-block-cart .wc-block-components-product-price__value {
  font-weight: 700;
  color: var(--wp--preset--color--success);
}
.y-w-block-cart .wc-block-cart-item__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-right: var(--wp--preset--spacing--60);
}
.y-w-block-cart .wc-block-components-product-badge {
  display: none;
}
.y-w-block-cart .wc-block-cart-item__quantity {
  order: 4;
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--50);
  margin-left: auto;
}
.y-w-block-cart .wc-block-components-quantity-selector {
  border: 1px solid var(--wp--preset--color--beige-200);
  padding: var(--wp--preset--spacing--30) calc(var(--wp--preset--spacing--40) + var(--wp--preset--spacing--30));
  display: inline-flex;
  align-items: center;
  gap: var(--wp--preset--spacing--50);
}
.y-w-block-cart .wc-block-components-quantity-selector__input {
  text-align: center;
  border: 0;
  padding: 0;
  font-size: var(--wp--preset--font-size--body-m);
  color: var(--wp--preset--color--beige-900);
  background: transparent;
  order: 2;
  line-height: 1.5;
}
.y-w-block-cart .wc-block-components-quantity-selector__button {
  width: 16px;
  height: 16px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--wp--preset--color--beige-900);
  font-size: var(--wp--preset--font-size--body-xs);
  cursor: pointer;
}
.y-w-block-cart .wc-block-components-quantity-selector__button:hover {
  background-color: var(--y-actions-hover);
}
.y-w-block-cart .wc-block-components-quantity-selector__button--minus {
  order: 1;
}
.y-w-block-cart .wc-block-components-quantity-selector__button--plus {
  order: 3;
}
.y-w-block-cart .wc-block-cart-item__remove-link {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 0;
  color: var(--wp--preset--color--beige-900);
  cursor: pointer;
  width: 16px;
  height: 16px;
  transition: var(--y-transition-ease);
}
.y-w-block-cart .wc-block-cart-item__remove-link::after {
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M12%204L4%2012%22%20stroke%3D%22%23272725%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M4%204L12%2012%22%20stroke%3D%22%23272725%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  font-size: var(--wp--preset--font-size--body-m);
  line-height: 1;
  display: block;
}
.y-w-block-cart .wc-block-cart-item__remove-link:hover {
  background-color: var(--y-actions-hover);
}
.y-w-block-cart .wc-block-cart-item__product {
  flex: 1;
}
@media (min-width: 782px) {
  .y-w-block-cart .wc-block-cart-item__product {
    border: 0;
  }
}
.y-w-block-cart .wc-block-cart-item__total {
  display: none;
}
.y-w-block-cart .wc-block-cart-item__image {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.y-w-block-cart .wc-block-cart-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 60/71;
}
@media (min-width: 782px) {
  .y-w-block-cart .wc-block-cart-item__image {
    border: 0;
  }
}
.y-w-block-cart .wp-block-woocommerce-cart-order-summary-block {
  background-color: var(--wp--preset--color--beige-000);
  padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--50) 0 var(--wp--preset--spacing--50);
  display: flex;
  flex-direction: column;
}
.y-w-block-cart .wp-block-woocommerce-proceed-to-checkout-block {
  background-color: var(--wp--preset--color--beige-000);
  padding: 0 var(--wp--preset--spacing--50) var(--wp--preset--spacing--50);
}
.y-w-block-cart .wc-block-cart__totals-title {
  color: var(--wp--preset--color--beige-900);
  font-family: var(--wp--preset--font-family--body), "sans-serif";
  font-size: var(--wp--preset--font-size--body-s);
  font-style: normal;
  font-weight: 600;
  margin: 0;
  padding: 0 0 var(--wp--preset--spacing--50) 0;
}
.y-w-block-cart .wc-block-cart__submit-button {
  width: 100%;
}
.y-w-block-cart .wc-block-cart__submit-container {
  display: flex;
}
.y-w-block-cart .wc-block-components-totals-wrapper {
  border: 0;
  padding: 0 0 var(--wp--preset--spacing--50) 0;
}
.y-w-block-cart .wc-block-components-totals-wrapper.slot-wrapper > * > * {
  padding: 0;
}
.y-w-block-cart .wc-block-components-totals-wrapper:empty {
  border: 0;
  padding: 0;
}
.y-w-block-cart .wc-block-components-totals-item__label {
  color: var(--wp--preset--color--beige-900);
  font-size: var(--wp--preset--font-size--body-xs);
  font-style: normal;
  font-weight: 400;
}
.y-w-block-cart .wc-block-components-totals-item__value {
  color: var(--wp--preset--color--beige-900);
  font-size: var(--wp--preset--font-size--body-s);
  font-style: normal;
  font-weight: 400;
}
.y-w-block-cart .wc-block-components-totals-item__value strong {
  font-weight: 400;
}
.y-w-block-cart .wc-block-components-totals-footer-item-tax-value {
  font-weight: 600;
}
.y-w-block-cart .wc-block-components-totals-item__description {
  display: none;
}
.y-w-block-cart .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper.slot-wrapper {
  padding: 0 0 var(--wp--preset--spacing--50) 0;
}
.y-w-block-cart .wc-block-components-totals-wrapper {
  order: 2;
}
.y-w-block-cart .wc-block-components-totals-wrapper.slot-wrapper {
  order: 1;
  padding: 0 0 var(--wp--preset--spacing--30) 0;
}
.y-w-block-cart .wc-block-components-totals-wrapper.slot-wrapper .yb-discount-savings {
  border: 1px solid var(--wp--preset--color--success);
  background-color: var(--wp--preset--color--beige-000);
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--40);
  gap: var(--wp--preset--spacing--30);
  margin-top: 0;
  color: var(--wp--preset--color--success);
  font-size: var(--wp--preset--font-size--body-xs);
  font-style: normal;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.y-w-block-cart .wc-block-components-totals-wrapper.slot-wrapper .yb-discount-savings .wc-block-components-totals-item__label {
  flex-grow: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.y-w-block-cart .wc-block-components-totals-wrapper.slot-wrapper .yb-discount-savings .wc-block-components-totals-item__value {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.y-w-block-cart .wc-block-components-totals-wrapper.slot-wrapper .yb-discount-savings .wc-block-components-totals-item__description {
  display: none;
}

/*# sourceMappingURL=cart.css.map*/