/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.104.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/postcss-loader@7.3.4_postcs_38245982c548d91369e4866f0bc98f8a/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/.pnpm/sass-loader@13.3.3_sass@1.93.2_webpack@5.104.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/assets/styles/product.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.product-entry {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: space-between;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.product-entry:hover {
  --tw-shadow: 5px 10px 30px #2B2D340D;;
  --tw-shadow-colored: 5px 10px 30px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 30px #2B2D340D;;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.product-entry--wishlist {
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}
@media (min-width: 640px) {
  .product-entry--wishlist {
    flex-direction: row;
  }
}
.product-entry--wishlist .product-entry__image {
  height: 3rem;
  width: 4rem;
  overflow: hidden;
  border-radius: 0.375rem;
}
@media (min-width: 768px) {
  .product-entry--wishlist .product-entry__image {
    height: 4rem;
    width: 5rem;
  }
}
.product-entry--wishlist salla-button {
  display: flex;
}
.s-comments-page {
  padding-top: 4rem;
}
.s-comments-product {
  margin-bottom: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, 1);
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .s-comments-product {
    margin-bottom: 3.5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.s-comments-product .s-comments-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 1440px) {
  .s-comments-product .s-comments-container {
    max-width: 1440px;
  }
}
.share-btns-list {
  position: absolute;
  top: 3rem;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  opacity: 0;
  --tw-shadow: 0px 3px 6px rgba(0,0,0,0.16078);
  --tw-shadow-colored: 0px 3px 6px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 3px 6px rgba(0,0,0,0.16078);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.share-btns-list a {
  display: block;
  padding: 0.75rem;
}
.share-btns-list a:hover {
  color: var(--color-primary);
}
.cart-item salla-conditional-fields > section {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
.cart-item salla-conditional-fields > section:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.s-product-card-content-pie-svg-base {
  transition: stroke-dashoffset 1s linear;
  stroke: #E8EDF2;
  stroke-width: 2px;
  stroke-linecap: round;
  fill: none;
}
.s-product-card-content-pie-svg-bar {
  fill: none;
  stroke: var(--color-primary);
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
}
.s-product-card-content-sub {
  justify-content: flex-start;
  gap: 0.75rem;
}
.s-product-card-starting-price {
  width: auto;
}
.s-product-card-content-title {
  word-break: break-word;
}
.pie-wrapper {
  position: absolute;
  top: 0.625rem;
  display: flex;
  height: 72px;
  width: 72px;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
}
.pie-wrapper:where([dir="ltr"], [dir="ltr"] *) {
  right: 1.25rem;
}
.pie-wrapper:where([dir="rtl"], [dir="rtl"] *) {
  left: 1.25rem;
}
.pie-wrapper .pie-svg circle {
  transition: stroke-dashoffset 1s linear;
  stroke: #E8EDF2;
  stroke-width: 2px;
  stroke-linecap: round;
  fill: none;
}
.pie-wrapper .pie-svg circle.circle_bar {
  stroke: var(--color-primary);
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
}
.pie-wrapper span {
  display: block;
  color: var(--color-text);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  font-size: var(--font-xsm);
}
.pie-wrapper span b {
  font-size: var(--font-md) !important;
}
.pie-wrapper span b {
  margin-bottom: 3px;
  color: var(--color-primary);
}
/* Add to cart sticky bar */
@media (max-width: 640px) {
  .is-sticky-product-bar.product-single {
    padding-bottom: 7rem;
  }
  .is-sticky-product-bar .sticky-product-bar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    display: flex;
    width: 100%;
    --tw-translate-y: 28rem;
    transform: translate(var(--tw-translate-x), 28rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.625rem;
    padding: 0.75rem;
    opacity: 0;
    --tw-shadow: -1px -2px 9px 0 rgba(0,0,0,0.05);
    --tw-shadow-colored: -1px -2px 9px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), -1px -2px 9px 0 rgba(0,0,0,0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 500ms;
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  }
  @media (min-width: 640px) {
    .is-sticky-product-bar .sticky-product-bar {
      gap: 1rem;
    }
  }
  .is-sticky-product-bar .sticky-product-bar__quantity,
  .is-sticky-product-bar .sticky-product-bar salla-add-product-button {
    width: 100%;
    --tw-translate-y: 1.25rem;
    transform: translate(var(--tw-translate-x), 1.25rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  }
  .is-sticky-product-bar .sticky-product-bar__price,
  .is-sticky-product-bar .sticky-product-bar .form-label {
    display: none;
  }
  .is-sticky-product-bar .sticky-product-bar__quantity salla-quantity-input {
    width: 100%;
  }
  .is-sticky-product-bar .sticky-product-bar__quantity salla-quantity-input .s-quantity-input-container {
    width: 100%;
  }
  .is-sticky-product-bar .sticky-product-bar__quantity salla-quantity-input .s-quantity-input-input {
    width: 80%;
  }
  .is-sticky-product-bar .sticky-product-bar__quantity {
    margin: 0px;
    transition-delay: 900ms;
  }
  .is-sticky-product-bar .sticky-product-bar salla-add-product-button {
    margin: 0px;
    width: auto;
    flex: 1 1 0%;
    transition-delay: 1000ms;
  }
  .hydrated .is-sticky-product-bar .sticky-product-bar, .hydrated .is-sticky-product-bar .sticky-product-bar__quantity,
  .hydrated .is-sticky-product-bar .sticky-product-bar salla-add-product-button {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
  }
}
.s-tabs-header * {
  pointer-events: auto !important;
}
.product__description ul,
.product__description li {
  list-style: inherit !important;
}
.product__description ul,
.product__description ol {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.product__description ol {
  list-style: auto !important;
}
.product__description a {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, 1);
  color: rgba(29, 78, 216, var(--tw-text-opacity, 1));
}
.model-viewer-wrapper {
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .model-viewer-wrapper {
    margin-bottom: 0px;
  }
}
.switcher-3d-view {
  position: absolute;
  top: 1.25rem;
}
.switcher-3d-view:where([dir="ltr"], [dir="ltr"] *) {
  right: 1rem;
}
.switcher-3d-view:where([dir="rtl"], [dir="rtl"] *) {
  left: 1rem;
}
.model-viewer {
  height: 100%;
  width: 100%;
}
.model-viewer__poster {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.s-toggle .s-toggle-switcher-has-text:before {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, 1);
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
  --tw-content: attr(data-switcher-text);
  content: attr(data-switcher-text);
  content: var(--tw-content);
  font-family: arial, serif;
}
.s-toggle .s-toggle-input:checked + div.s-toggle-switcher-bg-white:before {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, 1);
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}
.product-option-uploader .s-file-upload-wrapper {
  min-height: 120px;
}
.product-option-uploader .s-file-upload-wrapper .filepond--list-scroller {
  overflow-y: inherit !important;
}
.product-option-uploader .s-file-upload-wrapper .filepond--drop-label {
  min-height: 120px !important;
}
.product-option-uploader .s-file-upload-wrapper .filepond--drop-label {
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, 1);
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder-icon {
  margin-bottom: 0.25rem;
}
.product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder-icon i {
  color: #7c8082;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (max-width: 640px) {
  .s-offer-modal-slider-centered .s-offer-modal-slider-item {
    max-width: 46% !important;
  }
}
.s-product-card-full-image salla-add-product-button {
  border-radius: .75rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.s-product-card-wishlist-added i {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, 1);
  color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}
.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
  flex: none;
}
@media (min-width: 640px) {
  .s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
    flex: 1 1 0%;
  }
}
.s-product-options-colors-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.s-product-options-colors-wrapper .s-product-options-colors-item {
  margin: 0px;
  width: auto;
}
.s-product-options-colors-wrapper .s-product-options-colors-item:where([dir="ltr"], [dir="ltr"] *) {
  margin: 0px;
}
.s-product-options-colors-wrapper .s-product-options-colors-item:where([dir="rtl"], [dir="rtl"] *) {
  margin: 0px;
}
.s-product-card-minimal .s-product-card-image:where([dir="ltr"], [dir="ltr"] *) {
  border-top-left-radius: .75rem;
  border-bottom-left-radius: .75rem;
}
.s-product-card-minimal .s-product-card-image:where([dir="rtl"], [dir="rtl"] *) {
  border-top-right-radius: .75rem;
  border-bottom-right-radius: .75rem;
}
.s-product-card-starting-price {
  justify-content: flex-start;
  gap: 0.625rem;
}
.s-product-card-starting-price h4 {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, 1);
  color: rgba(153, 27, 27, var(--tw-text-opacity, 1));
}
.s-product-card-minimal salla-button.s-product-card-wishlist-btn {
  top: 0.625rem;
}
.s-product-card-minimal salla-button.s-product-card-wishlist-btn:where([dir="ltr"], [dir="ltr"] *) {
  right: 0.625rem;
}
.s-product-card-minimal salla-button.s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *) {
  left: 0.625rem;
}
.magnify-wrapper .img-magnifier-glass {
  display: none;
}
@media (min-width: 640px) {
  .magnify-wrapper .img-magnifier-glass {
    display: block;
  }
}
.magnify-wrapper .img-magnifier-glass {
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 300px;
  height: 300px;
  opacity: 0;
  pointer-events: none;
  transform: scale(0);
  transition: transform 0.5s ease;
  box-shadow: inset 0px 0px 30px #949494;
}
.magnify-wrapper:hover .img-magnifier-glass {
  opacity: 1;
  pointer-events: initial;
  transform: scale(1);
  transition-delay: 0.3s;
}
.s-product-card-horizontal .s-product-card-content {
  margin-bottom: 0px;
}
@media (max-width: 480px) {
  .s-product-card-horizontal salla-button.s-product-card-wishlist-btn {
    position: absolute;
    bottom: 0.625rem;
  }
  .s-product-card-horizontal salla-button.s-product-card-wishlist-btn:where([dir="ltr"], [dir="ltr"] *) {
    left: -3rem;
  }
  .s-product-card-horizontal salla-button.s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *) {
    right: -3rem;
  }
}
.s-product-card-horizontal salla-progress-bar {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.s-rating-stars-reviews {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}
.s-product-card-promotion-title {
  right: 0.25rem;
  top: 0.25rem;
  border-radius: var(--pc-border-radius);
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, 1);
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 10px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.s-product-card-sale-price h4 {
  --tw-text-opacity: 1 !important;
  color: rgba(153, 27, 27, 1) !important;
  color: rgba(153, 27, 27, var(--tw-text-opacity, 1)) !important;
}
.s-product-card-sale-price span {
  color: inherit;
}
@media (max-width: 1024px) {
  salla-filters,
  salla-filters > * {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}
#offer-corner-badge {
  position: absolute;
  z-index: 1;
  float: left;
  margin: 0px;
  height: auto;
  width: auto;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, 1);
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity, 1));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
#offer-corner-badge:where([dir="ltr"], [dir="ltr"] *) {
  top: 1.25rem;
  right: -3.5rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#offer-corner-badge:where([dir="rtl"], [dir="rtl"] *) {
  top: 0.75rem;
  left: -3rem;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cart-options {
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, 1);
  border-color: rgba(156, 163, 175, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.cart-options salla-product-options {
  margin-bottom: 0px;
  padding-top: 0px;
}
.cart-options salla-product-options .s-product-options-option:not(div.s-product-options-option-booking) {
  display: block !important;
}
.cart-options salla-product-options-label {
  margin-bottom: 0.75rem;
}
.cart-options salla-product-options .s-form-control {
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, 1);
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}
.cart-options salla-product-options .s-datetime-picker-input {
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, 1);
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}
.cart-options salla-product-options .s-product-options-multiple-options-wrapper {
  display: block !important;
}
salla-quantity-input[max="1"] input {
  pointer-events: none;
  opacity: 0.5;
}
salla-quantity-input[max="1"] .s-quantity-input-button {
  cursor: not-allowed;
}
.s-product-card-image img {
  opacity: 1;
}
/*start wajha style*/
/*quick view style */
div#qv-content-container .swiper-pagination-bullet {
  background: var(--color-primary-darker) !important;
}
.s-quantity-input-container {
  overflow: hidden;
}
/*quick view style */
/*start product card style*/
.wajha-small-text {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  border-radius: var(--pc-border-radius);
  background-color: var(--color-primary-big-lighter);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 10px;
  line-height: .75rem;
  color: var(--color-primary);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.wajha-small-text:hover {
  background-color: var(--color-primary);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.wajha-actions-container .wajha-actions-btn {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  gap: 10px;
}
.s-product-card-entry .s-product-card-image {
  border-radius: 0px !important;
}
.s-product-card-minimal .s-product-card-content {
  padding: 0.5rem !important;
}
.s-product-card-content {
  padding: 0.5rem;
}
.s-product-card-full-image salla-add-product-button {
  background-color: transparent;
}
.wajha-actions-container .wajha-actions-btn > salla-button > button,
.s-product-card-content-footer button {
  margin: 0px !important;
  border-radius: var(--pc-border-radius-btns) !important;
}
.s-button-icon .s-button-text {
  padding: 1px !important;
}
.s-product-card-entry {
  overflow: hidden;
  border-radius: var(--pc-border-radius);
  border-width: 1px;
  border-color: var(--border-color-on-pc);
  background-color: var(--product-card-bg-c);
}
.wajha-in-stock-status {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  border-radius: var(--pc-border-radius);
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, 1);
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, 1);
  color: rgba(220, 252, 231, var(--tw-text-opacity, 1));
}
.wajha-out-stock-status {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, 1);
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, 1);
  color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}
