.elementor-icon-box-title {
	margin-top:-3px;
}

.elementor-widget-text-editor p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.elementor-widget-text-editor p + p {
  margin-top: 14px !important;
}

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
  margin-top: 14px !important;
  margin-bottom: 0 !important;
}

.elementor-widget-text-editor li + li {
  margin-top: 6px !important;
}



.techpage h2 {
  margin-top: 20px;
}



/* FAQ compact style */

.webarty-faq-section {
  background: #EF3F8;
}

.webarty-faq-container {
  max-width: 960px;
  margin: 15px auto;
}

.webarty-faq-heading {
  max-width: 680px;
  margin: 0 auto 28px;
  text-align: center;
}

.webarty-faq-heading h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}

.webarty-faq-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.6;
}

.webarty-faq-list {
  display: grid;
  gap: 10px;
}

.webarty-faq-item {
  background: #ffffff;
  border: 1px solid rgba(40, 53, 80, 0.1);
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.webarty-faq-item summary {
  position: relative;
  display: block;
  padding: 15px 48px 15px 18px;
  color: #283550;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.webarty-faq-item summary::-webkit-details-marker {
  display: none;
}

.webarty-faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(0, 167, 142, 0.1);
  color: #00a78e;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

.webarty-faq-item[open] summary::after {
  content: "−";
}

.webarty-faq-content {
  padding: 0 18px 16px;
}

.webarty-faq-content p {
  margin: 0;
  color: #5f6877;
  font-size: 13px;
  line-height: 1.65;
}

.webarty-faq-item[open] {
  border-color: rgba(0, 167, 142, 0.28);
}

@media (max-width: 767px) {
  .webarty-faq-section {
    padding: 0;
  }

  .webarty-faq-heading {
    margin-bottom: 22px;
  }

  .webarty-faq-heading h2 {
    font-size: 28px;
  }

  .webarty-faq-heading p {
    font-size: 13px;
  }

  .webarty-faq-list {
    gap: 8px;
  }

  .webarty-faq-item {
    border-radius: 10px;
  }

  .webarty-faq-item summary {
    padding: 14px 44px 14px 16px;
    font-size: 13px;
  }

  .webarty-faq-item summary::after {
    right: 16px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .webarty-faq-content {
    padding: 0 16px 15px;
  }

  .webarty-faq-content p {
    font-size: 13px;
  }
}














.webarty-template-pack {
  position: relative;
  max-width: 430px;
  min-height: 360px;
  margin-top: 0px;
}

.webarty-pack-card {
  background: #ffffff;
  border: 1px solid rgba(40, 53, 80, 0.1);
  box-shadow: 0 18px 45px rgba(40, 53, 80, 0.12);
}

.webarty-pack-main {
  position: relative;
  z-index: 3;
  width: 340px;
  padding: 18px;
  border-radius: 24px;
}

.webarty-pack-topbar {
  display: flex;
  gap: 6px;
  margin-bottom: 18px;
}

.webarty-pack-topbar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00a78e;
  opacity: 0.35;
}

.webarty-pack-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.webarty-pack-label {
  display: inline-block;
  margin-bottom: 6px;
  color: #00a78e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.webarty-pack-header h3 {
  margin: 0;
  color: #283550;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
}

.webarty-pack-badge {
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(0, 167, 142, 0.1);
  color: #00a78e;
  font-size: 11px;
  font-weight: 700;
}

.webarty-pack-preview {
  padding: 16px;
  border-radius: 18px;
  background: #f2f4f6;
}

.webarty-pack-hero {
  height: 82px;
  margin-bottom: 14px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(40, 53, 80, 0.92), rgba(0, 167, 142, 0.62)),
    radial-gradient(circle at 70% 30%, rgba(255,255,255,0.35), transparent 32%);
}

.webarty-pack-lines {
  display: grid;
  gap: 8px;
}

.webarty-pack-lines span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(40, 53, 80, 0.13);
}

.webarty-pack-lines span:nth-child(1) {
  width: 88%;
}

.webarty-pack-lines span:nth-child(2) {
  width: 66%;
}

.webarty-pack-lines span:nth-child(3) {
  width: 46%;
}

.webarty-pack-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 14px;
}

.webarty-pack-grid div {
  height: 54px;
  border-radius: 14px;
  background: rgba(0, 167, 142, 0.1);
  border: 1px solid rgba(0, 167, 142, 0.14);
}

