/** Shopify CDN: Minification failed

Line 1042:0 Unexpected "}"
Line 1374:0 Unexpected "}"

**/
.previewCart {
  padding: 12px 20px 0px 20px;
  overflow: visible !important;
  max-height: none !important;
  height: auto !important;
}

.previewCartItem {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 0;
  letter-spacing: 0;
  padding: 20px 0 0 0;
}

.previewCartItem-image {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 80px;
  text-align: center;
  position: relative;
  top: 6px;
}

.previewCartItem-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  object-fit: contain;
  object-position: center;
}

.previewCartItem-image:before {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 107px;
}

.previewCartItem-content {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 80px);
  padding: 0 0 0 20px;
}

.previewCartItem-content .cart-item-allocation {
  font-size: var(--font-body-size);
  color: var(--color-text2);
  margin-top: 0;
  margin-bottom: 6px;
}

.previewCartItem-name {
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-family: var(--product-title-font);
  font-size: var(--product-title-font-size);
  font-weight: var(--product-title-font-weight);
  line-height: 20px;
  letter-spacing: var(--body-letter-spacing);
  color: var(--product-title-color);
  text-transform: var(--product-title-text-transform);
  margin: 0 0 10px 0;
}

.previewCartItem-vendor {
  display: block;
  font-size: var(--font-body-size);
  font-weight: var(--font-weight-normal);
  color: var(--color-text2);
  text-transform: capitalize;
  letter-spacing: var(--body-letter-spacing);
  line-height: var(--body-line-height);
}

.previewCartItem-options {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 30px 0 0;
  margin: 0 0 7px 0;
}

.previewCartItem-variant {
  display: block;
  font-size: var(--font-body-size);
  font-weight: var(--font-weight-normal);
  color: var(--color-text2);
  text-transform: capitalize;
  letter-spacing: var(--body-letter-spacing);
  line-height: var(--body-line-height);
}

.previewCartItem-edit {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
  background: none;
  border: none;
}

.previewCartItem-edit .icon {
  display: none !important;
  width: 18px;
  height: 16px;
  fill: var(--color-text2);
  position: relative;
  top: -2px;
}

.previewCartItem-price {
  margin: 0 0 10px 0;
}

.previewCartItem-price .price {
  display: block;
  font-size: var(--product-price-font-size);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0;
  line-height: var(--body-line-height);
  color: var(--product-price-color);
}

.previewCartItem-qty {
  display: inline-block;
  vertical-align: middle;
  width: 94px;
  margin-top: 15px;
  position: relative;
}

.previewCartItem-qty .quantity {
  padding: 11px 14px 10px 20px;
}

.previewCartItem-qty input {
  text-align: center;
  padding: 0;
}
.previewCartItem-qty input::-webkit-outer-spin-button,
.previewCartItem-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  display: none;
}

.previewCartItem-qty input[type="number"] {
  -moz-appearance: textfield;
}

.previewCartItem-qty .btn-quantity {
  width: 32px;
  height: 45px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  border: none;
}

.previewCartItem-qty .btn-quantity:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  left: 10px;
  top: 22px;
  background: #5a5a5a;
}

.previewCartItem-qty .btn-quantity.plus {
  right: 0;
  left: auto;
}

.previewCartItem-qty .btn-quantity.plus:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  left: 10px;
  top: 22px;
  background: #5a5a5a;
  transform: rotate(90deg);
}

.previewCartItem-remove {
  position: none;
  right: 0;
  bottom: 36px;
  background: none;
  border: none;
}

.previewCartItem-remove.has_vol_pricing {
  bottom: 92px;
}

.previewCartItem-remove svg {
  fill: var(--icon);
  width: 18px;
  height: 18px;
}

.previewCartItem + .previewCartItem {
  border-top: 0;
  margin-top: 19px;
}

.previewCartItem {
  border-bottom: var(--cart-item-border-width) var(--cart-item-border-style)
    var(--cart-item-border);
  padding-bottom: 20px;
  background-color: var(--cart-item-bg);
}

.previewCartItem:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.previewCart-emptyBody .empty {
  font-size: var(--font-body-size);
  font-weight: var(--font-weight-normal);
  letter-spacing: var(--body-letter-spacing);
  line-height: var(--body-line-height);
  color: var(--color-text2);
  margin: 0 0 22px 0;
}

