/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/block-products/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "tinvwl-webfont";
  src: url(../fonts/tinvwl-webfont.ebfec508.woff2) format("woff2"), url(../fonts/tinvwl-webfont.0ef261b7.woff) format("woff"), url(../fonts/tinvwl-webfont.88bc8a9a.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.wcb-products__wrap {
  display: none;
  position: relative;
}
.wcb-products__wrap .wcb-products__product-image-link {
  position: relative;
  display: block;
  overflow: hidden;
  /* zoom hover */
  /* hover swap  */
}
.wcb-products__wrap .wcb-products__product-image-link__zoom .wcb-products__product-image {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.wcb-products__wrap .wcb-products__product-image-link__zoom img {
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.wcb-products__wrap .wcb-products__product-image-link__zoom:hover img {
  transform: scale(1.06);
}
.wcb-products__wrap .wcb-products__product-image-link .wcb-products__product-galley_image_1 img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.wcb-products__wrap .wcb-products__product-image-link:hover .wcb-products__product-galley_image_1 img {
  z-index: 1;
  opacity: 1;
}
.wcb-products__wrap .wcb-products__product-content {
  padding: 25px 15px;
}

/* .wc-block-grid__product-add-to-cart.wp-block-button {
	.wp-block-button__link,
	.added_to_cart {
		display: inline-flex;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		white-space: normal;
		word-break: break-word;
	}
} */
.add_to_cart_button--loading::before {
  content: "" !important;
  z-index: 2;
  border: 1px solid #ddd;
  border-top-color: #222;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  animation: circle-loading 0.35s linear infinite;
}

#shop-cart-sidebar.cart-sidebar--loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
}

#shop-cart-sidebar.cart-sidebar--loading::before {
  content: "" !important;
  z-index: 2;
  position: absolute;
  border: 1px solid #ddd;
  border-top-color: #222;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  animation: circle-loading 0.35s linear infinite;
}

.add_to_cart_button__insite-image--loading::before {
  content: "" !important;
  z-index: 2;
  position: relative;
  border: 1px solid #ddd;
  border-top-color: #222;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  top: 8px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  animation: circle-loading 0.35s linear infinite;
}

.add_to_cart_button__style-bottom-visible--loading {
  position: relative;
}

.add_to_cart_button__style-bottom-visible--loading::before {
  content: "";
  position: absolute;
  z-index: 2;
  border: 1px solid rgb(19, 70, 175);
  border-top-color: #222;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  top: -7px;
  left: -14px;
  transform: translate(-50%, -50%);
  animation: circle-loading 0.35s linear infinite;
}

.wcb-products__product {
  font-size: 16px;
  height: auto;
  display: inline-block;
  position: relative;
  /* RATING */
  /*  */
}
.wcb-products__product.wcb-products__product--wishlistBottomRight .wcb-products__product--wishlistBottomRight--item {
  position: absolute;
  bottom: 1.2rem;
  right: 0.5rem;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #ffffff 0%, #f3f4f6 100%);
  text-decoration: none;
  transform-origin: bottom right;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 2;
  border-radius: 50%;
  border: none;
}
.wcb-products__product.wcb-products__product--wishlistBottomRight .wcb-products__product--wishlistBottomRight--item::before {
  content: "\e909";
  margin: "auto";
  position: "relative";
  z-index: 1;
  display: "inline-block";
  font-family: "tinvwl-webfont";
  font-style: "normal";
  font-weight: 400;
  font-variant: "normal";
  text-transform: "none";
  line-height: 1;
  font-size: "20px";
  vertical-align: "sub";
  font-size: 24px;
}
.wcb-products__product.wcb-products__product--wishlistBottomRight .wcb-products__product--wishlistBottomRight--item.is-in-wishlist::before {
  content: "\e908";
  color: "#000";
}
.wcb-products__product.wcb-products__product--wishlistBottomRight .wcb-products__product--wishlistBottomRight--item:hover {
  background: #474747;
  z-index: 1;
}
.wcb-products__product.wcb-products__product--wishlistBottomRight .wcb-products__product--wishlistBottomRight--item:hover::before {
  content: "\e909";
  color: #ffffff;
  z-index: 2;
}
.wcb-products__product.wcb-products__product--wishlistBottomRight .wcb-products__product--wishlistBottomRight--item:hover.is-in-wishlist::before {
  content: "\e908";
  color: #ffffff;
}
.wcb-products__product.wcb-products__product--wishlistBottomRight .wcb-products__product--wishlistBottomRight--item.tinvwl-product-in-list::before {
  color: #000;
}
.wcb-products__product.wcb-products__product--btnInsideImage .wcb-products__product-featured {
  position: relative; /* Ensure the image container is a positioning reference for the button */
}
.wcb-products__product.wcb-products__product--btnInsideImage .wcb-products__product-add-to-cart {
  visibility: hidden;
  position: absolute;
  left: 50%;
  z-index: 10;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  top: 30%;
  transform: translateX(-50%);
}
.wcb-products__product.wcb-products__product--btnInsideImage:hover .wcb-products__product-add-to-cart {
  visibility: visible;
  opacity: 1;
}
.wcb-products__product.wcb-products__product--btnInsideImage .wcb-products__product-add-to-cart a {
  white-space: nowrap;
}
.wcb-products__product.wcb-products__product--btnInsideImage .wcb-products__add-to-cart-icon {
  width: 20px !important;
}
.wcb-products__product .wcb-products__product-rating {
  display: inline-block;
}
.wcb-products__product .wcb-products__product-onsale {
  border: none;
  padding: 0 5px;
  text-align: center;
  writing-mode: initial;
  text-orientation: initial;
  display: inline-block;
  white-space: nowrap;
}
.wcb-products__product .wcb-products__product-onsale span {
  display: inline;
  writing-mode: initial;
  text-orientation: initial;
  background-color: inherit;
}
.wcb-products__product .wcb-products__product-onsale span.onsale,
.wcb-products__product .wcb-products__product-onsale .onsale {
  margin-top: -0.75rem;
  margin-left: -0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  background-color: inherit;
  color: inherit;
  display: inline;
}
.wcb-products__product .wcb-products__product-on-outofstock {
  font-weight: 500;
  text-decoration: none;
  font-size: 12px;
  border: none;
  padding: 0 5px;
  text-align: center;
  writing-mode: initial;
  text-orientation: initial;
  display: inline-block;
  white-space: nowrap;
}
.wcb-products__product .wcb-products__product-on-outofstock span {
  display: inline;
  writing-mode: initial;
  text-orientation: initial;
  background-color: inherit;
}
.wcb-products__product .wcb-products__product-rating-wrap {
  display: flex;
  justify-content: center;
}
.wcb-products__product .wc-block-components-product-rating__stars {
  font-family: star;
  font-size: 1em;
  font-weight: 400;
  height: 1.618em;
  line-height: 1.618;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 5.3em;
}
.wcb-products__product .wc-block-components-product-rating__stars:before {
  color: inherit;
  content: "SSSSS";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}
.wcb-products__product .wc-block-components-product-rating__stars span {
  color: inherit;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  right: 0;
  top: 0;
}
.wcb-products__product .wc-block-components-product-rating__stars span:before {
  color: inherit;
  content: "SSSSS";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}
.wcb-products__product .add_to_cart_button {
  display: flex;
}

.wcb-products__product-onsale {
  display: inline-block;
}

/* Countdown Urgency */
.wcb-products__product-featured {
  position: relative;
}
.wcb-products__product-featured .woostify-countdown-urgency {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  pointer-events: none;
  padding: 0 10px;
  z-index: 2;
}
.wcb-products__product-featured .woostify-countdown-urgency.wcb-countdown-urgency-wrap--top {
  top: 0;
  bottom: auto;
}
.wcb-products__product-featured .woostify-countdown-urgency.wcb-countdown-urgency-wrap--bottom {
  bottom: 0;
}
.wcb-products__product-featured .woostify-countdown-urgency .woostify-countdown-urgency-timer {
  display: flex;
  justify-content: center;
  gap: 4px;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}
.wcb-products__product-featured .woostify-countdown-urgency .woostify-countdown-urgency-timer.default {
  border: 1px solid #ddd;
}
.wcb-products__product-featured .woostify-countdown-urgency .woostify-countdown-urgency-timer .woostify-cc-timer-label {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  margin-top: 2px;
}
.wcb-products__product-featured .woostify-countdown-urgency .woostify-countdown-urgency-timer:not(.style-1) .woostify-cc-timer-label {
  font-size: 12px;
}
.wcb-products__product-featured .woostify-countdown-urgency .woostify-countdown-urgency-timer.style-1 .woostify-cc-timer-label {
  font-size: 0.7em;
}
.wcb-products__product-featured .woostify-countdown-urgency .woostify-cc-timer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  color: #fff;
}
.wcb-products__product-featured .woostify-countdown-urgency .woostify-cc-timer {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  background-color: transparent;
}

