* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html,
body {
  margin: 0px;
  height: 100%;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
}

#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 100500;
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page-preloader.hidden-preloader {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

#page-preloader-spinner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 4px solid #f1f1f1;
  border-top-color: #db313d;
  animation: page-preloader-spin 0.8s linear infinite;
}

@keyframes page-preloader-spin {
  to {
    transform: rotate(360deg);
  }
}

button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

a {
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

details summary::-webkit-details-marker {
  display: none;
}

details[open] summary img {
  transform: rotate(45deg);
}

#compare-modal-text img {
  display: none;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }

  .modal-sm {
    width: 300px;
  }
}

.active-wish {
  background-color: #DB313D !important;
  border-color: #DB313D !important;
}

.active-wish span {
  filter: brightness(0) invert(1);
}

.text-label-base {
  width: fit-content;
  margin-top: -1px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #353837;
  font-size: 1rem;
  line-height: 19.2px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}

.text-label-sm {
  width: fit-content;
  margin-top: -1px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #353837;
  font-size: 0.75rem;
  line-height: 14.4px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}

.text-price-lg {
  width: fit-content;
  margin-top: -1px;
  color: #353837;
  font-size: 1.5rem;
  line-height: 28.8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}

.text-price-red {
  width: fit-content;
  margin-top: -1px;
  color: #ee3024;
  font-size: 1.5rem;
  line-height: 28.8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}

.text-price-old {
  width: fit-content;
  opacity: 0.4;
  color: #353837;
  font-size: 1rem;
  line-height: 19.2px;
  text-decoration: line-through;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}

.text-status-green {
  width: fit-content;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #00b627;
  font-size: 0.75rem;
  line-height: 14.4px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}

.text-product-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 19.2px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  color: #353837;
  letter-spacing: 0;
  overflow: hidden;
}

.text-product-title a,
.horizontal-scroll-container .text-product-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  width: 100%;
}

.text-label-lg-red {
  width: fit-content;
  margin-top: -1px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #ee3024;
  font-size: 1.125rem;
  line-height: 21.6px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}

.text-label-lg-green {
  width: fit-content;
  margin-top: -1px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #00b627;
  font-size: 1.125rem;
  line-height: 21.6px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}

.text-label-lg-white,
.text-label-lg-sale {
  width: fit-content;
  margin-top: -1px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: white;
  font-size: 1.125rem;
  line-height: 21.6px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}

.card-product {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 310px;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: white;
  border-radius: 40px;
  overflow: hidden;
}

.product-card {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  width: 310px;
  height: 100%;
  background-color: white;
  border-radius: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.product-card__image {
  width: 243px;
  height: 243px;
  position: relative;
  object-fit: cover;
  border-radius: 40px;
}

.product-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 1 1 auto;
}

.product-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.product-card__body>.product-card__row:last-child {
  margin-top: auto;
}

.product-card__price-box {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.75rem;
  position: relative;
  flex: 0 0 auto;
  flex-direction: row;
}

.product-card__badges {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  position: absolute;
  top: 2.5rem;
  left: 0;
  z-index: 10;
  opacity: .7;
  transition: left 0.3s ease;
}

.product-card:hover .product-card__badges {
  left: -200px;
}

.rating-stars {
  display: inline-flex;
  align-items: flex-start;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
}

.btn-icon-circle {
  display: flex;
  width: 3rem;

  height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;

  position: relative;
  border-radius: 100px;
  overflow: hidden;
}

.badge-overlay {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 0.375rem 0.75rem;
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  z-index: 2;
}

.badge-overlay-right {
  border-radius: 0px 100px 100px 0px;
}