.previewCartCollection {
  padding: 20px 0px 7px 0px;
  position: relative;
  border-top: 1px solid var(--cart-item-border);
}

.previewCartTitle {
  font-family: var(--font-heading-family);
  font-size: 15px;
  font-weight: var(--font-weight-semibold);
  font-style: var(--font-heading-style);
  line-height: var(--heading-line-height);
  letter-spacing: var(--body-letter-spacing);
  text-transform: unset;
  position: relative;
  margin: 0 0 22px 0;

  /* Neue Regeln für Umbruch und Layout-Schutz */
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}
.previewCartCollection .product-item-custom .card-title {
  margin-bottom: 7px;
}

.previewCartCollection .card-button {
  font-size: var(--font-body-size);
  font-weight: var(--font-body-weight);
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
  color: var(--color-text);
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.previewCartCollection .card-swatch {
  text-align: left;
  justify-content: flex-start !important;
  margin-bottom: 14px;
}

.previewCartCollection .product-card-layout-02 .card {
  border: none;
}

.previewCartCarousel .product {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.previewCartCarousel .slick-arrow {
  padding: 6px;
  width: 35px;
  height: 35px;
  top: -35px;
}

.previewCartCarousel .slick-arrow.slick-prev {
  /* left: auto !important; */
  right: 45px;
  /* transform: translateY(-50%) rotate(0); */
}

.previewCartCarousel .slick-arrow.slick-next {
  /* right: 0px !important; */
}

.previewCartCarousel .slick-arrow.slick-disabled {
  display: block !important;
}

.previewCartCarousel:not(.slick-initialized) {
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  letter-spacing: 0;
}


.previewCartCarousel:not(.slick-initialized) {
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  letter-spacing: 0;
}

.previewCartInfo {
  position: relative;
  padding: 5px 30px 90px 30px;
}

.previewCartTotals {
  display: block;
  font-size: 0;
  letter-spacing: 0;
}

.previewCartTotalsPrice {
  /*border-top: 1px solid var(--cart-item-border);*/
  padding-top: 0;
}

.previewCartTotals[data-coupon-discount] .previewCartTotals-label {
  width: 145px;
}

.cart-discounts .discounts__discount {
  font-size: var(--font-body-size);
  font-weight: var(--font-weight-normal);
  color: var(--color-text2);
  letter-spacing: var(--body-letter-spacing);
  line-height: var(--body-line-height);
  padding: 3px 0;
}

.previewCartTotals .previewCartTotals-label,
.previewCartTotals .previewCartTotals-value {
  display: inline-block;
  vertical-align: top;
  font-size: var(--font-body-size);
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
}

.previewCartTotals .previewCartTotals-label {
  width: 120px;
  text-align: left;
  font-weight: var(--font-weight-semibold);
  color: var(--color-text);
}

.previewCartTotals .previewCartTotals-value {
  width: calc(100% - 120px);
  font-size: calc(var(--font-body-size) + 1px);
  text-align: right;
  font-weight: var(--font-weight-normal);
  color: var(--color-grey);
  font-style: normal;
  letter-spacing: 0;
}

.previewCartTotals.shipTotal .previewCartTotals-value {
  width: 100%;
  text-align: left;
}

.previewCartTotals.total .previewCartTotals-value {
  font-size: calc(var(--font-body-size) + 0px);
}
/* Mobile – kleiner & einzeilig */
@media screen and (max-width: 749px) {
  .previewCartTotals.total .previewCartTotals-value {
    font-size: calc(var(--font-body-size) - 2px);
    white-space: nowrap;
  }
}
.previewCartTotals.total .previewCartTotals-value,
.previewCartTotals.subTotal .previewCartTotals-value {
  color: var (--color-text);
  font-weight: var(--font-weight-semibold);
}

.previewCartTotals.shipTotal .previewCartTotals-value {
  font-size: var(--font-body-size);
}

.previewCartTotals + .previewCartTotals {
  margin-top: 9px;
}

.previewCartAction {
  margin: 15px 0 0 0;
}

.previewCartCheckbox input[type="checkbox"] + label {
  display: inline-block;
  vertical-align: top;
  width: auto;
  font-size: var(--font-body-size);
  padding-left: 25px;
  line-height: 20px;
  font-weight: var(--font-weight-normal);
  color: var(--text-cart);
  text-transform: unset;
}

.previewCartCheckbox input[type="checkbox"] ~ button {
  display: inline-block;
  vertical-align: top;
  font-size: var(--font-body-size);
  line-height: 20px;
  color: var(--text-cart);
  margin: 0 0 0 5px;
  padding: 0;
  background: none;
  background-image: linear-gradient(transparent 97%, var(--color-text) 3%);
  background-repeat: repeat-x;
  background-position-y: -2px;
  border: none;
  letter-spacing: var(--body-letter-spacing);
  font-family: var(--font-body-family);
  font-weight: var(--font-weight-normal);
}

.previewCartGroup {
  margin: 12px 0 0 0;
}

.previewCartGroup .button + .button {
  margin-top: 15px;
}

.previewCartGroup .dynamic-checkout__content {
  margin: 10px 0;
}

.previewCartGroup .dynamic-checkout__content shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-border-radius: var(
    --btn-1-border-radius
  );
}

.previewCartGroup .dynamic-checkout__content shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-border-radius: var(
    --btn-1-border-radius
  );
}

