/* Path: assets/css/custom.css */
.s-product-options-option-label , .s-quantity-input-container .s-quantity-input-input , .product-single .main-content salla-add-product-button .s-button-text{
        color: #fff !important ;
}
.s-product-options-grid-mode-span {
background-color: transparent;
color: #fff;
}
.main-content.blog-category.md\:w-96.flex-1.bg-white.lg\:p-8.rounded-md.mb-10.md\:mb-0 {
    background: #2a2b2d;
}
salla-slider#blog-home-slider {
  display: none;
}
.s-product-options-grid-mode-span:hover {
background-color: var(--color-primary);
}
/* injectSmartDesignSpecsSection */
#sh-smart-specs {
  direction: rtl;
  width: 100%;
  padding: 44px 0 50px;
  background: transparent;
  overflow: hidden;
}
.flex-1.px-5.pt-5.pb-7 {
      background: #000000;
}
#sh-smart-specs * {
  box-sizing: border-box;
}

#sh-smart-specs-component {
  width: 100%;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 28px;
}

#sh-smart-specs-component .sh-smart__image-wrap {
  position: relative;
  min-height: 312px;
  border-radius: 14px;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-28px) scale(.97);
  transition:
    opacity .85s ease,
    transform .95s cubic-bezier(.16, 1, .3, 1);
}

#sh-smart-specs-component.is-visible .sh-smart__image-wrap {
  opacity: 1;
  transform: translateX(0) scale(1);
}

#sh-smart-specs-component .sh-smart__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.08), transparent 34%),
    radial-gradient(circle at 34% 60%, rgba(181,66,77,.12), transparent 42%);
  pointer-events: none;
}

#sh-smart-specs-component .sh-smart__image {
  width: 100%;
  height: 312px;
  display: block;
  object-fit: cover;
  border-radius: 14px;
  filter: saturate(1.03) contrast(1.02);
}

#sh-smart-specs-component .sh-smart__content {
  color: #fff;
  text-align: right;
  opacity: 0;
  transform: translateX(28px);
  transition:
    opacity .8s ease .12s,
    transform .95s cubic-bezier(.16, 1, .3, 1) .12s;
}

#sh-smart-specs-component.is-visible .sh-smart__content {
  opacity: 1;
  transform: translateX(0);
}

#sh-smart-specs-component .sh-smart__title {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(28px, 3.1vw, 44px);
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -.7px;
}

#sh-smart-specs-component .sh-smart__subtitle {
  margin: 0 0 38px;
  color: rgba(255,255,255,.86);
  font-size: clamp(15px, 1.25vw, 19px);
  font-weight: 500;
  line-height: 1.9;
}

#sh-smart-specs-component .sh-smart__specs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px 16px;
  align-items: center;
}

#sh-smart-specs-component .sh-smart__spec {
  position: relative;
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 13px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.016)),
    rgba(16, 16, 16, 0.76);
  backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 5px;
  box-shadow:
    0 14px 28px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.10);
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  transform: translateY(16px) scale(.94);
  transition:
    opacity .65s ease,
    transform .78s cubic-bezier(.16, 1, .3, 1),
    border-color .24s ease,
    box-shadow .24s ease,
    background .24s ease;
}

#sh-smart-specs-component.is-visible .sh-smart__spec {
  opacity: 1;
  transform: translateY(0) scale(1);
}

#sh-smart-specs-component .sh-smart__spec::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 42px;
  height: 1px;
  background: rgba(16,16,16,.95);
}

#sh-smart-specs-component .sh-smart__spec::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(181,66,77,.16), transparent 44%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
}

#sh-smart-specs-component .sh-smart__spec:hover {
  transform: translateY(-4px) scale(1.018);
  border-color: rgba(181,66,77,.88);
  box-shadow:
    0 18px 36px rgba(0,0,0,.36),
    0 0 24px rgba(181,66,77,.18),
    inset 0 1px 0 rgba(255,255,255,.13);
}