.badge-overlay-left {
  position: absolute;
  border-radius: 0px 0px 0px 100px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.bg-gradient-pink {
  background: linear-gradient(319deg, rgba(245, 206, 221, 1) 0%, rgba(228, 169, 192, 1) 100%);
}

.bg-gradient-red {
  background: linear-gradient(0deg, rgba(219, 49, 61, 1) 0%, rgba(219, 49, 61, 1) 100%);
}

.hover-bg-gradient-dark:hover {
  background: linear-gradient(0deg, rgba(53, 56, 55, 1) 0%, rgba(53, 56, 55, 1) 100%);
}

.btn-icon-circle.bg-gradient-pink {
  z-index: 0;
  isolation: isolate;
}

.btn-icon-circle.hover-bg-gradient-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(53, 56, 55, 1) 0%, rgba(53, 56, 55, 1) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
  border-radius: inherit;
}

.btn-icon-circle.hover-bg-gradient-dark:hover::before {
  opacity: 1;
}

.btn-icon-circle.hover-bg-gradient-dark:hover {
  background: linear-gradient(319deg, rgba(245, 206, 221, 1) 0%, rgba(228, 169, 192, 1) 100%) !important;
}

.btn-icon-circle>* {
  z-index: 1;
  position: relative;
}

.bg-overlay-red {
  background: linear-gradient(0deg, rgba(238, 48, 36, 0.24) 0%, rgba(238, 48, 36, 0.24) 100%), linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.bg-overlay-green {
  background: linear-gradient(0deg, rgba(0, 183, 40, 0.24) 0%, rgba(0, 183, 40, 0.24) 100%), linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.bg-badge-red-solid {
  background: linear-gradient(0deg, rgba(238, 48, 36, 1) 0%, rgba(238, 48, 36, 1) 100%), linear-gradient(90deg, rgba(164, 51, 58, 1) 0%, rgba(238, 48, 36, 1) 100%), linear-gradient(0deg, rgba(164, 51, 58, 1) 0%, rgba(164, 51, 58, 1) 100%), linear-gradient(0deg, rgba(238, 48, 36, 1) 0%, rgba(238, 48, 36, 1) 100%);
}

.text-label-btn-white {
  width: fit-content;
  margin-top: -3.5px;
  margin-bottom: -1.5px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: white;
  font-size: 1rem;
  line-height: 19.2px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}

.btn-circle-gray {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #F9F9F9;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}


.btn-icon-circle .group-hover\:hidden {
  display: block;
}

.btn-icon-circle .group-hover\:block {
  display: none;
}

.btn-icon-circle.group:hover .group-hover\:block {
  display: block;
}

.btn-icon-circle.group:hover .group-hover\:hidden {
  display: none;
}

.btn-circle-gray:hover {
  background-color: #DB313D;
}

.btn-circle-gray span {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: filter 0.3s ease;
}

.btn-circle-gray:hover span {
  filter: brightness(0) invert(1);
}

.section-header-title {
  width: fit-content;
  margin-top: -1px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  color: #353837;
  font-size: 46px;
  line-height: 55.2px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  letter-spacing: 0;
}

.section-header-desc {
  opacity: 0.7;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #353837;
  font-size: 1rem;
  line-height: 19.2px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  white-space: normal;
}

.text-faq-question {
  width: fit-content;
  margin-top: -1px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #353837;
  font-size: 1.5rem;

  line-height: 28.8px;
  white-space: normal;

  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 0;
}

.faq-item-base {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;

  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: white;
  overflow: hidden;
  transition: all 0.3s ease;
  border-radius: 40px;
}

.faq-item-open {
  align-items: flex-start;
  gap: 1rem;
  border: 2px solid #c9aec9;
}

.faq-item-closed {
  align-items: stretch;
  gap: 0;
  border: 0;

}

.text-faq-answer {
  align-self: stretch;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #353837;
  font-size: 1rem;
  line-height: 22.4px;
  position: relative;
  display: block;

  letter-spacing: 0;

  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.faq-item-open .text-faq-answer {
  max-height: 500px;

  opacity: 1;
}

.blog-card {
  position: relative;
  flex-shrink: 0;
  width: 350px;
  height: 460px;
  border-radius: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media (min-width: 768px) {
  .blog-card {
    width: 425px;
  }
}

.blog-card__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  top: 162px;
  left: 1rem;
  width: calc(100% - 2rem);
}

.blog-card__glass {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px) brightness(100%);
  -webkit-backdrop-filter: blur(3px) brightness(100%);
}

.blog-card__category-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1rem 0.375rem 1rem;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: -1px;
  border-radius: 24px 24px 0 0;
}

.blog-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 0 32px 32px 0;
}

.blog-card__date-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1rem 0.375rem 1rem;
  position: relative;
  flex: 0 0 auto;
  margin-top: -1px;
  border-radius: 24px 24px 0 0;
  transform: rotate(-180deg);
}

