/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/sass/frontend.scss ***!
  \************************************************************************************************************************/
.swoo-discount-banner {
  width: 100%;
  text-align: center;
  position: relative;
  display: block;
  z-index: 99999;
}
.swoo-discount-banner .swoo-discount-banner-text {
  font-weight: 700;
  padding: 10px 20px;
}

.swoo-product-quantity-discount {
  padding-bottom: 20px;
}
.swoo-product-quantity-discount .swoo-product-quantity-discount-notice {
  font-size: 10px;
  color: #b5b5b5;
  font-style: italic;
  padding-top: 10px;
}
.swoo-product-quantity-discount .swoo-product-quantity-discount-items {
  border-radius: 12px;
  max-width: 420px;
  font-family: system-ui, sans-serif;
}
.swoo-product-quantity-discount .swoo-product-quantity-discount-items h3 {
  margin: 0 0 12px;
  font-size: 15px;
  color: #616161;
  font-weight: normal;
  line-height: 1.6;
}
.swoo-product-quantity-discount .swoo-product-quantity-discount-items ul {
  min-width: 270px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  border-radius: 5px;
  color: rgb(68, 68, 68);
  border: 1px solid #c8d8db;
}
.swoo-product-quantity-discount .swoo-product-quantity-discount-items ul li.swoo-discount-item {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 7px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
  border-bottom: 1px solid #c8d8db;
}
.swoo-product-quantity-discount .swoo-product-quantity-discount-items ul li.swoo-discount-item:last-child {
  border-bottom: 0;
}
.swoo-product-quantity-discount .swoo-product-quantity-discount-items ul li.swoo-discount-item.is-active {
  background-color: #cff4fc;
  position: relative;
}
.swoo-product-quantity-discount .swoo-product-quantity-discount-items ul li.swoo-discount-item.is-active .save {
  font-weight: 600;
}
.swoo-product-quantity-discount .swoo-product-quantity-discount-items ul li.swoo-discount-item.is-active .normal {
  font-weight: 600;
}
.swoo-product-quantity-discount .swoo-product-quantity-discount-items ul li.swoo-discount-item .save {
  font-weight: normal;
}
.swoo-product-quantity-discount .swoo-product-quantity-discount-items ul li.swoo-discount-item .normal {
  font-weight: normal;
}
.swoo-product-quantity-discount .swoo-product-quantity-discount-items .hint {
  font-size: 0.85em;
  color: #6b7280;
  margin-left: 8px;
}

.swoo-discount-clearfix {
  width: 100%;
}

.swoo-discount-message {
  position: relative;
  margin-top: 10px;
  padding: 8px 15px;
  border-radius: 0.25rem;
}
.swoo-discount-message.warning {
  color: #322807;
  background-color: rgba(255, 222, 112, 0.9019607843);
  font-weight: 500;
}
.swoo-discount-message.info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.swoo-discount-custom-price .swoo-discount-price-discount-wrapper #swoo-discount-original-price {
  text-decoration: line-through;
  color: #999;
  padding-right: 2px;
}

.swoo-discount-chevrons {
  display: flex;
  height: auto;
  position: relative;
  z-index: 1000;
}
.swoo-discount-chevrons.left {
  padding-left: 5px;
}
.swoo-discount-chevrons.right {
  padding-right: 5px;
}
.swoo-discount-chevrons.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.swoo-discount-chevrons .swoo-discount-chevron {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  margin: auto;
  min-width: 10px;
  cursor: pointer;
}
.swoo-discount-chevrons .swoo-discount-chevron.left {
  transform: rotate(130deg);
}
.swoo-discount-chevrons .swoo-discount-chevron.right {
  transform: rotate(315deg);
}
.swoo-discount-chevrons .swoo-discount-chevron.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.swoo-discount-chevrons .swoo-discount-chevron.invisible {
  visibility: hidden;
}

#swoo-discount-cross-sell-you-might-like-mini {
  background-color: #effcff;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: fit-content;
  margin-left: auto;
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
}
#swoo-discount-cross-sell-you-might-like-mini .dashicons {
  position: relative;
  top: 2px;
  width: 13px;
  right: 2px;
  color: #666;
  font-size: 17px;
}

