/* WooCommerce General Styles ------------------- */
.woocommerce-page #main li.product .refd-package-image-wrapper::after {
  background: linear-gradient(271.92deg, #73308a -55.13%, rgba(115, 48, 138, 0) 152.71%);
}

.woocommerce-page #main li.product .refd-package-image-wrapper {
  position: relative;
}
.woocommerce-page #main li.product .refd-package-image-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 16px;
}

.woocommerce-page #main li.product {
  padding: 20px;
}
@media screen and (width < 1200px) {
  .woocommerce-page #main li.product {
    padding: 17px;
  }
}
@media screen and (width < 992px) {
  .woocommerce-page #main li.product {
    padding: 14px;
  }
}
@media screen and (width < 768px) {
  .woocommerce-page #main li.product {
    padding: 11px;
  }
}

.woocommerce-page #main .price {
  display: flex;
  gap: 10px;
}
.woocommerce-page #main .price del {
  text-decoration: none;
}
.woocommerce-page #main .price del .amount {
  color: #808080;
  font-size: 16px;
  text-decoration: line-through;
}
.woocommerce-page #main .price ins {
  text-decoration: none;
}
.woocommerce-page #main .price .amount .woocommerce-Price-currencySymbol {
  margin-inline-start: -5px;
}
.woocommerce-page #main .price .amount {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
[dir=rtl] .woocommerce-page #main .price .amount bdi, .woocommerce-page #main [dir=rtl] .price .amount bdi {
  direction: rtl;
}

.woocommerce .wc-forward:not(.added_to_cart), .woocommerce .add_to_cart_button:not(.added_to_cart.wc-forward),
.woocommerce .wc-forward:not(.added_to_cart.wc-forward):not(.checkout-button),
.woocommerce .wc-backward:not(.added_to_cart.wc-forward) {
  background: #73308a;
  border-radius: 50px;
  height: 44px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background: #73308a;
  border-radius: 50px;
  height: 44px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 0;
}
.woocommerce .wc-forward:not(.added_to_cart):not(.loading)::after, .woocommerce .add_to_cart_button:not(.added_to_cart.wc-forward):not(.loading)::after,
.woocommerce .wc-forward:not(.added_to_cart.wc-forward):not(.loading):not(.checkout-button)::after,
.woocommerce .wc-backward:not(.added_to_cart.wc-forward):not(.loading)::after {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  transition: all 0.3s linear;
  transform: translateX(-8px);
  margin: 0;
}
.woocommerce .wc-forward:not(.added_to_cart):not(.loading):hover, .woocommerce .add_to_cart_button:not(.added_to_cart.wc-forward):not(.loading):hover,
.woocommerce .wc-forward:not(.added_to_cart.wc-forward):not(.loading):hover:not(.checkout-button),
.woocommerce .wc-backward:not(.added_to_cart.wc-forward):not(.loading):hover {
  color: #fff;
  background: #532364;
}
.woocommerce .wc-forward:not(.added_to_cart):not(.loading):hover::after, .woocommerce .add_to_cart_button:not(.added_to_cart.wc-forward):not(.loading):hover::after,
.woocommerce .wc-forward:not(.added_to_cart.wc-forward):not(.loading):hover:not(.checkout-button)::after,
.woocommerce .wc-backward:not(.added_to_cart.wc-forward):not(.loading):hover::after {
  transform: translateX(-12px);
}
.woocommerce .wc-forward:not(.added_to_cart).loading::after, .woocommerce .add_to_cart_button:not(.added_to_cart.wc-forward).loading::after,
.woocommerce .wc-forward:not(.added_to_cart.wc-forward).loading:not(.checkout-button)::after,
.woocommerce .wc-backward:not(.added_to_cart.wc-forward).loading::after {
  inset-block: auto;
  line-height: normal;
}

/* Layout --------------------------------------- */
html,
body {
  overflow-x: hidden;
}

.woocommerce-page #main {
  padding: 10px 16px;
  max-width: 1232px;
  margin-inline: auto;
}
.woocommerce-page .woocommerce-notices-wrapper,
.woocommerce-page .wc-empty-cart-message {
  flex-basis: 100%;
  max-width: 100%;
}
.woocommerce-page .woocommerce-notices-wrapper:empty,
.woocommerce-page .wc-empty-cart-message:empty {
  display: none;
}

/* Products Grid -------------------------------- */
.woocommerce-page #main .products {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 16px;
  padding-bottom: 30px;
}
.woocommerce-page #main .products::before, .woocommerce-page #main .products::after {
  display: none;
}
.woocommerce-page #main .products li {
  margin: 0;
  padding: 12px;
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (width > 575px) {
  .woocommerce-page #main .products li {
    flex-basis: calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}