.blog-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 0.375rem 0.75rem;
  position: relative;
  flex: 0 0 auto;
  background-color: rgba(164, 51, 58, 0.12);
  border-radius: 0.375rem;
}

.blog-card__badge-text {
  width: fit-content;
  margin-top: -1px;
  font-weight: 600;
  color: #a4333a;
  font-size: 1rem;
  line-height: 19.2px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0;
}

.text-blog-title {
  align-self: stretch;
  margin-top: -1px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #353837;
  font-size: 1.5rem;

  line-height: 28.8px;
  position: relative;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-blog-desc {
  align-self: stretch;
  font-weight: 400;
  color: #353837;
  font-size: 1rem;
  line-height: 19.2px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-blog-date {
  width: fit-content;
  margin-top: -1px;
  transform: rotate(180deg);
  color: #353837;
  font-size: 0.7rem;
  line-height: 19.2px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}

.card-advantage {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  gap: 1.5rem;
  padding: 1.5rem;
  position: relative;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  background: linear-gradient(0deg, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 100%), linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

@media (min-width: 1024px) {
  .card-advantage {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
    flex-grow: 1;
  }
}

.text-advantage-title {
  width: fit-content;
  margin-top: -1px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #353837;
  font-size: 1.5rem;
  line-height: 28.8px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}

.bg-footer-gradient {
  background: linear-gradient(0deg, rgba(53, 56, 55, 1) 0%, rgba(53, 56, 55, 1) 100%), linear-gradient(0deg, rgba(253, 233, 242, 1) 0%, rgba(253, 233, 242, 1) 100%), linear-gradient(0deg, rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 1) 100%), linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.copyright-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #303030;
}

.copyright-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: white;
  font-size: 1rem;
  line-height: 19.2px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}

.footer-column {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  position: relative;
  flex: 0 0 auto;
}

.contact-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  flex: 0 0 auto;
}

.contact-text {
  width: fit-content;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: white;
  font-size: 1rem;
  line-height: 19.2px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}

.footer-intro-text {
  width: 280px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: white;
  font-size: 0.75rem;
  line-height: 14.4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}

@media (min-width: 1024px) {
  .footer-intro-text {
    justify-content: flex-start;
  }
}

.section-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  padding: 2.5rem 1rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: white;
}

@media (min-width: 768px) {
  .section-container {
    padding: 100px 4rem;
  }
}

.text-footer-header {
  width: fit-content;
  margin-top: -1px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  font-size: 1rem;
  line-height: 19.2px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}

.text-footer-link {
  width: fit-content;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: white;
  font-size: 1rem;
  line-height: 19.2px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}

:root {
  --page-max-width: 1440px;
}

section> :where(div, header, footer, nav, form, article, aside, main, ul, ol) {
  width: 100%;
  max-width: var(--page-max-width);
  margin-left: auto;
  margin-right: auto;
}

.hero-slider {
  --hero-slide-w-active: min(1100px, 80vw);
  --hero-slide-h-active: 502px;
  --hero-slide-w-side: min(350px, 80vw);
  --hero-slide-h-side: 450px;
  --hero-slide-offset: calc((var(--hero-slide-w-active) / 2) + (var(--hero-slide-w-side) / 2) + 30px);
  overflow: hidden;
  padding-bottom: 60px;
}

