@charset "UTF-8";
/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
.product-specs {
  display: none;
}

.product-item .custom-product-wrapper {
  position: relative;
  width: 100%;
}
.product-item .custom-product-wrapper .product-actions {
  transition: 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
}
.product-item .custom-product-wrapper .product-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 39.99875rem) {
  .product-item .custom-product-wrapper .product-actions {
    display: none;
  }
}
.product-item .custom-product-wrapper .product-actions .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: none;
}
.product-item .custom-product-wrapper .product-actions .button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item .custom-product-wrapper .product-actions .button {
  height: 30px;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 600;
  padding: 0 10px;
  background-color: #1e78c2;
  text-transform: capitalize;
  margin-right: 7px !important;
}
.product-item .custom-product-wrapper .product-actions .button {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .product-item .custom-product-wrapper .product-actions .button {
    font-size: 1rem;
  }
}
.product-item .custom-product-wrapper .product-actions .button > span {
  font-weight: 500;
  font-size: 14px;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 63.99875rem) {
  .product-item .custom-product-wrapper .product-actions .button > span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .product-item .custom-product-wrapper .product-actions .button.buy-now-button {
    margin-bottom: 10px;
  }
}
.product-item .custom-product-wrapper .product-actions .button.buy-now-button:hover {
  background-color: #1e78c2;
  color: #ffffff;
}
.product-item .custom-product-wrapper .product-actions .button.buy-now-button svg {
  margin-left: 5px;
  width: 17px;
  height: 17px;
  font-size: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #1e78c2;
}
.product-item .custom-product-wrapper .product-actions .button.buy-now-button svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item .custom-product-wrapper .product-actions .button.buy-now-button svg {
  fill: #1e78c2;
  padding: 3px;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart {
  padding: 0;
  font-size: 15px;
  background-color: #f8c22e;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart {
  width: 1.875rem;
  height: 1.875rem;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart.loading {
  opacity: 0.8;
  pointer-events: none;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart.loading i {
  display: none;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart.loading::after {
  right: 8px;
  top: 8px;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart svg {
  width: 18px;
  fill: #fff;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart.added {
  pointer-events: none;
  opacity: 1;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart.added i {
  display: none;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart.added::after {
  right: 8px;
  top: 8px;
  position: absolute;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart:hover {
  background-color: #1e78c2;
  color: #ffffff;
}
.product-item .all_content_product .product-details h2.woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: 900;
  color: #2c2e34;
  margin-bottom: 0;
  overflow: hidden;
  text-transform: uppercase;
  line-height: 1.3;
}
.product-item .all_content_product .product-details .price {
  display: flex;
  gap: 10px;
  flex-direction: row-reverse;
  text-align: center;
  justify-content: start;
  align-items: center;
}
.product-item .all_content_product .product-details .price del {
  opacity: 1;
}
.product-item .all_content_product .product-details .price del .woocommerce-Price-amount {
  font-weight: 800;
  color: #2c2e34;
  font-size: 15px;
}
.product-item .all_content_product .product-details .price ins {
  text-decoration: none;
  font-weight: 800;
  font-size: 18px;
}
.product-item .all_content_product .product-details .price ins bdi {
  color: #ff0000;
}
.product-item:hover .custom-product-wrapper .product-actions {
  transition: 0.4s;
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: unset;
  font-size: unset;
}

.order-history-link {
  color: #11283c;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}
.order-history-link::before {
  font-size: 24px;
  font-weight: 300;
}
.order-history-link:hover {
  color: #FFDA00;
}

/** */
.wishlist-icon {
  padding-right: 10px;
}
.wishlist-icon > a {
  display: flex;
  align-items: center;
  position: relative;
  color: #11283c;
}
.wishlist-icon > a::before {
  color: currentColor;
  font-weight: 300;
}
.wishlist-icon > a::before {
  font-size: clamp(1.25rem, 1.05rem + 0.5vw, 1.5rem);
  line-height: clamp(1.25rem, 1.05rem + 0.5vw, 1.5rem);
}
.wishlist-icon > a > .wishlist-count {
  position: absolute;
  top: -3px;
  inset-inline-end: -10px;
  background-color: #11283c;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 11px;
  height: 15px;
  min-width: 15px;
  border-radius: 50%;
  font-weight: 700;
}
.wishlist-icon > a > .wishlist-count {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wishlist-icon > a:hover::before {
  font-weight: 700;
}

/** .wc-mini-cart */
.wc-mini-cart {
  padding-right: 10px;
}
@media screen and (min-width: 25rem) {
  .wc-mini-cart {
    position: relative;
  }
}
.wc-mini-cart .mini-cart-dropdown {
  transition: 0.2s;
  display: block;
  background-color: #fff;
  margin: 0;
  top: 100%;
  right: 0;
  left: auto;
  width: 380px;
  padding: 0 12px 12px 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  z-index: 999;
  border-radius: 4px;
  max-width: 100vw;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 24.9375rem) {
  .wc-mini-cart .mini-cart-dropdown {
    left: 5px;
    width: calc(100% - 10px);
    right: 5px;
  }
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart__empty-message {
  margin-top: 12px;
  font-size: 15px;
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart__buttons {
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart__buttons a.button {
  text-align: center;
  font-weight: 700;
  color: #11283c;
  background-color: #efefef;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3px 10px 0 10px;
  height: 36px;
  text-transform: uppercase;
  font-size: 13px;
  transition: 0.3s;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart__buttons a.button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart__buttons a.button:hover {
  background-color: #11283c;
  color: #fff;
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart__buttons a.button.checkout {
  background-color: #11283c;
  color: #fff;
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart__buttons a.button.checkout:hover {
  opacity: 0.8;
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart__total {
  display: flex;
  flex-flow: column nowrap;
  font-size: 14px;
  margin-top: 10px;
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart__total > span {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart__total > span span:not(.woocommerce-Price-amount) {
  font-weight: 400;
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart__total > span span.woocommerce-Price-amount {
  color: #11283c;
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart .woocommerce-mini-cart-item {
  display: flex;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  padding: 16px 0 10px;
  font-size: 12px;
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart .woocommerce-mini-cart-item::before, .wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart .woocommerce-mini-cart-item::after {
  display: none;
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart .woocommerce-mini-cart-item a:not(.remove) {
  display: flex;
  align-items: flex-start;
  flex: 1 1 0;
  min-width: 0;
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart .woocommerce-mini-cart-item a:not(.remove) > img {
  width: 50px;
  display: block;
  height: auto;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart .woocommerce-mini-cart-item a:not(.remove) > img {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  /*touch-action: manipulation;*/
  outline: none;
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart .woocommerce-mini-cart-item a:not(.remove) > .product-name {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  color: #11283c;
  line-height: 1.3;
  font-size: 13px;
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart .woocommerce-mini-cart-item a:not(.remove) > .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  overflow-wrap: break-word;
}
@supports (-webkit-line-clamp: 3) {
  .wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart .woocommerce-mini-cart-item a:not(.remove) > .product-name {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart .woocommerce-mini-cart-item a.remove {
  background-color: #fff;
  font-weight: 400;
  font-size: 17px;
  border-radius: 50%;
  box-shadow: 0 0 1px #11283c;
  position: absolute;
  color: #11283c !important;
  left: 40px;
  top: 8px;
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart .woocommerce-mini-cart-item a.remove:hover {
  color: #11283c !important;
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity {
  text-align: right;
  flex: 0 0 auto;
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity span.price {
  display: flex;
  align-items: center;
  gap: 2px;
  white-space: nowrap;
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity span.price .woocommerce-Price-amount {
  color: #11283c;
  font-weight: 700;
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity .qty-control {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity .qty-control button {
  width: 18px;
  height: 24px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  font-size: 14px;
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity .qty-control button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity .qty-control input.qty {
  width: 38px;
  height: 24px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-left: none;
  border-right: none;
  text-align: center;
  border-radius: 0;
  appearance: none;
}
.wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity .qty-control input.qty::-webkit-inner-spin-button, .wc-mini-cart .mini-cart-dropdown .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity .qty-control input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wc-mini-cart .cart-contents {
  display: flex;
  align-items: center;
  position: relative;
}
.wc-mini-cart .cart-contents .cart-icon {
  color: #FE7C3A;
  position: relative;
  font-size: 0;
}
.wc-mini-cart .cart-contents .cart-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wc-mini-cart .cart-contents .cart-icon svg {
  width: 25px;
  fill: #FE7C3A;
}
.wc-mini-cart .cart-contents .cart-icon::before {
  color: currentColor;
  font-weight: 300;
}
.wc-mini-cart .cart-contents .cart-icon::before {
  font-size: clamp(1.25rem, 1.05rem + 0.5vw, 1.5rem);
  line-height: clamp(1.25rem, 1.05rem + 0.5vw, 1.5rem);
}
.wc-mini-cart .cart-contents .cart-count {
  position: absolute;
  top: -3px;
  inset-inline-end: -10px;
  background-color: #1e78c2;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 11px;
  height: 15px;
  min-width: 15px;
  border-radius: 50%;
  font-weight: 700;
}
.wc-mini-cart .cart-contents .cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wc-mini-cart .cart-contents:hover .cart-icon::before {
  font-weight: 700;
}
.wc-mini-cart:hover .mini-cart-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/** */
.woocommerce-products-footer {
  margin-top: 50px;
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce-products-footer {
    margin-top: 30px;
  }
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  /*border-right: inherit;*/
  margin: inherit;
}
.woocommerce nav.woocommerce-pagination ul li.current,
.woocommerce nav.woocommerce-pagination ul li .current {
  color: #fff !important;
  background-color: #FFDA00 !important;
}

/** */
.woocommerce-notices-wrapper .woocommerce-message {
  outline: none;
  border: none;
  padding: 10px 10px 10px 40px;
  font-size: 15px;
  background-color: #e9e9e9;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 5px 20px;
  flex-flow: row wrap;
  justify-content: space-between;
  color: #11283c;
}
.woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .woocommerce-notices-wrapper .woocommerce-message {
    margin-bottom: 1.25rem;
  }
}
.woocommerce-notices-wrapper .woocommerce-message::before {
  color: #1e78c2;
  line-height: normal;
  top: 15px;
  left: 15px;
}
.woocommerce-notices-wrapper .woocommerce-message::after {
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward {
  background-color: #1e78c2;
  border-color: #1e78c2;
  line-height: 1;
  cursor: pointer;
  font-size: 13px;
  padding: 5px 20px;
  height: 26px;
  position: relative;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  transition: 0.25s ease;
  border-radius: 35px;
  color: #fff;
}
.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward:hover {
  background-color: #1e78c2;
  border-color: #1e78c2;
  color: #fff;
  opacity: 0.8;
}

.section.section-product .woocommerce-notices-wrapper {
  margin-inline: auto;
  max-width: 640px;
}
.section.section-product .woocommerce-notices-wrapper:not(.full) {
  padding-inline: 0.9375rem;
}
@media only screen and (min-width: 40rem) {
  .section.section-product .woocommerce-notices-wrapper:not(.full) {
    max-width: 768px;
  }
}
@media only screen and (min-width: 48rem) {
  .section.section-product .woocommerce-notices-wrapper:not(.full) {
    padding-inline: 0.9375rem;
    max-width: 768px;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-product .woocommerce-notices-wrapper:not(.full) {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 80rem) {
  .section.section-product .woocommerce-notices-wrapper:not(.full) {
    max-width: 1280px;
  }
}
.section.section-product .onsale {
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  overflow-wrap: normal !important;
  white-space: nowrap;
}
.section.section-product div.product {
  margin-top: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-product div.product {
    margin-top: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-product div.product {
    margin-top: 1.875rem;
  }
}
.section.section-product div.product .product-detail {
  display: flex;
  flex-flow: row wrap;
}
.section.section-product div.product .product-detail {
  gap: 0;
}
@media only screen and (min-width: 48rem) {
  .section.section-product div.product .product-detail {
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-product div.product .product-detail {
    gap: 1.875rem;
  }
}
.section.section-product div.product .product-detail .iconic-woothumbs-all-images-wrap {
  flex: 0 0 auto;
}
.section.section-product div.product .product-detail .summary.entry-summary {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-product div.product .product-detail .summary.entry-summary {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.section.section-product div.product .product-detail .summary.entry-summary .accordion {
  padding: 0;
  margin: 0 0 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.section.section-product div.product .product-detail .summary.entry-summary .accordion .accordion-item .accordion-title {
  color: #11283c;
  font-weight: 400;
  background: none;
  border: none;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}
.section.section-product div.product .product-detail .summary.entry-summary .accordion .accordion-item .accordion-title {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  /*touch-action: manipulation;*/
  outline: none;
}
.section.section-product div.product .product-detail .summary.entry-summary .accordion .accordion-item .accordion-title {
  font-size: clamp(0.9375rem, 0.8875rem + 0.125vw, 1rem);
  line-height: clamp(1.21875rem, 1.15375rem + 0.1625vw, 1.3rem);
}
.section.section-product div.product .product-detail .summary.entry-summary .accordion .accordion-item .accordion-title::before {
  margin-top: -10px;
  line-height: 1;
  font-size: 18px;
}
.section.section-product div.product .product-detail .summary.entry-summary .accordion .accordion-item .accordion-content {
  border: none;
  padding: 15px 0;
}
.section.section-product div.product .product-detail .summary.entry-summary .accordion .accordion-item .accordion-content {
  font-size: clamp(0.875rem, 0.825rem + 0.125vw, 0.9375rem);
  line-height: clamp(1.41575rem, 1.33485rem + 0.20225vw, 1.516875rem);
}
.section.section-product div.product .product-detail .summary.entry-summary .accordion .accordion-item .accordion-content :where(ul, ol) {
  padding-left: 25px;
  list-style-type: disc;
}
.section.section-product div.product .product-detail .summary.entry-summary .accordion .accordion-item .accordion-content :where(ul, ol) li:not(:last-child) {
  padding-bottom: 0;
}

/** */
.woocommerce div.product .product-detail .summary.entry-summary .product_title {
  margin-bottom: 10px;
  font-weight: 900;
  color: #1e78c2;
}
.woocommerce div.product .product-detail .summary.entry-summary .product_title {
  font-size: clamp(1rem, 0.5rem + 1.25vw, 1.625rem);
  line-height: clamp(1.3rem, 0.65rem + 1.625vw, 2.1125rem);
}
.woocommerce div.product .product-detail .summary.entry-summary .product_title > span {
  display: block;
}
.woocommerce div.product .product-detail .summary.entry-summary .product_title .brand-name {
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
.woocommerce div.product .product-detail .summary.entry-summary .product_title .brand-name + span {
  font-weight: 500;
}
.woocommerce div.product .product-detail .summary.entry-summary .product_title:hover .brand-name:hover {
  text-decoration: underline;
}
.woocommerce div.product .product-detail .summary.entry-summary .sku_wrapper {
  font-size: 14px;
  color: #666;
}
.woocommerce div.product .product-detail .summary.entry-summary .sku_wrapper .sku {
  font-weight: 500;
}
.woocommerce div.product .product-detail .summary.entry-summary .woocommerce-product-rating {
  margin-bottom: 0;
}
.woocommerce div.product .product-detail .summary.entry-summary .woocommerce-product-rating .woocommerce-review-link {
  color: #666;
  letter-spacing: -0.1px;
  padding-left: 25px;
  font-size: 14px;
}
.woocommerce div.product .product-detail .summary.entry-summary .single-price {
  letter-spacing: -0.1px;
  margin-bottom: 15px;
  margin-top: 5px;
  font-weight: 700;
}
.woocommerce div.product .product-detail .summary.entry-summary .single-price {
  font-size: clamp(1.125rem, 1.025rem + 0.25vw, 1.25rem);
  line-height: clamp(1.4625rem, 1.3325rem + 0.325vw, 1.625rem);
}
.woocommerce div.product .product-detail .summary.entry-summary .single-price .woocommerce-Price-amount {
  display: block;
  color: #ff0000;
}
.woocommerce div.product .product-detail .summary.entry-summary .single-price del .woocommerce-Price-amount {
  font-weight: 500;
  color: #11283c;
}
.woocommerce div.product .product-detail .summary.entry-summary .single-price del .woocommerce-Price-amount {
  font-size: clamp(1rem, 0.9rem + 0.25vw, 1.125rem);
  line-height: clamp(1.3rem, 1.17rem + 0.325vw, 1.4625rem);
}
.woocommerce div.product .product-detail .summary.entry-summary .single-price ins {
  text-decoration: none;
}
.woocommerce div.product .product-detail .summary.entry-summary .woocommerce-product-details__short-description {
  font-size: 14px;
  background-color: #fff;
  margin-bottom: 15px;
  line-height: 1.4;
}
.woocommerce div.product .product-detail .summary.entry-summary .woocommerce-product-details__short-description > p:not(:last-child) {
  margin-bottom: 5px;
}
.woocommerce div.product .product-detail .summary.entry-summary .woocommerce-product-details__short-description > ul {
  padding-left: 25px;
  margin: 0 0 10px;
}
.woocommerce div.product .product-detail .summary.entry-summary .woocommerce-product-details__short-description > ul li {
  color: #333;
}
.woocommerce div.product .product-detail .summary.entry-summary .woocommerce-product-details__short-description > ul li:not(:last-child) {
  margin-bottom: 4px;
}
.woocommerce div.product .product-detail .summary.entry-summary .woocommerce-product-details__short-description > ul li a {
  color: currentColor;
}
.woocommerce div.product .product-detail .summary.entry-summary .woocommerce-product-details__short-description > ul li a:hover {
  text-decoration: underline;
}
.woocommerce div.product .product-detail .summary.entry-summary form.cart {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.woocommerce div.product .product-detail .summary.entry-summary form.cart::before, .woocommerce div.product .product-detail .summary.entry-summary form.cart::after {
  display: none;
}
.woocommerce div.product .product-detail .summary.entry-summary form.cart .quantity {
  flex: 1 1 0;
  min-width: 90px !important;
  max-width: 90px !important;
  margin-right: 0;
  order: -2;
  /*@include mixin.mq-max(sm) {
                flex: 0 0 100%;
                width: auto;
                max-width: 100%;
            }*/
}
.woocommerce div.product .product-detail .summary.entry-summary form.cart .quantity .qty {
  height: 42px;
  border-radius: 50px;
  width: 100%;
  border: 1px solid #333;
}
@media only screen and (max-width: 39.99875rem) {
  .woocommerce div.product .product-detail .summary.entry-summary form.cart .quantity .qty {
    width: 90px;
    max-width: 100%;
  }
}
.woocommerce div.product .product-detail .summary.entry-summary form.cart .single_add_to_cart_button {
  min-width: 150px !important;
  height: 42px;
  border-radius: 50px;
  background-color: #1e78c2;
  border-color: #1e78c2;
  color: #fff;
  white-space: nowrap;
  font-weight: 400;
  padding-inline: 15px;
  letter-spacing: -0.5px;
  flex: 1 0 auto;
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce div.product .product-detail .summary.entry-summary form.cart .single_add_to_cart_button {
    font-size: 15px;
  }
}
.woocommerce div.product .product-detail .summary.entry-summary form.cart .single_add_to_cart_button:hover {
  opacity: 0.8;
  background-color: #FE7C3A;
  border-color: #FE7C3A;
  color: #fff;
}
.woocommerce div.product .product-detail .summary.entry-summary form.cart .buy-now-button {
  height: 42px;
  border-radius: 50px;
  background-color: #FE7C3A;
  border-color: #FE7C3A;
  color: #fff;
  padding-inline: 15px;
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: -0.5px;
  flex: 1 0 auto;
}
.woocommerce div.product .product-detail .summary.entry-summary form.cart .buy-now-button {
  width: calc(50% - 0.3125rem);
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce div.product .product-detail .summary.entry-summary form.cart .buy-now-button {
    font-size: 15px;
  }
}
.woocommerce div.product .product-detail .summary.entry-summary form.cart .buy-now-button:hover {
  opacity: 0.8;
  background-color: #11283c;
  border-color: #11283c;
  color: #fff;
}
.woocommerce div.product .product-detail .summary.entry-summary form.cart .buy-now-button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.woocommerce div.product .product-detail .summary.entry-summary form.cart .button.disabled + .buy-now-button {
  cursor: not-allowed;
  opacity: 0.5;
}
.woocommerce div.product .product-detail .summary.entry-summary form.cart .yith-add-to-wishlist-button-block {
  flex: 1 0 auto;
  width: calc(100% - 100px);
  order: -1;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form {
  display: block;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .variations :where(thead, tbody, tfoot) {
  border: none;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .variations :where(thead, tbody, tfoot) tr th.label > label {
  font-weight: 400;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .variations :where(thead, tbody, tfoot) tr:nth-child(even) {
  background: none;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .variations :where(thead, tbody, tfoot) tr :where(th, td) {
  padding: 0;
  font-size: 15px;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .variations :where(thead, tbody, tfoot) tr td {
  padding-bottom: 10px;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .variations :where(thead, tbody, tfoot) tr td select {
  height: 36px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 0 10px;
  min-width: 50%;
  width: auto;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .single_variation {
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  overflow-wrap: normal !important;
  white-space: nowrap;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price span.price {
  letter-spacing: -0.1px;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price span.price .woocommerce-Price-amount.amount {
  color: #cf112c;
  font-weight: 700;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price span.price del {
  margin-right: 5px;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price span.price del .woocommerce-Price-amount.amount {
  font-weight: 300;
  color: #11283c;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price span.price ins {
  text-decoration: none;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  flex: 1 1 0;
  min-width: 90px !important;
  max-width: 90px !important;
  margin-right: 0;
  order: -2;
  /*@include mixin.mq-max(sm) {
                    flex: 0 0 100%;
                    width: auto;
                    max-width: 100%;
                }*/
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity .qty {
  height: 42px;
  border-radius: 50px;
  width: 100%;
  border: 1px solid #333;
}
@media only screen and (max-width: 39.99875rem) {
  .woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity .qty {
    width: 90px;
    max-width: 100%;
  }
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  min-width: 150px !important;
  height: 42px;
  border-radius: 50px;
  background-color: #1e78c2;
  border-color: #1e78c2;
  white-space: nowrap;
  font-weight: 400;
  padding-inline: 15px;
  letter-spacing: -0.5px;
  flex: 1 0 auto;
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    font-size: 15px;
  }
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover {
  opacity: 0.8;
  background-color: #FE7C3A;
  border-color: #FE7C3A;
  color: #fff;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .buy-now-button {
  height: 42px;
  border-radius: 50px;
  background-color: #FE7C3A;
  border-color: #FE7C3A;
  color: #fff;
  padding-inline: 15px;
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: -0.5px;
  flex: 1 0 auto;
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .buy-now-button {
    font-size: 15px;
  }
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .buy-now-button:hover {
  opacity: 0.8;
  background-color: #1e78c2;
  border-color: #1e78c2;
  color: #fff;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .buy-now-button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .button.disabled + .buy-now-button {
  cursor: not-allowed;
  opacity: 0.5;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .yith-add-to-wishlist-button-block {
  flex: 1 0 auto;
  width: calc(100% - 100px);
  order: -1;
}
.woocommerce div.product .product-detail .summary.entry-summary .product_meta {
  display: flex;
  flex-flow: column nowrap;
  gap: 7px;
}
.woocommerce div.product .product-detail .summary.entry-summary .product_meta :where(.posted_in, .tagged_as) {
  font-weight: 600;
  font-size: 15px;
  line-height: normal;
}
.woocommerce div.product .product-detail .summary.entry-summary .product_meta :where(.posted_in, .tagged_as) a {
  font-weight: 400;
  color: #333;
}
.woocommerce div.product .product-detail .summary.entry-summary .product_meta :where(.posted_in, .tagged_as) a:hover {
  color: #1e78c2;
}

/** */
.woocommerce-custom-descriptions .wc-product-row {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-custom-descriptions .wc-product-row.wc-product-additional_information {
  display: none;
}
.woocommerce-custom-descriptions .wc-product-row > :where(.h2, h2) {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.woocommerce-custom-descriptions .wc-product-row > :where(.h2, h2) {
  font-size: clamp(1rem, 0.9rem + 0.25vw, 1.125rem);
  line-height: clamp(1.4rem, 1.26rem + 0.35vw, 1.575rem);
}
.woocommerce-custom-descriptions .wc-product-row .woocommerce-Reviews-title {
  font-size: 15px;
  font-weight: 700;
}
@media only screen and (min-width: 64rem) {
  .woocommerce-custom-descriptions .wc-product-row .wc-product-content {
    margin-left: 200px;
    max-width: 850px;
  }
}
.woocommerce-custom-descriptions .wc-product-row .wc-product-content .content {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .woocommerce-custom-descriptions .wc-product-row .wc-product-content .content {
    margin-bottom: 3.125rem;
  }
}
.woocommerce-custom-descriptions .wc-product-row .wc-product-content .product-badge {
  padding-right: 30px;
  flex-wrap: wrap;
  margin-left: -0.2em;
  margin-right: -0.2em;
  margin-top: -0.6em;
  display: flex;
}
.woocommerce-custom-descriptions .wc-product-row .wc-product-content .product-badge > span {
  overflow-wrap: break-word;
  border-radius: 4px;
  vertical-align: middle;
  text-transform: uppercase;
  width: max-content;
  font-size: 10px;
  line-height: 1.3;
  display: block;
  font-weight: 700;
  padding: 3px 8px 2px;
  margin: 0.6em 0.2em 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.woocommerce-custom-descriptions .wc-product-row .wc-product-content.wc-product-description-content .content.collapsed {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  overflow-wrap: break-word;
}
@supports (-webkit-line-clamp: 4) {
  .woocommerce-custom-descriptions .wc-product-row .wc-product-content.wc-product-description-content .content.collapsed {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.woocommerce-custom-descriptions .wc-product-row .wc-product-content.wc-product-description-content .description-toggle {
  cursor: pointer;
  color: rgb(19, 107, 234);
  padding: 8px;
  margin: 0 -8px;
  display: inline-block;
}
.woocommerce-custom-descriptions .wc-product-row .wc-product-content.wc-product-description-content .description-toggle:hover {
  text-decoration: underline;
}

/** */
.woocommerce #reviews .woocommerce-verification-required {
  font-style: italic;
  font-size: 15px;
  color: #666;
}

.woocommerce #reviews #comment {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}
.woocommerce #reviews #comment .woocommerce-Reviews-title {
  font-size: 15px;
  font-weight: 700;
}

.woocommerce #reviews .comment-form-comment {
  width: 100%;
  max-width: 900px;
}
.woocommerce #reviews .comment-form-comment label {
  /*display: block;*/
  margin-bottom: 5px;
  font-weight: 500;
  display: none;
}

.woocommerce #reviews #comments ol.commentlist li .loop-stars-rating .rating {
  display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  margin-bottom: 10px;
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) {
  border-radius: 100%;
  margin: 3px 5px;
}
.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item):not(.selected) {
  /*box-shadow: none;*/
}

:is(.woocommerce-error, .woocommerce-info, .woocommerce-message) {
  border-top: none;
}

:is(.related.products, .upsells.products, .cross-sells.products) {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  :is(.related.products, .upsells.products, .cross-sells.products) {
    margin-top: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  :is(.related.products, .upsells.products, .cross-sells.products) {
    margin-top: 2.5rem;
  }
}
:is(.related.products, .upsells.products, .cross-sells.products) > h2 {
  font-weight: 700;
  color: #1e78c2;
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 5px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  text-align: center;
}
:is(.related.products, .upsells.products, .cross-sells.products) > h2 {
  font-size: clamp(1.125rem, 0.825rem + 0.75vw, 1.5rem);
  line-height: clamp(1.4625rem, 1.0725rem + 0.975vw, 1.95rem);
}
:is(.related.products, .upsells.products, .cross-sells.products) .products {
  margin-top: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  :is(.related.products, .upsells.products, .cross-sells.products) .products {
    margin-top: 1.25rem;
  }
}
:is(.related.products, .upsells.products, .cross-sells.products) .products .product {
  margin-top: 0;
}

:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .woocommerce-products-header {
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  overflow-wrap: normal !important;
  white-space: nowrap;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .woocommerce-shop-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
  position: relative;
  z-index: 99;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .woocommerce-shop-info {
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  :is(.section.archive.archive-product,
  .related.products,
  .upsells.products,
  .cross-sells.products) .woocommerce-shop-info {
    margin-bottom: 0.9375rem;
  }
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .woocommerce-shop-info .woocommerce-notices-wrapper {
  position: absolute;
  top: -30px;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .woocommerce-shop-info .woocommerce-result-count {
  letter-spacing: -0.1px;
  margin-bottom: 0;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .woocommerce-shop-info .woocommerce-ordering {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .woocommerce-shop-info .woocommerce-ordering select.orderby {
  height: auto;
  border: none;
  width: fit-content;
  min-width: auto;
  font-size: 14px;
  padding: 0 35px 0 12px;
  font-weight: 700;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .woocommerce-shop-info .woocommerce-ordering .woocommerce-orderby-trigger {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  -webkit-user-select: none;
          user-select: none;
}
@media screen and (max-width: 25rem) {
  :is(.section.archive.archive-product,
  .related.products,
  .upsells.products,
  .cross-sells.products) .woocommerce-shop-info .woocommerce-ordering .woocommerce-orderby-trigger {
    position: static;
  }
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .woocommerce-shop-info .woocommerce-ordering .woocommerce-orderby-trigger::after {
  content: "";
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M239%20401c9.4%209.4%2024.6%209.4%2033.9%200L465%20209c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-175%20175L81%20175c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9L239%20401z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: contain;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .woocommerce-shop-info .woocommerce-ordering .woocommerce-orderby-trigger::after {
  width: 0.8125rem;
  height: 0.8125rem;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .woocommerce-shop-info .woocommerce-ordering .woocommerce-orderby-trigger > span {
  font-weight: 700;
  font-size: 14px;
  vertical-align: middle;
  color: #11283c;
  display: flex;
  height: 100%;
  align-items: center;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .woocommerce-shop-info .woocommerce-ordering .woocommerce-orderby-trigger ul {
  border-radius: 6px;
  width: 250px;
  box-shadow: 0 0 32px 0 rgba(15, 15, 51, 0.1490196078);
  list-style: none;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.2s ease, opacity 0.2s ease;
  pointer-events: none;
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  right: 0;
  top: 30px;
}
@media screen and (max-width: 25rem) {
  :is(.section.archive.archive-product,
  .related.products,
  .upsells.products,
  .cross-sells.products) .woocommerce-shop-info .woocommerce-ordering .woocommerce-orderby-trigger ul {
    left: 0;
    width: 100%;
  }
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .woocommerce-shop-info .woocommerce-ordering .woocommerce-orderby-trigger ul li {
  font-weight: 400;
  font-size: 14px;
  color: #333;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .woocommerce-shop-info .woocommerce-ordering .woocommerce-orderby-trigger ul li.selected, :is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .woocommerce-shop-info .woocommerce-ordering .woocommerce-orderby-trigger ul li:hover {
  color: #11283c;
  font-weight: 700;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .woocommerce-shop-info .woocommerce-ordering .woocommerce-orderby-trigger.open ul {
  max-height: 500px;
  opacity: 1;
  pointer-events: auto;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .woocommerce-shop-info .woocommerce-ordering .woocommerce-orderby-trigger + select.orderby {
  opacity: 0;
  position: absolute;
  z-index: -9999;
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  overflow-wrap: normal !important;
  white-space: nowrap;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product {
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  background-color: #fff;
  transition: transform 0.2s;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
  padding-bottom: 12px;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product:hover {
  transform: translateY(-4px);
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .woocommerce-loop-product__link {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  color: #11283c;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .woocommerce-loop-product__link .thumb.wc-thumb {
  margin-bottom: 12px;
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .woocommerce-loop-product__link .thumb.wc-thumb > img:first-child {
  display: block;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .woocommerce-loop-product__link .thumb.wc-thumb > img:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .woocommerce-loop-product__link .thumb.wc-thumb:not(.auto) > img:first-child {
  height: 100% !important;
  width: 100%;
  max-width: unset;
  object-fit: cover;
  object-position: center;
}
@supports (aspect-ratio: 1) {
  :is(.section.archive.archive-product,
  .related.products,
  .upsells.products,
  .cross-sells.products) .products .product .woocommerce-loop-product__link .thumb.wc-thumb {
    aspect-ratio: 1 / 1;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.section.archive.archive-product,
  .related.products,
  .upsells.products,
  .cross-sells.products) .products .product .woocommerce-loop-product__link .thumb.wc-thumb {
    height: 0;
    padding-bottom: 100%;
  }
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .woocommerce-loop-product__link .thumb.wc-thumb > img {
  padding: 0;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .woocommerce-loop-product__link .thumb.wc-thumb .product-badge {
  position: absolute;
  top: 5px;
  left: 5px;
  display: grid;
  gap: 5px;
  pointer-events: none;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .woocommerce-loop-product__link .thumb.wc-thumb .product-badge span {
  overflow-wrap: break-word;
  border-radius: 4px;
  vertical-align: middle;
  text-transform: uppercase;
  width: max-content;
  font-size: 10px;
  line-height: 1.3;
  display: block;
  font-weight: 700;
  padding: 1px 8px 0;
  margin-right: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .woocommerce-loop-product__link .product-brand-label {
  line-height: 1.3;
  color: currentColor;
  max-width: 100%;
  display: block;
  letter-spacing: -0.1px;
  font-weight: 700;
  margin: 3px 12px 2px;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .woocommerce-loop-product__link .product-brand-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  overflow-wrap: break-word;
}
@supports (-webkit-line-clamp: 1) {
  :is(.section.archive.archive-product,
  .related.products,
  .upsells.products,
  .cross-sells.products) .products .product .woocommerce-loop-product__link .product-brand-label {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .woocommerce-loop-product__link .product-brand-label {
  font-size: clamp(0.75rem, 0.7rem + 0.125vw, 0.8125rem);
  line-height: clamp(0.975rem, 0.91rem + 0.1625vw, 1.05625rem);
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  color: currentColor;
  font-weight: 400;
  margin-bottom: 0;
  margin-inline: 12px;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  overflow-wrap: break-word;
}
@supports (-webkit-line-clamp: 2) {
  :is(.section.archive.archive-product,
  .related.products,
  .upsells.products,
  .cross-sells.products) .products .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  font-size: clamp(0.875rem, 0.775rem + 0.25vw, 1rem);
  line-height: clamp(1.225rem, 1.085rem + 0.35vw, 1.4rem);
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
  color: #1e78c2;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .loop-stars-rating {
  order: 1;
  margin-inline: 12px;
}
@media only screen and (min-width: 48rem) {
  :is(.section.archive.archive-product,
  .related.products,
  .upsells.products,
  .cross-sells.products) .products .product .loop-stars-rating {
    margin-top: 8px;
  }
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product span.price {
  margin-inline: 12px;
  display: block;
  margin-top: 10px;
  letter-spacing: -0.3px;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product span.price {
  font-size: clamp(0.875rem, 0.775rem + 0.25vw, 1rem);
  line-height: clamp(1.05rem, 0.93rem + 0.3vw, 1.2rem);
}
@media only screen and (max-width: 47.99875rem) {
  :is(.section.archive.archive-product,
  .related.products,
  .upsells.products,
  .cross-sells.products) .products .product span.price {
    margin-top: 5px;
  }
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product span.price .woocommerce-Price-amount.amount {
  font-weight: 700;
  color: #cf112c;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product span.price del .woocommerce-Price-amount.amount {
  font-weight: 400;
  color: #11283c;
  font-size: 14px;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product span.price ins {
  text-decoration: none;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .wvs-archive-variations-wrapper .variations {
  margin-top: 8px;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .wvs-archive-variations-wrapper .variations .woo-variation-items-wrapper {
  margin: 0;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .wvs-archive-variations-wrapper .variations .woo-variation-items-wrapper .archive-variable-items {
  margin-bottom: 0;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .wc-loop-product__buttons {
  margin-inline: 12px;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product :where(.button.product_type_simple,
.button.product_type_grouped,
.button.product_type_external,
.button.product_type_variable,
.view-more) {
  background-color: #f3f3f3;
  color: #11283c;
  font-weight: 500;
  border-radius: 50px;
  font-size: 14px;
  line-height: normal;
  height: 36px;
  /*padding: 0 10px;*/
  letter-spacing: -0.1px;
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product :where(.button.product_type_simple,
.button.product_type_grouped,
.button.product_type_external,
.button.product_type_variable,
.view-more).ajax_add_to_cart, :is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product :where(.button.product_type_simple,
.button.product_type_grouped,
.button.product_type_external,
.button.product_type_variable,
.view-more).view-more {
  background-color: #f3f3f3;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product :where(.button.product_type_simple,
.button.product_type_grouped,
.button.product_type_external,
.button.product_type_variable,
.view-more):hover {
  opacity: 1;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .button.product_type_simple {
  font-size: 0;
  border: none;
  background: none;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .button.product_type_simple::after {
  font-size: 16px;
  line-height: 1;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .button.product_type_simple::before {
  content: "\f08e";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", sans-serif;
  color: #1e78c2;
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  transition: 0.3s;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .button.product_type_simple:hover::before {
  font-weight: 700;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .button.product_type_simple.ajax_add_to_cart::before {
  content: "\e3f3";
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .button.product_type_variable {
  font-size: 0;
  border: none;
  background: none;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .button.product_type_variable::before {
  content: "\f08e";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", sans-serif;
  color: #1e78c2;
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  transition: 0.3s;
}
:is(.section.archive.archive-product,
.related.products,
.upsells.products,
.cross-sells.products) .products .product .button.product_type_variable:hover::before {
  font-weight: 700;
}

.section.archive.archive-product .products .product-category {
  display: none !important;
}
@media only screen and (min-width: 64rem) {
  .section.archive.archive-product > .container {
    gap: 20px;
    display: flex;
    flex-flow: row wrap;
  }
}
.section.archive.archive-product .cell-sidebar {
  flex: 0 0 auto;
  width: 250px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive.archive-product .cell-sidebar {
    display: none;
  }
}
.section.archive.archive-product .cell-sidebar .sidebar-wrapper {
  position: sticky;
  top: 40px;
  align-self: start;
  overflow: auto;
  padding-right: 15px;
  padding-left: 0;
  scrollbar-width: thin;
  max-height: calc(var(--vh, 1vh) * 100);
}
@supports (height: 100dvh) {
  .section.archive.archive-product .cell-sidebar .sidebar-wrapper {
    max-height: 100dvh;
  }
}
.section.archive.archive-product .cell-sidebar .sidebar-inner:not(:last-child) {
  margin-bottom: 25px;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .sidebar-sub-title {
  color: #333;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 0;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .sidebar-title {
  margin-bottom: 0;
  cursor: pointer;
  min-height: 50px;
  display: flex;
  align-items: center;
  color: #11283c;
  font-weight: 700;
  letter-spacing: -0.1px;
  overflow-wrap: break-word;
  text-transform: capitalize;
  padding: 10px 0;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .sidebar-title {
  font-size: 1rem;
  line-height: 1.3rem;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .sidebar-menu-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 5px;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .sidebar-menu-list li a {
  cursor: pointer;
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #11283c;
  font-size: 15px;
  line-height: 1.3;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .sidebar-menu-list li a:hover {
  text-decoration: underline;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter {
  margin-bottom: 0;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-title {
  margin-bottom: 0;
  cursor: pointer;
  min-height: 50px;
  display: flex;
  align-items: center;
  color: #11283c;
  font-weight: 700;
  letter-spacing: -0.1px;
  overflow-wrap: break-word;
  text-transform: capitalize;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 0;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-title {
  font-size: 1rem;
  line-height: 1.3rem;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable::after {
  height: 12px;
  width: 12px;
  position: static;
  background-repeat: no-repeat;
  flex: 0 0 auto;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.opened + .filter-content {
  display: block;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.closed + .filter-content {
  display: none;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items {
  list-style: none;
  margin: 0;
  padding: 0 0 12px 0;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.checkbox label {
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.checkbox label input {
  top: 2.5px;
  position: relative;
  appearance: none;
  cursor: pointer;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.checkbox label input {
  width: 1.0625rem;
  height: 1.0625rem;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.checkbox label input::before, .section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.checkbox label input::after {
  content: "";
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.checkbox label input::before, .section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.checkbox label input::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.checkbox label input::before, .section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.checkbox label input::after {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.checkbox label input::before {
  border-radius: 3px;
  border: 1px solid #11283c;
  background-color: rgba(0, 0, 0, 0.06);
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.checkbox label input:checked::before {
  border-color: #11283c;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.checkbox label input:checked::after {
  font-size: 14px;
  color: #11283c;
  content: "";
  font-family: "Font Awesome 6 Sharp", "Font Awesome 6 Brands", sans-serif;
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  left: 4px;
  top: 2px;
  /* SVG data-uri: dùng fill="currentColor" thì color sẽ áp cho SVG */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='currentColor' d='M434.8 70.1c14.3 10.4 17.5 30.4 7.1 44.7l-256 352c-5.5 7.6-14 12.3-23.4 13.1s-18.5-2.7-25.1-9.3l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l101.5 101.5 234-321.7c10.4-14.3 30.4-17.5 44.7-7.1z'/></svg>");
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.checkbox label a {
  cursor: pointer;
  display: block;
  color: #11283c;
  font-size: 15px;
  line-height: 1.3;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.checkbox label a .item-count {
  color: #11283c;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items.filter-checkbox li label {
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items.filter-checkbox li label input {
  top: 2.5px;
  position: relative;
  appearance: none;
  cursor: pointer;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items.filter-checkbox li label input {
  width: 1.0625rem;
  height: 1.0625rem;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items.filter-checkbox li label input::before, .section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items.filter-checkbox li label input::after {
  content: "";
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items.filter-checkbox li label input::before, .section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items.filter-checkbox li label input::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items.filter-checkbox li label input::before, .section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items.filter-checkbox li label input::after {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items.filter-checkbox li label input::before {
  border-radius: 3px;
  border: 1px solid #11283c;
  background-color: rgba(0, 0, 0, 0.06);
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items.filter-checkbox li label input:checked::before {
  border-color: #11283c;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items.filter-checkbox li label input:checked::after {
  color: #11283c;
  content: "\f00c";
  font-family: "Font Awesome 6 Sharp", "Font Awesome 6 Brands", sans-serif;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items.filter-checkbox li label a {
  cursor: pointer;
  display: block;
  color: #11283c;
  font-size: 15px;
  line-height: 1.3;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items.filter-checkbox li label a:hover {
  text-decoration: underline;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items.filter-checkbox li label a .item-count {
  color: #11283c;
}
.section.archive.archive-product .cell-sidebar .sidebar-inner .yith-wcan-filters .yith-wcan-filter .filter-items.filter-checkbox + .show-more {
  color: #333;
  font-size: 14px;
  padding-top: 0;
  cursor: pointer;
  padding-bottom: 15px;
  line-height: 1;
  margin-top: 0;
}
@media only screen and (min-width: 64rem) {
  .section.archive.archive-product .cell-content {
    flex: 1 1 0;
    min-width: 0;
  }
  .section.archive.archive-product .cell-content .products {
    gap: 30px;
  }
  .section.archive.archive-product .cell-content .products > .product {
    box-shadow: none;
    padding-bottom: 0;
  }
  .section.archive.archive-product .cell-content .products > .product {
    width: calc(33.3333333333% - 1.25rem);
  }
  .section.archive.archive-product .cell-content .products > .product :where(.product-brand-label,
  .woocommerce-loop-product__title,
  .loop-stars-rating,
  .wc-loop-product__buttons,
  .button.product_type_variable,
  .button.product_type_simple,
  span.price) {
    margin-inline: 0 !important;
  }
  .section.archive.archive-product .cell-content .products > .product :where(.button.product_type_variable, .button.product_type_simple) {
    padding-inline: 0 !important;
  }
  .section.archive.archive-product .cell-content .products > .product .product-brand-label {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.section.archive.archive-product .woocommerce-products-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 5px;
}
.section.archive.archive-product .woocommerce-products-footer {
  padding-top: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .section.archive.archive-product .woocommerce-products-footer {
    padding-top: 1.5625rem;
  }
}

.woocommerce-products-footer > div.collapsed {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  overflow-wrap: break-word;
}
@supports (-webkit-line-clamp: 4) {
  .woocommerce-products-footer > div.collapsed {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.woocommerce-products-footer .description-toggle {
  cursor: pointer;
  color: rgb(19, 107, 234);
  padding: 8px;
  margin: 0 -8px;
  display: inline-block;
}
.woocommerce-products-footer .description-toggle:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 64rem) {
  .woocommerce-child-terms {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 10px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce-child-terms {
    margin: -8px -16px;
    padding: 8px 16px;
    order: -1;
    font-size: 0;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    margin-bottom: 20px;
  }
  .woocommerce-child-terms::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce-child-terms {
    margin-bottom: 10px;
  }
}
.woocommerce-child-terms > .item {
  display: flex;
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce-child-terms > .item {
    display: inline-block;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .woocommerce-child-terms > .item:not(:last-child) {
    margin-right: 8px;
  }
}
.woocommerce-child-terms > .item a {
  color: #11283c;
  width: 100%;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  gap: 10px;
  min-height: 44px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
  border-radius: 4px;
  font-weight: 500;
}
.woocommerce-child-terms > .item a {
  font-size: 0.875rem;
  line-height: 1.09375rem;
}
.woocommerce-child-terms > .item a .name {
  order: -1;
  flex: 1 1 0;
}
.woocommerce-child-terms > .item a .thumb {
  display: block;
  position: relative;
  max-width: 100%;
  width: 30px;
}
.woocommerce-child-terms > .item a .thumb img {
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.woocommerce-child-terms > .item a:hover {
  opacity: 0.8;
}

/** */
.section.section-product-terms {
  position: relative;
}
.section.section-product-terms {
  margin-top: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .section.section-product-terms {
    margin-top: 1.875rem;
  }
}
.section.section-product-terms {
  padding-top: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .section.section-product-terms {
    padding-top: 1.875rem;
  }
}
.section.section-product-terms > .container {
  position: relative;
}
.section.section-product-terms > .container::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  width: calc(100% - 20px);
  top: -30px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-product-terms > .container::before {
    top: -15px;
  }
}

/** */
.section.section-product-banner {
  margin-top: 30px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-product-banner {
    margin-top: 15px;
  }
}
.section.section-product-banner .product-banner {
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
.section.section-product-banner .product-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.section.section-product-banner .heading-title {
  margin-top: 30px;
  text-transform: uppercase;
}
.section.section-product-banner .heading-title {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.6625rem, 0.8225rem + 2.1vw, 2.7125rem);
}
.section.section-product-banner .content {
  color: #444;
}

/** */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading {
  opacity: 0.9;
}

.woocommerce a.added_to_cart {
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  overflow-wrap: normal !important;
  white-space: nowrap;
}

.wp-block-woocommerce-empty-cart-block .wp-block-product-new {
  display: none;
}
.wp-block-woocommerce-empty-cart-block .wp-block-separator {
  display: none;
}
.wp-block-woocommerce-empty-cart-block .wp-block-separator + .wp-block-heading {
  display: none;
}

.product.type-product .thumb.wc-thumb {
  overflow: hidden;
  border-radius: 6px;
}
.product.type-product .thumb.wc-thumb > img {
  pointer-events: none;
  /*@include mixin.responsive-scale();*/
}

.iconic-woothumbs-thumbnails__image-wrapper img,
.iconic-woothumbs-zoom-enabled .iconic-woothumbs-images__image {
  width: 100%;
  aspect-ratio: 1/1 !important;
  object-fit: cover;
  object-position: center;
}

.iconic-woothumbs-all-images-wrap--layout-slider .iconic-woothumbs-images__slide {
  display: none;
  border-radius: 6px;
  overflow: hidden;
}

.iconic-woothumbs-thumbnails__image-wrapper img {
  border-radius: 12px;
  padding: 3px;
}

.iconic-woothumbs-all-images-wrap--thumbnails-left:not(.iconic-woothumbs-all-images-wrap--layout-stacked) .iconic-woothumbs-images-wrap {
  padding-left: 15px;
}

.iconic-woothumbs-responsive-media {
  aspect-ratio: 1/1 !important;
}
.iconic-woothumbs-responsive-media > .plyr--video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.iconic-woothumbs-thumbnails__image-wrapper:before {
  border: 1px solid #ffffff !important;
  border-radius: 12px;
}

.iconic-woothumbs-thumbnails__image-wrapper:after {
  border: 1px solid #1e78c2 !important;
  border-radius: 12px;
}

.image-variable-items-wrapper .variable-item:not(.image-variable-item):not(.radio-variable-item) {
  width: fit-content !important;
  border-radius: 0 !important;
}
.image-variable-items-wrapper .variable-item:not(.image-variable-item):not(.radio-variable-item) .variable-item-span {
  line-height: normal;
  display: block;
  overflow: unset !important;
  padding: 0 3px;
}

/** Cart & checkout */
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  font-weight: 500;
  margin-bottom: 5px !important;
  color: #11283c;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  font-size: clamp(0.9375rem, 0.8875rem + 0.125vw, 1rem);
  line-height: clamp(1.21875rem, 1.15375rem + 0.1625vw, 1.3rem);
}

.wc-block-components-formatted-money-amount {
  white-space: nowrap;
  color: #11283c;
}

.wc-block-components-button:not(.is-link) {
  background-color: #1e78c2;
  color: #3e3e3e;
  line-height: 1.2;
  cursor: pointer;
  font-size: 13px;
  border-radius: 4px;
}
.wc-block-components-button:not(.is-link):hover {
  opacity: 0.8;
  color: #fff;
  background-color: #1e78c2;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
  font-weight: 700;
  color: #fff;
  font-size: 15px;
}

.wc-block-components-formatted-money-amount {
  font-weight: 500;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  text-decoration: none !important;
}

.wc-block-cart-item__quantity {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  margin-bottom: 0 !important;
}

.wc-block-components-form .wc-block-components-checkout-step {
  margin: 0 !important;
  padding: 0 !important;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
  font-size: 15px;
  line-height: 1.4;
}

.wc-block-components-sidebar-layout {
  align-items: flex-start;
}

.wc-block-components-sidebar {
  border: 2px solid rgba(0, 0, 0, 0.3);
  padding: 20px !important;
  background-color: #efefef;
  border-radius: 6px;
}

.is-large.wc-block-cart .wc-block-cart-items th {
  padding-left: 16px !important;
}

.is-large .wc-block-components-sidebar .wc-block-components-panel,
.is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,
.is-large .wc-block-components-sidebar .wc-block-components-totals-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
  margin-top: 0 !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  font-weight: 600 !important;
  margin: 0 !important;
}

.wc-block-components-order-summary.is-large {
  padding: 0 !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
  padding-top: 0 !important;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
  font-weight: 400;
}

.wp-block-woocommerce-checkout-order-summary-block {
  border: none !important;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
  border-top: none !important;
  padding-top: 20px !important;
  font-size: 15px;
  margin-bottom: 20px !important;
}
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator a {
  text-decoration: underline;
}

@media screen and (max-width: 45.9375rem) {
  .wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block {
    display: none !important;
  }
}

@media screen and (max-width: 45.9375rem) {
  .wp-block-woocommerce-checkout {
    padding-top: 0 !important;
  }
}

:is(.wc-block-components-product-metadata,
.wp-block-woocommerce-cart-order-summary-shipping-block,
.wc-block-components-address-form__address_2-toggle,
.wc-block-components-address-form__postcode,
.wp-block-woocommerce-checkout-order-summary-shipping-block,
.wc-block-checkout__use-address-for-billing,
#shipping-option) {
  /*margin: 0 !important;*/
  /*@include mixin.hidden-text;*/
}

.wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata {
  display: none;
}

.wc-block-components-radio-control-accordion-content {
  font-size: 0.875em;
}

.woocommerce #review_form #respond #reply-title {
  display: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit {
  border-radius: 35px;
  background-color: #1e78c2;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 20px 5px 20px;
  height: 40px;
  position: relative;
  border: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: 0.25s ease;
  text-transform: uppercase;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover {
  opacity: 0.8;
  background-color: #1e78c2;
  color: #fff;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}

.section.product-attributes {
  position: relative;
  z-index: 100;
}
.section.product-attributes .inner {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.section.product-attributes .inner .filter-title {
  color: #11283c;
  text-transform: uppercase;
  font-weight: 700;
  flex: 0 0 100%;
  max-width: 100%;
}
.section.product-attributes .inner .filter-title {
  font-size: clamp(1rem, 0.9rem + 0.25vw, 1.125rem);
  line-height: clamp(1.3rem, 1.17rem + 0.325vw, 1.4625rem);
}
.section.product-attributes .inner .woocommerce.widget_layered_nav {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 64rem) {
  .section.product-attributes .inner .woocommerce.widget_layered_nav {
    display: none;
  }
}
@media screen and (max-width: 25rem) {
  .section.product-attributes .inner .woocommerce.widget_layered_nav {
    position: static;
  }
}
.section.product-attributes .inner .woocommerce.widget_layered_nav > span {
  font-size: 14px;
  line-height: 14px;
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
  padding: 6px 24px 6px 12px;
  background-color: #f2f2f2;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  transition: 0.2s;
  margin-right: 10px;
  -webkit-user-select: none;
          user-select: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.section.product-attributes .inner .woocommerce.widget_layered_nav > span::after {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", sans-serif;
  content: "\f078";
  width: 12px;
  height: 6px;
  display: inline-flex;
  position: absolute;
  right: 6px;
  top: 6px;
  transition: 0.2s;
  font-size: 11px;
}
.section.product-attributes .inner .woocommerce.widget_layered_nav > span:hover::after {
  transition: 0.2s;
  content: "\f077";
}
.section.product-attributes .inner .woocommerce.widget_layered_nav > ul {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 32px 0 rgba(15, 15, 51, 0.1490196078);
  border-radius: 6px;
  min-width: 250px;
  max-width: calc(100vw - 20px);
  z-index: 22;
  padding: 7px 0;
  top: calc(100% + 8px);
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.2s ease, opacity 0.2s ease;
  display: none;
  margin: 0;
  list-style: none outside;
}
.section.product-attributes .inner .woocommerce.widget_layered_nav > ul.align-right {
  left: auto;
  right: 0;
}
@media screen and (max-width: 25rem) {
  .section.product-attributes .inner .woocommerce.widget_layered_nav > ul {
    top: auto;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }
}
.section.product-attributes .inner .woocommerce.widget_layered_nav > ul li a {
  padding: 0 0 0 15px;
  color: #11283c;
  line-height: 24px;
  font-size: 14px;
}
.section.product-attributes .inner .woocommerce.widget_layered_nav > ul li a:hover {
  color: #1e78c2;
}
.section.product-attributes .inner .woocommerce.widget_layered_nav > ul li span.count {
  color: #11283c;
  line-height: 24px;
  font-size: 14px;
}
.section.product-attributes .inner .woocommerce.widget_layered_nav.active > ul {
  display: block;
  opacity: 1;
  pointer-events: all;
  max-height: 374px;
  overflow: auto;
  scrollbar-width: thin;
}
.section.product-attributes .inner .woocommerce.widget_layered_nav_filters {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-flow: row nowrap;
  flex: 0 0 100%;
  max-width: 100%;
}
.section.product-attributes .inner .woocommerce.widget_layered_nav_filters {
  margin-bottom: 1.25rem;
}
.section.product-attributes .inner .woocommerce.widget_layered_nav_filters > span {
  font-size: 14px;
  font-weight: 500;
  flex: 0 0 auto;
}
.section.product-attributes .inner .woocommerce.widget_layered_nav_filters > ul li a {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.section.product-attributes .inner .woocommerce.widget_layered_nav_filters > ul li a::before {
  content: "";
  order: 1;
  margin-right: 0;
  margin-left: 5px;
  font-size: 15px;
  color: #11283c;
  background-size: contain;
  /* SVG đã encode sẵn, dùng fill='currentColor' để đổi màu bằng CSS */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path fill='currentColor' d='M183.1 137.4C170.6 124.9 150.3 124.9 137.8 137.4C125.3 149.9 125.3 170.2 137.8 182.7L275.2 320L137.9 457.4C125.4 469.9 125.4 490.2 137.9 502.7C150.4 515.2 170.7 515.2 183.2 502.7L320.5 365.3L457.9 502.6C470.4 515.1 490.7 515.1 503.2 502.6C515.7 490.1 515.7 469.8 503.2 457.3L365.8 320L503.1 182.6C515.6 170.1 515.6 149.8 503.1 137.3C490.6 124.8 470.3 124.8 457.8 137.3L320.5 274.7L183.1 137.4z'/></svg>");
  width: 16px;
  height: 16px;
}

/** */
.product-sale-extra .entry {
  overflow: hidden;
  border-radius: 6px;
  padding: 12px 20px;
}
.product-sale-extra .entry {
  font-size: clamp(0.875rem, 0.825rem + 0.125vw, 0.9375rem);
  line-height: clamp(1.1375rem, 1.0725rem + 0.1625vw, 1.21875rem);
}
.product-sale-extra .entry a {
  color: currentColor;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
  line-height: 1.3 !important;
  margin-bottom: 4px !important;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata .wc-block-components-product-metadata__description {
  display: none;
}

table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
  background: rgb(248.625, 248.625, 248.625) !important;
  visibility: visible !important;
}
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product span {
  visibility: hidden;
}

.wc-block-components-product-details.wc-block-components-product-details {
  margin: 0 !important;
}

/** */
.yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button--anchor .yith-wcwl-add-to-wishlist-button__label {
  display: none;
}

.wishlist-title-container .wishlist-title {
  margin-bottom: 20px !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wishlist-title-container .wishlist-title > h2 {
  order: 1;
  font-weight: 700;
  margin-bottom: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}
.wishlist-title-container .wishlist-title > h2 {
  font-size: clamp(1.25rem, 0.95rem + 0.75vw, 1.625rem);
  line-height: clamp(1.75rem, 1.33rem + 1.05vw, 2.275rem);
}
.wishlist-title-container .wishlist-title > h2:hover {
  background: none !important;
}
.wishlist-title-container .wishlist-title .show-title-form {
  order: 1;
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 4px;
}

.wishlist_table thead th {
  border: none !important;
}
.wishlist_table tr td {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.wishlist_table .wishlist-items-wrapper .product-name a {
  font-size: 16px;
  color: #11283c;
}
.wishlist_table .wishlist-items-wrapper .product-name .variation {
  margin-top: 5px;
}
.wishlist_table .wishlist-items-wrapper .product-price .woocommerce-Price-amount {
  font-weight: 700;
  color: #11283c;
  font-size: 15px;
}
.wishlist_table .wishlist-items-wrapper .product-price del .woocommerce-Price-amount {
  font-weight: 400;
  color: #11283c;
}
.wishlist_table .wishlist-items-wrapper .product-price ins {
  text-decoration: none;
}

.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
  color: #11283c;
}

/** */
.woocommerce :where(.woocommerce-info, .woocommerce-message, .woocommerce-error) {
  display: flex;
  align-items: center;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-size: 15px;
  margin-bottom: 20px;
}
.woocommerce :where(.woocommerce-info, .woocommerce-message, .woocommerce-error) a {
  color: #11283c;
}
.woocommerce :where(.woocommerce-info, .woocommerce-message, .woocommerce-error) a.showcoupon {
  margin-left: 10px;
  font-weight: 700;
}
.woocommerce :where(.woocommerce-info, .woocommerce-message, .woocommerce-error) .button {
  background: none;
  font-size: 13px;
  color: #11283c;
  text-decoration: underline;
}
.woocommerce :where(.woocommerce-info, .woocommerce-message, .woocommerce-error) .button:hover {
  background: none;
  text-decoration: underline;
}
.woocommerce ul.woocommerce-error {
  flex-flow: column nowrap;
  align-items: flex-start;
}
.woocommerce ul.woocommerce-error a {
  color: #11283c;
}

/** */
.woocommerce .woocommerce-MyAccount-navigation {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #fefefe;
  margin-bottom: 20px;
}
.woocommerce .woocommerce-MyAccount-navigation .account {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.woocommerce .woocommerce-MyAccount-navigation .account > .mycred-my-rank {
  flex: 0 0 auto;
}
.woocommerce .woocommerce-MyAccount-navigation .account > .mycred-my-rank img {
  height: 65px;
  width: auto;
}
.woocommerce .woocommerce-MyAccount-navigation .account .account-info ul {
  padding: 0;
  margin-top: 4px;
}
.woocommerce .woocommerce-MyAccount-navigation .account .account-info ul li {
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
  gap: 5px;
  padding-left: 12px;
  border: none;
  line-height: 1.3;
}
.woocommerce .woocommerce-MyAccount-navigation .account .account-info ul li::before {
  font-family: "Font Awesome 6 Sharp", "Font Awesome 6 Brands", sans-serif;
  content: "\f111";
  font-weight: 900;
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 5px;
}
.woocommerce .woocommerce-MyAccount-navigation .account .account-info ul li .title {
  font-size: 13px;
  color: #333;
  font-weight: 400;
}
.woocommerce .woocommerce-MyAccount-navigation .account .account-info .account-heading {
  font-size: 14px;
  color: #333;
  padding: 0;
  margin-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-navigation .account .account-info .account-heading strong {
  color: #11283c;
}
.woocommerce .woocommerce-MyAccount-navigation .account .account-info .account-heading strong {
  font-size: clamp(1rem, 0.9rem + 0.25vw, 1.125rem);
  line-height: clamp(1.3rem, 1.17rem + 0.325vw, 1.4625rem);
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: column nowrap;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  padding: 10px 20px;
  color: #11283c;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: #11283c;
  text-decoration: underline;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
  order: 999;
}
.woocommerce .woocommerce-MyAccount-content :where(.woocommerce-address-fields, .edit-account) :where(input:not([type=checkbox]):not([type=radio]), select) {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.woocommerce .woocommerce-MyAccount-content :where(.woocommerce-address-fields, .edit-account) :where(input:not([type=checkbox]):not([type=radio]), select):where(:hover, :focus) {
  border-color: rgba(0, 0, 0, 0.6) !important;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4) !important;
}
.woocommerce .woocommerce-MyAccount-content :where(.woocommerce-address-fields, .edit-account) .form-row {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-content :where(.woocommerce-address-fields, .edit-account) .form-row label {
  display: block;
  font-weight: 600;
  font-size: 15px;
}
.woocommerce .woocommerce-MyAccount-content :where(.woocommerce-address-fields, .edit-account) .form-row #account_display_name_description {
  font-size: 13px;
  color: #333;
  margin-top: 8px;
  display: block;
  line-height: 1.3;
}
.woocommerce .woocommerce-MyAccount-content :where(.woocommerce-address-fields, .edit-account) fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.woocommerce .woocommerce-MyAccount-content :where(.woocommerce-address-fields, .edit-account) fieldset legend {
  color: #11283c;
  font-weight: 700;
  font-size: 18px;
  display: block;
  width: 100%;
  padding: 15px 3px 10px;
}
.woocommerce .woocommerce-MyAccount-content button[type=submit] {
  padding: 0 20px;
  height: 40px;
  border-radius: 50px;
  background-color: #11283c;
  color: #fff;
  font-size: 15px;
  margin-top: 20px;
  cursor: pointer;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}
.woocommerce .woocommerce-MyAccount-content button[type=submit]:hover {
  opacity: 0.8;
}

/** */
.woocommerce .select2-container .select2-dropdown,
.woocommerce .select2-container .select2-selection {
  border-color: rgba(0, 0, 0, 0.2);
}

.woocommerce table.my_account_orders .button {
  white-space: nowrap;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  padding: 6px 12px;
  font-size: 13px;
}
.woocommerce table.my_account_orders .button:hover {
  opacity: 0.8;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  padding: 12px 12px 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  margin-bottom: 8px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__verified {
  color: #136bea;
  font-weight: 500;
  letter-spacing: -0.1px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description p {
  margin-bottom: 12px;
}

/** hide dropdown mini-cart */
body.page-template-template-page-cart-checkout .mini-cart-dropdown {
  display: none !important;
}

/** */
.woocommerce ul.order_details {
  padding-left: 0;
}
.woocommerce ul.order_details li {
  line-height: 1.4;
}
.woocommerce .wc-otp-customer-login {
  width: 100%;
  max-width: 380px;
  margin-inline: auto;
}
.woocommerce .wc-otp-customer-login .title {
  font-weight: 400;
  margin-bottom: 15px;
}
.woocommerce .wc-otp-customer-login form.woocommerce-form {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #f9f9f9;
}
.woocommerce .wc-otp-customer-login form.woocommerce-form .otp-prompt {
  margin-bottom: 1rem;
  font-weight: 600;
}
.woocommerce .wc-otp-customer-login form.woocommerce-form .form-row > label {
  display: block;
  font-weight: 600;
  font-size: 15px;
}
.woocommerce .wc-otp-customer-login form.woocommerce-form .form-row > input {
  border-color: rgba(0, 0, 0, 0.5) !important;
  height: 42px;
  padding: 0 15px;
  font-size: 15px;
}
.woocommerce .wc-otp-customer-login form.woocommerce-form .form-row > input:where(:hover, :focus) {
  border-color: rgba(0, 0, 0, 0.8) !important;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5) !important;
}
.woocommerce .wc-otp-customer-login form.woocommerce-form .form-row button[type=submit] {
  cursor: pointer;
  color: #fff;
  background-color: #11283c;
  border-radius: 50px;
  font-weight: 400;
  font-size: 15px;
  padding-inline: 20px;
  margin-top: 10px;
}
.woocommerce .wc-otp-customer-login form.woocommerce-form .form-row button[type=submit]:hover {
  opacity: 0.8;
}
.woocommerce .wc-otp-customer-login form.woocommerce-form .form-row.auth label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.woocommerce .wc-otp-customer-login form.woocommerce-form .form-row.auth #countdown {
  font-weight: 400;
  font-size: 14px;
}
.woocommerce .wc-otp-customer-login form.woocommerce-form .form-row.auth > input.authcode {
  letter-spacing: 0.3em;
  text-transform: lowercase;
  margin-right: 0;
}
.woocommerce .wc-otp-customer-login form.woocommerce-form .form-row.auth > input.authcode::placeholder {
  opacity: 0.5;
}
.woocommerce .wc-otp-customer-login form.woocommerce-form .woocommerce-privacy-policy-text {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 20px;
  font-weight: 300;
}
.woocommerce .wc-otp-customer-login form.woocommerce-form .woocommerce-privacy-policy-text .woocommerce-privacy-policy-link {
  text-decoration: underline;
  color: #136bea;
  font-weight: 500;
}

.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents::before,
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents::before {
  background: none;
}

.wc-block-components-totals-wrapper {
  padding: 10px 0 !important;
}

.wp-block-woocommerce-checkout-order-summary-totals-block {
  padding-bottom: 0 !important;
}

.mycred-woo-fields-wrapper {
  font-size: 16px;
  padding: 10px 0;
}
.mycred-woo-fields-wrapper :where(.mycred-woo-order-total, .mycred-woo-total-credit) {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-order-details .order-again > a.button {
  white-space: nowrap;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.3;
}
.woocommerce-order-details .order-again > a.button:hover {
  opacity: 0.8;
}

@media (max-width: 600px) {
  .is-mobile .wc-block-components-form .wc-block-components-checkout-step:after,
  .is-small .wc-block-components-form .wc-block-components-checkout-step:after {
    height: 0 !important;
  }
}
/** */
@media only screen and (max-width: 47.99875rem) {
  .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
    padding: 0 0 0 30px;
    border: none;
  }
  .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info::before {
    left: 0;
    top: 0;
  }
}
.woocommerce form.checkout_coupon.woocommerce-form-coupon {
  padding: 0;
  border: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
.woocommerce form.checkout_coupon.woocommerce-form-coupon .form-row {
  padding: 0;
  margin: 0;
}
.woocommerce form.checkout_coupon.woocommerce-form-coupon .form-row button[type=submit] {
  background-color: #edebf1;
  color: #1e78c2;
  border-radius: 6px;
  padding: 0 20px;
  font-size: 15px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #1e78c2;
}
.woocommerce form.checkout_coupon.woocommerce-form-coupon .form-row button[type=submit]:hover {
  opacity: 0.8;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
}
.woocommerce form.checkout.woocommerce-checkout .woocommerce-info {
  display: none !important;
}
.woocommerce form.checkout.woocommerce-checkout input[type=checkbox] {
  top: 2px;
  position: relative;
  appearance: none;
  cursor: pointer;
}
.woocommerce form.checkout.woocommerce-checkout input[type=checkbox] {
  width: 1.0625rem;
  height: 1.0625rem;
}
.woocommerce form.checkout.woocommerce-checkout input[type=checkbox]::before, .woocommerce form.checkout.woocommerce-checkout input[type=checkbox]::after {
  content: "";
}
.woocommerce form.checkout.woocommerce-checkout input[type=checkbox]::before, .woocommerce form.checkout.woocommerce-checkout input[type=checkbox]::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.woocommerce form.checkout.woocommerce-checkout input[type=checkbox]::before, .woocommerce form.checkout.woocommerce-checkout input[type=checkbox]::after {
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce form.checkout.woocommerce-checkout input[type=checkbox]::before {
  border-radius: 3px;
  border: 1px solid #11283c;
  background-color: rgba(0, 0, 0, 0.06);
}
.woocommerce form.checkout.woocommerce-checkout input[type=checkbox]:checked::before {
  border-color: #11283c;
}
.woocommerce form.checkout.woocommerce-checkout input[type=checkbox]:checked::after {
  font-size: 14px;
  color: #11283c;
  content: "\f00c";
  font-family: "Font Awesome 6 Sharp", "Font Awesome 6 Brands", sans-serif;
}
.woocommerce form.checkout.woocommerce-checkout label {
  font-size: 15px;
}
.woocommerce form.checkout.woocommerce-checkout label .optional,
.woocommerce form.checkout.woocommerce-checkout label .required {
  font-weight: 300;
}
.woocommerce form.checkout.woocommerce-checkout .input-text,
.woocommerce form.checkout.woocommerce-checkout select {
  padding: 10px;
  margin-right: 10px;
  border-color: rgba(0, 0, 0, 0.2);
}
.woocommerce form.checkout.woocommerce-checkout .input-radio {
  margin-right: 10px;
}
.woocommerce form.checkout.woocommerce-checkout input,
.woocommerce form.checkout.woocommerce-checkout select,
.woocommerce form.checkout.woocommerce-checkout textarea {
  background-color: rgba(0, 0, 0, 0.03);
  font-size: 15px;
}
.woocommerce form.checkout.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.03);
}
.woocommerce form.checkout.woocommerce-checkout :where(.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper) {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
}
.woocommerce form.checkout.woocommerce-checkout :where(.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper) > .form-row {
  padding: 0;
  margin: 0;
  flex: 0 0 auto;
  width: 100%;
}
@media only screen and (min-width: 40rem) {
  .woocommerce form.checkout.woocommerce-checkout :where(.woocommerce-billing-fields__field-wrapper,
  .woocommerce-shipping-fields__field-wrapper) > .form-row {
    flex: 1 0 auto;
  }
  .woocommerce form.checkout.woocommerce-checkout :where(.woocommerce-billing-fields__field-wrapper,
  .woocommerce-shipping-fields__field-wrapper) > .form-row {
    width: calc(50% - 0.46875rem);
  }
}
.woocommerce form.checkout.woocommerce-checkout :where(.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper) > .form-row > label {
  font-size: 15px;
}
.woocommerce form.checkout.woocommerce-checkout :where(.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper) > .form-row > label .optional,
.woocommerce form.checkout.woocommerce-checkout :where(.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper) > .form-row > label .required {
  font-weight: 300;
}
.woocommerce form.checkout.woocommerce-checkout #customer_details {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
}
.woocommerce form.checkout.woocommerce-checkout {
  /** */
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container {
  display: flex;
  flex-flow: row wrap;
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container {
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .woocommerce form.checkout.woocommerce-checkout .checkout-container {
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .woocommerce form.checkout.woocommerce-checkout .checkout-container {
    gap: 2.5rem;
  }
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-customer-details {
  flex: 1 0 auto;
  max-width: 100%;
}
@media only screen and (min-width: 48rem) {
  .woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-customer-details {
    flex: 1 1 0;
  }
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-customer-details #customer_details {
  margin-bottom: 20px;
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-customer-details .woocommerce-checkout-payment {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.03) !important;
  border-radius: 6px !important;
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-customer-details .woocommerce-checkout-payment .payment_methods {
  margin: 0;
  list-style: none outside;
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-customer-details .woocommerce-checkout-payment .payment_methods {
  padding: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-customer-details .woocommerce-checkout-payment .payment_methods {
    padding: 1.25rem;
  }
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-customer-details .woocommerce-checkout-payment .payment_methods .wc_payment_method {
  line-height: 1.8;
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-customer-details .woocommerce-checkout-payment .payment_methods .wc_payment_method > label {
  font-weight: 700;
  font-size: 16px;
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-customer-details .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box {
  background-color: #edebf1 !important;
  color: #1e78c2 !important;
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-customer-details .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box::before {
  border: 1em solid transparent;
  border-bottom-color: #edebf1 !important;
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-customer-details .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  color: #666;
  line-height: 1.4;
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-customer-details .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  line-height: inherit;
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-customer-details .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .form-row.validate-required {
  padding: 0;
  margin-bottom: 0;
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-customer-details .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .form-row.validate-required .woocommerce-form__label-for-checkbox {
  font-size: 15px;
  margin-top: 10px;
  display: block;
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-customer-details .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .form-row.validate-required .woocommerce-form__label-for-checkbox input {
  top: 0;
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-customer-details .woocommerce-checkout-payment button[type=submit] {
  float: none !important;
  border-radius: 6px;
  background-color: #1e78c2;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 25px 10px 25px;
  cursor: pointer;
  font-size: 15px;
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-customer-details .woocommerce-checkout-payment button[type=submit] {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-customer-details .woocommerce-checkout-payment button[type=submit] {
    margin-top: 1.875rem;
  }
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-customer-details .woocommerce-checkout-payment button[type=submit]:hover {
  opacity: 0.8;
  color: #fff;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-order-review {
  flex: 1 0 auto;
  max-width: 100%;
  order: -1;
}
@media only screen and (min-width: 48rem) {
  .woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-order-review {
    flex: 0 0 auto;
    width: 35%;
    order: 1;
  }
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-order-review .checkout-order-review-container {
  position: sticky;
  top: 50px;
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-order-review .checkout-order-review-container .woocommerce-checkout-review-order {
  border: 2px solid #1e78c2;
  background-color: #edebf1;
  border-radius: 6px;
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-order-review .checkout-order-review-container .woocommerce-checkout-review-order {
  padding: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-order-review .checkout-order-review-container .woocommerce-checkout-review-order {
    padding: 1.25rem;
  }
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-order-review .checkout-order-review-container .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
  border: none;
  font-size: 15px;
  margin-bottom: 20px;
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-order-review .checkout-order-review-container .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table :where(thead, tbody, tfoot) {
  border: none;
  background: none;
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-order-review .checkout-order-review-container .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table :where(thead, tbody, tfoot) :where(th, td) {
  background: none;
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-order-review .checkout-order-review-container .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr {
  background: none;
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-order-review .checkout-order-review-container .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr th {
  font-weight: 700;
  font-size: 17px;
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-order-review .checkout-order-review-container .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr :where(th:not(:last-child), td:not(:last-child)) {
  border-right: none;
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-order-review .checkout-order-review-container .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr :where(th:last-child, td:last-child) {
  padding-right: 0;
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-order-review .checkout-order-review-container .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr :where(th:first-child, td:first-child) {
  padding-left: 0;
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-order-review .checkout-order-review-container .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr th {
  font-size: 15px;
}
.woocommerce form.checkout.woocommerce-checkout .checkout-container .checkout-order-review .checkout-order-review-container .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr td {
  /*white-space: nowrap;*/
}

/** */
.wc-loop-product__buttons.buttons-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 10px;
}
.wc-loop-product__buttons.buttons-wrap .sp-wqv-view-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  aspect-ratio: 1/1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  pointer-events: none;
  align-items: center;
}
.wc-loop-product__buttons.buttons-wrap .sp-wqv-view-button-wrapper #sp-wqv-view-button.button.sp-wqv-view-button {
  margin: 0 20px;
  transition: opacity 0.3s;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  padding: 8px 0;
  pointer-events: auto;
  font-size: 12px;
  width: calc(100% - 30px);
  max-width: 160px;
}
.wc-loop-product__buttons.buttons-wrap .sp-wqv-view-button-wrapper #sp-wqv-view-button.button.sp-wqv-view-button:hover {
  background-color: rgba(102, 102, 102, 0.9);
}
.wc-loop-product__buttons.buttons-wrap .yith-add-to-wishlist-button-block {
  flex: 0 0 auto;
  width: auto;
  margin: 0;
}
.wc-loop-product__buttons.buttons-wrap .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button svg {
  height: 25px;
  width: auto;
  min-width: 25px;
  color: #ffda00;
}
.wc-loop-product__buttons.buttons-wrap .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button:hover svg {
  color: #fe7c3a;
}
.wc-loop-product__buttons.buttons-wrap .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--added svg {
  color: #cf112c !important;
}
.wc-loop-product__buttons.buttons-wrap :where(.button.product_type_simple, .button.product_type_variable)::before {
  color: #ffda00 !important;
}
.wc-loop-product__buttons.buttons-wrap :where(.button.product_type_simple, .button.product_type_variable):hover::before {
  color: #fe7c3a !important;
}

.products .product .sp-wqv-view-button-wrapper #sp-wqv-view-button.button.sp-wqv-view-button {
  opacity: 0;
  pointer-events: none;
}
.products .product:hover .sp-wqv-view-button-wrapper {
  pointer-events: none;
}
.products .product:hover .sp-wqv-view-button-wrapper #sp-wqv-view-button.button.sp-wqv-view-button {
  opacity: 1;
  pointer-events: auto;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  box-shadow: 0 0 0 2px #cf112c !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  padding-left: 10px;
  padding-right: 10px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
  position: relative;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected .variable-item-contents::before, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected .variable-item-contents::after {
  content: "";
  position: absolute;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected .variable-item-contents::before {
  background-color: #cf112c;
  top: -3px;
  right: -12px;
  width: 15px;
  height: 15px;
  border-radius: 0 4px 0 4px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected .variable-item-contents::after {
  color: #fff;
  content: "";
  top: -2px;
  right: -11px;
  width: 11px;
  height: 11px;
  filter: brightness(0) invert(1);
  font-size: 11px;
  line-height: normal;
  font-weight: 700;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='currentColor' d='M434.8 70.1c14.3 10.4 17.5 30.4 7.1 44.7l-256 352c-5.5 7.6-14 12.3-23.4 13.1s-18.5-2.7-25.1-9.3l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l101.5 101.5 234-321.7c10.4-14.3 30.4-17.5 44.7-7.1z'/></svg>");
}

.reset_variations {
  display: none !important;
}

.product-cam-ket {
  margin: 0;
  border-radius: 5px;
  background-color: #fefefe;
  list-style: none;
  flex-flow: row wrap;
  display: flex;
}
.product-cam-ket {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .product-cam-ket {
    margin-top: 1.875rem;
  }
}
.product-cam-ket {
  gap: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .product-cam-ket {
    gap: 1.25rem;
  }
}
.product-cam-ket {
  padding-left: 0;
}
.product-cam-ket li.cam-ket-item {
  border-radius: 12px;
  padding: 15px;
  transition: 0.3s;
  box-shadow: inset 0 0 0 1px #e5e7eb;
}
.product-cam-ket li.cam-ket-item {
  width: calc(33.3333333333% - 0.8333333333rem);
}
@media only screen and (max-width: 47.99875rem) {
  .product-cam-ket li.cam-ket-item {
    width: calc(33.3333333333% - 0.625rem);
  }
  .product-cam-ket li.cam-ket-item {
    padding: 5px;
  }
}
.product-cam-ket li.cam-ket-item span.icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.product-cam-ket li.cam-ket-item svg {
  display: inline-flex;
  width: 44px;
  height: 44px;
  color: #1e78c2;
}
@media only screen and (max-width: 47.99875rem) {
  .product-cam-ket li.cam-ket-item svg {
    width: 36px;
    height: 36px;
  }
}
.product-cam-ket li.cam-ket-item .title-text {
  font-size: 15px;
  text-align: center;
  margin: 8px 0 0;
  color: #333;
  display: block;
  font-weight: 800;
}
@media only screen and (max-width: 47.99875rem) {
  .product-cam-ket li.cam-ket-item .title-text {
    font-size: 14px;
  }
}
.product-cam-ket li.cam-ket-item:hover {
  transform: translateY(-4px);
}
.product-cam-ket li.cam-ket-item:hover svg,
.product-cam-ket li.cam-ket-item:hover .title-text {
  color: #FE7C3A;
}

.woocommerce-custom-descriptions {
  display: flex;
  flex-flow: column nowrap;
}
.woocommerce-custom-descriptions .wc-product-reviews {
  order: 8;
}
.woocommerce-custom-descriptions .wc-product-additional_information {
  display: none !important;
}
.woocommerce-custom-descriptions .wc-product-description {
  order: 0;
}
.woocommerce-custom-descriptions .wc-product-ingredients {
  order: 1;
}
.woocommerce-custom-descriptions .wc-product-highlight {
  order: 2;
}
.woocommerce-custom-descriptions .wc-product-indications {
  order: 3;
}
.woocommerce-custom-descriptions .wc-product-target-users {
  order: 4;
}
.woocommerce-custom-descriptions .wc-product-how-to-use {
  order: 5;
}
.woocommerce-custom-descriptions .wc-product-commitment-returns {
  order: 6;
}
.woocommerce-custom-descriptions .wc-product-attention {
  order: 7;
}
.woocommerce-custom-descriptions .wc-product-row > :where(.h2, h2) {
  position: relative;
  -webkit-user-select: none;
          user-select: none;
}
.woocommerce-custom-descriptions .wc-product-row > :where(.h2, h2)::after {
  font-weight: 400;
  content: "+";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", sans-serif;
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 16px;
  transform: translateY(-50%);
}
.woocommerce-custom-descriptions .wc-product-row > :where(.h2, h2).active::after {
  content: "\f068";
}
.woocommerce-custom-descriptions .wc-product-row .wc-product-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: max-height 0.4s, opacity 0.4s, visibility 0.4s;
  will-change: max-height, opacity;
}

/** */
.mfp-wqv #wqv-quick-view-content {
  border-radius: 10px;
  overflow: hidden;
}
.mfp-wqv #wqv-quick-view-content .mfp-close:hover {
  background: #fe7c3a;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-images :where(span, a) {
  display: block;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-images :where(span, a) img {
  height: 100%;
  display: block;
  object-fit: contain;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content {
  padding-top: 0;
  padding-bottom: 0;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content .product_title {
  margin-bottom: 10px;
  font-weight: 400;
  word-wrap: break-word;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content .product_title {
  font-size: clamp(1rem, 0.7rem + 0.75vw, 1.375rem);
  line-height: clamp(1.4rem, 0.98rem + 1.05vw, 1.925rem);
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content .product_title > span {
  display: block;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content .product_title .brand-name {
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content .product_title .brand-name + span {
  font-weight: 500;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content .product_title:hover .brand-name:hover {
  text-decoration: underline;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content .product_title::after {
  height: 0;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content .sku_wrapper {
  font-size: 14px;
  color: #666;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content .sku_wrapper .sku {
  font-weight: 500;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content .woocommerce-product-rating {
  margin-bottom: 0;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content .woocommerce-product-rating .woocommerce-review-link {
  color: #666;
  letter-spacing: -0.1px;
  padding-left: 25px;
  font-size: 14px;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content :where(.single-price) {
  letter-spacing: -0.1px;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 700;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content :where(.single-price) {
  font-size: clamp(1.125rem, 1.025rem + 0.25vw, 1.25rem);
  line-height: clamp(1.4625rem, 1.3325rem + 0.325vw, 1.625rem);
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content :where(.single-price) .price {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-flow: row wrap;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content :where(.single-price) .woocommerce-Price-amount {
  display: block;
  color: #ff0000;
  margin-top: 0;
  margin-bottom: 0;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content :where(.single-price) del .woocommerce-Price-amount {
  font-weight: 500;
  color: #11283c;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content :where(.single-price) del .woocommerce-Price-amount {
  font-size: clamp(1rem, 0.9rem + 0.25vw, 1.125rem);
  line-height: clamp(1.3rem, 1.17rem + 0.325vw, 1.4625rem);
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content :where(.single-price) ins {
  text-decoration: none;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content .woocommerce-product-details__short-description {
  font-size: 14px;
  background-color: #fff;
  margin-bottom: 15px;
  line-height: 1.4;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content .woocommerce-product-details__short-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  overflow-wrap: break-word;
}
@supports (-webkit-line-clamp: 3) {
  .mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content .woocommerce-product-details__short-description {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content .woocommerce-product-details__short-description > p:not(:last-child) {
  margin-bottom: 5px;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content .woocommerce-product-details__short-description > ul {
  padding-left: 25px;
  margin: 0 0 10px;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content .woocommerce-product-details__short-description > ul li {
  color: #333;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content .woocommerce-product-details__short-description > ul li:not(:last-child) {
  margin-bottom: 4px;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content .woocommerce-product-details__short-description > ul li a {
  color: currentColor;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content .woocommerce-product-details__short-description > ul li a:hover {
  text-decoration: underline;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content form.cart {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  overflow: visible;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content form.cart::before, .mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content form.cart::after {
  display: none;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content form.cart .quantity {
  flex: 1 1 0;
  min-width: 90px !important;
  max-width: 90px !important;
  margin-right: 0;
  order: -2;
  /*@include mixin.mq-max(sm) {
                flex: 0 0 100%;
                width: auto;
                max-width: 100%;
            }*/
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content form.cart .quantity .qty {
  height: 42px;
  border-radius: 50px;
  width: 100%;
  border: 1px solid #333;
}
@media only screen and (max-width: 39.99875rem) {
  .mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content form.cart .quantity .qty {
    width: 90px;
    max-width: 100%;
  }
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content form.cart .single_add_to_cart_button {
  min-width: 150px !important;
  height: 42px;
  border-radius: 50px;
  background-color: #11283c;
  border-color: #11283c;
  color: #fff;
  white-space: nowrap;
  font-weight: 400;
  padding-inline: 15px;
  letter-spacing: -0.5px;
  flex: 1 0 auto;
  margin-right: 0;
  font-size: 15px;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content form.cart .single_add_to_cart_button:hover {
  opacity: 0.8;
  background-color: #11283c;
  border-color: #11283c;
  color: #fff;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content form.cart .buy-now-button {
  height: 42px;
  border-radius: 50px;
  background-color: #11283c;
  border-color: #11283c;
  color: #fff;
  padding-inline: 15px;
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: -0.5px;
  flex: 1 0 auto;
  font-size: 15px;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content form.cart .buy-now-button {
  width: calc(50% - 0.3125rem);
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content form.cart .buy-now-button:hover {
  opacity: 0.8;
  background-color: #11283c;
  border-color: #11283c;
  color: #fff;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content form.cart .buy-now-button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content form.cart .button.disabled + .buy-now-button {
  cursor: not-allowed;
  opacity: 0.5;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content form.cart .yith-add-to-wishlist-button-block {
  flex: 1 0 auto;
  width: calc(100% - 100px);
  order: -1;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content form.variations_form.cart {
  overflow: visible;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content form.variations_form.cart .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content form.variations_form.cart .woocommerce-variation-price {
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  overflow-wrap: normal !important;
  white-space: nowrap;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content form.variations_form.cart .variations :where(thead, tbody, tfoot) {
  border: none;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content form.variations_form.cart .variations :where(thead, tbody, tfoot) tr th.label > label {
  font-weight: 400;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content form.variations_form.cart .variations :where(thead, tbody, tfoot) tr:nth-child(even) {
  background: none;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content form.variations_form.cart .variations :where(thead, tbody, tfoot) tr :where(th, td) {
  padding: 0;
  font-size: 15px;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content form.variations_form.cart .variations :where(thead, tbody, tfoot) tr td {
  padding-bottom: 10px;
}
.mfp-wqv #wqv-quick-view-content .wqv-product-info .wqv-product-content form.variations_form.cart .variations :where(thead, tbody, tfoot) tr td select {
  height: 36px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 0 10px;
  min-width: 50%;
  width: auto;
}

.product-item .custom-product-wrapper {
  position: relative;
  width: 100%;
}
.product-item .custom-product-wrapper .product-actions {
  transition: 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
}
.product-item .custom-product-wrapper .product-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 39.99875rem) {
  .product-item .custom-product-wrapper .product-actions {
    display: none;
  }
}
.product-item .custom-product-wrapper .product-actions .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: none;
}
.product-item .custom-product-wrapper .product-actions .button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item .custom-product-wrapper .product-actions .button {
  height: 30px;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 600;
  padding: 0 10px;
  background-color: #1e78c2;
  text-transform: capitalize;
  margin-right: 7px !important;
}
.product-item .custom-product-wrapper .product-actions .button {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .product-item .custom-product-wrapper .product-actions .button {
    font-size: 1rem;
  }
}
.product-item .custom-product-wrapper .product-actions .button > span {
  font-weight: 500;
  font-size: 14px;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 63.99875rem) {
  .product-item .custom-product-wrapper .product-actions .button > span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .product-item .custom-product-wrapper .product-actions .button.buy-now-button {
    margin-bottom: 10px;
  }
}
.product-item .custom-product-wrapper .product-actions .button.buy-now-button:hover {
  background-color: #1e78c2;
  color: #ffffff;
}
.product-item .custom-product-wrapper .product-actions .button.buy-now-button i {
  margin-left: 5px;
  width: 17px;
  height: 17px;
  font-size: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #1e78c2;
}
.product-item .custom-product-wrapper .product-actions .button.buy-now-button i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart {
  padding: 0;
  font-size: 15px;
  background-color: #f8c22e;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart {
  width: 1.875rem;
  height: 1.875rem;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart.loading {
  opacity: 0.8;
  pointer-events: none;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart.loading i {
  display: none;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart.loading::after {
  right: 8px;
  top: 8px;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart.added {
  pointer-events: none;
  opacity: 1;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart.added i {
  display: none;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart.added::after {
  right: 8px;
  top: 8px;
  position: absolute;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart:hover {
  background-color: #1e78c2;
  color: #ffffff;
}
.product-item .all_content_product .product-details h2.woocommerce-loop-product__title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #2c2e34;
  margin-bottom: 0;
  margin-top: 10px;
  overflow: hidden;
  text-transform: uppercase;
  line-height: 1.3;
  padding: 0 5px;
}
.product-item .all_content_product .product-details h2.woocommerce-loop-product__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  overflow-wrap: break-word;
}
@supports (-webkit-line-clamp: 2) {
  .product-item .all_content_product .product-details h2.woocommerce-loop-product__title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .product-item .all_content_product .product-details h2.woocommerce-loop-product__title {
    font-size: 16px;
  }
}
.product-item .all_content_product .product-details .price {
  display: flex;
  gap: 10px;
  flex-direction: row-reverse;
  text-align: center;
  justify-content: start;
  align-items: center;
}
.product-item .all_content_product .product-details .price del {
  opacity: 1;
}
.product-item .all_content_product .product-details .price del .woocommerce-Price-amount {
  font-weight: 800;
  color: #2c2e34;
  font-size: 15px;
}
.product-item .all_content_product .product-details .price ins {
  text-decoration: none;
  font-weight: 800;
  font-size: 18px;
}
.product-item .all_content_product .product-details .price ins bdi {
  color: #ff0000;
}
.product-item:hover .custom-product-wrapper .product-actions {
  transition: 0.4s;
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.archive-product .loop-stars-rating {
  display: none;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
  font-size: 14px;
}

.wc-custom-tabs {
  display: grid;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .wc-custom-tabs {
    grid-template-columns: repeat(5, 1fr);
  }
}
.wc-left,
.wc-right {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 10px 15px 10px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid #e7ecf1;
}
@media only screen and (max-width: 47.99875rem) {
  .wc-left,
  .wc-right {
    padding: 15px;
  }
}

@media (min-width: 1024px) {
  .wc-left {
    grid-column: span 3/span 3;
  }
}
@media (min-width: 1024px) {
  .wc-right {
    grid-column: span 2/span 2;
  }
}
.wc-heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  border-left: 4px solid #f18721;
}

.wc-tabs-nav {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e7ecf1;
}

.wc-tabs-nav .tab-btn {
  background: none;
  border: none;
  padding: 0.75rem 0.25rem;
  font-weight: 800;
}
.wc-tabs-nav .tab-btn {
  font-size: clamp(1rem, 0.9rem + 0.25vw, 1.125rem);
  line-height: clamp(1.618rem, 1.4562rem + 0.4045vw, 1.82025rem);
}
.wc-tabs-nav .tab-btn {
  color: #4b5563;
  cursor: pointer;
  position: relative;
  border-bottom: 3px solid transparent;
  transition: color 0.3s;
}

.wc-tabs-nav .tab-btn.active {
  color: #1e78c2;
  border-bottom-color: #f18721;
}

.wc-tabs-nav .tab-btn:hover:not(.active) {
  color: #1e78c2;
}

.wc-content {
  line-height: 1.6;
}

.wc-content.description-content .inner.collapsed {
  max-height: 260px;
  overflow: hidden;
  position: relative;
}

.wc-content.description-content .inner.collapsed:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent, #ffffff);
}

.wc-toggle,
.wc-write-review,
.wc-submit-review {
  background-color: #f18721;
  color: white;
  border: none;
  padding: 0.6rem 1.25rem;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 1rem;
  transition: background-color 0.3s, transform 0.2s;
}

.wc-toggle:hover,
.wc-write-review:hover,
.wc-submit-review:hover {
  background-color: #d96e11;
  transform: translateY(-2px);
}

.wc-write-review,
.wc-submit-review {
  background-color: #1e78c2;
}

.wc-write-review:hover,
.wc-submit-review:hover {
  background-color: #1665a2;
}

.wc-review-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  background-color: #f9fafc;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.wc-rating-average {
  text-align: center;
  flex: 1;
  min-width: 180px;
}

.wc-rating-average .score-line {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
}

.wc-rating-average .score-line .score {
  font-size: 3rem;
  font-weight: 800;
  color: #f18721;
  line-height: 1;
}

.wc-rating-average .score-line .total {
  color: #777;
  font-size: 1rem;
  padding-bottom: 0.25rem;
}

.wc-rating-average .stars {
  margin-top: 0.5rem;
}

.wc-rating-bars {
  flex: 2;
  min-width: 250px;
}

.wc-rating-bars .bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.wc-rating-bars .star-label {
  width: 50px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.9rem;
}

.wc-rating-bars .progress {
  flex: 1;
  background-color: #eee;
  border-radius: 999px;
  height: 8px;
  overflow: hidden;
}

.wc-rating-bars .progress > div {
  background-color: #f18721;
  height: 100%;
}

.wc-rating-bars .count {
  width: 80px;
  text-align: right;
  font-size: 0.8rem;
  color: #777;
}

.star,
.rate-btn svg {
  width: 18px;
  height: 18px;
  fill: #ddd;
}

.star.filled,
.rate-btn svg.filled {
  fill: #fbbf24;
}

.star-label .star {
  width: 14px;
  height: 14px;
  fill: #fbbf24;
}

.review-item {
  border-top: 1px solid #e7ecf1;
  padding: 1.25rem 0;
}

.review-item:first-of-type {
  border-top: none;
}

.review-item .review-header {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.review-item .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #1e78c2;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
}

.review-item .meta .line-1 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.review-item .badge-owned {
  background-color: #dbeafe;
  color: #1e78c2;
  border-radius: 999px;
  padding: 0.15rem 0.6rem;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
}

.review-item .review-body {
  padding-left: calc(40px + 0.75rem);
  margin-top: 0.5rem;
  font-size: 0.95rem;
}

.wc-review-form {
  border: 1px solid #e7ecf1;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin: 1.5rem 0;
  background-color: #fdfdfd;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.spec-table th,
.spec-table td {
  border: 1px solid #e7ecf1;
  padding: 0.75rem;
  text-align: left;
}

.spec-table th {
  background-color: #f9fafc;
  font-weight: 600;
  width: 40%;
}

.spec-table tr:nth-child(even) {
  background-color: #f9fafc;
}

html.spec-lock {
  overflow: hidden;
}

.spec-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 1000;
  pointer-events: none;
}

.spec-modal-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.spec-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  opacity: 0;
  z-index: 1001;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  width: min(600px, 92vw);
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

.spec-modal.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

.spec-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e7ecf1;
}

.spec-modal__header h3 {
  margin: 0;
  font-size: 1.25rem;
}

.spec-modal__close {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #777;
  line-height: 1;
}

.spec-modal__close:hover {
  color: #1f2937;
}

.spec-modal__body {
  padding: 1.5rem;
  overflow: auto;
}

/* Popup container */
.specs-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

/* Hiện popup */
.specs-popup.active {
  opacity: 1;
  visibility: visible;
}

/* Overlay click-out */
.specs-overlay {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

/* Popup content */
.specs-content {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.specs-content img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90vh;
  border-radius: 4px;
}

.popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  color: #333;
}

.btn-view-specs {
  margin-top: 16px;
  padding: 10px 16px;
  border: 1px solid #0073aa;
  background: #0073aa;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-view-specs:hover {
  background: #005c87;
}