.wc-blocks-filter-wrapper {
  border-radius: 2px;
}
.wc-blocks-filter-wrapper .wp-block-woocommerce-price-filter .wc-block-price-slider .wc-block-price-filter {
  margin: 0;
}
.wc-blocks-filter-wrapper .wp-block-woocommerce-price-filter .wc-block-price-slider .wc-block-price-filter__range-text {
  margin: 16px 0;
}
.wc-blocks-filter-wrapper .wp-block-woocommerce-price-filter .wc-block-price-slider .wc-block-components-price-slider__range-input-progress {
  color: var(--wp--preset--color--primary);
}
.wc-blocks-filter-wrapper .wp-block-woocommerce-rating-filter {
  margin-bottom: 0;
}
.wc-blocks-filter-wrapper .wc-block-rating-filter__actions,
.wc-blocks-filter-wrapper .wc-block-components-price-slider__actions,
.wc-blocks-filter-wrapper .wc-block-attribute-filter__actions,
.wc-blocks-filter-wrapper .wc-block-stock-filter__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
}
.wc-blocks-filter-wrapper .wc-block-rating-filter__actions button,
.wc-blocks-filter-wrapper .wc-block-components-price-slider__actions button,
.wc-blocks-filter-wrapper .wc-block-attribute-filter__actions button,
.wc-blocks-filter-wrapper .wc-block-stock-filter__actions button {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  text-decoration: none;
}
.wc-blocks-filter-wrapper .wc-block-rating-filter__actions button.wc-block-components-filter-reset-button,
.wc-blocks-filter-wrapper .wc-block-components-price-slider__actions button.wc-block-components-filter-reset-button,
.wc-blocks-filter-wrapper .wc-block-attribute-filter__actions button.wc-block-components-filter-reset-button,
.wc-blocks-filter-wrapper .wc-block-stock-filter__actions button.wc-block-components-filter-reset-button {
  background-color: var(--wp--preset--color--destructive);
}

.wp-block-woocommerce-product-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-woocommerce-product-categories ul li {
  margin-bottom: var(--wp--preset--spacing--xx-small);
}
.wp-block-woocommerce-product-categories ul li a {
  color: var(--wp--preset--color--card-forground);
  text-decoration: none;
}
.wp-block-woocommerce-product-categories ul li span.wc-block-product-categories-list-item-count {
  opacity: 0.6;
}
.wp-block-woocommerce-product-categories ul li ul {
  margin-top: var(--wp--preset--spacing--xx-small);
}