.previewCart .button-continue {
  width: auto;
}

.wrapper-cartCount {
  color: #727272;
  margin-top: 8px;
  /*margin-bottom: 13px;*/
  margin-bottom: 0;
}

.previewCartTool {
  padding: 10px 30px 12px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cartTool-item {
  width: 25%;
  text-align: center;
  padding: 16px 10px;
  background-color: #fff;
  border-right: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  cursor: pointer;
  pointer-events: auto;
}

.cartTool-item:hover {
  background-color: #f8f8f8;
}

.cartTool-item:first-child {
  border-left: 1px solid #e2e2e2;
}
.cartTool-item span {
  pointer-events: none;
}
.cartTool-item svg {
  width: 24px;
  height: 24px;
  color: #464646;
}

.cartTool-item.cart-tool-gift svg {
  width: 26px;
}

.cartTool-item.cart-tool-shipping svg {
  width: 32px;
}

body.cart-sidebar-show {
  overflow-y: hidden;
  /*height: 100%;*/
}

body.cart-sidebar-show .background-overlay {
  opacity: 1;
  pointer-events: all;
}

body.cart-sidebar-show .halo-cart-sidebar {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.halo-cart-sidebar .previewCartItem {
  padding-bottom: 25px;
}

.previewCart-wrapper {
  display: block;
  height: auto !important;
}
.product-option {
  font-size: var(--font-body-size);
  line-height: 1.5;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 10px;
}

.product-option .definitionList-key {
  float: none;
}

.product-option .definitionList-value {
  flex: 1;
  margin-left: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* -------------------- */
.previewCart.active-tool:before {
  content: "";
  position: absolute;
  background-color: #fff;
  opacity: 0.7;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1;
}

.popup-toolDown {
  border-top: 1px solid #e3e3e3;
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: var(--bg-white);
  padding: 30px;
  z-index: 9;
  transform: translate3d(0, 50%, 0);
  opacity: 0;
  visibility: hidden;
  transition: transform var(--duration-default) ease,
    visibility var(--duration-default) ease,
    opacity var(--duration-default) ease;
}

.popup-toolDown.show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.popup-toolDown .cart__note {
  display: block;
}

.popup-toolDown label {
  font-family: var(--font-heading-family);
  font-size: calc(var(--font-body-size) + 2px);
  font-weight: var(--font-weight-semibold);
  text-transform: capitalize;
  color: var(--color-text);
  margin-bottom: 7px;
  display: block;
}

.popup-toolDown label svg {
  width: 20px;
  height: 20px;
  margin-right: 9px;
  position: relative;
  top: -2px;
}

.popup-toolDown button {
  margin-top: 15px;
  margin-bottom: 10px;
}

.popup-toolDown #shipping-calculator h3 {
  font-size: 0;
}

.popup-toolDown #shipping-calculator-form-wrapper label {
  font-size: var(--font-body-size);
  font-weight: var(--font-weight-normal);
  color: var(--color-text2);
}

.popup-toolDown #shipping-calculator-form-wrapper p {
  font-size: calc(var(--font-body-size) + 2px);
  font-weight: var(--font-weight-semibold);
  text-transform: capitalize;
  color: var(--color-text);
  margin-bottom: 10px;
  margin-top: 0;
  display: block;
}