.swoo-discount-cross-sell-wrapper {
  background-color: #effcff;
  margin-top: 5px;
  margin-bottom: -2px;
}
.swoo-discount-cross-sell-wrapper .swoo-discount-cross-sell {
  position: relative;
  padding: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swoo-discount-cross-sell-wrapper .swoo-discount-cross-sell #swoo-discount-cross-sell-close {
  position: absolute;
  top: 2px;
  right: 0;
  width: 30px;
  height: 30px;
  margin-right: 2px;
  margin-top: 0;
  cursor: pointer;
}
.swoo-discount-cross-sell-wrapper .swoo-discount-cross-sell #swoo-discount-cross-sell-close SVG {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40%;
  height: 40%;
}
.swoo-discount-cross-sell-wrapper .swoo-discount-cross-sell .swoo-discount-cross-sell-title {
  text-align: center;
  font-size: 15px;
  margin-bottom: 0;
}
.swoo-discount-cross-sell-wrapper .swoo-discount-cross-sell .swoo-discount-cross-sell-body {
  display: flex;
}
.swoo-discount-cross-sell-wrapper .swoo-discount-cross-sell .swoo-discount-cross-sell-body .swoo-discount-cross-sell-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 85px;
  margin-left: 5px;
  margin-right: 5px;
}
.swoo-discount-cross-sell-wrapper .swoo-discount-cross-sell .swoo-discount-cross-sell-body .swoo-discount-cross-sell-box.wider {
  width: 400px;
}
.swoo-discount-cross-sell-wrapper .swoo-discount-cross-sell .swoo-discount-cross-sell-body .swoo-discount-cross-sell-box .swoo-discount-cross-sell-box-product {
  width: 100%;
  position: absolute;
  left: 100%;
  display: none;
  padding: 4px;
  border-radius: 0.25rem;
  border: 1px solid #d7d7d7;
}
.swoo-discount-cross-sell-wrapper .swoo-discount-cross-sell .swoo-discount-cross-sell-body .swoo-discount-cross-sell-box .swoo-discount-cross-sell-box-product:first-child {
  display: flex;
  left: 0;
}
.swoo-discount-cross-sell-wrapper .swoo-discount-cross-sell .swoo-discount-cross-sell-body .swoo-discount-cross-sell-box .swoo-discount-cross-sell-box-product .swoo-discount-cross-sell-product-image {
  display: flex;
  margin-right: 9px;
  border-radius: 6px;
  border: 1px solid #c8c8c8;
  max-height: 75px;
  max-width: 75px;
  min-height: 75px;
  min-width: 75px;
  overflow: hidden;
  cursor: pointer;
}
.swoo-discount-cross-sell-wrapper .swoo-discount-cross-sell .swoo-discount-cross-sell-body .swoo-discount-cross-sell-box .swoo-discount-cross-sell-box-product .swoo-discount-cross-sell-product-center-grouping {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.swoo-discount-cross-sell-wrapper .swoo-discount-cross-sell .swoo-discount-cross-sell-body .swoo-discount-cross-sell-box .swoo-discount-cross-sell-box-product .swoo-discount-cross-sell-product-center-grouping .swoo-discount-cross-sell-product-name {
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}
.swoo-discount-cross-sell-wrapper .swoo-discount-cross-sell .swoo-discount-cross-sell-body .swoo-discount-cross-sell-box .swoo-discount-cross-sell-box-product .swoo-discount-cross-sell-product-center-grouping .swoo-discount-cross-sell-add-to-cart {
  background-color: #00aed5;
  color: #fff;
  font-weight: 600;
  padding: 4px 10px 4px 8px;
  font-size: 12px;
}
.swoo-discount-cross-sell-wrapper .swoo-discount-cross-sell .swoo-discount-cross-sell-dots {
  text-align: center;
  user-select: none;
  margin-top: -2px;
}
.swoo-discount-cross-sell-wrapper .swoo-discount-cross-sell .swoo-discount-cross-sell-dots.hidden {
  display: none;
}
.swoo-discount-cross-sell-wrapper .swoo-discount-cross-sell .swoo-discount-cross-sell-dots .swoo-discount-cross-sell-dot {
  height: 7px;
  width: 7px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.swoo-discount-cross-sell-wrapper .swoo-discount-cross-sell .swoo-discount-cross-sell-dots .swoo-discount-cross-sell-dot.active {
  background-color: #666;
  cursor: default;
}
.swoo-discount-cross-sell-wrapper .swoo-discount-cross-sell .swoo-discount-cross-sell-dots .swoo-discount-cross-sell-dot.disabled {
  pointer-events: none;
}

ul.products .discount-badge {
  width: 70px;
  height: 70px;
  font-size: 17px;
  border-radius: 38px;
  line-height: 20px;
}
ul.products.medium .discount-badge {
  width: 105px;
  height: 105px;
  font-size: 24px;
  border-radius: 52px;
  line-height: 28px;
}
@media (max-width: 1024px) {
  ul.products.medium .discount-badge {
    width: 70px;
    height: 70px;
    font-size: 17px;
    border-radius: 38px;
    line-height: 20px;
  }
}
ul.products li.product .discount-badge {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: -10px;
  top: -10px;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 221, 0, 0.9019607843);
  color: #000;
  font-weight: bold;
  pointer-events: none;
}
ul.products li.product .has-attributes-badge {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  background-color: #8c8c8c;
  color: #fff;
  border-top-right-radius: 15px;
  padding: 4px 10px 4px 8px !important;
  font-size: 11px;
  opacity: 0.7;
  pointer-events: none;
}

.discount-badge {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: -10px;
  top: -10px;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 221, 0, 0.9019607843);
  color: #000;
  font-weight: bold;
  pointer-events: none;
  z-index: 1;
  font-size: 22px;
  width: 110px;
  height: 110px;
  border-radius: 60px;
  line-height: 33px;
}

.swoo-discount-list-text-badge {
  color: #088c5e;
  margin-bottom: 6px;
  display: inline-block;
}

.swoo-discount-list-text-offer {
  padding-left: 5px;
  color: #444444;
  margin-bottom: 6px;
}
.swoo-discount-list-text-offer.has-discount {
  font-weight: bold;
  color: #f15c5c;
}

.swoo-discount-list-old-price {
  text-decoration: line-through;
  color: #999;
}

.swoo-discount-cross-sell-product-price .swoo-discount-list-text-offer {
  padding-left: 0;
}

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