#sh-smart-specs-component .sh-smart__spec:hover::after {
  opacity: 1;
}

#sh-smart-specs-component .sh-smart__spec-icon {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(181,66,77,.26));
}

#sh-smart-specs-component .sh-smart__spec-text {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: clamp(12px, .96vw, 14.5px);
  font-weight: 700;
  line-height: 1;
}

#sh-smart-specs-component .spec-finance {
  grid-column: span 2;
  transition-delay: .22s;
}

#sh-smart-specs-component .spec-area {
  grid-column: span 4;
  transition-delay: .30s;
}

#sh-smart-specs-component .spec-type {
  grid-column: span 3;
  transition-delay: .38s;
}

#sh-smart-specs-component .spec-range {
  grid-column: span 3;
  transition-delay: .46s;
}

#sh-smart-specs-component .spec-height,
#sh-smart-specs-component .spec-width,
#sh-smart-specs-component .spec-depth {
  grid-column: span 2;
}

#sh-smart-specs-component .spec-height { transition-delay: .54s; }
#sh-smart-specs-component .spec-width { transition-delay: .62s; }
#sh-smart-specs-component .spec-depth { transition-delay: .70s; }

@media (max-width: 992px) {
  #sh-smart-specs-component {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  #sh-smart-specs-component .sh-smart__image-wrap {
    order: 1;
    min-height: 300px;
    transform: translateY(22px) scale(.97);
  }

  #sh-smart-specs-component .sh-smart__content {
    order: 2;
    transform: translateY(22px);
  }

  #sh-smart-specs-component.is-visible .sh-smart__image-wrap,
  #sh-smart-specs-component.is-visible .sh-smart__content {
    transform: translateY(0) scale(1);
  }

  #sh-smart-specs-component .sh-smart__image {
    height: 300px;
  }

  #sh-smart-specs-component .sh-smart__title,
  #sh-smart-specs-component .sh-smart__subtitle {
    text-align: center;
  }

  #sh-smart-specs-component .sh-smart__subtitle {
    margin-bottom: 28px;
  }

  #sh-smart-specs-component .sh-smart__specs {
    gap: 14px;
  }
}

@media (max-width: 640px) {
  #sh-smart-specs {
    padding: 30px 0 36px;
  }

  #sh-smart-specs-component {
    gap: 22px;
  }

  #sh-smart-specs-component .sh-smart__image-wrap {
    min-height: 230px;
    border-radius: 12px;
  }

  #sh-smart-specs-component .sh-smart__image {
    height: 230px;
    border-radius: 12px;
  }

  #sh-smart-specs-component .sh-smart__title {
    font-size: 26px;
    margin-bottom: 10px;
  }

  #sh-smart-specs-component .sh-smart__subtitle {
    font-size: 13px;
    line-height: 1.75;
    margin-bottom: 22px;
  }

  #sh-smart-specs-component .sh-smart__specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  #sh-smart-specs-component .spec-finance,
  #sh-smart-specs-component .spec-area,
  #sh-smart-specs-component .spec-type,
  #sh-smart-specs-component .spec-range,
  #sh-smart-specs-component .spec-height,
  #sh-smart-specs-component .spec-width,
  #sh-smart-specs-component .spec-depth {
    grid-column: span 1;
  }

  #sh-smart-specs-component .spec-area,
  #sh-smart-specs-component .spec-type,
  #sh-smart-specs-component .spec-range {
    grid-column: span 2;
  }

  #sh-smart-specs-component .sh-smart__spec {
    min-height: 42px;
    padding: 0 9px;
    gap: 7px;
  }

  #sh-smart-specs-component .sh-smart__spec-icon {
    width: 16px;
    height: 16px;
  }

  #sh-smart-specs-component .sh-smart__spec-text {
    font-size: 11.5px;
  }
}

@media (max-width: 380px) {
  #sh-smart-specs-component .sh-smart__title {
    font-size: 23px;
  }

  #sh-smart-specs-component .sh-smart__spec-text {
    font-size: 10.7px;
  }

  #sh-smart-specs-component .sh-smart__spec {
    padding-inline: 7px;
  }
}


