@media (max-width: 768px) {
  h2 {
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 32px !important;
  }
}

@media (max-width: 768px) {
  h4 {
    font-size: 18px !important;
  }
}

.after-separator {
  position: relative;
}
.after-separator:after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(255, 255, 255)), color-stop(30%, rgba(255, 255, 255, 0.5)), color-stop(70%, rgba(255, 255, 255, 0.14)), to(transparent));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.14) 70%, transparent 100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 350px;
  bottom: 0;
  pointer-events: none;
}

.before-separator {
  position: relative;
}
.before-separator:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255, 255, 255)), color-stop(30%, rgba(255, 255, 255, 0.5)), color-stop(70%, rgba(255, 255, 255, 0.14)), to(transparent));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.14) 70%, transparent 100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 350px;
  top: 0;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.bg-grand {
  background: linear-gradient(124deg, rgba(255, 95, 101, 0.23) 24.74%, rgba(17, 192, 191, 0.12) 81.59%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: -1;
}

.bg-grand-strong {
  background: linear-gradient(124deg, rgba(255, 95, 101, 0.8) 24.74%, rgba(17, 192, 191, 0.8) 81.59%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: -1;
}

.float-t {
  font-family: PP Pangram Sans Rounded;
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0.4;
  background: linear-gradient(176deg, rgba(0, 0, 0, 0.06) 3.2%, rgba(0, 0, 0, 0) 117.07%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.separator-left-c {
  background: -webkit-gradient(linear, left top, right top, from(#FCFCFF), color-stop(67.26%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #FCFCFF 0%, rgba(255, 255, 255, 0) 67.26%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 339px;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 768px) {
  .separator-left-c {
    opacity: 0.3;
  }
}

.separator-right-c {
  background: -webkit-gradient(linear, right top, left top, from(#FCFCFF), color-stop(67.26%, rgba(255, 255, 255, 0)));
  background: linear-gradient(-90deg, #FCFCFF 0%, rgba(255, 255, 255, 0) 67.26%);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 339px;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 768px) {
  .separator-right-c {
    opacity: 0.3;
  }
}

.menu--wp > .menu-item {
  position: relative;
}
.menu--wp > .menu-item.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.menu--wp > .menu-item a {
  padding: 12px 1px 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu--wp > .menu-item.current-menu-parent a, .menu--wp > .menu-item.current-menu-item a {
  border-bottom: 1px solid white;
}
.menu--wp ul.sub-menu {
  position: absolute;
  background: white;
  color: black;
  min-width: 250px;
  border-radius: 14px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
}
@media (max-width: 768px) {
  .menu--wp ul.sub-menu {
    position: relative;
    opacity: 1;
    display: none;
    border-radius: 0px;
  }
  .menu--wp ul.sub-menu.show {
    display: block;
  }
}
.menu--wp ul.sub-menu a {
  width: 100%;
  font-weight: 600;
  font-size: 13px;
  padding: 12px 10px 14px;
}
@media (max-width: 768px) {
  .menu--wp ul.sub-menu a {
    font-weight: 400;
    font-size: 13px;
    padding: 12px 10px 13px;
  }
}
.menu--wp ul.sub-menu a:hover {
  background: #f4f4f4;
}

.form-col {
  gap: 17px;
}
.form-control {
  margin-bottom: 1rem;
}
.form .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 12px;
  padding-left: 10px;
  font-weight: 600;
}
.form-content {
  position: relative;
}
.form-content .wpcf7-response-output {
  margin: 0 !important;
  position: absolute;
  bottom: -1rem;
  font-size: 14px;
}
.form-control {
  position: relative;
}
.form label {
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .form label {
    font-size: 16px;
  }
}
.form label.error {
  position: absolute;
  font-size: 10px;
  color: red;
  margin-left: 16px;
}
.form select.select-custom,
.form input:not([type=submit]) {
  border-radius: 24px;
  border: 1px solid #D3D3D3;
  height: 42px;
  color: black;
  width: 100%;
  padding: 5px 15px;
}
.form select.select-custom.error,
.form input:not([type=submit]).error {
  border-color: red;
}
.form textarea {
  border-radius: 24px;
  border: 1px solid #D3D3D3;
  color: black;
  width: 100%;
  padding: 5px 15px;
}
.form input[type=submit] {
  border-radius: 340px;
  background: var(--Verde-Exhala, #2FD1C9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: white;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
  font-size: 19px;
  font-style: normal;
  cursor: pointer;
}
@media (max-width: 768px) {
  .form input[type=submit] {
    font-size: 17px;
  }
}

.woocommerce div.product {
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .woocommerce div.product {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  padding: 2rem;
  float: none;
  width: 80%;
  -webkit-box-shadow: 0 0 28px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 28px 2px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  display: block;
  margin: 0 auto;
}

.woocommerce div.product div.summary {
  float: none;
  width: 100%;
}
@media (max-width: 768px) {
  .woocommerce div.product div.summary {
    padding: 0 33px;
  }
}

.woocommerce div.product .product_title {
  font-size: 32px;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .woocommerce div.product .product_title {
    font-size: 28px;
    margin-bottom: 1rem;
  }
}

.woocommerce div.product .woocommerce-Price-amount.amount {
  font-size: 24px;
  margin-bottom: 1rem;
  display: block;
  color: #2FD1C9;
  font-weight: 600;
}

.woocommerce-breadcrumb {
  display: none;
}

.woocommerce-product-details__short-description {
  margin: 2rem 0;
}

ul.products li.product a img {
  aspect-ratio: 1 !important;
  padding: 1rem !important;
  -webkit-box-shadow: 0 0 28px 2px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0 28px 2px rgba(0, 0, 0, 0.1) !important;
  border-radius: 20px !important;
  display: block !important;
  margin: 0 auto !important;
}
ul.products li.product a h2 {
  line-height: 28px;
  color: #606367;
  margin: 1rem 0 !important;
  font-size: 20px !important;
}
@media (max-width: 768px) {
  ul.products li.product a h2 {
    font-size: 15px !important;
    line-height: 20px !important;
  }
}
ul.products li.product a span.price {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #2FD1C9 !important;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
  float: none;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  cursor: pointer;
  font-size: 16.468px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: black;
  padding: 12px 22px 14px;
  border: 1px solid black;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.woocommerce .quantity .qty {
  height: 48px;
  border: 1px solid black;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce-account .button,
.wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__button,
.wc-block-components-totals-coupon a.wc-block-components-totals-coupon-link,
.wc-block-components-checkout-return-to-cart-button,
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-container .wc-block-cart__submit-button {
  height: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
  cursor: pointer;
  font-size: 16.468px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: black;
  padding: 12px 22px 14px !important;
  border: 1px solid black;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex !important;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: auto !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  align-items: center !important;
  gap: 5px;
  float: none !important;
}
.woocommerce-account .button svg,
.wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__button svg,
.wc-block-components-totals-coupon a.wc-block-components-totals-coupon-link svg,
.wc-block-components-checkout-return-to-cart-button svg,
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button svg,
.wc-block-cart__submit-container .wc-block-cart__submit-button svg {
  position: relative !important;
  margin-top: 7px !important;
}
.woocommerce-account .button:hover,
.wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__button:hover,
.wc-block-components-totals-coupon a.wc-block-components-totals-coupon-link:hover,
.wc-block-components-checkout-return-to-cart-button:hover,
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover,
.wc-block-cart__submit-container .wc-block-cart__submit-button:hover {
  opacity: 0.7;
}

.wc-block-cart-items .wc-block-components-product-name {
  font-size: 19px;
  font-weight: 600;
}
.wc-block-cart-items .wc-block-cart-item__total {
  font-size: 18px;
  color: #2FD1C9;
}

.wc-block-components-checkout-step__heading h2.wc-block-components-title {
  color: #2FD1C9;
}

.woocommerce-order .woocommerce-thankyou-order-received {
  text-align: center;
  padding: 1rem 0;
  background: rgba(47, 209, 201, 0.1);
  display: block;
  margin-bottom: 2rem;
  border-radius: 12px;
  color: #2FD1C9;
  font-size: 18px;
}

.woocommerce-order-received .woocommerce-order-details h2.woocommerce-order-details__title {
  font-size: 24px;
  color: #2FD1C9;
  margin-bottom: 1rem;
}

.woocommerce-account .woocommerce h2 {
  font-size: 24px;
  color: #2FD1C9;
  margin-bottom: 1rem;
  line-height: 28px;
}
.woocommerce-account .woocommerce .select2-container--default .select2-selection--single,
.woocommerce-account .woocommerce form .form-row input.input-text {
  border-radius: 24px;
  border: 1px solid #D3D3D3;
  height: 42px;
  color: black;
  width: 100%;
  padding: 5px 15px;
}
.woocommerce-account .woocommerce-form-row,
.woocommerce-account .woocommerce-form {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.woocommerce-account .woocommerce-form-row label,
.woocommerce-account .woocommerce-form label {
  color: #828282;
  font-size: 14px;
}
.woocommerce-account .woocommerce-form-row a,
.woocommerce-account .woocommerce-form a {
  color: #2FD1C9;
}
.woocommerce-account h3 {
  margin: 1rem 0;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #2FD1C9;
  padding-top: 0rem !important;
  margin-top: 0 !important;
}
.woocommerce-account fieldset legend {
  margin: 1rem 0;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #2FD1C9;
  padding-top: 1rem;
}
.woocommerce-account form .woocommerce-address-fields .form-row label {
  color: #828282;
  font-size: 14px;
}
.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
  right: 9px;
}

.woocommerce-MyAccount-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 18px;
  color: #828282;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  color: #2FD1C9;
}

.woocommerce-message {
  padding: 1em 2em 2em 3.5em;
  border-top-color: #2FD1C9;
  background: rgba(47, 209, 201, 0.1);
}
@media (max-width: 768px) {
  .woocommerce-message {
    padding: 1em 1em 1em 1em;
    background: rgba(47, 209, 201, 0.1);
    margin: 0 16px 16px;
  }
}
.woocommerce-message:before, .woocommerce-message:after {
  display: none !important;
}
.woocommerce-message a.button {
  background: transparent;
  border: 1px solid black;
  border-radius: 3rem;
  font-size: 14px;
  padding: 10px 1rem 13px;
}

p.stock.out-of-stock {
  color: #606367 !important;
  border: 1px solid #606367;
  width: 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 48px;
  border-radius: 3rem;
}

.woocommerce-cart .wc-block-cart__submit-container a.wc-block-cart__submit-button {
  width: 100% !important;
}

.woocommerce-MyAccount-content a {
  color: #2FD1C9;
}
.woocommerce-MyAccount-content p {
  margin-bottom: 12px;
}
.woocommerce-MyAccount-content .woocommerce-error,
.woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-message {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 20px;
  color: black;
}
.woocommerce-MyAccount-content .woocommerce-error:before, .woocommerce-MyAccount-content .woocommerce-error:after,
.woocommerce-MyAccount-content .woocommerce-info:before,
.woocommerce-MyAccount-content .woocommerce-info:after,
.woocommerce-MyAccount-content .woocommerce-message:before,
.woocommerce-MyAccount-content .woocommerce-message:after {
  display: none !important;
}
.woocommerce-MyAccount-content .woocommerce-error a,
.woocommerce-MyAccount-content .woocommerce-info a,
.woocommerce-MyAccount-content .woocommerce-message a {
  margin: 0 !important;
  background: transparent !important;
}
.woocommerce-MyAccount-content .woocommerce-info {
  border-top-color: #2FD1C9;
  background: rgba(47, 209, 201, 0.1);
}
.woocommerce-MyAccount-content .woocommerce-Addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.woocommerce-MyAccount-content .woocommerce-Addresses:before, .woocommerce-MyAccount-content .woocommerce-Addresses:after {
  display: none !important;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .u-column1,
.woocommerce-MyAccount-content .woocommerce-Addresses .u-column2 {
  width: 100%;
  float: none;
}

.woocommerce-privacy-policy-text {
  font-size: 14px;
}

.woocommerce-account .button {
  height: 48px !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background: white !important;
  cursor: pointer !important;
  font-size: 16.468px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  color: black !important;
  padding: 12px 22px 14px !important;
  border: 1px solid black !important;
  display: block !important;
  border-radius: 20px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: auto !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  align-items: center !important;
  gap: 5px;
  float: none !important;
  margin: 1rem 0 0 !important;
}
.woocommerce-account .button svg {
  position: relative !important;
  margin-top: 7px !important;
}
.woocommerce-account .button:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .woocommerce-account .button {
    height: auto !important;
    text-align: center;
  }
}

.widget_shopping_cart_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.widget_shopping_cart_content .woocommerce-mini-cart.cart_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.widget_shopping_cart_content .woocommerce-mini-cart-item:before, .widget_shopping_cart_content .woocommerce-mini-cart-item:after {
  display: none !important;
}
.widget_shopping_cart_content .picture-cart {
  -webkit-box-shadow: 0 0 28px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 28px 2px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.widget_shopping_cart_content .picture-cart img {
  float: none !important;
  width: 100% !important;
  height: auto !important;
}

.woocommerce-mini-cart__buttons a {
  height: 48px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background: transparent !important;
  border: 1px solid #000 !important;
  border-radius: 3rem !important;
  color: black !important;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

.drawer-cart {
  translate: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.drawer-cart.show {
  translate: 0%;
}

.overlay {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.2);
}
.overlay.show {
  visibility: visible;
  opacity: 1;
}

.bg-dynamic {
  --bg-color: #2FD1C9;
  background-color: var(--bg-color);
}

input[type=checkbox].error + label {
  color: red;
}
input[type=checkbox].error + label a {
  color: red;
}

.pagination .page-numbers {
  border: 1px solid transparent;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 4px;
  border-radius: 7px;
  font-weight: 600;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  color: #2FD1C9;
  padding-bottom: 0px;
}
.pagination .page-numbers:hover {
  border-color: #2FD1C9;
}
.pagination .page-numbers.current {
  background-color: #2FD1C9;
  color: white;
}

input[type=number].custom {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number].custom::-webkit-inner-spin-button,
input[type=number].custom::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  border: 1px solid #EDEEEE;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 8px;
}

.number-input,
.number-input * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.number-input input[type=number] {
  max-width: 3rem;
  padding: 0.5rem;
  font-size: 14px;
  padding-bottom: 14px;
  height: 2rem;
  font-weight: bold;
  text-align: center;
  border: none;
}

@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .nav--bar {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute !important;
    top: 5rem !important;
    background: white !important;
    width: 92% !important;
    border-radius: 8px !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .nav--bar.show {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .nav--bar .menu--wp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
  margin: 0;
  background: #F94B68;
  min-height: auto;
  min-width: auto;
  padding: 10px 16px;
  height: auto;
  line-height: 1;
  border-radius: 10px;
  top: 1rem;
  right: 1rem;
}

.woocommerce span.onsale {
  width: 103px;
  left: 5rem;
}