.qv-availability > span.wajha-in-stock-status {
  animation: shadow-pulse 2s infinite;
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(37, 117, 252, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 117, 252, 0);
  }
}
.s-product-card-content-title a {
  color: var(--pc-title-c);
}
.s-product-card-rating {
  font-size: 12px;
  background: white;
  border-radius: var(--pc-border-radius);
  padding: 1px 6px;
}
.s-product-card-content-sub {
  margin-bottom: 0.5rem !important;
}
.wajha-pc-tags {
  display: flex;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: dashed;
  border-color: var(--color-primary);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 10px;
  color: var(--color-primary);
}
.s-products-slider-slider .swiper .swiper-wrapper {
  padding-bottom: 1rem;
}
.s-product-card-entry ul.s-count-down-list {
  padding: 0px !important;
  margin-bottom: 0px !important;
}
.s-product-card-entry ul.s-count-down-list {
  width: 100%;
  max-width: 100%;
}
.s-product-card-entry ul.s-count-down-list li.s-count-down-item {
  height: 3rem;
  border-radius: var(--pc-border-radius);
}
.s-product-card-entry ul.s-count-down-list .s-count-down-item-label {
  font-size: 8px !important;
  margin: 0px !important;
}
.s-product-card-entry ul.s-count-down-list .s-count-down-item-label {
  line-height: 0.75rem;
}
.qv-product-info .s-product-options-thumbnails-wrapper div input[type=radio] + label img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.s-product-options-thumbnails-wrapper div p {
  font-size: 10px !important;
}
.s-product-card-entry .s-product-card-content-sub {
  flex-direction: column-reverse !important;
  gap: 0.25rem !important;
}
@media (min-width: 1024px) {
  .s-product-card-entry .s-product-card-content-sub {
    flex-direction: row !important;
    gap: 0.5rem !important;
  }
}
@media (max-width: 1024px) {
  .s-product-card-entry .s-count-down-item-value {
    line-height: 16px;
    font-size: 12px;
    font-weight: bold;
  }
  .s-product-card-entry li.s-count-down-item {
    margin-left: 1px;
    margin-right: 1px;
    border-radius: 0.25rem;
  }
  .s-product-card-content {
    padding: 0.5rem;
  }
}
.s-product-card-entry .s-count-down-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s-product-card-content-footer {
  width: 100%;
}
salla-add-product-button salla-button > button > span.s-button-text {
  display: flex !important;
  gap: 4px !important;
  font-weight: normal !important;
}
salla-add-product-button salla-button > button > span.s-button-text svg path {
  fill: var(--color-primary-reverse) !important;
}
.s-product-card-out-of-stock img {
  filter: grayscale(0) !important;
}
.s-product-card-entry .s-product-card-sale-price h4 {
  color: var(--product-card-price-c) !important;
}
/*end product card style*/
/*start single product page style*/
div.remove-wishlist-icon-pp .sidebar .details-slider salla-button.btn--wishlist {
  display: none !important;
}
/*features cro*/
.u-i-features > i {
  width: 40px;
  height: 40px;
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--color-primary-big-lighter);
  color: var(--color-primary-darker);
}
.u-i-features > i:not(:first-child) {
  margin-right: -12px;
}
.stars-icons svg {
  fill: #fbbf24;
  width: 1rem;
  height: 1rem;
}
/*single product page*/
.s-add-product-button-main .s-button-text {
  display: flex;
}
ul.s-social-share-list.a2a_kit.share {
  flex-direction: row;
  right: 0px;
  left: auto;
  overflow: visible;
  width: -moz-fit-content;
  width: fit-content;
}
.product-single .s-breadcrumb-wrapper > li.s-breadcrumb-item {
  font-size: 12px;
}
.product-single .s-breadcrumb-wrapper .s-breadcrumb-arrow {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
/*discount precentage*/
div#custom-discount-amount {
  color: #00AF6C;
  background: #ECFDF3;
  border: 1px solid #ABEFC6;
  border-radius: 5px;
}
/** timer in single product */
div#custom-discount-percentage {
  background-color: #FEF3F2;
  color: #F55157;
  border: 1px solid #FECDCA;
  border-radius: 5px;
}
.c-timer-pp {
  color: #F55157;
  background-color: #FDEFEE;
  border: 1px solid #F8CCCC;
  border-radius: 5px;
}
.c-timer-pp .s-count-down-item::after {
  color: #F55157 !important;
}
.c-timer-pp ul.s-count-down-list {
  padding: 0px !important;
  margin: 0px !important;
}
.c-timer-pp .s-count-down-item-value {
  padding-left: 5px !important;
}
.c-timer-pp .s-count-down-item-value {
  color: #F55157;
}
.c-timer-pp .s-count-down-item {
  height: auto !important;
}
/*fake storage*/
.pp-full-storage {
  width: 100%;
  display: block;
  height: 8px;
  background: #ddd;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.pp-precent-storage {
  background: #00AF6C;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60%;
  border-radius: 5px;
}
/*options style*/
strong, b {
  font-weight: bold !important;
}
.product-single .s-product-options-wrapper {
  padding: 0px;
}
.cart section.cart-item salla-conditional-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1023px) {
  .cart section.cart-item salla-conditional-fields {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-single .main-content salla-conditional-fields > div, .cart section.cart-item salla-conditional-fields > div {
  width: 100%;
}
.s-product-options-thumbnails-wrapper div input[type=radio] + label img, .cart section.cart-item salla-conditional-fields > div img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.s-product-options-colors-wrapper input[type=radio] + label span {
  margin-bottom: 0.25rem !important;
}
.product-single .s-product-options-thumbnails-wrapper, .cart section.cart-item .s-product-options-thumbnails-wrapper {
  gap: 4px !important;
}
.s-product-options-option-container {
  margin-bottom: 0.5rem;
}
.product-single .s-product-options-thumbnails-wrapper div p, .cart section.cart-item salla-conditional-fields > div p, .s-product-options-colors-wrapper input[type=radio] + label div {
  font-size: 10px !important;
}
.product-single .main-content .s-product-options-option {
  width: 100%;
  gap: 0;
}
.cart .s-product-options-option {
  gap: 0.257rem !important;
}
select.s-form-control {
  border-radius: 8px;
}
.s-product-options-colors-wrapper input[type=radio] + label span {
  border-radius: 4px !important;
}
.s-product-options-wrapper {
  background: transparent;
}
/*buttons action*/
.custom-discount-clone {
  width: 100%;
}
.product-single section.sticky-product-bar.sticky-p-bar-wajha button.s-button-element.s-button-btn {
  padding: 16px !important;
  border-radius: 4px !important;
}
@media (max-width: 640px) {
  .product-single section.sticky-product-bar.sticky-p-bar-wajha button.s-button-element.s-button-btn {
    padding: 10px !important;
  }
}
@media (min-width: 640px) {
  .product-single section.sticky-product-bar.sticky-p-bar-wajha {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-single section.sticky-product-bar.sticky-p-bar-wajha > * {
    align-self: stretch;
  }
  .product-single section.sticky-product-bar.sticky-p-bar-wajha salla-quantity-input, section.sticky-product-bar .s-quantity-input-container {
    height: 100%;
  }
  .product-single section.sticky-product-bar.sticky-p-bar-wajha .s-add-product-button-main {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .product-single section.sticky-product-bar.sticky-p-bar-wajha .s-add-product-button-main > * {
    width: 100% !important;
  }
  .custom-discount-clone {
    width: 50%;
  }
}
.social-a-wishlist button, .origin-social-a-wishlist button {
  border-radius: 4px !important;
  width: 100% !important;
  margin: 0px !important;
}
.origin-social-a-wishlist .s-social-share-wrapper {
  width: 100% !important;
}
/*coupon code*/
.c-coupon-content {
  width: 0;
  transition: all 300ms;
}
.c-coupon-content.is-open {
  width: 243px;
}
#coupon-message {
  opacity: 0;
  transition: opacity 0.3s;
}
#coupon-message.show {
  z-index: 99999999 !important;
}
#coupon-message.show {
  opacity: 1;
}
/***** cro product perview *****/
.cro-product-perview {
  margin: 0.5rem auto;
  text-align: center;
  padding: 8px;
  background: rgb(0, 163, 0);
  border-radius: 8px;
  color: white;
  font-size: 12px;
}
.cro-product-perview > p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.cro-product-perview > p > span.infinite-animate-icon {
  animation: shadow-pulse 2s infinite;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(0, 211, 0);
  margin-left: 4px;
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 211, 0, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(37, 117, 252, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 117, 252, 0);
  }
}
.cro-product-perview > p > span.cro-p-p-num {
  font-weight: bold;
  font-size: 16px;
  min-width: 40px;
}
/***** high positive reviews *****/
.high-positive-reviews {
  margin: 0.5rem auto;
  text-align: center;
  padding: 8px;
  border: 1px dashed #fbbf24;
  border-radius: 8px;
  background-color: #fff7e7;
}
.high-positive-reviews .stars-icons {
  gap: 0.125rem;
}
.stars-icons svg {
  fill: #fbbf24;
  height: 1rem;
  width: 1rem;
}
/******* cro product sales ********/
.cro-product__sales {
  margin: 0.5rem auto;
  text-align: center;
  padding: 8px;
  background: #fff;
  border-radius: 8px;
  color: red;
  font-size: 12px;
  border: 1px dashed red;
}
.heartbeat {
  animation: heartbeat 2.5s ease-in-out infinite both;
}
@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
/*tabs*/
.contianer-tab .tab-item {
  background-color: var(--color-primary);
  color: var(--color-primary-big-lighter);
}
.contianer-tab .tab-item.close {
  color: var(--color-primary);
  background-color: var(--color-primary-big-lighter);
}
.contianer-tab .tab-item + div {
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  height: 0;
  transition: all 0.3s ease;
}
.contianer-tab .tab-item.active + div {
  opacity: 1;
  visibility: visible;
}
.remove-des-below .des-custome-articale {
  display: none !important;
}
/*gift product style*/
.s-gifting-widget .s-list-tile-item {
  padding: 1rem !important;
  border: 1px solid rgba(238, 238, 238, 0.9333333333) !important;
  border-radius: 14px !important;
}
.s-gifting-widget .s-list-tile-item {
  background: white;
}
.s-gifting-widget .s-list-tile-item-subtitle {
  font-size: 12px !important;
}
/*dark mode colors*/
.dm-pp .s-breadcrumb-wrapper > li.s-breadcrumb-item,
.dm-pp .product-entry__sub-title,
.product-single:has(.dm-pp) .s-slider-block__title h2,
.dm-pp .s-product-options-option-label small {
  color: var(--breadcumb-color-with-subtitle-in-pp) !important;
}
.dm-pp .product__description .article--main,
.dm-pp .product__description .article--main p,
.dm-pp .s-product-options-option-label b,
.dm-pp .s-product-options-colors-wrapper input[type=radio] + label div,
.dm-pp .s-product-options-thumbnails-wrapper div p {
  color: var(--pp-description-color) !important;
}
.dm-pp a.tag-item,
.dm-pp a.tag-item svg path {
  color: var(--tags-color-in-pp) !important;
  fill: var(--tags-color-in-pp) !important;
}
/*end single product page style*/
/*start style in single category page*/
.overlay-bg:after {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  --tw-content: "";
  content: "";
  content: var(--tw-content);
}
.b-cats-collection img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  animation: slideshow 18s infinite;
}
.b-cats-collection img:nth-child(1) {
  animation-delay: 0s;
}
.b-cats-collection img:nth-child(2) {
  animation-delay: 3s;
}
.b-cats-collection img:nth-child(3) {
  animation-delay: 6s;
}
.b-cats-collection img:nth-child(4) {
  animation-delay: 9s;
}
.b-cats-collection img:nth-child(5) {
  animation-delay: 12s;
}
.b-cats-collection img:nth-child(6) {
  animation-delay: 15s;
}
.b-cats-collection img:only-child {
  opacity: 1;
  animation: none;
}
/* 2 images - 8s total (4s each) */
.b-cats-collection:has(img:nth-child(2):last-child) {
  animation-duration: 8s;
}
.b-cats-collection:has(img:nth-child(2):last-child) img:nth-child(2) {
  animation-delay: 4s;
}
/* 3 images - 12s total (4s each) */
.b-cats-collection:has(img:nth-child(3):last-child) {
  animation-duration: 12s;
}
.b-cats-collection:has(img:nth-child(3):last-child) img:nth-child(2) {
  animation-delay: 4s;
}
.b-cats-collection:has(img:nth-child(3):last-child) img:nth-child(3) {
  animation-delay: 8s;
}
/* 4 images - 16s total (4s each) */
.b-cats-collection:has(img:nth-child(4):last-child) {
  animation-duration: 16s;
}
.b-cats-collection:has(img:nth-child(4):last-child) img:nth-child(2) {
  animation-delay: 4s;
}
.b-cats-collection:has(img:nth-child(4):last-child) img:nth-child(3) {
  animation-delay: 8s;
}
.b-cats-collection:has(img:nth-child(4):last-child) img:nth-child(4) {
  animation-delay: 12s;
}
/* 5 images - 20s total (4s each) */
.b-cats-collection:has(img:nth-child(5):last-child) {
  animation-duration: 20s;
}
.b-cats-collection:has(img:nth-child(5):last-child) img:nth-child(2) {
  animation-delay: 4s;
}
.b-cats-collection:has(img:nth-child(5):last-child) img:nth-child(3) {
  animation-delay: 8s;
}
.b-cats-collection:has(img:nth-child(5):last-child) img:nth-child(4) {
  animation-delay: 12s;
}
.b-cats-collection:has(img:nth-child(5):last-child) img:nth-child(5) {
  animation-delay: 16s;
}
@keyframes slideshow {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.s-breadcrumb-arrow svg {
  fill: var(--color-primary-lighter);
}
ol.s-breadcrumb-wrapper > li.s-breadcrumb-item:last-child {
  font-weight: bold;
  font-size: 12px;
}
.product-index .sub_categories-container .swiper.s-slider-container {
  padding-left: 1rem;
}
.product-index .sub_categories-container .swiper-wrapper {
  padding-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .product-index .sub_categories-container .swiper-wrapper {
    padding-bottom: 1.75rem;
  }
}
.product-index .sub_categories-container .swiper-pagination {
  bottom: -4px !important;
}
.product-index .sub_categories-container .swiper-pagination-bullet {
  height: 0.25rem;
  width: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.product-index .sub_categories-container .swiper-pagination-bullet-active {
  width: 3rem;
  background-color: var(--color-primary-lighter);
}
.product-index .sub_categories-container .s-slider-block__title-nav {
  width: calc(112% + 32px);
}
.product-index .sub_categories-container .s-slider-block__title-nav > button {
  background-color: transparent !important;
  --tw-shadow: 0 0 rgba(0,0,0,0) !important;
  --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}
.product-index .sub_categories-container .s-slider-nav-arrow svg {
  width: 30px;
  fill: var(--color-primary-lighter);
}
b.s-cart-summary-total {
  font-size: 12px;
}
.no-content-min-height {
  min-height: 80px !important;
}
@media (min-width: 1024px) {
  .s-products-list-vertical-cards {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
/*end style in single category page*/
/* start cart page style */
.cart .c_banner_container .s-count-down-item-value {
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: 19px !important;
}
.cart .c_banner_container .s-count-down-item {
  height: 4rem !important;
}
.cart .c_banner_container ul.s-count-down-list {
  padding: 0px !important;
  margin: 0px !important;
}
.cart .c_banner_container ul.s-count-down-list {
  width: 300px;
}
.cart .c_banner_container .s-count-down-item-label {
  font-size: 10px !important;
  margin: 0px !important;
}
/* end cart page style */
/*start wajha style*/
.virtooal {
  margin: 15px 0;
  border-radius: 10px;
  border: 1px solid rgb(229, 229, 229);
  background: white;
}
@media screen and (min-width: 992px) {
  .virtooal {
    padding: 18px;
  }
}
.virtooal--content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.virtooal--details {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .virtooal--details {
    display: none;
  }
}
.virtooal--details--title {
  font-size: 16px;
  font-weight: 700;
  color: #1F2937;
}
.virtooal--details--desc {
  font-size: 13px;
  color: #7C8082;
  font-weight: 400;
}
@media (max-width: 992px) {
  .virtooal--action {
    width: 100%;
  }
}
.virtooal--action button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border: 1px solid var(--color-primary);
  font-weight: 700;
  font-size: 14px;
  padding: 8px 30px;
  font-size: 0.875rem;
  padding: 0.5rem 1.5rem 0.625rem 1.5rem;
  line-height: 1.25rem;
  background: var(--color-primary);
  color: var(--color-primary-reverse);
  border-radius: 5px;
}
.virtooal--action button:hover {
  opacity: 0.8 !important;
}
.virtooal--action button:hover {
  background: var(--color-primary-dark);
}
@media (max-width: 992px) {
  .virtooal--action button {
    width: 100%;
  }
}
.virtooal--action button .icon {
  width: 14px;
  height: 14px;
}
[dir=rtl] .virtooal--action button .icon {
  margin-left: 0.75rem;
}
[dir=ltr] .virtooal--action button .icon {
  margin-right: 0.75rem;
}