/* injectBanner9FeaturesAndExercises */
#sh-banner9-exercises,
#sh-banner9-features {
  direction: rtl;
  width: 100%;
  box-sizing: border-box;
}

#sh-banner9-exercises *,
#sh-banner9-features * {
  box-sizing: border-box;
}

#sh-banner9-exercises {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 34px;
  margin: 22px 0 22px;
  max-width: 520px;
}
.lazy__bg.relative.sqer.w-1\/2.flex.flex-col.justify-center.gap-4.h-auto.text-white.reveal.loaded.animating {
	padding: 1rem;
}
#sh-banner9-exercises .sh-b9-exercise {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 9px;
  color: #ffffff;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(12px);
  animation: shB9FeatureIn .65s cubic-bezier(.16, 1, .3, 1) forwards;
}

#sh-banner9-exercises .sh-b9-exercise:nth-child(1) { animation-delay: .04s; }
#sh-banner9-exercises .sh-b9-exercise:nth-child(2) { animation-delay: .10s; }
#sh-banner9-exercises .sh-b9-exercise:nth-child(3) { animation-delay: .16s; }
#sh-banner9-exercises .sh-b9-exercise:nth-child(4) { animation-delay: .22s; }
#sh-banner9-exercises .sh-b9-exercise:nth-child(5) { animation-delay: .28s; }
#sh-banner9-exercises .sh-b9-exercise:nth-child(6) { animation-delay: .34s; }

#sh-banner9-exercises .sh-b9-exercise-icon {
  width: 27px;
  height: auto;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(181, 66, 77, .22));
}

#sh-banner9-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

#sh-banner9-features .sh-b9-feature {
  position: relative;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 16px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.018)),
    rgba(16, 16, 16, 0.72);
  backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 6px;
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  overflow: hidden;
  opacity: 0;
  transform: translateY(18px) scale(.94);
  animation: shB9FeatureIn .7s cubic-bezier(.16, 1, .3, 1) forwards;
  transition:
    transform .24s ease,
    border-color .24s ease,
    box-shadow .24s ease,
    background .24s ease;
}

#sh-banner9-features .sh-b9-feature:nth-child(1) { animation-delay: .08s; }
#sh-banner9-features .sh-b9-feature:nth-child(2) { animation-delay: .18s; }
#sh-banner9-features .sh-b9-feature:nth-child(3) { animation-delay: .28s; }

#sh-banner9-features .sh-b9-feature::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 44px;
  height: 1px;
  background: rgba(16, 16, 16, 0.9);
}

#sh-banner9-features .sh-b9-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(181, 66, 77, 0.14), transparent 44%);
  opacity: 0;
  transition: opacity .24s ease;
  pointer-events: none;
}

#sh-banner9-features .sh-b9-feature:hover {
  transform: translateY(-5px) scale(1.025);
  border-color: rgba(181, 66, 77, 0.88);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.36),
    0 0 24px rgba(181, 66, 77, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

#sh-banner9-features .sh-b9-feature:hover::after {
  opacity: 1;
}

#sh-banner9-features .sh-b9-icon {
  width: 20px;
  height: 20px;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(181, 66, 77, 0.30));
}

#sh-banner9-features .sh-b9-title {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

@keyframes shB9FeatureIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
#M_newbanner-12 .flex.flex-row.items-stretch.justify-center.h-auto.md\:h-\[570px\] img {
	object-fit: cover;
}
.Moa_FAQ .Moa_title-content p {
	text-align: right;
	margin-bottom: 8px;
}
.Moa_FAQ .Moa_title-content {
	align-items: flex-start;
}
.Moa_FAQ .flex.gap-4.container.flex-col.md\:flex-row {
	    align-items: center;
}
@media (max-width: 768px) {
  #sh-banner9-exercises {
    gap: 11px 18px;
    margin-bottom: 18px;
    max-width: 100%;
  }
  .Moa_title-content p {
	font-size: 0.8rem;
  }
  #sh-smart-specs-component.is-visible .sh-smart__spec:last-child {
	order: -1;
  }
