/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \******************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.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{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -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;
}

/* .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;
	}
} */
.wcb-products__product {
  font-size: 16px;
  /* RATING */
  /*  */
}
.wcb-products__product.wcb-products__product--btnInsideImage .wcb-products__product-featured {
  position: relative; /* Đảm bảo container của ảnh là tham chiếu cho 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: 40%;
  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--onsaleInsideImage .wcb-products__product-salebadge{
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  z-index: 10;
}
.wcb-products__product .wcb-products__product-rating {
  display: inline-block;
}
.wcb-products__product .wcb-products__product-onsale {
  border: none;
  padding: 0.25rem 0.75rem;
  text-align: center;
  text-transform: uppercase;
}
.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;
  margin: 0 auto;
  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;
}

.wcb-products__product-featured {
  position: relative;
}

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

.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;
}
.wcb-products__product-add-to-cart .added_to_cart .woostify-svg-icon {
  display: none;
}

/*  */
/*  */
/*  */
/*  */
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;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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*/