@media screen and (width >= 1024px) {
  .woocommerce-page #main .products li {
    flex-basis: calc(33.3333333333% - 10.666px);
    max-width: calc(33.3333333333% - 10.666px);
  }
}
@media screen and (width >= 1200px) {
  .woocommerce-page #main .products li {
    flex-basis: calc(25% - 12px);
    max-width: calc(25% - 12px);
  }
}
.woocommerce-page #main #refd-tabby {
  margin-top: 45px;
  overflow: hidden;
  background: #73308a;
  width: 100vw;
  position: relative;
  margin-right: calc((100% - 32px - 100dvw) / 2 + 17px);
  text-align: center;
}
.woocommerce-page #main #refd-tabby img {
  vertical-align: top;
}
.woocommerce-page #main #refd-tabby span {
  height: 2.5%;
  width: 50%;
  position: absolute;
  background: #fff;
  display: none;
}
@media screen and (width > 1440px) {
  .woocommerce-page #main #refd-tabby span {
    display: block;
  }
}
.woocommerce-page #main #refd-tabby span:first-of-type {
  top: 50.67%;
  inset-inline-end: -25%;
}
.woocommerce-page #main #refd-tabby span:last-of-type {
  top: 73.54%;
  inset-inline-start: -25%;
}
.woocommerce-page #main .woocommerce-pagination {
  padding-bottom: 15px;
}
.woocommerce-page #main .woocommerce-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0;
  margin: 0;
  border: 0;
}
.woocommerce-page #main .woocommerce-pagination .page-numbers li {
  padding: 0;
  margin: 0;
  border: 0;
}
.woocommerce-page #main .woocommerce-pagination .page-numbers li:has(a.next) {
  margin-inline-start: 8px;
}
.woocommerce-page #main .woocommerce-pagination .page-numbers li:has(a.prev) {
  margin-inline-end: 8px;
}
.woocommerce-page #main .woocommerce-pagination .page-numbers li > span,
.woocommerce-page #main .woocommerce-pagination .page-numbers li a {
  margin: 0;
}
.woocommerce-page #main .woocommerce-pagination .page-numbers span.prev,
.woocommerce-page #main .woocommerce-pagination .page-numbers span.next {
  background: #eee;
  color: #ccc;
}
.woocommerce-page #main .woocommerce-pagination .page-numbers .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 5px;
  background: #fff;
  color: #5a5a5a;
  border: 1px solid #e4e4e4;
  transition: all 0.2s linear;
}
.woocommerce-page #main .woocommerce-pagination .page-numbers .page-numbers .fa {
  font-size: 0.8em;
}
.woocommerce-page #main .woocommerce-pagination .page-numbers .page-numbers:not(span):hover, .woocommerce-page #main .woocommerce-pagination .page-numbers .page-numbers.current {
  color: #fff;
  background: #73308a;
  border-color: #73308a;
}

/* Product Block -------------------------------- */
.woocommerce-page #main li.product {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #f3f3f3;
}
.woocommerce-page #main li.product .woocommerce-loop-product__link {
  padding-bottom: 10px;
}
.woocommerce-page #main li.product img {
  aspect-ratio: 1.5/1;
  object-fit: cover;
  border-radius: 16px;
}
.woocommerce-page #main .onsale {
  height: 36px;
  min-height: 0;
  margin: 0;
  padding: 0 14px;
  background: #fff;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 900;
  border: 2px solid #73308a;
  color: #73308a;
  display: flex;
  align-items: center;
  gap: 5px;
  inset-inline-end: 28px;
  top: 28px;
}
@media screen and (width < 1200px) {
  .woocommerce-page #main .onsale {
    inset-inline-end: 25px;
    top: 25px;
  }
}
@media screen and (width < 992px) {
  .woocommerce-page #main .onsale {
    inset-inline-end: 22px;
    top: 22px;
  }
}
@media screen and (width < 768px) {
  .woocommerce-page #main .onsale {
    inset-inline-end: 19px;
    top: 19px;
  }
}
.woocommerce-page #main .woocommerce-loop-product__title {
  font-size: 18px;
  color: #73308a;
}
.woocommerce-page #main .product-short-description {
  color: #939393;
  margin-bottom: 10px;
}
/* General Styles ------------------------------- */
.woocommerce a.remove {
  transition: all 0.3s linear;
}
.woocommerce .elementor-widget-wc-add-to-cart .elementor-button-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.woocommerce .add_to_cart_button {
  order: 1;
  margin-top: auto !important;
  background: #73308a;
  padding-inline: 1rem !important;
}
.woocommerce .added_to_cart {
  max-width: fit-content;
  margin-inline: auto;
  padding: 6px 20px;
  border: 2px solid #ccc;
  color: #999;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s linear;
}
.woocommerce .added_to_cart::before {
  margin-inline-end: 5px;
  content: "\f07a";
  font-weight: 900;
  transition: all 0.3s linear;
  font-family: "Font Awesome 5 Free";
}
.woocommerce .added_to_cart:hover {
  color: #73308a;
  border-color: #73308a;
}
.woocommerce ul.products li.product .button {
  display: inline-flex;
}
.woocommerce .wc-forward:not(.added_to_cart)::after,
.woocommerce .wc-forward:not(.checkout-button)::after,
.woocommerce .wc-backward::after {
  display: none;
}
.woocommerce .wc-forward.added_to_cart::after,
.woocommerce .wc-forward.checkout-button::after {
  display: block;
}
.woocommerce .woocommerce-notices-wrapper {
  outline: none;
}
.woocommerce .woocommerce-notices-wrapper:empty {
  display: none;
}
.woocommerce .woocommerce-notices-wrapper ul {
  outline: none;
}