#M_newbanner-12 .flex.flex-row.items-stretch.justify-center.h-auto.md\:h-\[570px\] {
	flex-direction: column;
}
  #sh-banner9-exercises .sh-b9-exercise {
    font-size: 12px;
    gap: 7px;
  }

  #sh-banner9-exercises .sh-b9-exercise-icon {
    width: 23px;
  }

  #sh-banner9-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
  }

  #sh-banner9-features .sh-b9-feature {
    min-height: 42px;
    gap: 7px;
    padding: 0 8px;
    border-radius: 5px;
  }

  #sh-banner9-features .sh-b9-icon {
    width: 17px;
    height: 17px;
  }

  #sh-banner9-features .sh-b9-title {
    font-size: 11px;
  }
}

@media (max-width: 390px) {
  #sh-banner9-exercises {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  #sh-banner9-exercises .sh-b9-exercise {
    font-size: 11px;
  }

  #sh-banner9-exercises .sh-b9-exercise-icon {
    width: 20px;
  }

  #sh-banner9-features {
    grid-template-columns: 1fr;
  }

  #sh-banner9-features .sh-b9-feature {
    justify-content: center;
    min-height: 44px;
  }

  #sh-banner9-features .sh-b9-title {
    font-size: 12.5px;
  }
}



/* injectDrowItemsSection */
#drow-items {
  direction: rtl;
  width: 100%;
  background: transparent !important;
  padding: 72px 22px 82px;
  overflow: hidden;
}

#drow-items * {
  box-sizing: border-box;
}

#sh-drow-component {
  position: relative;
  width: 100%;
  min-height: 640px;
  isolation: isolate;
}

#sh-drow-component::before {
  content: "";
  position: absolute;
  width: clamp(340px, 38vw, 560px);
  height: clamp(340px, 38vw, 560px);
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(181, 66, 77, 0.42) 0%,
    rgba(181, 66, 77, 0.22) 32%,
    rgba(181, 66, 77, 0.075) 56%,
    transparent 76%
  );
  filter: blur(16px);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.78);
  transition: opacity .9s ease, transform 1.1s cubic-bezier(.2,.8,.2,1);
}

#sh-drow-component.is-visible::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  animation: shDrowGlow 3.8s ease-in-out infinite .9s;
}

#sh-drow-component .sh-drow__stage {
  position: absolute;
  inset: 0;
}

#sh-drow-component .sh-drow__product {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: clamp(470px, 34vw, 650px);
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 34px 34px rgba(0, 0, 0, 0.48));
  opacity: 0;
  transform: translate(-50%, -42%) scale(.78) rotateX(10deg);
  transition:
    opacity .85s ease,
    transform 1s cubic-bezier(.16,1,.3,1);
}

#sh-drow-component.is-visible .sh-drow__product {
  opacity: 1;
  transform: translate(-50%, -42%) scale(1) rotateX(0);
}

#sh-drow-component .sh-drow__lines {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}

#sh-drow-component .sh-drow__path {
  fill: none;
  stroke: #b5424d;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-dasharray: 7 10;
  stroke-dashoffset: 180;
  opacity: 0;
}

#sh-drow-component.is-visible .sh-drow__path {
  opacity: .9;
  animation:
    shDrowLineShow .8s ease forwards,
    shDrowDash 1.65s linear infinite .8s;
}

#sh-drow-component .sh-drow__badge {
  position: absolute;
  z-index: 4;
  min-width: 190px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 19px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.018)),
    rgba(16,16,16,0.84);
  backdrop-filter: blur(3px);
  border: 1px solid rgba(255,255,255,0.30);
  border-radius: 6px;
  box-shadow:
    0 18px 34px rgba(0,0,0,0.36),
    inset 0 1px 0 rgba(255,255,255,0.13);
  font-size: clamp(19px, 1.75vw, 24px);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  transition:
    opacity .65s ease,
    transform .8s cubic-bezier(.16,1,.3,1),
    border-color .24s ease,
    box-shadow .24s ease;
}