.webarty-pack-page {
  position: absolute;
  z-index: 2;
  width: 150px;
  padding: 16px;
  border-radius: 18px;
}

.webarty-pack-page span {
  display: block;
  margin-bottom: 10px;
  color: #5f6877;
  font-size: 13px;
  font-weight: 600;
}

.webarty-pack-page strong {
  display: block;
  color: #283550;
  font-size: 28px;
  line-height: 1;
}

.webarty-pack-page-1 {
  top: 54px;
  right: 10px;
  transform: rotate(5deg);
}

.webarty-pack-page-2 {
  top: 160px;
  right: 0;
  transform: rotate(-4deg);
}

.webarty-pack-checklist {
  position: absolute;
  z-index: 4;
  left: 36px;
  bottom: 0;
  width: 270px;
  padding: 16px;
  border-radius: 18px;
}

.webarty-pack-check {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #283550;
  font-size: 14px;
  font-weight: 600;
}

.webarty-pack-check + .webarty-pack-check {
  margin-top: 10px;
}

.webarty-pack-check span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border-radius: 50%;
  background: rgba(0, 167, 142, 0.12);
  color: #00a78e;
  font-size: 13px;
  font-weight: 800;
}

.webarty-template-pack::before,
.webarty-template-pack::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: #00a78e;
  opacity: 0.12;
}

.webarty-template-pack::before {
  width: 110px;
  height: 110px;
  right: 42px;
  bottom: 28px;
}

.webarty-template-pack::after {
  width: 54px;
  height: 54px;
  left: -18px;
  top: 38px;
}

@media (max-width: 1024px) {
  .webarty-template-pack {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .webarty-template-pack {
    max-width: 100%;
    min-height: auto;
    margin-top: 0px;
  }

  .webarty-pack-main {
    width: 100%;
  }

  .webarty-pack-page,
  .webarty-pack-checklist {
    position: static;
    width: 100%;
    margin-top: 12px;
    transform: none;
  }

  .webarty-pack-header h3 {
    font-size: 20px;
  }
}









.plugify_header_h4 {
	display:none;
}
.woosppo_class_main_for_all_fields {
	width:22px;
	height:22px;
}
select.woosppo_class_main_for_all_fields {
	width:180px;
	height:30px;
	background:#fff;
	padding:5px;
	border:1px solid gray;
}
.elementor-kit-8 .elementor-button {
    font-family: "Roboto Condensed", Sans-serif;
  font-size: 13px;
}

.elementor-kit-8 h2 {
	margin-top:20px;	
}









/* WebArty breadcrumbs */
.webarty-breadcrumbs,
#breadcrumbs {
  text-align: center;
	
}

#breadcrumbs {
  margin: 0;
  line-height: 1.4;
	font-size: 13px;
}

#breadcrumbs a {
  color: #ffffff;
  text-decoration: none;
	font-size: 13px;
}

#breadcrumbs a:hover {
  text-decoration: underline;
	font-size: 13px;
}

/* Текущий элемент (название товара/категории/страницы) */
#breadcrumbs .breadcrumb_last strong,
#breadcrumbs .bc-current strong {
  font-size: 13px;
  font-weight: 600;
  color: #283550;
}








.webarty-product-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.webarty-rating-stars {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 0 0 auto;
}

.webarty-rating-star-svg {
  display: block;
  width: 26px;
  height: 26px;
}

.webarty-rating-text {
  color: #ffffff;
}

.webarty-rating-text strong {
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 767px) {
  .webarty-product-rating {
    gap: 10px;
    font-size: 14px;
  }

  .webarty-rating-star-svg {
    width: 22px;
    height: 22px;
  }
}




























/* =========================================
   Header actions: language, account, cart
   templates.webarty.org
========================================= */

/* Общая высота и стиль круглых кнопок */
details.webarty-tpl-lang-dd,
details.webarty-tpl-lang-dd *,
.webarty-account-icon,
.webarty-account-icon *,
.elementor-widget-woocommerce-menu-cart,
.elementor-widget-woocommerce-menu-cart * {
  box-sizing: border-box !important;
}

/* Если правые элементы лежат в отдельных Elementor containers */
.elementor-element-34925d1f,
.elementor-element-feaf5e6,
.elementor-element-e569a73 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* =========================================
   Language switcher
========================================= */

details.webarty-tpl-lang-dd {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  vertical-align: middle !important;
  --wtls-ring: rgba(0, 167, 142, .28);
}