.wc-block-product-filters__open-overlay {
  background: var(--wp--preset--color--primary);
  cursor: pointer;
  color: #fff;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  padding: 4px 10px;
}
.wc-block-product-filters__overlay-dialog {
  border-radius: 8px;
}
.wc-block-product-filters__overlay-header button {
  background-color: var(--wp--preset--color--destructive);
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.wc-block-product-filters__overlay-header button span {
  font-size: 14px;
}
.wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-active,
.wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-taxonomy,
.wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-price,
.wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-rating,
.wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-attribute,
.wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-status,
.wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-stock {
  border: 1px solid var(--wp--preset--color--border);
  border-radius: 2px;
  padding: 16px;
}
.wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-active .wc-block-product-filter-clear-button {
  -ms-flex-preferred-size: content !important;
      flex-basis: content !important;
}
.wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-active .wc-block-product-filter-clear-button button {
  background-color: var(--wp--preset--color--destructive);
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
  border: none;
  padding: 4px 10px !important;
}
.wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-active .wc-block-product-filter-clear-button button::before {
  content: "\f117";
  font-family: "bootstrap-icons";
}
.wc-block-product-filters__overlay-content .wc-block-product-filter-removable-chips__label {
  font-weight: 600;
}
.wc-block-product-filters__overlay-content .wc-block-product-filter-removable-chips__item {
  border-radius: 4px;
  padding-right: 2px;
}
.wc-block-product-filters__overlay-content .wc-block-product-filter-checkbox-list__item {
  margin-bottom: 8px;
}
.wc-block-product-filters__overlay-content .wc-block-product-filter-checkbox-list__input-wrapper input {
  background-color: transparent;
  width: 16px;
  height: 16px;
  border: 1px solid var(--wp--preset--color--border);
  border-radius: 2px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.wc-block-product-filters__overlay-content .wc-block-product-filter-checkbox-list__input-wrapper svg {
  background-color: var(--wp--preset--color--primary);
  width: 16px;
  height: 16px;
  color: #ffffff;
  border-radius: 2px;
  padding: 4px;
}
.wc-block-product-filters__overlay-content .wc-block-product-filter-checkbox-list__input-wrapper::before {
  width: 16px;
  height: 16px;
}
.wc-block-product-filters__overlay-content .wc-block-product-filter-checkbox-list__text-wrapper span {
  cursor: pointer;
  color: var(--wp--preset--color--mute-foreground);
  font-size: 14px;
  font-weight: 600;
}
.wc-block-product-filters__overlay-content .wc-block-product-filter-checkbox-list__text-wrapper svg {
  color: #ff9529;
}
.wc-block-product-filters__overlay-footer button {
  border-radius: 4px;
}
.wc-block-product-filters.is-overlay-opened .wc-block-product-filters__overlay {
  background-color: rgba(0, 0, 0, 0.6) !important;
  padding: 24px;
}

.wc-block-components-pagination {
  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;
  gap: 8px;
  margin-top: 24px;
}
.wc-block-components-pagination__page {
  min-width: 44px;
  min-height: 44px;
  border-radius: 4px;
}
.wc-block-components-pagination__page:not(.toggle) {
  background-color: var(--wp--preset--color--muted);
}
.wc-block-components-pagination__page--active {
  background-color: var(--wp--preset--color--primary) !important;
}
.wc-block-components-pagination__page--active span {
  color: #fff;
}
.wc-block-components-pagination__page:hover {
  background-color: var(--wp--preset--color--dark);
  color: #fff;
}

.price del,
.wc-block-components-product-price del,
.wc-block-grid__product-price del {
  opacity: 0.5 !important;
}

.wc-block-components-product-rating__stars,
.wc-block-product-review-rating__stars {
  color: #ff9529;
}

.wp-block-woocommerce-product-review-form .comment-form-rating .stars svg {
  display: block;
  width: 20px;
}

:where(.wp-block-woocommerce-product-review-form) :where(.comment-form-rating button path),
:where(.wp-block-woocommerce-product-review-form) :where(.comment-form-rating button path) {
  stroke: #ff9529;
}

:where(.wp-block-woocommerce-product-review-form) :where(.comment-form-rating button.is-hovered path),
:where(.wp-block-woocommerce-product-review-form) :where(.comment-form-rating button.is-selected path) {
  fill: #ff9529;
}

.wp-block-woocommerce-product-image-gallery span.onsale {
  background-color: var(--wp--preset--color--dark) !important;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--wp--preset--color--light) !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

.fitness-pro-dark .wp-block-woocommerce-product-image-gallery span.onsale {
  background-color: var(--wp--preset--color--secondary) !important;
  color: var(--wp--preset--color--dark) !important;
}

ul.product-card-v1 li .wp-block-post-title,
ul.product-card-v2 li .wp-block-post-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
ul.product-card-v1 li .wp-block-post-title a,
ul.product-card-v2 li .wp-block-post-title a {
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  text-decoration: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
ul.product-card-v1 li .wp-block-post-title a:hover,
ul.product-card-v2 li .wp-block-post-title a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentcolor), to(currentcolor));
  background-image: linear-gradient(to bottom, currentcolor 0%, currentcolor 100%);
  background-size: 100% 1px;
}