#sh-drow-component .sh-drow__stars {
  width: 36px;
  height: auto;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}

#sh-drow-component .sh-drow__badge::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 48px;
  height: 1px;
  background: rgba(16,16,16,0.9);
}

#sh-drow-component.is-visible .sh-drow__badge {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

#sh-drow-component .sh-drow__badge:hover {
  transform: translateY(-6px) scale(1.025);
  border-color: rgba(181, 66, 77, 0.96);
  box-shadow:
    0 22px 44px rgba(0,0,0,0.44),
    0 0 26px rgba(181,66,77,0.20),
    inset 0 1px 0 rgba(255,255,255,0.14);
}

#sh-drow-component .top-left {
  top: 8px;
  left: 25%;
  transform: translate3d(0, -38px, 0) scale(.92);
  transition-delay: .22s;
}

#sh-drow-component .top-right {
  top: 0;
  right: 14%;
  transform: translate3d(0, -38px, 0) scale(.92);
  transition-delay: .30s;
}

#sh-drow-component .mid-left {
  top: 118px;
  left: 3%;
  transform: translate3d(-52px, 0, 0) scale(.92);
  transition-delay: .38s;
}

#sh-drow-component .mid-right {
  top: 118px;
  right: 3%;
  transform: translate3d(52px, 0, 0) scale(.92);
  transition-delay: .46s;
}

#sh-drow-component .low-left {
  top: 318px;
  left: 7.5%;
  transform: translate3d(-52px, 0, 0) scale(.92);
  transition-delay: .54s;
}

#sh-drow-component .low-right {
  top: 318px;
  right: 8.5%;
  transform: translate3d(52px, 0, 0) scale(.92);
  transition-delay: .62s;
}

#sh-drow-component .bottom-left {
  top: 500px;
  left: 18%;
  transform: translate3d(0, 38px, 0) scale(.92);
  transition-delay: .70s;
}

#sh-drow-component .bottom-right {
  top: 500px;
  right: 19%;
  transform: translate3d(0, 38px, 0) scale(.92);
  transition-delay: .78s;
}

@keyframes shDrowLineShow {
  from { opacity: 0; }
  to { opacity: .9; }
}

@keyframes shDrowDash {
  to { stroke-dashoffset: -34; }
}

@keyframes shDrowGlow {
  0%, 100% {
    transform: translate(-50%, -50%) scale(.97);
    opacity: .58;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.04);
    opacity: .84;
  }
}

@media (max-width: 992px) {
  #drow-items {
    padding: 54px 14px 62px;
  }

  #sh-drow-component {
    min-height: 730px;
  }

  #sh-drow-component::before {
    width: 340px;
    height: 340px;
  }

  #sh-drow-component .sh-drow__product {
    top: 50%;
    width: min(430px, 88vw);
    transform: translate(-50%, -48%) scale(.78) rotateX(10deg);
  }

  #sh-drow-component.is-visible .sh-drow__product {
    transform: translate(-50%, -48%) scale(1) rotateX(0);
  }

  #sh-drow-component .sh-drow__badge {
    min-width: auto;
    width: calc(50% - 10px);
    height: 52px;
    padding-inline: 12px;
    gap: 9px;
    font-size: 16px;
  }

  #sh-drow-component .sh-drow__stars {
    width: 28px;
  }

  #sh-drow-component .top-left,
  #sh-drow-component .top-right,
  #sh-drow-component .mid-left,
  #sh-drow-component .mid-right,
  #sh-drow-component .low-left,
  #sh-drow-component .low-right,
  #sh-drow-component .bottom-left,
  #sh-drow-component .bottom-right {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  #sh-drow-component .top-left {
    top: 0;
    right: 0;
    transform: translate3d(0, -30px, 0) scale(.92);
  }

  #sh-drow-component .top-right {
    top: 0;
    left: 0;
    transform: translate3d(0, -30px, 0) scale(.92);
  }

  #sh-drow-component .mid-left {
    top: 66px;
    right: 0;
    transform: translate3d(0, -30px, 0) scale(.92);
  }

  #sh-drow-component .mid-right {
    top: 66px;
    left: 0;
    transform: translate3d(0, -30px, 0) scale(.92);
  }

  #sh-drow-component .low-left {
    bottom: 66px;
    right: 0;
    transform: translate3d(0, 30px, 0) scale(.92);
  }

  #sh-drow-component .low-right {
    bottom: 66px;
    left: 0;
    transform: translate3d(0, 30px, 0) scale(.92);
  }

  #sh-drow-component .bottom-left {
    bottom: 0;
    right: 0;
    transform: translate3d(0, 30px, 0) scale(.92);
  }

  #sh-drow-component .bottom-right {
    bottom: 0;
    left: 0;
    transform: translate3d(0, 30px, 0) scale(.92);
  }
}