details.webarty-tpl-lang-dd > summary {
  all: unset !important;
  width: 36px !important;
  height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .06) !important;
  border: 1px solid rgba(255, 255, 255, .16) !important;
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent !important;
  transition: background .15s ease, border-color .15s ease, transform .15s ease !important;
}

details.webarty-tpl-lang-dd > summary::-webkit-details-marker {
  display: none !important;
}

details.webarty-tpl-lang-dd > summary:hover {
  background: rgba(0, 167, 142, .14) !important;
  border-color: rgba(0, 167, 142, .35) !important;
  transform: translateY(-1px) !important;
}

details.webarty-tpl-lang-dd > summary:focus,
details.webarty-tpl-lang-dd > summary:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 3px var(--wtls-ring) !important;
}

details.webarty-tpl-lang-dd .wtls-menu {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  right: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  z-index: 999999 !important;
}

details.webarty-tpl-lang-dd .wtls-menu a.wtls-item {
  all: unset !important;
  width: 36px !important;
  height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .08) !important;
  border: 1px solid rgba(255, 255, 255, .16) !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .18) !important;
  cursor: pointer !important;
  transition: background .15s ease, border-color .15s ease, transform .15s ease !important;
}

details.webarty-tpl-lang-dd .wtls-menu a.wtls-item:hover {
  background: rgba(0, 167, 142, .18) !important;
  border-color: rgba(0, 167, 142, .35) !important;
  transform: translateY(-1px) !important;
}

details.webarty-tpl-lang-dd .wtls-flag {
  width: 18px !important;
  height: 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

details.webarty-tpl-lang-dd .wtls-flag svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
}

/* =========================================
   Account icon
========================================= */

.webarty-account-icon {
  width: 36px !important;
  height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, .06) !important;
  border: 1px solid rgba(255, 255, 255, .16) !important;
  text-decoration: none !important;
  line-height: 1 !important;
  transition: background .15s ease, border-color .15s ease, transform .15s ease, color .15s ease !important;
}

.webarty-account-icon svg {
  width: 19px !important;
  height: 19px !important;
  display: block !important;
}