.popup-toolDown #shipping-calculator-form-wrapper p svg {
  width: 22px;
  height: 22px;
  margin-right: 9px;
  position: relative;
  top: -3px;
}

.template-cart .hidden-cart {
  display: none;
}

.discount-code-field p {
  margin-top: 0;
  margin-bottom: 14px;
  color: var(--color-text2);
}

#popup-tool-shipping .special-select,
#popup-tool-shipping .styled-input {
  margin-bottom: 10px;
}

#popup-tool-shipping {
  padding-bottom: 12px;
}

#popup-tool-gift {
  text-align: center;
  padding-bottom: 42px;
}

#popup-tool-gift svg {
  width: 26px;
  height: 26px;
  margin-bottom: 12px;
  color: #464646;
}

#shipping-calculator #wrapper-response {
  color: #8b714a;
  background-color: #fbf8e5;
  padding: 14px 20px 12px;
  margin-top: 15px;
}

#popup-tool-discount {
  padding-bottom: 36px;
}

.previewCart .previewCartProduct .product .card {
  display: flex;
  flex-direction: row;
}

.previewCart .previewCartProduct .product .card-product {
  flex: 0 0 33%;
}
.product-card-layout-02
  .previewCart
  .previewCartProduct
  .card-information__wrapper {
  padding-top: 10px;
}
.previewCart
  .previewCartProduct
  .product
  .card-information
  .card-action__group {
  display: block !important;
}