@media (max-width: 430px) {
  #drow-items {
    padding: 44px 10px 56px;
  }

  #sh-drow-component {
    min-height: 670px;
  }

  #sh-drow-component::before {
    width: 300px;
    height: 300px;
  }

  #sh-drow-component .sh-drow__product {
    width: min(298px, 93vw);
  }

  #sh-drow-component .sh-drow__badge {
    width: calc(50% - 6px);
    height: 46px;
    font-size: 13px;
    border-radius: 5px;
    padding-inline: 8px;
    gap: 6px;
  }

  #sh-drow-component .sh-drow__stars {
    width: 23px;
  }

  #sh-drow-component .mid-left,
  #sh-drow-component .mid-right {
    top: 56px;
  }

  #sh-drow-component .low-left,
  #sh-drow-component .low-right {
    bottom: 56px;
  }
}

@media (max-width: 360px) {
  #sh-drow-component {
    min-height: 635px;
  }

  #sh-drow-component .sh-drow__product {
    width: min(330px, 96vw);
  }

  #sh-drow-component .sh-drow__badge {
    height: 42px;
    font-size: 11.8px;
  }

  #sh-drow-component .sh-drow__stars {
    width: 20px;
  }
}

/* replaced background image block moved from inline style */
.sh-replaced-image-block .sh-replaced-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* scroll reveal: injected items start only when the user reaches the section */
#sh-banner9-exercises .sh-b9-exercise,
#sh-banner9-features .sh-b9-feature {
  animation: none;
  will-change: opacity, transform;
}

#sh-banner9-exercises .sh-b9-exercise {
  transition: opacity .65s ease, transform .75s cubic-bezier(.16, 1, .3, 1);
}

#sh-banner9-features .sh-b9-feature {
  transition:
    opacity .65s ease,
    transform .75s cubic-bezier(.16, 1, .3, 1),
    border-color .24s ease,
    box-shadow .24s ease,
    background .24s ease;
}


#sh-banner9-exercises.is-visible .sh-b9-exercise,
#sh-banner9-features.is-visible .sh-b9-feature {
  opacity: 1;
  transform: translateY(0) scale(1);
  will-change: auto;
}

#sh-banner9-exercises .sh-b9-exercise:nth-child(1) { transition-delay: .04s; }
#sh-banner9-exercises .sh-b9-exercise:nth-child(2) { transition-delay: .10s; }
#sh-banner9-exercises .sh-b9-exercise:nth-child(3) { transition-delay: .16s; }
#sh-banner9-exercises .sh-b9-exercise:nth-child(4) { transition-delay: .22s; }
#sh-banner9-exercises .sh-b9-exercise:nth-child(5) { transition-delay: .28s; }
#sh-banner9-exercises .sh-b9-exercise:nth-child(6) { transition-delay: .34s; }

#sh-banner9-features .sh-b9-feature:nth-child(1) { transition-delay: .08s; }
#sh-banner9-features .sh-b9-feature:nth-child(2) { transition-delay: .18s; }
#sh-banner9-features .sh-b9-feature:nth-child(3) { transition-delay: .28s; }