.webarty-account-icon svg path,
.webarty-account-icon svg circle {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.webarty-account-icon:hover {
  color: #00a78e !important;
  background: rgba(0, 167, 142, .14) !important;
  border-color: rgba(0, 167, 142, .35) !important;
  transform: translateY(-1px) !important;
}

/* =========================================
   Elementor WooCommerce cart
========================================= */

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__wrapper,
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle_wrapper,
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle,
.elementor-widget-woocommerce-menu-cart .elementor-button-wrapper {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle_button {
  min-width: 36px !important;
  min-height: 36px !important;
  height: 36px !important;
  padding: 0 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, .06) !important;
  border: 1px solid rgba(255, 255, 255, .16) !important;
  box-shadow: none !important;
  text-decoration: none !important;
  line-height: 1 !important;
  transition: background .15s ease, border-color .15s ease, transform .15s ease, color .15s ease !important;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle_button:hover {
  color: #ffffff !important;
  background: rgba(0, 167, 142, .14) !important;
  border-color: rgba(0, 167, 142, .35) !important;
  transform: translateY(-1px) !important;
}

/* Цена в корзине */
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle_button .elementor-button-text,
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle_button .woocommerce-Price-amount,
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle_button .woocommerce-Price-currencySymbol {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: .02em !important;
}

/* Иконка корзины */
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle_button .elementor-button-icon {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  line-height: 1 !important;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle_button svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  fill: currentColor !important;
}

/* Количество товаров — красный badge */
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle_button .elementor-button-icon-qty {
  position: absolute !important;
  top: -11px !important;
  right: -11px !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 5px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #e24d42 !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  border: 2px solid #283550 !important;
}

/* Когда корзина пустая — чтобы кнопка не разваливалась */
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle_button .elementor-button-text:empty {
  display: none !important;
}

/* =========================================
   Desktop spacing
========================================= */

.elementor-element-34925d1f {
  margin-left: 0 !important;
}

.elementor-element-feaf5e6,
.elementor-element-e569a73 {
  margin-left: 10px !important;
}

/* Если родитель правой группы flex-контейнер */
.elementor-element-34925d1f,
.elementor-element-feaf5e6,
.elementor-element-e569a73 {
  flex: 0 0 auto !important;
}

/* =========================================
   Mobile / tablet
========================================= */

@media (max-width: 1024px) {
  details.webarty-tpl-lang-dd > summary,
  details.webarty-tpl-lang-dd .wtls-menu a.wtls-item,
  .webarty-account-icon {
    width: 34px !important;
    height: 34px !important;
  }

  .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle_button {
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 10px !important;
  }

  .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle_button .elementor-button-text,
  .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle_button .woocommerce-Price-amount {
    font-size: 13px !important;
  }
}

@media (max-width: 767px) {
  /* На мобильном можно скрыть сумму и оставить только иконку корзины */
  .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle_button {
    width: 34px !important;
    min-width: 34px !important;
    padding: 0 !important;
    gap: 0 !important;
  }

  .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle_button .elementor-button-text {
    display: none !important;
  }

  .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle_button svg {
    width: 17px !important;
    height: 17px !important;
  }

  .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle_button .elementor-button-icon-qty {
    top: -10px !important;
    right: -10px !important;
    min-width: 17px !important;
    height: 17px !important;
    font-size: 10px !important;
    line-height: 17px !important;
  }

  .elementor-element-feaf5e6,
  .elementor-element-e569a73 {
    margin-left: 8px !important;
  }
}






.wa-template-meta {
  font-size: 15px;
  line-height: 1.45;
}

.wa-template-meta__item {
  margin: 0 0 18px !important;
  padding: 0 !important;
}

.wa-template-meta__item strong {
  display: block;
  margin: 0 0 6px !important;
  padding: 0 !important;
  color: #283550;
  font-weight: 700;
  line-height: 1.3;
}

.wa-template-meta__item ul {
  margin: 6px 0 0 30px !important;
  padding: 0 !important;
}

.wa-template-meta__item li {
  margin: 0 0 5px !important;
  padding: 0 !important;
  line-height: 1.45;
}

.wa-template-meta__item li:last-child {
  margin-bottom: 0 !important;
}












.wa-related-products {
  margin: 20px 0 0;
}

.wa-related-products__title {
  margin: 0 0 34px;
  color: #283550;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.wa-related-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.wa-related-card {
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(40, 53, 80, 0.10);
}

.wa-related-card__image-link {
  display: block;
  overflow: hidden;
}

.wa-related-card__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.wa-related-card__body {
  padding: 20px 22px 22px;
}

.wa-related-card__category {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
}

.wa-related-card__category a {
  color: #00a78e;
  text-decoration: none;
}

.wa-related-card__category a:hover {
  text-decoration: underline;
}

.wa-related-card__name {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.32;
  font-weight: 600;
}

.wa-related-card__name a,
.wa-related-card__subtitle a {
  color: #283550;
  text-decoration: none;
}

.wa-related-card__name a:hover,
.wa-related-card__subtitle a:hover {
  color: #00a78e;
}

.wa-related-card__subtitle {
  min-height: 44px;
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.35;
  color: #283550;
}

.wa-related-card__meta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
}

.wa-related-card__price {
  color: #283550;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 700;
}

.wa-related-card__stars {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1px;
  white-space: nowrap;
}

.wa-related-card__stars-base {
  color: #d8dce3;
}

.wa-related-card__stars-fill {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #f5aa3c;
  white-space: nowrap;
}

.wa-related-card__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.wa-related-card__button,
.wa-related-card__button--demo,
.wa-related-card__button--details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--e-global-color-05114be) !important;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  fill: var(--e-global-color-text);
  color: var(--e-global-color-text) !important;
  border-style: solid;
  border-width: 0 !important;
  border-radius: 13px;
  padding: 6px 8px;
  text-align: center;
  text-decoration: none !important;
  transition: transform .15s ease, background-color .15s ease;
}

.wa-related-card__button:hover,
.wa-related-card__button--demo:hover,
.wa-related-card__button--details:hover {
  background-color: var(--e-global-color-05114be) !important;
  color: var(--e-global-color-text) !important;
  transform: translateY(-1px);
}

.wa-related-card__button:focus,
.wa-related-card__button:focus-visible {
  outline: none;
}

/* Tablet / small desktop */
@media (max-width: 1200px) {
  .wa-related-products__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .wa-related-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 767px) {
  .wa-related-products {
    margin-top: 5px;
  }

  .wa-related-products__title {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .wa-related-products__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .wa-related-card__body {
    padding: 18px;
  }

  .wa-related-card__subtitle {
    min-height: auto;
  }

  .wa-related-card__stars {
    font-size: 23px;
  }
}