.previewCart
  .previewCartProduct
  .product
  .card-information
  .card-action__group
  .card-action {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.previewCart .previewCartProduct {
  position: relative;
}

.halo-cart-sidebar .previewCartItem-price .discounts__discount,
.cart-discounts .discounts__discount {
  font-size: calc(var(--font-body-size) - 2px);
  font-weight: var(--font-weight-normal);
  color: var(--color-text2);
  letter-spacing: var(--body-letter-spacing);
  line-height: var(--body-line-height);
  padding-top: 3px;
}

.halo-cart-sidebar .previewCartItem-price .previewCartItem-saving-price {
  display: flex;
  gap: 7px;
}

.halo-cart-sidebar .previewCartItem-price .before-discount-price,
.halo-cart-sidebar .previewCartItem-price .discounted-price {
  font-size: calc(var(--product-price-font-size) - 2px);
  letter-spacing: var(--product-price-letter-spacing);
  font-weight: var(--product-price-font-weight);
  line-height: var(--product-price-line-height);
}

.halo-cart-sidebar .previewCartItem-price .before-discount-price {
  color: var(--product-compare-price-color);
  font-weight: var(--font-weight-normal);
}

.halo-cart-sidebar .previewCartItem-price .discounted-price {
  font-size: var(--product-price-font-size);
  color: var(--product-sale-price-color);
}

.previewCartTotalsPrice .cart-total-savings {
  display: flex;
}

.cart-discounts + .previewCartItem-change {
  margin-top: 15px;
}

.body-custom-width.style-arrows-6 .previewCartCarousel .slick-arrow {
  width: 45px;
}

/* START: Update May Also You Like */
.previewCartCollection .card-information {
  position: static;
  padding-bottom: 2px !important;
}

.previewCartCollection .product-item .card-action,
.previewCartCollection .product-item .card-button {
  box-shadow: none;
}

.previewCartCollection .product-item .card-button:hover {
  background-color: transparent;
  color: initial !important;
}

.previewCartCollection .product-item .card-button.is-loading {
  overflow: visible;
}

body.cart-sidebar-show.quick_shop_option_3.quickshop-popup-show
  .halo-cart-sidebar,
body.cart-sidebar-show.quick_shop_option_3.quick_shop_popup_mobile
  .halo-cart-sidebar {
  opacity: 0;
  pointer-events: none;
}

.previewCartCollection .card-button {
  color: initial !important;
  background: transparent;
  border: none;
  padding: 0;
  text-transform: initial;
  text-align: left;
  width: fit-content;
  margin: 0;
  min-width: initial;
  padding-block: 0 !important;
}

body:not(.quick_shop_option_3)
  .previewCartCollection
  .card-action
  .variants-popup-content
  .variants {
  max-height: 80px;
}

body:not(.quick_shop_option_3)
  .previewCartCollection
  .previewCartCarousel
  .product {
  min-height: 180px;
}

body:not(.quick_shop_option_3)
  .previewCartCollection
  .card-action
  .variants-popup-content {
  height: 100%;
}

.product-card-layout-02
  .previewCartCollection
  .previewCartCollection
  .card-swatch {
  margin-bottom: 8px;
}

.product-card-layout-02 .previewCartCollection .product-item .card-action {
  margin-top: 0;
}

.product-card-layout-02.quick_shop_option_2
  .previewCartCollection
  .product-item
  .card-action {
  padding-left: 0;
}

.product-card-layout-04.quick_shop_option_2
  .previewCartCollection
  .card-action
  .variants-popup-content {
  background: #fff;
}

.product-card-layout-06 .previewCartCollection .product-item .card-action {
  position: static;
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
}

.product-card-layout-05 .previewCartCollection .card-information {
  position: relative;
}

body:not(.quick_shop_option_3)
  .previewCartCollection
  .card-action
  .variants-popup {
  top: 0;
  height: auto;
  max-height: 100%;
  min-height: 180px;
}

body:not(.quick_shop_option_3) .previewCartCollection .product-card__button2 {
  bottom: 1px;
}

.product-card-layout-07:not(.quick_shop_option_3)
  .previewCartCollection
  .product-item
  .card-action,
.product-card-layout-05:not(.quick_shop_option_3)
  .previewCartCollection
  .product-item
  .card-action,
.product-card-layout-04:not(.quick_shop_option_3)
  .previewCartCollection
  .product-item
  .card-action,
.product-card-layout-02:not(.quick_shop_option_3)
  .previewCartCollection
  .product-item
  .card-action,
.product-card-layout-03:not(.quick_shop_option_3)
  .previewCartCollection
  .product-item
  .card-action {
  position: static;
  transform: none !important;
}

.quick_shop_option_2 .previewCartCollection .variants-popup-content .variants {
  min-height: initial !important;
  max-height: 80px !important;
}

.product-card-layout-06.quick_shop_option_2
  .previewCartCollection
  .card-action
  .variants-popup-content {
  overflow-y: initial;
}
/* END: Update May Also You Like */

.previewCartCollection
  .previewCartCarousel
  .product-item.enable_custom_position_swatch
  .card-price {
  margin-bottom: 10px;
}

.previewCartCollection
  .previewCartCarousel
  .product-item.enable_custom_position_swatch
  .card-swatch
  .swatch-label {
  width: calc(var(--w-product-swatch-custom) - 10px);
  height: calc(var(--h-product-swatch-custom) - 10px);
}

.previewCartCollection
  .previewCartCarousel
  .product-item.enable_custom_position_swatch
  .card-swatch
  .number-showmore {
  height: calc(var(--h-product-swatch-custom) - 10px);
  line-height: calc(var(--h-product-swatch-custom) - 10px);
}

.product-card-layout-01
  .previewCartCarousel
  .product-item.enable_custom_position_swatch
  .card-action {
  padding: 0;
}

@media (max-width: 1024px) {
  .previewCart {
    height: auto !important;
    overflow: visible !important;
    flex-grow: unset !important;
  }
}

  #popup-tool-gift,
  #popup-tool-shipping,
  #popup-tool-discount,
  #popup-tool-note {
    padding-bottom: 22px;
  }

  /* START: Update May Also You Like */
  .previewCartCollection .card-action {
    position: static;
  }

  .quick_shop_option_2 #halo-card-mobile-popup .card-action .variants-popup {
    bottom: 0 !important;
  }

  body:not(.quick_shop_option_3, .quick_shop_option_2).product-card-layout-06
    .previewCartCollection
    .card-action
    .variants-popup {
    top: 0;
  }

  body:not(.quick_shop_option_3, .quick_shop_option_2).product-card-layout-06
    .previewCartCollection
    .product-item:hover
    .card-action {
    transform: none;
  }
  body:not(.quick_shop_option_3, .quick_shop_option_2).product-card-layout-06
    .previewCartCollection
    .card:after {
    display: none;
  }

  body:not(.quick_shop_option_3, .quick_shop_option_2).product-card-layout-05
    .previewCartCollection
    .product-item.quickshop-popup-show
    .card-action
    .variants-popup {
    top: 0;
    height: auto;
    max-height: 100%;
    min-height: 180px;
  }
  body:not(.quick_shop_option_3, .quick_shop_option_2)
    .previewCartCollection
    .card-action {
    transform: none !important;
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  /* END: Update May Also You Like */
}