.hero-slider__track {
  position: relative;
  height: var(--hero-slide-h-active);
  margin: 0 auto;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: var(--hero-slide-w-active);
  height: var(--hero-slide-h-active);
  border-radius: 40px;
  overflow: hidden;
  background: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: transform 220ms ease, opacity 220ms ease, width 220ms ease, height 220ms ease, top 220ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-slide--image-only .sliderp_caption {
  padding: 0 !important;
}

.hero-slide--image-only .sliderp_box {
  display: none !important;
}

.hero-slide--image-only .sliderp_image {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  margin-top: 0 !important;
  float: none !important;
}

.hero-slide .sliderp_image picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-slide .sliderp_image picture img {
  display: block;
}

.hero-slide--image-only .sliderp_image .img-responsive {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  max-width: none !important;
  max-height: none !important;
}

.hero-slide--image-only .sliderp_image_link {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-slide--image-only {
  border: 0 !important;
  background: transparent !important;
}

.hero-slide--image-only .sliderp_caption:hover .img_effect {
  transform: none !important;
}

.hero-slide--image-only .img_effect {
  transition: none !important;
}

.hero-slide--image-only .sliderp_link:hover,
.hero-slide--image-only .sliderp_image_link:hover {
  opacity: 1 !important;
}

.hero-slide--not-clickable.is-active,
.hero-slide--not-clickable.is-active .sliderp_caption,
.hero-slide--not-clickable.is-active .sliderp_link,
.hero-slide--not-clickable.is-active .sliderp_image,
.hero-slide--not-clickable.is-active .img-responsive {
  cursor: default !important;
}

.hero-slide.is-prev,
.hero-slide.is-next {
  opacity: 1;
  pointer-events: auto;

  width: var(--hero-slide-w-side);
  height: var(--hero-slide-h-side);
  top: calc((var(--hero-slide-h-active) - var(--hero-slide-h-side)) / 2);
  cursor: pointer;
}

.hero-slide.is-prev .sliderp_box,
.hero-slide.is-next .sliderp_box {
  display: none !important;
}

.hero-slide.is-prev .sliderp_image,
.hero-slide.is-next .sliderp_image {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

.hero-slide.is-prev .sliderp_link,
.hero-slide.is-next .sliderp_link {
  filter: blur(2px);
  transition: transform 220ms ease, filter 220ms ease;
  transform-origin: center center;
  pointer-events: none;

}

.hero-slide.is-active .sliderp_link {
  transform: scale(1);
  filter: blur(0);
  transition: transform 220ms ease, filter 220ms ease;
}

.hero-slide.is-prev {
  transform: translateX(calc(-50% - var(--hero-slide-offset)));
}

.hero-slide.is-next {
  transform: translateX(calc(-50% + var(--hero-slide-offset)));
}

.hero-slider__pagination {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 16px;
  background: #ffffff;
  border-radius: 100px;
  width: fit-content;
}

.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: #E5E5E5;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.hero-dot.is-active {
  background: #353837;
}

@media (max-width: 767px) {
  .hero-slider {
    --hero-slide-w-active: min(500px, 80vw);
    --hero-slide-h-active: 520px;
    --hero-slide-w-side: 72px;
    --hero-slide-h-side: 420px;
    --hero-slide-offset: calc((var(--hero-slide-w-active) / 2) + (var(--hero-slide-w-side) / 2) + 24px);
  }

  .bannerp_image,
  .sliderp_image {
    transform: scale(1.5);
    position: absolute;
    z-index: 1;
  }

  .sliderp_box.order_sliderp_box {
    z-index: 2;
  }

  .sliderp_price.text-slider_plus3.ef-slider3 {
    font-weight: 600;
    font-size: 40px;
  }

  .btn-sliderp.text-slider_plus3.ef-slider3 {
    margin-top: 5px;
    ;
  }
   .badge-overlay-left .text-label-lg-white{
     font-size: 14px;
     line-height: 14px;
     width: 15px;
   }
  .blog-card {
    width: calc((100% - 0.75rem) / 2);
    min-width: calc((100% - 0.75rem) / 2);
    height: 280px;
  }

  .blog-card__inner {
    top: 50px;
    left: 0.5rem;
    width: calc(100% - 1rem) !important;
  }

  .blog-card__content {
    padding: 0.75rem;
    border-radius: 0 24px 24px 0;
  }

  .blog-card__category-wrapper {
    padding: 0.75rem 0.75rem 0.25rem 0.75rem;
  }

  .blog-card__date-wrapper {
    padding: 0.75rem 0.75rem 0.25rem 0.75rem;
  }

  .text-blog-title {
    font-size: 1rem;
    line-height: 1.25rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
  }

  .text-blog-desc {
    font-size: 0.75rem;
    line-height: 1rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .blog-card__badge-text, .text-blog-date {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .category-card {
    height: 16rem;
    padding: 1rem;
    gap: 1rem;
  }

  .category-card__title {
    font-size: 24px !important;
    line-height: 28.8px;
  }

  .horizontal-scroll-container {
    gap: 0.75rem !important;
  }

  .horizontal-scroll-container .product-card {
    width: calc((100% - 0.75rem) / 2);
    min-width: calc((100% - 0.75rem) / 2);
    border-radius: 20px;
  }

  .horizontal-scroll-container .product-card__image-wrapper {
    width: 100%;
  }

  .horizontal-scroll-container .product-card__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 20px;
  }
  .product-card__price-box {
    display: inline-flex;
    flex-direction: column;
    gap: 0;
  }
  .horizontal-scroll-container .product-card__body {
    padding: 0.75rem;
    gap: 0.5rem;
  }

  .product-actions-overlay {
    top: 25px !important;
    right: 12px !important;
  }

  .text-product-title,
  .horizontal-scroll-container .text-product-title {
    font-size: 1rem;
    line-height: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .text-product-title a,
  .horizontal-scroll-container .text-product-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100%;
  }

  .horizontal-scroll-container .text-price-lg,
  .horizontal-scroll-container .text-price-red {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .horizontal-scroll-container .text-price-old {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .horizontal-scroll-container .btn-icon-circle {
    width: 2.25rem;
    height: 2.25rem;
  }

  .horizontal-scroll-container .rating-stars img {
    width: 10px;
    height: 10px;
  }

  .product-card__badges .text-label-lg-red,
  .product-card__badges .text-label-lg-green {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .hero-slide--image-only .sliderp_image .img-responsive {
    scale: 0.7;
    object-fit: contain !important;
  }

  .faq-item-base {
    padding: 1rem;
    border-radius: 20px;
  }

  .text-faq-question {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .text-faq-answer {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .faq-item-open {
    gap: 0.5rem;
  }

  .section-header-nav {
    gap: 0.5rem;
  }

  .section-header-nav button {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }

  .section-header-nav button img {
    width: 1.25rem !important;
    height: 1.25rem !important;
  }

  .section-header-title {
    font-size: 28px;
    line-height: 32px;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate-fade-in-up {
  animation: fadeInUp 0.4s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes paginationFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pagination-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.pagination {
  display: inline-flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}

.mfp-wrap {
  position: fixed !important;
  height: 100% !important;
}

.pagination li {
  display: inline-block !important;
  margin: 0;
  opacity: 0;
  animation: paginationFadeIn 0.3s ease forwards;
}

.pagination li.pagination-generated-dots {
  display: none !important;
}

.pagination li:nth-child(1) { animation-delay: 0ms; }
.pagination li:nth-child(2) { animation-delay: 50ms; }
.pagination li:nth-child(3) { animation-delay: 100ms; }
.pagination li:nth-child(4) { animation-delay: 150ms; }
.pagination li:nth-child(5) { animation-delay: 200ms; }
.pagination li:nth-child(6) { animation-delay: 250ms; }
.pagination li:nth-child(7) { animation-delay: 300ms; }
.pagination li:nth-child(8) { animation-delay: 350ms; }
.pagination li:nth-child(9) { animation-delay: 400ms; }
.pagination li:nth-child(n+10) { animation-delay: 450ms; }

.pagination li a,
.pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border-radius: 8px;
  background-color: transparent;
  color: #353837;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.pagination li a:hover {
  background-color: #f5f5f5;
  color: #353837;
  border-color: #ccc;
  transform: translateY(-2px);
}

.pagination li.active span {
  background-color: #DB313D;
  color: #fff;
  border-color: #DB313D;
  transform: scale(1.05);
}

.pagination li.dots span {
  border-color: transparent;
  cursor: default;
  background-color: transparent;
  color: #999;
}

.pagination li.arrow a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid #353837;
  border-radius: 100px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  padding: 0;
}

.pagination li.arrow a:hover {
  background-color: #DB313D;
  border-color: #DB313D;
  transform: scale(1.05);
}

.pagination li.arrow a:hover .section-nav-btn-icon--default {
  display: none;
}

.pagination li.arrow a:hover .section-nav-btn-icon--hover {
  display: block;
}

.pagination li.arrow a .section-nav-btn-icon--hover {
  display: none;
}

.pagination li.arrow.first a,
.pagination li.arrow.last a {
  transform: none;
}

.pagination li.arrow.first a:hover,
.pagination li.arrow.last a:hover {
  transform: scale(1.05);
}

.pagination li.arrow.first a:hover .section-nav-btn-icon--default,
.pagination li.arrow.first a:hover .section-nav-btn-icon--hover {
  transform: rotate(0deg);
}

.pagination li.arrow.last a:hover .section-nav-btn-icon--default,
.pagination li.arrow.last a:hover .section-nav-btn-icon--hover {
  transform: rotate(0deg);
}

.pagination li.arrow.prev a {
  transform: none;
}

.pagination li.arrow.prev a:hover {
  transform: scale(1.05);
}

.pagination li.arrow.next a {
  transform: rotate(180deg);
}

.pagination li.arrow.next a:hover {
  transform: rotate(180deg) scale(1.05);
}

@media (max-width: 576px) {
  .pagination-container {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .pagination {
    gap: 4px;
  }

  .pagination li a,
  .pagination li span {
    min-width: 32px;
    height: 32px;
    padding: 0 6px;
    font-size: 13px;
    border-radius: 6px;
  }

  .pagination li.arrow a {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.animate-fade-in {
  animation: fadeIn 0.5s ease-out forwards;
}

.categories-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 8px 0 16px;

}

.categories-slider-wrapper .swiper-wrapper {
  align-items: stretch;
}

.category-slider-card.swiper-slide {
  width: 200px;
}

.category-slider-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px;
  position: relative;
  background-color: #ffffff;
  border-radius: 40px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: auto;
  flex-shrink: 0;
  box-sizing: border-box;
  text-align: center;
}

.category-slider-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.category-slider-card .category-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  position: relative;
  aspect-ratio: 1;
  margin: 0 auto;
  display: block;
}

.category-slider-card .category-title {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #353837;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.btn-primary-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  height: 48px;
  padding: 0 24px;
  border-radius: 100px;
  overflow: hidden;
  gap: 12px;
  background: #db313d;
  transition: background 0.3s ease;
  cursor: pointer;
}

.btn-primary-red:hover {
  background: #353837;
}

.btn-primary-red.pr-1 {
    padding: 0px 5px 0px 20px;
}

.category-card {
  display: flex;
  flex-direction: column;
  height: 20rem;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  position: relative;

  border-radius: 40px;
  overflow: hidden;
  background: linear-gradient(0deg, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 100%), linear-gradient(0deg, rgba(239, 239, 239, 1) 0%, rgba(239, 239, 239, 1) 100%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.category-card__title {
  width: fit-content;
  margin-top: -1px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #353837;
  font-size: 32px;
  line-height: 38.4px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  transition: color 0.3s ease;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.5;

}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
}

.category-card:hover .category-card__title {
  color: #DB313D;
}

.category-card img {
  transition: transform 0.5s ease;
}

.category-card:hover img {
  transform: scale(1.05);
}

.btn-icon-circle.hover-bg-gradient-dark:hover img {
  filter: brightness(0) invert(1);
}

#header-categories-btn:hover,
#header-phone-link:hover {
  background: linear-gradient(319deg, rgba(245, 206, 221, 1) 0%, rgba(228, 169, 192, 1) 100%);
  border-color: #353837;
}

nav a {
  transition: color 0.3s ease;
  text-decoration: none !important;
}

form a {
  text-decoration: none !important;
}

nav a:hover {
  color: #db313d;
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 100px;
  overflow: hidden;
  background: linear-gradient(0deg, rgba(239, 239, 239, 1) 0%, rgba(239, 239, 239, 1) 100%), linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.lang-switcher__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 12px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 100px;
  overflow: hidden;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.lang-switcher__btn.is-active {
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.lang-switcher__flag {
  height: 16px;
  width: auto;
  display: block;
}

.lang-switcher__text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #353837;
  font-size: 0.75rem;
  line-height: 14.4px;
  letter-spacing: 0;
}

.product-card__image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 243px;
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 40px;
}

.product-card__image-wrapper img {
  transition: opacity 0.3s ease-in-out;
}

.product-card__image.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.product-card__image.main-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.product-card:hover .product-card__image.hover-img {
  opacity: 1;
}

.product-card:hover .has-hover-img .product-card__image.main-img {
  opacity: 0;
}

.mfp-preloader {
  display: none !important;
}

:root {
  --openlove-scrollbar-track: rgba(245, 245, 245, 1);
  --openlove-scrollbar-thumb: rgba(245, 206, 221, 1);
  --openlove-scrollbar-thumb-hover: rgb(222, 184, 199);
}

html {
  scrollbar-width: thin;
  scrollbar-color: var(--openlove-scrollbar-thumb) var(--openlove-scrollbar-track);
}

*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

*::-webkit-scrollbar-track {
  background: var(--openlove-scrollbar-track);
  border-radius: 999px;
}

*::-webkit-scrollbar-thumb {
  background: var(--openlove-scrollbar-thumb);
  border-radius: 999px;
  border: 1px solid var(--openlove-scrollbar-track);
}

*::-webkit-scrollbar-thumb:hover {
  background: var(--openlove-scrollbar-thumb-hover);
}

@keyframes move-tl {

  0%,
  10%,
  100% {
    transform: translate(0, 0);
  }

  25%,
  35% {
    transform: translate(11.5px, 0);
  }

  50%,
  60% {
    transform: translate(11.5px, 11.5px);
  }

  75%,
  85% {
    transform: translate(0, 11.5px);
  }
}

@keyframes move-tr {

  0%,
  10%,
  100% {
    transform: translate(0, 0);
  }

  25%,
  35% {
    transform: translate(0, 11.5px);
  }

  50%,
  60% {
    transform: translate(-11.5px, 11.5px);
  }

  75%,
  85% {
    transform: translate(-11.5px, 0);
  }
}

@keyframes move-br {

  0%,
  10%,
  100% {
    transform: translate(0, 0);
  }

  25%,
  35% {
    transform: translate(-11.5px, 0);
  }

  50%,
  60% {
    transform: translate(-11.5px, -11.5px);
  }

  75%,
  85% {
    transform: translate(0, -11.5px);
  }
}

@keyframes move-bl {

  0%,
  10%,
  100% {
    transform: translate(0, 0);
  }

  25%,
  35% {
    transform: translate(0, -11.5px);
  }

  50%,
  60% {
    transform: translate(11.5px, -11.5px);
  }

  75%,
  85% {
    transform: translate(11.5px, 0);
  }
}

#header-categories-btn:hover .block-tl {
  animation: move-tl 3s ease-in-out;
}

#header-categories-btn:hover .block-tr {
  animation: move-tr 3s ease-in-out;
}

#header-categories-btn:hover .block-br {
  animation: move-br 3s ease-in-out;
}

#header-categories-btn:hover .block-bl {
  animation: move-bl 3s ease-in-out;
}

.section-header-nav {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  flex-shrink: 0;
}

.section-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 3rem;
  height: 3rem;
  border: 1px solid #353837;
  border-radius: 100px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.section-nav-btn--next {
  transform: rotate(180deg);
}

.section-nav-btn-icon {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  flex: 0 0 auto;
}

.section-nav-btn-icon--hover {
  display: none;
  transform: rotate(180deg);
}

.section-nav-btn:is(:hover, :active, :focus, :focus-visible) {
  background-color: #DB313D;
  border-color: #DB313D;
  outline: none;
}

.section-nav-btn:is(:hover, :active, :focus, :focus-visible) .section-nav-btn-icon--default {
  display: none;
}

.section-nav-btn:is(:hover, :active, :focus, :focus-visible) .section-nav-btn-icon--hover {
  display: block;
}

.reviews-all-link-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

.reviews-all-link {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: #DB313D;
  text-decoration: none;
}

.reviews-all-link:hover,
.reviews-all-link:focus,
.reviews-all-link:focus-visible {
  color: #b4232f;
  text-decoration: underline;
}

.section-header-text-container {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  padding-right: 1rem;
  text-align: left;
}

@media (min-width: 768px) {
  .section-header-text-container {
    padding-right: 6rem;
  }
}

@media (max-width: 767px) {
  .section-header-desc {
    display: none;
  }
  .product-card__badges {
    top: 15px;
  }
  .text-label-lg-red,
  .text-label-lg-green,
  .text-label-lg-sale {
    font-size: 9px;
    padding: 0px;
    line-height: 10px;
    max-width: 75px;
    text-align: right;
    text-wrap: auto;
  }
}

.review-card-custom {
  width: calc(65% - 0px);
  flex: 0 0 calc(65% - 0px);
}

.review-title-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review-text-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .review-card-custom {
    width: 360px;
    flex: 0 0 360px;
  }
}

.horizontal-scroll-container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 1.5rem;

  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  overflow-x: auto;
  scroll-behavior: smooth;

  padding-top: 2.5rem;

  padding-bottom: 2.5rem;
  margin-top: -2.5rem;

  margin-bottom: -2.5rem;

  -ms-overflow-style: none;
  scrollbar-width: none;
}

.horizontal-scroll-container::-webkit-scrollbar {
  display: none;
}

.product-tab-panel {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  transition: opacity 300ms ease-in-out;
}

.product-tab-panel.hidden {
  display: none;
}

.product-tab-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.product-tab-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: -1px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #353837;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}

.product-description-body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  word-wrap: break-word;
}

@media (max-width: 1024px) {

    .product-actions-overlay {
        opacity: 1 !important;
    }
}

@media (max-width: 767px) {

    .product-actions-overlay {
        right: 8px !important;
        gap: 4px !important;
    }

    .product-actions-overlay .btn-circle-gray {
        width: 32px !important;
        height: 32px !important;
    }

    .product-actions-overlay .btn-circle-gray span {
        width: 16px !important;
        height: 16px !important;
    }
}

.product-page__badges {
  top: 1rem;
  gap: 0.875rem;
}

.product-page__badges .badge-overlay {
  padding: 0.5rem 1.125rem;
}

.product-page__badges .text-label-lg-red,
.product-page__badges .text-label-lg-green,
.product-page__badges .text-label-lg-sale,
.product-page__badges .text-label-lg-white {
  font-size: 1.375rem;
  line-height: 1.65rem;
}

.product-page__sale-inline {
  padding-left: 1.125rem !important;
  padding-right: 1.125rem !important;
}

@media (max-width: 767px) {
  .product-page__badges {
    top: 0.75rem;
    gap: 0.5rem;
  }

  .product-page__badges .badge-overlay {
    padding: 0.375rem 0.875rem;
  }

  .product-page__badges .text-label-lg-red,
  .product-page__badges .text-label-lg-green,
  .product-page__badges .text-label-lg-sale,
  .product-page__badges .text-label-lg-white {
    font-size: 0.8125rem;
    line-height: 1rem;
  }

  .product-page__sale-inline {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }
}