.wcb-products__product-title {
  margin-top: 0;
}

.wcb-products__product-title a {
  font-weight: 400;
}

.wcb-products__product-image img {
  width: 100%;
  border-radius: inherit;
  vertical-align: middle;
}

.wcb-products__product-featured .wp-block-button__link,
.wcb-products__product-featured .added_to_cart {
  margin-left: auto;
  margin-right: auto;
}

.wcb-products__product-add-to-cart {
  display: inline-grid;
  gap: 8px;
}
.wcb-products__product-add-to-cart .wp-block-button__link,
.wcb-products__product-add-to-cart .added_to_cart {
  display: inline-flex;
  justify-content: center;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  color: white;
  border-radius: 20px;
}

.wcb-products__product-add-to-cart a {
  display: flex !important;
  gap: 4px;
}

.wcb-products__add-to-cart-icon {
  align-self: center;
}

/*  */
/*  */
/*  */
/*  */
body:not(.wp-admin) .scroll-snap-slider:not(.-show-scroll-bar) {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
body:not(.wp-admin) .scroll-snap-slider:not(.-show-scroll-bar)::-webkit-scrollbar {
  display: none;
}

.wcb-products__wrap .scroll-snap-slider {
  display: flex;
  flex-wrap: nowrap;
  justify-content: normal;
  overflow-x: auto;
  padding-inline: 0;
  scroll-behavior: smooth;
  scroll-snap-stop: always;
  scroll-snap-type: x mandatory;
}
.wcb-products__wrap .p-arrow.-disabled {
  cursor: not-allowed;
  opacity: 0;
}
.wcb-products__wrap .indicators {
  display: none;
  /* only show on devices has slider */
}
.wcb-products__wrap .indicators.-hidden {
  opacity: 0;
}
.wcb-products__wrap .indicators .p-arrow {
  position: absolute;
  top: 50%;
  z-index: 30;
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transform: translateY(-50%);
  border-radius: 9999px;
}
.wcb-products__wrap .indicators .p-arrow-disable {
  opacity: 0;
}
.wcb-products__wrap .indicators .p-arrow svg {
  height: 1.5rem;
  width: 1.5rem;
}
.wcb-products__wrap .indicators .-next {
  right: -1rem;
  left: auto;
}
.wcb-products__wrap .indicators .-prev {
  left: -1rem;
  right: auto;
}
.wcb-products__wrap .indicators input[type=radio] {
  display: none;
}
.wcb-products__wrap .scroll-snap-slider.-draggable {
  cursor: grab;
}
.wcb-products__wrap .scroll-snap-slider.-draggable.-dragging {
  cursor: grabbing;
}

.quick-view-images .tns-controls {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
  z-index: 10;
}
.quick-view-images:hover .tns-controls {
  display: flex;
}
.quick-view-images .tns-controls button {
  position: absolute;
  top: 50%;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #aaa;
  border: 0;
  font-size: 24px;
  z-index: 2;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick-view-images .tns-controls button:disabled {
  display: none;
}
.quick-view-images .tns-nav {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.quick-view-images .tns-nav button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  border: none;
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s;
}
.quick-view-images .tns-nav button.tns-nav-active {
  background: #000;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/block-products/product-category-control/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.woocommerce-product-categories__operator .components-base-control__label {
  margin-bottom: 0;
  margin-right: 0.5em;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/block-products/product-tag-control/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.woocommerce-product-tags__operator .components-base-control__label {
  margin-bottom: 0;
  margin-right: 0.5em;
}

/*# sourceMappingURL=style-index.css.map*/