@media (max-width: 551px) {
  .previewCart {
    /*height: calc(100vh - 550px);*/
  }
  .halo-cart-sidebar .previewCartItem {
    padding-top: 0;
  }
  .previewCartItem-remove.has_vol_pricing {
    bottom: 98px;
  }

  .previewCartGroup .dynamic-checkout__content shopify-accelerated-checkout {
    --shopify-accelerated-checkout-button-block-size: 42px;
    --shopify-accelerated-checkout-button-inline-size: 42px;
  }

  .previewCartGroup
    .dynamic-checkout__content
    shopify-accelerated-checkout-cart {
    --shopify-accelerated-checkout-button-block-size: 42px;
    --shopify-accelerated-checkout-button-inline-size: 42px;
  }
}

@media (max-width: 768px) {
  /* START: Update May Also You Like */
  #halo-card-mobile-popup .product-item-custom .card-information {
    display: block;
    width: 100%;
  }

  #halo-card-mobile-popup .product-item-custom .card-swatch,
  #halo-card-mobile-popup .product-item-custom .card-product,
  #halo-card-mobile-popup .product-item-custom .card-price,
  #halo-card-mobile-popup .product-item-custom .card-title {
    display: none;
  }

  body.cart-sidebar-show.quickshop-popup-show .halo-cart-sidebar,
  body.cart-sidebar-show.quick_shop_popup_mobile .halo-cart-sidebar {
    opacity: 0;
    pointer-events: none;
  }

  .product-card-layout-08.quick_shop_option_2
    #halo-card-mobile-popup
    .product-item-custom
    .card-action {
    display: block;
    position: static;
  }

  #halo-quickshop-popup-option-3 .productView-see-details {
    margin-right: 0;
    margin-bottom: 0;
  }

  .product-card-layout-02.quick_shop_option_2
    #halo-card-mobile-popup
    .product-item-custom
    .card-information
    .card-information__wrapper,
  .product-card-layout-06.quick_shop_option_2
    #halo-card-mobile-popup
    .product-item-custom
    .card-information
    .card-information__wrapper {
    display: block;
  }

  .product-card-layout-02.quick_shop_option_2
    #halo-card-mobile-popup
    .product-item-custom
    .card-information
    .card-action
    .variants-popup,
  .product-card-layout-06.quick_shop_option_2
    #halo-card-mobile-popup
    .product-item-custom
    .card-information
    .card-action
    .variants-popup {
    padding: 16px 8px 8px;
  }

  body:not(.quick_shop_option_3, .quick_shop_option_2).product-card-layout-06
    .previewCartCollection
    .card-action
    .variants-popup {
    height: auto;
    max-height: 100%;
    min-height: 180px;
  }
  /* END: Update May Also You Like */
}

@media (min-width: 551px) {
  .previewCartItem {
    padding-top: 0;
  }

  .previewCartItem-image {
    width: 80px;
  }

  .previewCartItem-content {
    width: calc(100% - 80px);
    padding: 0px 20px 0 20px;
    position: relative;
  }

  .previewCartItem-price {
    width: calc(100% - 80px);
    margin-bottom: 0;
  }

  .previewCartItem-qty {
    display: block;
  }

  .previewCartItem-remove {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
  }

  .previewCartItem-remove svg {
    fill: var(--icon);
    width: 18px;
    height: 18px;
  }
}