#sh-banner9-features.is-visible .sh-b9-feature:hover {
  transform: translateY(-5px) scale(1.025);
}


@media (prefers-reduced-motion: reduce) {
  #sh-smart-specs-component *,
  #sh-banner9-exercises *,
  #sh-banner9-features *,
  #sh-drow-component * {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
.maintitle svg , .Moa_title-content .maintitle:after {
display: none !important;
}

.Moa_title-content h1 {
  position: relative;
  display: inline-block;
}
.Moa_title-content .maintitle {
  border: none;
}
.Moa_title-content h1::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -11px;
  width: 52px;
  height: 5px;
  border-radius: 9px;
  background: var(--line-color);
  transform: rotate(-17deg);
}
.Moa_videobanner_video {
	position: relative;
}
.Moa_videobanner_video img {
	object-fit:contain;
}
.Moa_videobanner {
	height: auto;
}
.Moa_videobanner_side {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
img.lazy.absolute.inset-0.ast_st.z-\[-1\]{ 
    object-fit: contain;
    position: relative;
}

@media (min-width: 768px) {
    .flex.flex-row-reverse.items-stretch.justify-center.h-auto.md\:h-\[570px\] {
        height: auto !important;
		flex-direction: row !important;
    }
	.relative.w-1\/2.h-auto.overflow-hidden.min-h-\[220px\].md\:min-h-unset ,.sh-replaced-image-block {
		width: 50% !important;
	}

}
@media (max-width: 767px) {
	.relative.w-1\/2.h-auto.overflow-hidden.min-h-\[220px\].md\:min-h-unset ,.sh-replaced-image-block , .lazy__bg.relative.sqer.w-1\/2.flex.flex-col.justify-center.gap-4.h-auto.text-white.reveal {
		width: 100% ;
	}
}

.flex.flex-row-reverse.items-stretch.justify-center.h-auto.md\:h-\[570px\] {
	height: auto !important;
	flex-direction: column;
}

section#M_titles-13 {
      display: none;
}

.Moa_main_banner .huge_head h1 {
	font-size: clamp(1.6rem, 1.1183rem + 2.2018vw, 2.625rem);
}

@media (min-width: 1024px) {
    .s-products-list-vertical-cards {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
body#app,
.text-gray-800,
.text-gray-700,
.text-black,
.form-label,
.mm-spn a,
.mm-spn.mm-spn--light,
.btn--collapse,
.Moa_singlePage .s-count-down-item-value,
.Moa_singlePage .s-count-down-item-label,
salla-add-product-button .textadd,
salla-add-product-button .s-button-text{
    color: white !important;
}

.product-single .main-content salla-add-product-button .s-button-text  {
  color: #000 !important;
}
.s-product-card-promotion-title.pro {
      max-width: 3rem;

}

.mm-ocd__content , .mm-spn.mm-spn--light {
  background: #121212 !important;
}

.bg-gray-800 {
  background-color: rgb(102 108 115) !important;
}
.s-breadcrumb-arrow svg {
  fill: white ;
}
@media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--navbar.mm-spn--main:where([dir=rtl],[dir=rtl] *):after {
        text-align: center;
    }
}

.content.content--single-page.w-full.lg\:w-10\/12.bg-white.rounded.p-6.lg\:p-8.mt-4.lg\:mt-12 {
    background: transparent;
}
.s-product-card-content-title a {
      font-size: 0.675rem;
}
.Chic__pabg {
      pointer-events: none;
}
#M_newbanner-12 .relative.w-1\/2.h-auto.overflow-hidden.min-h-\[220px\].md\:min-h-unset.reveal.animating {
  min-height: 500px;
}
.product-single .Moa_title.spc-md {
  margin-bottom: 1.5rem;
}
.product-single .Moa_title-content p {
  padding-top: 0;
}
.s-tabs-header {
  border-color: var(--color-primary) !important;
}