ul.product-card-v2 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
ul.product-card-v2 li .wc-block-components-product-image__inner-container {
  overflow: hidden;
}
ul.product-card-v2 li .wc-block-components-product-image__inner-container .wp-block-woocommerce-product-button,
ul.product-card-v2 li .wc-block-components-product-image__inner-container .wp-block-button.wc-block-components-product-button {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.product-card-v2 li .wc-block-components-product-image__inner-container .wp-block-woocommerce-product-button a,
ul.product-card-v2 li .wc-block-components-product-image__inner-container .wp-block-button.wc-block-components-product-button a {
  width: 100%;
}
ul.product-card-v2 li .wc-block-components-product-image__inner-container .wp-block-woocommerce-product-button .added_to_cart,
ul.product-card-v2 li .wc-block-components-product-image__inner-container .wp-block-button.wc-block-components-product-button .added_to_cart {
  display: none;
}
ul.product-card-v2 li:hover .wp-block-button.wc-block-components-product-button {
  bottom: 0;
}

/* Brand Logo Marquee */
@-webkit-keyframes marquee-client-logo {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes marquee-client-logo {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.client-logo-marquee-wrapper {
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(22%, black), color-stop(78%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 22%, black 78%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(22%, black), color-stop(78%, black), to(transparent));
          mask-image: linear-gradient(to right, transparent 0%, black 22%, black 78%, transparent 100%);
}

.marquee-anim-client-logo {
  -webkit-animation: marquee-client-logo 35s linear infinite;
          animation: marquee-client-logo 35s linear infinite;
}

.marquee-anim-client-logo figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.marquee-anim-client-logo figure img {
  max-width: 160px;
}

.marquee-anim-client-logo .wp-duotone-grayscale.wp-block-image img:hover,
.marquee-anim-client-logo .wp-duotone-grayscale.wp-block-image .components-placeholder:hover {
  -webkit-filter: none;
          filter: none;
}

@media (max-width: 639px) {
  .marquee-anim-client-logo {
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
  }
}
.wc-block-next-previous-buttons__button svg {
  padding: 0;
}

.woocommerce-page label {
  margin-bottom: 0;
}

.wc-block-mini-cart {
  position: relative;
}
.wc-block-mini-cart__quantity-badge {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
}
.wc-block-mini-cart__badge {
  background: var(--wp--preset--color--secondary) !important;
  color: var(--wp--preset--color--dark) !important;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.1;
}
.wc-block-mini-cart__items, .wc-block-mini-cart__footer {
  padding: 20px;
  margin: 0;
}
.wc-block-mini-cart__items-actions a, .wc-block-mini-cart__footer-actions a {
  border-radius: 2px;
}
.wc-block-mini-cart__items-actions a:hover, .wc-block-mini-cart__footer-actions a:hover {
  border-radius: 2px;
}

.wc-block-components-button.wc-block-components-drawer__close {
  top: 14px;
}

h2.wc-block-mini-cart__title {
  margin: -2px 0 0;
  padding: 0 20px 12px;
  border-bottom: 1px solid var(--wp--preset--color--primary);
}

.wc-block-components-drawer__screen-overlay {
  backdrop-filter: blur(2px);
}
.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
  background: transparent;
  border: none;
}
.wc-block-components-drawer__content {
  background: rgba(255, 0, 0, 0);
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div:where(.wp-block-woocommerce-mini-cart-contents),
.wp-block-woocommerce-filled-mini-cart-contents-block {
  border-radius: 0px;
}

.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents {
  background-color: var(--wp--preset--color--background);
}

.fitness-pro-dark .wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents {
  background-color: var(--wp--preset--color--muted) !important;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link svg,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link svg {
  fill: var(--wp--preset--color--destructive);
}

/* MiniCart hide on cart and checkout page*/
.woocommerce-cart .wc-block-mini-cart,
.woocommerce-checkout .wc-block-mini-cart {
  display: none;
}

/*Blur drawer screen overlay*/
.wc-block-components-drawer__screen-overlay {
  background: rgba(0, 0, 0, 0.75);
}

/* 
* WooCommerce My_Account
*/
.woocommerce-account:not(.logged-in) .woocommerce {
  display: block;
  margin: 0 auto;
}

.woocommerce-account .wp-block-post-title {
  max-width: 100% !important;
}
.woocommerce-account .woocommerce::before {
  display: none !important;
}
.woocommerce-account .entry-content .woocommerce {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  /* Smaller Screen */
}
@media (min-width: 768px) {
  .woocommerce-account .entry-content .woocommerce {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation {
  width: 100%;
  /* Smaller Screen */
}
@media (min-width: 768px) {
  .woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation {
    width: 25%;
  }
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  border: 1px solid var(--wp--preset--color--border);
  border-radius: 8px;
  padding: 15px;
  margin: 0;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li {
  padding: 0;
  padding-bottom: var(--wp--preset--spacing--xx-small);
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  font-size: var(--wp--preset--font-size--16);
  font-weight: var(--wp--custom--font-weight--medium);
  color: var(--wp--preset--color--paragraph);
  border-radius: 4px;
  padding: 8px 16px;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: var(--wp--preset--color--bd-color);
  color: var(--wp--preset--color--heading);
  text-decoration: none;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  font-weight: var(--wp--custom--font-weight--semibold);
  text-decoration: none;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content {
  width: 100%;
  /* Smaller Screen */
}
@media (min-width: 768px) {
  .woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content {
    width: 70%;
  }
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content p {
  margin: 0;
  padding: 0;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content a {
  text-decoration: none;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce_account_subscriptions p {
  margin: 0;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce_account_subscriptions p a {
  background-color: transparent;
  color: #2654c9;
  font-weight: var(--wp--custom--font-weight--bold);
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .wc-block-components-notice-banner.is-info .woocommerce-Button,
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .wc-block-components-notice-banner.is-info .button {
  background-color: transparent;
  color: #2654c9 !important;
  opacity: 1;
  text-decoration: none;
  padding: 0;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .wc-block-components-notice-banner.is-info .woocommerce-Button:hover,
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .wc-block-components-notice-banner.is-info .button:hover {
  opacity: 0.8;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
  margin: 0;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-info a {
  background-color: transparent;
  color: #2654c9;
  font-weight: bold;
  padding: 0;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .u-columns.addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--wp--preset--color--border);
  padding: 40px;
  gap: 24px;
  border-radius: 8px;
  margin-top: 16px;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .u-columns.addresses .col-1,
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .u-columns.addresses .col-2 {
  width: 100%;
  /* Smaller Screen */
}
@media (min-width: 768px) {
  .woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .u-columns.addresses .col-1,
  .woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .u-columns.addresses .col-2 {
    width: 50%;
  }
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .u-columns.addresses .woocommerce-Address-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin: 0 0 16px;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .u-columns.addresses .woocommerce-Address-title h2 {
  font-size: var(--wp--preset--font-size--20);
  font-weight: var(--wp--custom--font-weight--semibold);
  margin: 0;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .u-columns.addresses address {
  display: inline-block;
  line-height: 1.6;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content form h3 {
  margin: 0 0 16px;
  padding: 0;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content form label {
  display: inline-block;
  font-size: var(--wp--preset--font-size--14);
  font-weight: var(--wp--custom--font-weight--semibold);
  margin-bottom: var(--wp--preset--spacing--xx-small);
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content form input,
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content form select,
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content form textarea,
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content form .select2-selection,
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content form .select2-selection--single {
  border: 1px solid var(--wp--preset--color--border);
  border-radius: 12px;
  margin: 0 0 16px;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content form .select2-container .select2-selection--single,
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px;
  padding: 10px;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content form p {
  margin-top: 0;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content form fieldset {
  border: 1px solid var(--wp--preset--color--border);
  border-radius: 8px;
  padding: var(--wp--preset--spacing--small);
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content form fieldset legend {
  font-size: var(--wp--preset--font-size--18);
  font-weight: var(--wp--custom--font-weight--semibold);
  color: var(--wp--preset--color--paragraph);
  padding: 16px var(--wp--preset--spacing--x-small);
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content form button[type=submit] {
  background-color: var(--wp--preset--color--primary);
  margin-top: var(--wp--preset--spacing--x-small);
  border-radius: 8px;
  padding: 12px 16px;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content form button[type=submit]:hover {
  opacity: 0.8;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-account .wp-block-post-content .woocommerce h2 {
  text-align: center;
  font-size: var(--wp--preset--font-size--24);
  font-weight: var(--wp--custom--font-weight--bold);
  margin-bottom: var(--wp--preset--spacing--small) !important;
}

.woocommerce-account:not(.logged-in) h1.wp-block-post-title {
  display: none;
}
.woocommerce-account:not(.logged-in) .woocommerce {
  display: block;
}
.woocommerce-account:not(.logged-in) .woocommerce h2 {
  text-align: center;
  margin: 0 auto;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce-account .woocommerce-notices-wrapper {
  max-width: 500px !important;
  margin: 0 auto;
}

.woocommerce-account .woocommerce-form-login,
.woocommerce-ResetPassword {
  background-color: var(--wp--preset--color--card);
  max-width: 500px !important;
  border-radius: 12px !important;
  margin: var(--wp--preset--spacing--x-small) auto !important;
  padding: var(--wp--preset--spacing--small) !important;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
}
.woocommerce-account .woocommerce-form-login .woocommerce-form-row label,
.woocommerce-ResetPassword .woocommerce-form-row label {
  display: block;
  margin-bottom: 8px;
}
.woocommerce-account .woocommerce-form-login__rememberme,
.woocommerce-ResetPassword__rememberme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: var(--wp--custom--font-weight--semibold);
  margin-bottom: 16px input;
  margin-bottom-width: auto;
  margin-bottom-width: 20px;
  margin-bottom-height: 20px;
  margin-bottom-cursor: pointer;
  margin-bottom-margin: 0 !important;
  margin-bottom-padding: 0;
}
.woocommerce-account .woocommerce-form-login button[type=submit],
.woocommerce-ResetPassword button[type=submit] {
  background-color: var(--wp--preset--color--primary);
  width: 100%;
  border-radius: 12px;
  padding: 10px 24px;
  margin-top: 24px;
}
.woocommerce-account .woocommerce-form-login button[type=submit]:hover,
.woocommerce-ResetPassword button[type=submit]:hover {
  opacity: 0.8;
}
.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword,
.woocommerce-ResetPassword .woocommerce-LostPassword {
  text-align: center;
  margin: 0;
}
.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword a,
.woocommerce-ResetPassword .woocommerce-LostPassword a {
  color: var(--wp--preset--color--card-forground);
  text-decoration: none;
}
.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword a:hover,
.woocommerce-ResetPassword .woocommerce-LostPassword a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.woocommerce-account .wp-block-post-title,
.woocommerce-account main .woocommerce,
.woocommerce-cart .wp-block-post-title,
.woocommerce-cart main .woocommerce,
.woocommerce-checkout .wp-block-post-title,
.woocommerce-checkout main .woocommerce {
  max-width: 100% !important;
}

.wp-block-woocommerce-store-notices .woocommerce-notices-wrapper .wc-block-components-notice-banner {
  border-radius: 0;
}

.woocommerce .wp-block-breadcrumbs.wc-block-breadcrumbs .woocommerce-breadcrumb {
  margin: 0;
  padding: 0;
}
.woocommerce .wp-block-breadcrumbs.wc-block-breadcrumbs .woocommerce-breadcrumb a {
  text-decoration: none;
}
.woocommerce .wp-block-breadcrumbs.wc-block-breadcrumbs .woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}

.product-details-wrapper {
  width: 100%;
  height: 60vh;
}

.product-contents {
  overflow-y: scroll;
}

.checkout-buttons-wrapper {
  position: sticky;
  bottom: 0;
  z-index: 12;
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 40px rgba(0, 0, 0, 0.3);
}

#photoswipe-fullscreen-dialog {
  z-index: 999999;
}

.woocommerce.single-product .wp-block-woocommerce-product-image-gallery {
  max-width: 100%;
}
.woocommerce.single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 24px;
}
.woocommerce.single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery .flex-viewport {
  border-radius: 2px;
  overflow: hidden;
}
.woocommerce.single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery__wrapper {
  border-radius: 2px;
  overflow: hidden;
}
.woocommerce.single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
}
.woocommerce.single-product .wp-block-woocommerce-product-image-gallery.product-gallery-v2 .woocommerce-product-gallery {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.woocommerce.single-product .wp-block-woocommerce-product-image-gallery.product-gallery-v2 .woocommerce-product-gallery .flex-viewport {
  width: 100%;
  height: 100%;
}
.woocommerce.single-product .wp-block-woocommerce-product-image-gallery.product-gallery-v2 .woocommerce-product-gallery__wrapper {
  width: 100%;
  height: 100%;
}
.woocommerce.single-product .wp-block-woocommerce-product-image-gallery.product-gallery-v2 .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
}
.woocommerce.single-product .wp-block-woocommerce-product-image-gallery.product-gallery-v2 .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 16px;
}
.woocommerce.single-product .wp-block-woocommerce-product-image-gallery.product-gallery-v2 .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
  width: 100px !important;
}
.woocommerce.single-product .wp-block-woocommerce-product-image-gallery.product-gallery-v2 .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
  width: 100px;
  height: 100px;
  opacity: 0.4;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce.single-product .wp-block-woocommerce-product-image-gallery.product-gallery-v2 .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img:hover {
  opacity: 1;
}
.woocommerce.single-product .wp-block-woocommerce-product-image-gallery.product-gallery-v2 .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.woocommerce.single-product .flex-control-nav.flex-control-thumbs {
  min-width: 60px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  /* Smaller Screen */
}
@media (min-width: 768px) {
  .woocommerce.single-product .flex-control-nav.flex-control-thumbs {
    min-width: 100px;
  }
}
.woocommerce.single-product .flex-control-nav.flex-control-thumbs li {
  width: 100% !important;
}
.woocommerce.single-product .flex-control-nav.flex-control-thumbs li img {
  width: 60px;
  height: 60px;
  opacity: 0.3;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* Smaller Screen */
}
@media (min-width: 768px) {
  .woocommerce.single-product .flex-control-nav.flex-control-thumbs li img {
    width: 100px;
    height: 100px;
  }
}
.woocommerce.single-product .flex-control-nav.flex-control-thumbs li img:hover {
  opacity: 1;
}
.woocommerce.single-product .flex-control-nav.flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.woocommerce div.product form.cart table.variations td,
.woocommerce div.product form.cart table.variations th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce table.variations tr td,
.woocommerce table.variations tr th {
  padding: 0;
}

.woocommerce-variation-price .price {
  font-size: 18px;
  font-weight: 600;
  color: var(--wp--preset--color--foreground);
}

.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: 0.83em;
  line-height: 1;
  margin-top: 12px;
  color: var(--wp--preset--color--destructive);
}

.stock.out-of-stock {
  display: inline-block;
  background-color: var(--wp--preset--color--destructive);
  color: var(--wp--preset--color--light);
  border-radius: 2px;
  padding: 8px 16px;
}

div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper .wc-block-components-quantity-selector input[type=number].input-text.qty.text {
  padding: 10px 0px;
}

.wc-block-add-to-cart-form .input-text {
  padding: 10px 20px;
}

.woocommerce-grouped-product-list {
  margin-bottom: 20px;
}
.woocommerce-grouped-product-list tbody {
  background-color: var(--wp--preset--color--card);
  display: table;
  border-radius: 2px;
  padding: 20px;
}
.woocommerce-grouped-product-list tbody tr {
  border-bottom: 2px solid var(--wp--preset--color--border);
  display: block;
  margin-bottom: 10px;
  padding: 10px 0;
}
.woocommerce-grouped-product-list tbody tr:nth-last-child(1) {
  border-bottom: none;
  margin-bottom: 0;
}
.woocommerce-grouped-product-list tbody tr td {
  vertical-align: middle !important;
  padding: 0;
}

#review_form .comment-form-rating select {
  display: none;
}

.woocommerce-shop .wp-block-terms-query-is-layout-flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wc-block-catalog-sorting select {
  -webkit-appearance: none; /* Chrome, Safari, Edge */
  -moz-appearance: none; /* Firefox */
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNyAxMGw1IDUgNS01eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: right 0.75rem center; /* Adjust positioning */
  background-size: 1rem;
  padding-right: 24px;
}

/*
  Yith Wishlist
*/
body:not(.single-product) .product .yith-add-to-wishlist-button-block {
  position: absolute;
}

.product .wc-block-grid__product .yith-add-to-wishlist-button-block,
.wc-block-product .yith-add-to-wishlist-button-block {
  position: relative;
}

.yith-wcwl-add-to-wishlist-button {
  padding: 0 !important;
}
.yith-wcwl-add-to-wishlist-button svg.yith-wcwl-add-to-wishlist-button-icon {
  width: 24px !important;
  height: 24px !important;
}

.yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button a {
  position: relative;
}
.yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button a i.yith-wcwl-icon {
  font-size: 16px;
  margin: 0;
}
.yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button a::before {
  content: "Already in wishlist";
  padding: 4px 12px;
  position: absolute;
  background: #004f4f;
  border-radius: 100px;
  color: #ffffff;
  font-size: 14px;
  text-wrap: nowrap;
  top: -6px;
  left: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button a:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button a:hover::after {
  background-color: #004f4f;
  -webkit-transform: translateX(0) rotate(45deg);
          transform: translateX(0) rotate(45deg);
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  position: relative;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i.yith-wcwl-icon {
  font-size: 16px;
  margin: 0;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a::before {
  content: "Add to wishlist";
  padding: 4px 12px;
  position: absolute;
  background: #004f4f;
  border-radius: 100px;
  color: #ffffff;
  font-size: 14px;
  text-wrap: nowrap;
  top: -6px;
  left: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover::after {
  background-color: #004f4f;
  -webkit-transform: translateX(0) rotate(45deg);
          transform: translateX(0) rotate(45deg);
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  font-size: 16px;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span i.yith-wcwl-icon,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a i.yith-wcwl-icon,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span i.yith-wcwl-icon,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a i.yith-wcwl-icon {
  font-size: 16px;
  color: var(--wp--preset--color--primary);
}
.yith-wcwl-add-to-wishlist i.yith-wcwl-add-to-wishlis::before {
  color: var(--wp--preset--color--primary);
}

ul.products .yith-wcwl-add-to-wishlist,
.wc-block-grid__products .yith-wcwl-add-to-wishlist,
.wp-block-post-template .yith-wcwl-add-to-wishlist,
.products-block-post-template .yith-wcwl-add-to-wishlist,
.wp-block-woocommerce-product-template .yith-wcwl-add-to-wishlist {
  position: absolute;
  margin: 0;
  top: 28px;
  left: 28px;
  z-index: 9999;
}

.wishlist-title-container .wishlist-title-with-form h2 {
  font-size: 24px;
  margin: 0;
}

.wishlist_table thead {
  background-color: var(--wp--preset--color--muted);
}
.wishlist_table thead th {
  font-size: 16px;
  padding: 12px !important;
}
.wishlist_table .product-remove a {
  color: #ff5c5c;
  font-size: 0;
  text-decoration: none;
}
.wishlist_table .product-remove a::before {
  content: "\f5de";
  font-family: "bootstrap-icons";
  font-size: var(--wp--preset--font-size--16);
}
.wishlist_table .product-thumbnail img {
  height: 48px;
  border-radius: 12px;
}
.wishlist_table .product-name a {
  font-size: 16px;
  color: var(--wp--preset--color--card-forground);
  text-decoration: none;
}
.wishlist_table .product-name a:hover {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.wishlist_table .product-price,
.wishlist_table .product-stock-status {
  text-align: left;
  font-size: 16px;
}
.wishlist_table .product-add-to-cart a {
  display: inline-block !important;
  background-color: var(--wp--preset--color--primary);
  font-size: 16px;
  border-radius: 12px;
  padding: 10px 20px;
}
.wishlist_table .product-add-to-cart a:hover {
  opacity: 0.8;
}

ul.wishlist_table.mobile {
  margin: 0;
  padding: 0;
  border: 1px solid var(--wp--preset--color--border);
  border-radius: 12px;
}
ul.wishlist_table.mobile li {
  border-bottom: 1px solid var(--wp--preset--color--border);
  padding: var(--wp--preset--spacing--x-small);
}
ul.wishlist_table.mobile li:last-child {
  border: none;
}
ul.wishlist_table.mobile li .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
ul.wishlist_table.mobile li .item-wrapper .product-thumbnail img {
  width: 100px;
  height: 100px;
}
ul.wishlist_table.mobile li .item-wrapper .item-details .product-name h3 {
  margin: 0 0 4px;
  padding: 0;
}
ul.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart,
ul.wishlist_table.mobile li .additional-info-wrapper .product-remove {
  text-align: left;
  margin-top: 20px;
}
ul.wishlist_table.mobile li .additional-info-wrapper .product-remove a::after {
  position: relative;
  content: attr(title) "";
  top: -3px;
  font-size: 12px;
  margin-left: 4px;
}
ul.wishlist_table.mobile li table {
  width: 100%;
  margin: 0 !important;
  padding: 0;
}
ul.wishlist_table.mobile li table tr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  font-size: 16px;
}
ul.wishlist_table.mobile li table tr td {
  margin: 0;
  padding: 0 !important;
  font-size: 14px !important;
}
ul.wishlist_table.mobile li table tr td:first-child {
  width: 72px !important;
}
ul.wishlist_table.mobile li table tr td .wishlist-in-stock {
  color: #23963e;
}
ul.wishlist_table.mobile li table tr td .wishlist-out-of-stock {
  color: #ff5c5c;
}

.yith_wcwl_wishlist_footer {
  margin-bottom: 80px;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share ul li a {
  background-color: var(--wp--preset--color--primary);
  border-radius: 50%;
  padding: 8px;
  min-width: 32px;
  min-height: 32px;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share ul li a:hover {
  background-color: var(--wp--preset--color--primary);
  opacity: 0.8;
}

/*
YHith Quick View
*/