@media (min-width: 769px) {
  /* START: Update May Also You Like */
  .quick_shop_option_2
    .previewCartCollection
    .card-action
    .variants-popup-content {
    padding: 25px 0 60px;
  }

  .quick_shop_option_2
    .previewCartCollection
    .variants-popup
    .variants-popup-close {
    display: block;
  }

  .previewCartCollection
    .product-item.quickshop-popup-show
    .card-action
    .variants-popup {
    height: auto;
    max-height: 100%;
    min-height: 180px;
  }

  .product-card-layout-06.quick_shop_option_2
    .previewCartCollection
    .quickshop-popup-show
    .card-information {
    position: static;
  }

  .product-card-layout-06.quick_shop_option_2
    .previewCartCollection
    .card-action
    .variants-popup {
    overflow: hidden auto;
  }

  .product-card-layout-05.quick_shop_option_2
    .previewCartCollection
    .card-action
    .variants-popup-content {
    height: 100%;
    background: var(--bg-white);
  }

  .product-card-layout-05.quick_shop_option_2
    .previewCartCollection
    .card-action
    .variants-popup-content
    .variants {
    max-height: 100% !important;
  }

  .product-card-layout-04.quick_shop_option_2
    .previewCartCollection
    .quickshop-popup-show
    .card-action
    > form {
    opacity: 0;
  }

  .product-card-layout-03.quick_shop_option_2
    .previewCartCollection
    .card-action
    .variants-popup-content {
    height: 100%;
    background: var(--bg-white);
  }

  .product-card-layout-03.quick_shop_option_2
    .previewCartCollection
    .card-action
    .variants-popup-content
    .variants {
    max-height: 100% !important;
  }

  .product-card-layout-01.quick_shop_option_2
    .previewCartCollection
    .card-action
    .variants-popup-content {
    height: 100%;
    background: var(--bg-white);
  }

  .product-card-layout-01.quick_shop_option_2
    .previewCartCollection
    .card-action
    .variants-popup-content
    .variants {
    max-height: 100% !important;
  }
  /* END: Update May Also You Like */
}

@media (min-width: 1025px) {
  .previewCart {
    overflow: visible !important;
    height: auto !important;
    flex-grow: unset !important;
  }
}

  .previewCartItem-name:hover {
    color: var(--product-title-color-hover);
  }

  .previewCartCarousel .product-item .product-image svg {
    display: block;
  }

  .previewCartCarousel .product-item .product-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.3);
    transition: var(--anchor-transition);
  }

  .previewCartCarousel .product-item .product-image:hover svg {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .previewCartCarousel .product-item .product-image:hover:before {
    opacity: 1;
    visibility: visible;
  }

  /* START: Update May Also You Like */
  .previewCartCollection .card-action {
    transform: none !important;
    position: static;
    opacity: 1;
    visibility: visible;
  }

  .previewCartCollection .card-action .variants-popup {
    top: 0;
  }

  .previewCartCollection .card-action > form {
    margin-inline: 0;
    width: 100%;
  }

  .product-card-layout-04 .previewCartCollection .card-action .variants-popup {
    bottom: 0;
  }

  .product-card-layout-06
    .previewCartCollection
    .product-item.quickshop-popup-show
    .card:after {
    display: none;
  }

  .product-card-layout-05 .previewCartCollection .card-action .button {
    bottom: 0;
    max-width: 100%;
  }

  .product-card-layout-04.quick_shop_option_2
    .previewCartCollection
    .card-action {
    padding: 0;
  }

  .product-card-layout-02.quick_shop_option_2
    .previewCartCollection
    .card-action
    .variants-popup {
    padding: 0;
  }

  .product-card-layout-02.quick_shop_option_2
    .previewCartCollection
    .variants-popup-content
    .variants {
    min-height: initial !important;
  }

  .product-card-layout-04 .previewCartCollection .card-action {
    padding: 0;
  }
  /* END: Update May Also You Like */
}

@media (min-width: 2000px) {
  .previewCart .previewCartProduct:after {
    position: absolute;
    top: 0;
    right: -95%;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    z-index: 3;
  }
}
.previewCartTotals.subTotal .previewCartTotals-value {
  color: #000 !important;
}
