/* Пользовательские стили */
.feedback-form .form-check {
  text-align: center
}

.reviews-list_slice:nth-child(n+4) {
  display: none;
}


@media (min-width: 1200px) {
  .order-details-card--410 {
    max-width: 410px;
  }
}

.inter-shop__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
}

.inter-shop__block {
  box-shadow: 0px 4px 4px 0px #0000001A;
  padding: 20px;
  border-radius: 12px;
}

.inter-shop__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 23.44px;
  color: #242424;
  display: block;
  margin-bottom: 30px;
}

.inter-shop__block .img-responsive {
  margin-bottom: 20px;
}

.inter-shop__list {
  list-style: none;
  padding-left: 0;
}

.inter-shop__list-item {
  margin-bottom: 15px;
}

.inter-shop__list-item:last-child {
  margin-bottom: 0;
}

.inter-shop__list:last-child {
  margin-bottom: 0;
}

.inter-shop__list-item a {
  color: #242424;
}

.inter-shop__list-item a:hover {
  color: var(--bs-link-hover-color);
}

.order-pay-wrap-btn .btn-primary.w-100 {
  display: block;
  width: auto !important;
  margin-left: auto;
  min-width: 167px;
}

.table {
  vertical-align: middle;
}

.last-view-good-card {
  flex-direction: row;
  border-radius: 8px;
  padding: 8px;
  color: #242424;
}

.last-view-good-card__thumb {
  margin-right: 8px;
  flex-shrink: 0;
  width: 88px;
  height: 76px;
}

.last-view-good-card__image {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.last-view-good-card__body {
  flex-grow: 1;
}

.last-view-good-card__title {
  margin-bottom: 8px;
  line-height: 22px;
}

.last-view-good-card__link {
  display: inline-flex;
  color: inherit;
}

.last-view-good-card__link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.last-view-goods .swiper-button-next.swiper-button-disabled,
.last-view-goods .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.last-view-good-card__price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}

.last-view-good-card__current-price {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}

.last-view-good-card__old-price {
  color: rgba(36, 36, 36, 0.6);
  text-decoration: line-through;
}

@media (min-width: 1200px) {
  .last-view-goods .swiper-button-prev {
    left: -20px;
  }

  .last-view-goods .swiper-button-next {
    right: -20px;
  }
}

.last-view-goods {
  margin-top: 75px;
  margin-bottom: 75px;
}

.last-view-goods .h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 24px;
}

.last-view-goods .swiper-wrapper {
  align-items: stretch;
}

.last-view-goods .swiper-slide {
  height: auto !important;
  display: flex !important;
}

.last-view-goods .product-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.last-view-goods .product-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.last-view-goods .product-card__thumb {
  height: 220px;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 16px;
}

.last-view-goods .product-card__thumb .image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.last-view-goods .product-card__thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.last-view-goods .product-card__title {
  min-height: 44px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.last-view-goods .product-card__price-wrap {
  margin-top: auto;
  margin-bottom: 16px;
}

@media (max-width:991px) {
  .last-view-goods {
    margin-top: 80px;
    margin-bottom: 30px;
  }
}

@media (max-width:575px) {
  .last-view-goods .swiper-button-prev {
    display: none;
  }

  .last-view-goods {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

@media (max-width:767px) {
  .last-view-good-card__old-price {
    font-size: 14px;
  }

  .last-view-good-card__current-price {
    font-size: 17px;
    line-height: 20px;
  }

  .last-view-good-card__title {
    font-size: 14px;
    line-height: 18px;
  }

  .last-view-good-card__thumb {
    width: 60px;
    height: 60px;
  }

  .last-view-goods .swiper-slide {
    width: 250px;
  }
}

.last-view-goods__slider-wrap {
  position: relative;
}

.review-card__rating {
  margin-bottom: 14px;
}

.review-card__head {
  margin-bottom: 10px;
}

.product-total-card__price-wrap {
  margin-bottom: 12px;
}

.product-total-card__promotions {
  margin-bottom: 24px;
  padding: 5px;
  background: #FFFFFF;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.product-total-card__promotions span {
  color: #E73131;
  font-weight: 700;
  font-size: 20px;
}

.review-count-card__count-reviews a {
  --bs-link-color: #242424;
}

.product-total-card .field-num {
  margin-bottom: 0;
}

.order-details-sub-card__list-description {
  font-weight: 500;
}

.order-details-sub-card__list-description--size-large {
  font-size: 20px;
}

.status {
  background: var(--bs-primary);
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  padding: 4px 8px;
}

@media (max-width: 575.98px) {
  .promotions-card__sale {
    margin-right: 10px;
    padding: 3px 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .promotions-card__current-price {
    font-size: 20px;
    line-height: 24px;
  }

  .promotions-card__title {
    font-size: 14px;
    line-height: 18px;
  }

  .promotions-card__description {
    display: none;
  }

  .promotions-card__badge {
    margin: 10px 0;
  }

  .promo .promotions-card {
    width: 220px;
  }

  .promotions-card__price-container {
    gap: 10px 0;
  }

  .promotions-card__inner {
    padding: 14px;
  }

  .promotions-card__image {
    position: static;
    mix-blend-mode: normal;
    margin: 0 auto 20px;
  }
}

.product-inner__information .expandable {
  margin-bottom: 15px;
}

.promotions-card__content {
  max-width: 100%;
}

.promotions-card__description {
  max-width: 250px;
}

.page-header__address::before {
  content: '';
  background-image: url("/upload/media/geo-wgite-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 22px;
  display: inline-block;
  margin-right: 1px;
  vertical-align: -5px;
  margin-right: 5px;
}

.page-header__address {
  font-weight: 500;
  display: flex;
}

@media (min-width: 1200px) {

  html,
  body,
  body.fancybox-active {
    height: 100%;
  }

  body {
    display: flex;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }

  footer {
    flex-shrink: 0;
  }
}

.authorization .form-check {
  font-size: 14px;
  line-height: 16px;
}

.registration .form-check,
.authorization .form-check {
  color: #fff;
}

.registration .form-check a,
.authorization .form-check a {
  color: #fff;
}

.registration__inner,
.authorization__inner {
  padding: 40px 0 0;
}

.registration .form-check-input[type="checkbox"]:checked[type="checkbox"],
.authorization .form-check-input[type="checkbox"]:checked[type="checkbox"] {
  border-color: #ffffff;
}

.article__text-wrap ol,
.article__text-wrap ul {
  margin: 16px 0 30px;
  padding-left: 20px;
}

.article__text-wrap li+li {
  margin-top: 8px;
}

.article__text-wrap img {
  margin: 48px 0;
}

.article__text-wrap li::marker {
  color: var(--bs-primary);
  font-weight: 500;
}

.article__text-wrap img {
  border-radius: 8px;
}

@media (max-width: 767px) {
  .article__text-wrap img {
    margin: 30px 0;
  }

}

.page-link {
  width: auto;
  min-width: 25px;
}

.page-item.prev .page-link,
.page-item.next .page-link {
  width: 40px;
  height: 40px;
  margin: 0;
  color: rgba(36, 36, 36, 0.6);
  font-size: 0;
  background-color: #fff;
  border: 1px solid rgba(36, 36, 36, 0.6);
  border-radius: 8px;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
  background-repeat: no-repeat;
  background-position: center;
}

.page-item.next .page-link {
  background-image: url("/themes/default/images/page-item-next.svg");
}

.page-item.prev .page-link {
  background-image: url("/themes/default/images/page-item-prev.svg");
  transform: none;
}

.page-item.prev .page-link:hover,
.page-item.next .page-link:hover {
  background-color: #fff;
}

.page-item.first .page-link,
.page-item.last .page-link {
  background-color: #fff;
  border: 1px solid rgba(36, 36, 36, 0.6);
  height: 40px;
  width: auto;
  border-radius: 8px;
  padding: 0 10px;
}

.page-item.first,
.page-item.last {
  margin: 0 10px;
}

.popular-brands__brand {
  border: 2px solid transparent;
  transition: border-color 0.2s;
}

.popular-brands__brand:hover {
  border-color: var(--bs-primary);
}

.fancybox-content-background {
  background-color: var(--bs-primary) !important;
  background-repeat: no-repeat !important;
  background-position: top -39px center !important;
  background-image: url("../images/popup-bg.svg") !important;
  border-radius: 12px;
  padding: 40px !important;
}

.add_comment.fancybox-content-background {
  background-image: none !important;
}

.fancybox-content-background .h3 {
  margin-bottom: 32px;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
}



#popup_message .form-check {
  font-size: 14px;
  line-height: 16px;
}

#popup_message .form-control {
  border-color: #fff !important;
}

#popup_message .form-check a,
#popup_message .form-check,
.add_comment .form-check,
.add_comment .form-check a {
  color: #fff;
}

@media (min-width: 768px) {
  .fancybox-content-background .fancybox-close-small {
    width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    border: 1px solid #ffffff !important;
    border-radius: 50% !important;
    right: -40px !important;
    color: #fff !important;
  }
}

@media (max-width: 576px) {
  .fancybox-content-background {
    padding: 30px 20px !important;
  }

  .fancybox-content-background .h3 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }
}

.errors {
  display: none;
}

.promotions-card__badge {
  background-color: rgb(224 233 251);
}

.page-footer__menu ul ul {
  display: none !important;
}

.swiper-button-lock {
  display: none;
}

.breadcrumb-item.active {
  --bs-breadcrumb-item-active-color: #242424;
}

.page-header__phone-link-container {
  margin-left: 0;
  white-space: nowrap;
}

.page-header__information {
  flex-wrap: wrap;
  gap: 10px 30px;
}

.page-header__phone-link-container a::before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/upload/media/phone-link.svg");
  margin-right: 12px;
}

.page-header__phone-link-container a:hover {
  color: #E3001A;
  text-decoration: none;
}

.product-card__badge {
  color: #fff;
}

.promo .promo-slider__navigation {
  display: none;
}

@media (min-width: 1200px) {
  .mega-menu__inner {
    max-height: 500px;
    overflow-y: auto;
  }

  .mega-menu__inner::-webkit-scrollbar {
    width: 4px;
  }

  .mega-menu__inner::-webkit-scrollbar-thumb {
    background: rgba(49, 100, 231, 0.5);
    border-radius: 11px;
  }

  .mega-menu__inner::-webkit-scrollbar-track {
    background-color: #f3f5fa;
    border-radius: 11px;
  }
}

.success-card {
  width: 450px;
  background-color: var(--bs-primary) !important;
  background-image: url("../images/success-card-bg.svg") !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
}

.js-category-products .swiper-button-next,
.js-category-products .swiper-button-prev {
  display: none !important;
}

.subcategories__image {
  width: 96px;
  height: 100%;
  object-fit: scale-down;
}

.catalog-inner__filter-link.form-select {
  background-image: url("/themes/default/images/up-down.svg");
  background-size: auto;
  background-position: right center;
  padding-right: 30px;
  cursor: pointer;
}

.catalog-inner__filter-link.form-select:focus {
  box-shadow: none;
}

@media (min-width: 576px) {
  .catalog-inner__head-action {
    flex-wrap: nowrap;
  }
}

.ui-slider {
  background: rgb(36 36 36 / 20%);
  height: 2px;
  position: relative;
  margin-top: 20px;
  width: 90%;
  margin-inline: auto;
}

.ui-slider-range {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: var(--bs-link-hover-color);
}

.ui-slider-handle {
  width: 18px;
  height: 18px;
  position: absolute;
  top: -8px;
  margin-left: -0.6em;
  border-radius: 50%;
  background: var(--bs-link-hover-color);
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}

.error {
  color: red;
}

.border-bottom-last-child .border-bottom:last-child {
  --bs-border-width: 0;
}

.rating {
  display: flex;
  align-items: center;
  gap: 2px;
}

.rating .fa {
  font-size: 14px;
  line-height: 14px;
}

.gray-star {
  color: #d4d4d4;
}

.gold-star {
  color: #ffd864;
}

.del_compare {
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 18px;
  color: rgba(36, 36, 36, 0.6);
}

.product-comparison__item-thumb {
  position: relative;
}

.product-comparison__item-thumb .del_compare {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 1;
}

@media (min-width: 992px) {

  .order-total-card,
  #filter_form,
  .product-total-card {
    position: sticky;
    top: 0;
  }
}

.product-card__chars {
  display: none;
  font-size: 14px;
  line-height: 16px;
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
}

.product-card__chars-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.product-card__chars-item:nth-child(n + 4) {
  display: none;
}

.product-card__chars-item+.product-card__chars-item {
  margin-top: 8px;
}

.product-card__chars-name {
  color: rgba(36, 36, 36, 0.6);
}

.product-card__chars-value,
.product-card__chars-value a {
  color: #242424;
}

.product-card__actions-links-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.product-card__meta-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-card__article {
  display: none;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #9B9B9B;
}

.catalog-inner__list--list-style {
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
  width: 100% !important;
}

.catalog-inner__list--list-style .swiper-slide {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

@media (min-width: 768px) {
  .catalog-inner__list--list-style .product-card {
    width: 100%;
    max-width: 955px;
    min-height: 228px;
    margin-bottom: 24px;
    border: none !important;
    border-radius: 0;
    padding: 0;
    background: #FFFFFF;
    box-shadow: none;
    box-sizing: border-box;
  }

  .catalog-inner__list--list-style .product-card__inner {
    display: grid;
    grid-template-columns: 225px 1fr 222px;
    grid-template-rows: auto auto 1fr auto;
    grid-template-areas:
      "thumb meta price"
      "thumb title price"
      "thumb chars button"
      "thumb icons button";
    column-gap: 20px;
    row-gap: 8px;
    align-items: start;
    min-height: 225px;
    height: 100%;
  }

  .catalog-inner__list--list-style .product-card__thumb {
    grid-area: thumb;
    width: 225px;
    height: 225px;
    min-width: 225px;
    max-width: 225px;
    max-height: 225px;
    margin-bottom: 0;
    border-radius: 3px;
    overflow: hidden;
  }

  .catalog-inner__list--list-style .product-card__thumb .image,
  .catalog-inner__list--list-style .product-card__thumb img {
    width: 225px;
    height: 225px;
    object-fit: contain;
    border-radius: 3px;
  }

  .catalog-inner__list--list-style .product-card__meta-top {
    grid-area: meta;
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
  }

  .catalog-inner__list--list-style .product-card__article {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #9B9B9B;
    margin: 0;
    white-space: nowrap;
  }

  .catalog-inner__list--list-style .product-card__rating-and-reviews {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
  }

  .catalog-inner__list--list-style .product-card__rating {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
  }

  .catalog-inner__list--list-style .product-card__reviews {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(36, 36, 36, 0.6);
  }

  .catalog-inner__list--list-style .product-card__title {
    grid-area: title;
    margin: 4px 0 0 0;
    min-height: unset;
  }

  .catalog-inner__list--list-style .product-card__title a,
  .catalog-inner__list--list-style .product-card__title span {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
  }

  .catalog-inner__list--list-style .product-card__chars {
    grid-area: chars;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    margin: 12px 0 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .catalog-inner__list--list-style .product-card__chars-item {
    display: flex !important;
    align-items: baseline !important;
    gap: 6px !important;
    font-family: 'Roboto', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #000000 !important;
  }

  .catalog-inner__list--list-style .product-card__chars-name {
    color: #000000 !important;
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .catalog-inner__list--list-style .product-card__chars-value,
  .catalog-inner__list--list-style .product-card__chars-value a {
    color: #000000 !important;
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .catalog-inner__list--list-style .product-card__price-wrap {
    grid-area: price;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    text-align: left;
  }

  .catalog-inner__list--list-style .product-card__price-current {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    color: #121212;
  }

  .catalog-inner__list--list-style .product-card__price-old {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #9B9B9B;
    text-decoration: line-through;
  }

  .catalog-inner__list--list-style .product-card__actions {
    display: contents;
  }

  .catalog-inner__list--list-style .product-card__actions-button-wrap {
    grid-area: button;
    width: 100%;
    margin-top: 10px;
  }

  .catalog-inner__list--list-style .product-card__actions-button-wrap .btn,
  .catalog-inner__list--list-style .product-card__actions-button-wrap .addToCart {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 222px !important;
    max-width: 100% !important;
    height: 48px !important;
    padding: 10px 24px !important;
    gap: 8px !important;
    background: #7C1F18 !important;
    border: none !important;
    border-radius: 3px !important;
    font-family: 'Roboto', sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #FFFFFF !important;
    text-align: center !important;
    text-decoration: none !important;
    transition: background-color 0.2s ease, opacity 0.2s ease !important;
  }

  .catalog-inner__list--list-style .product-card__actions-button-wrap .btn:hover,
  .catalog-inner__list--list-style .product-card__actions-button-wrap .addToCart:hover {
    background: #5e1610 !important;
    color: #FFFFFF !important;
  }

  .catalog-inner__list--list-style .product-card__actions-links-wrap {
    grid-area: icons;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 8px;
  }
}

@media (min-width: 992px) {
  .review-card {
    min-height: unset;
  }
}

.review-card__head {
  justify-content: flex-start;
}

.swiper-slide .product-card {
  height: 100%;
}

.product-comparison__item-rating-and-reviews {
  min-height: 24px;
}

.ratio {
  display: block;
}

.product-filter__devider::before {
  content: none;
}

.rcrumbs {
  overflow-x: hidden;
  white-space: nowrap;
}

.rcrumbs>ul>li {
  overflow: hidden;
}

@media (max-width:479px) {
  .rcrumbs>ul>li {
    display: none;
  }
}

.rcrumbs>ul>li.show {
  display: inline-block;
}

.rcrumbs>ul>li.ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.rcrumbs .divider {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  vertical-align: -2px;
  background-image: url(../images/breadcrumb-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: none;
}

.registration__card .invalid-feedback {
  color: #000;
}

.user-nav__note {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: -5px;
  background: var(--bs-primary);
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 10px;
}

.social__link {
  transition: color 0.2s, background-color 0.2s;
}

.social__link:hover {
  background-color: var(--bs-link-hover-color);
  color: #fff;
}

.contacts-card__description a {
  transition: color 0.2s;
}

.contacts-card__description a:hover {
  color: var(--bs-primary);
}

.sweet-alert .sa-success {
  display: none !important;
}

.sweet-alert {
  padding: 40px !important;
  background-color: var(--bs-primary) !important;
  background-repeat: no-repeat !important;
  background-position: top -50px center !important;
  background-image: url("/themes/default/images/popup-bg.svg") !important;
  border-radius: 12px !important;
  color: #fff !important;
  text-align: center !important;
  width: 416px !important;
}

.sweet-alert p {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}

.sweet-alert h2 {
  margin: 0 0 16px !important;
  font-weight: 500 !important;
  font-size: 40px !important;
  line-height: 47px !important;
  color: #fff !important;
}

@media (max-width:476px) {
  .sweet-alert {
    padding: 30px 20px !important;
  }

  .sweet-alert h2 {
    font-size: 30px !important;
    line-height: 34px !important;
  }
}

.inWishList,
.inCompare {
  color: var(--bs-primary);
}

/*******************Смена изображения при наведении ***********************************************/

.promotions-card__sale,
.promotions-card__current-price {
  white-space: nowrap;
}

.image {
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.image-switch {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 20;
  width: 75%;
  height: 100%;
  display: flex;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
}

.mobile .image-switch {
  opacity: 1;
}

.image-switch-item {
  width: 100%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 5px;
}

.image-switch-item:only-child {
  opacity: 0;
}

.image-switch-item::after {
  content: "";
  width: 85%;
  margin: 0 auto;
  height: 4px;
  background: rgba(36, 36, 36, 0.1);
  border-radius: 11px;
  z-index: 2;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.image-switch-item.hover::after {
  background: var(--bs-link-hover-color);
}

.image:hover .image-switch {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.image-switch-item:hover::after,
.image-switch-item.hover::after {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

/*******************Смена изображения при наведении ***********************************************/
.about-us__best-block svg path {
  fill: var(--bs-link-hover-color)
}

.about-us__best-block {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 12px;
  height: 100%
}

.about-us__best-title {
  padding: 8px 0 4px;
  font-weight: 500;
  color: #242424
}

/******************* Доставка и оплата *******************/
.delivery-heading {
  background: url(../images/delivery-heading.jpg) no-repeat center center / cover;
  height: 330px;
  border-radius: 12px
}

.delivery-heading h1 {
  padding: 30px 95px;
  border-radius: 12px;
  margin: 0;
  background: var(--bs-link-color);
  color: #fff
}

.delivery-info__left {
  width: calc(100% - 470px);
  padding-right: 175px;
  margin-top: 75px;
}

.delivery-info__right {
  padding: 32px;
  background: #F2F3F5;
  border-radius: 12px;
  width: 470px;
  margin-top: 75px;
}

.pay__row {
  margin: -4px
}

.pay__block {
  padding: 4px
}

.pay__block-in {
  padding: 12px;
  background: #FFFFFF;
  border-radius: 12px
}

.pay__block-title {
  font-weight: 500;
  padding: 8px 0 4px
}

.delivery-info__bottom {
  background: var(--bs-primary);
  padding: 40px;
  border-radius: 12px;
  color: #fff
}

.delivery-info__bottom h3 {
  color: var(--bs-secondary)
}

.pay__block-in svg path {
  fill: var(--bs-secondary)
}

@media(max-width:1549px) {
  .delivery-heading {
    height: 300px
  }

  .delivery-heading h1 {
    padding: 25px 75px
  }

  .delivery-info__left {
    padding-right: 60px;
    margin-top: 65px;
  }

  .delivery-info__right {
    padding: 25px;
    margin-top: 65px;
  }

  .delivery-info__bottom {
    padding: 35px
  }
}

@media(max-width:1199px) {
  .delivery-heading {
    height: 270px
  }

  .delivery-heading h1 {
    padding: 15px 55px
  }

  .delivery-info__left {
    width: calc(100% - 400px);
    padding-right: 30px;
    margin-top: 55px;
  }

  .delivery-info__right {
    width: 400px;
    padding: 20px;
    margin-top: 55px;
  }

  .delivery-info__bottom {
    padding: 30px
  }
}

@media(max-width:991px) {
  .delivery-heading {
    height: 250px
  }

  .delivery-heading h1 {
    padding: 15px 45px
  }

  .delivery-info__left {
    width: 100%;
    padding-right: 0;
    margin-top: 45px;
  }

  .delivery-info__right {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
  }

  .delivery-info__bottom {
    padding: 25px
  }

  .pay__block-in {
    height: 100%
  }

  .pay__block {
    width: 50%
  }
}

@media(max-width:575px) {
  .pay__block {
    width: 100%
  }

  .delivery-heading {
    height: 220px
  }

  .delivery-heading h1 {
    padding: 10px 15px
  }

  .delivery-info__left {
    margin-top: 35px
  }

  .delivery-info__right {
    padding: 15px
  }
}

/******************* О Компании *******************/
.banner-heading {
  background: url(../images/about-heading.jpg) no-repeat center center / cover;
  height: 400px;
  border-radius: 12px
}

.banner-heading .banner-heading__text {
  max-width: 550px;
  text-align: center;
  padding: 30px;
  border-radius: 12px;
  margin: 0;
  background: var(--bs-link-color);
  color: #fff
}

.banner-heading .banner-heading__text h1 {
  color: #fff
}

@media(max-width:1549px) {
  .banner-heading {
    height: 350px
  }

  .banner-heading .banner-heading__text {
    padding: 25px
  }
}

@media(max-width:1199px) {
  .banner-heading {
    height: 300px
  }

  .banner-heading .banner-heading__text {
    padding: 20px
  }
}

@media(max-width:991px) {
  .banner-heading {
    height: 250px
  }
}

@media(max-width:767px) {
  .banner-heading .banner-heading__text {
    max-width: 90%
  }

}

@media(max-width:575px) {
  .banner-heading {
    height: auto;
    padding: 50px 0
  }
}

.wrapper__best-in-num {
  padding: 70px 0
}

.best-in-num__row {
  margin: -10px
}

.best-in-num__block {
  width: 25%;
  padding: 10px;
  text-align: center
}

.best-in-num__block-in {
  padding: 25px;
  background: #F2F3F5;
  border-radius: 12px;
}

.best-in-num__title {
  font-weight: 600;
  padding-bottom: 10px;
  font-size: 40px;
  line-height: 44px;
  color: var(--bs-secondary);
}

@media(max-width:1549px) {
  .wrapper__best-in-num {
    padding: 60px 0
  }

  .best-in-num__block-in {
    padding: 20px
  }

  .best-in-num__title {
    font-size: 36px;
    line-height: 40px
  }

  .best-in-num__row .best-in-num__block:last-child br {
    display: none
  }
}

@media(max-width:1199px) {
  .best-in-num__block-in {
    padding: 15px 10px
  }

  .best-in-num__title {
    font-size: 28px;
    line-height: 32px
  }
}

@media(max-width:991px) {
  .wrapper__best-in-num {
    padding: 50px 0
  }

  .best-in-num__block {
    width: 50%
  }

  .best-in-num__block-in {
    padding: 15px
  }
}

@media(max-width:767px) {
  .wrapper__best-in-num {
    padding: 40px 0
  }

  .wrapper__best-in-num h2 {
    text-align: center
  }

  .wrapper__best-in-num h2 br {
    display: none
  }
}

@media(max-width:575px) {
  .wrapper__best-in-num {
    padding: 30px 0
  }

  .wrapper__best-in-num h2 {
    margin-bottom: 20px
  }

  .best-in-num__block {
    width: 100%
  }
}

.about-info__photo {
  width: 530px
}

.about-info__text {
  width: 670px;
  background: #F2F3F5;
  padding: 60px 80px
}

.about-info__row.justify-content-start .about-info__text {
  border-radius: 0 12px 12px 0
}

.about-info__row.justify-content-end .about-info__text {
  border-radius: 12px 0 0 12px
}

@media(max-width:1549px) {
  .about-info__photo {
    width: 430px
  }

  .about-info__text {
    width: 570px;
    padding: 40px 60px
  }
}

@media(max-width:1199px) {
  .about-info__photo {
    width: 40%
  }

  .about-info__text {
    width: 60%;
    padding: 20px 30px
  }

  .about-info__text .h2 {
    margin-bottom: 15px
  }
}

@media(max-width:991px) {
  .about-info__row {
    background: #F2F3F5;
    border-radius: 12px;
    padding: 20px
  }

  .about-info__text {
    padding: 0
  }

  .about-info__row.justify-content-start {
    margin-bottom: 30px
  }

  .about-info__row.justify-content-start .about-info__text {
    border-radius: 0;
    padding-left: 20px
  }

  .about-info__row.justify-content-end .about-info__text {
    border-radius: 0;
    padding-right: 20px
  }
}

@media(max-width:767px) {
  .about-info__row {
    align-items: start !important
  }
}

@media(max-width:575px) {
  .about-info__row {
    flex-wrap: wrap
  }

  .about-info__photo {
    order: 1;
    width: 100%;
    padding: 0 !important;
    margin-bottom: 20px
  }

  .about-info__text {
    order: 2;
    width: 100%;
    padding: 0 !important
  }
}

.wrapper__step-pay {
  padding-bottom: 70px
}

.step-pay__row {
  margin: -10px
}

.step-pay__block {
  width: 50%;
  padding: 10px
}

.step-pay__block-in {
  background: #F2F3F5;
  border-radius: 12px;
  padding: 25px;
  height: 100%
}

.step-pay__num {
  width: 100px
}

.step-pay__num svg path,
.about-bottom-best__block-in svg path {
  fill: var(--bs-secondary)
}

.step-pay__info {
  width: calc(100% - 100px);
  padding-left: 32px
}

.step-pay__title {}

@media(max-width:1549px) {
  .wrapper__step-pay {
    padding-bottom: 60px
  }

  .inter-shop__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }
}

@media(max-width:1199px) {
  .wrapper__step-pay {
    padding-bottom: 50px
  }

  .step-pay__block {
    width: 100%
  }

  .inter-shop__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }
}

@media(max-width:991px) {
  .wrapper__step-pay h2 {
    text-align: center
  }

  .wrapper__step-pay h2 br {
    display: none
  }
}

@media(max-width:767px) {
  .wrapper__step-pay {
    padding-bottom: 40px
  }

  .step-pay__block-in {
    flex-wrap: wrap;
    text-align: center
  }

  .step-pay__num,
  .step-pay__info {
    width: 100%
  }

  .step-pay__info {
    padding: 20px 0 0
  }

  .inter-shop__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media(max-width:575px) {
  .wrapper__step-pay {
    padding-bottom: 30px
  }
}



.wrapper__about-bottom-best {
  position: relative;
  padding: 40px 0
}

.wrapper__about-bottom-best::before {
  background: #F2F3F5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: -100%;
  content: "";
  pointer-events: none
}

.about-bottom-best__row {
  position: relative;
  z-index;
  1
}

.about-bottom-best__left {
  width: calc(100% - 900px)
}

.about-bottom-best__right {
  width: 900px
}

.about-bottom-best__block-row {
  margin: -10px
}

.about-bottom-best__block {
  padding: 10px;
  width: 33.33%;
  font-weight: 500
}

.about-bottom-best__block-in {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 12px;
}


@media(max-width:1549px) {
  .about-bottom-best__left {
    width: calc(100% - 750px)
  }

  .about-bottom-best__right {
    width: 750px
  }
}

@media(max-width:1199px) {

  .about-bottom-best__left,
  .about-bottom-best__right {
    width: 100%
  }

  .about-bottom-best__right {
    padding-top: 30px
  }

}

@media(max-width:991px) {
  .wrapper__about-bottom-best {
    padding: 30px 0
  }

  .about-bottom-best__left {
    text-align: center
  }

  .about-bottom-best__block-in {
    padding: 15px
  }
}

@media(max-width:575px) {
  .about-bottom-best__block-row {
    flex-wrap: wrap
  }

  .about-bottom-best__block {
    width: 100%;
    text-align: center
  }

  .about-bottom-best__right {
    padding-top: 20px
  }
}


.tech-doc__row,
.tech-doc__pagination {
  max-width: 835px;
}

.tech-doc__row a {
  border-bottom: 1px dashed rgba(36, 36, 36, 0.2);
}

.tech-doc__row a span {
  height: 60px;
  display: block
}

.tech-doc__title {
  color: #242424;
  padding-right: 15px
}

.tech-doc__size {
  width: 100px;
  color: rgba(36, 36, 36, 0.6);
}

.tech-doc__icon {
  width: 60px
}

.tech-doc__icon svg path {
  fill: var(--bs-secondary)
}

.more-var {
  border: 1px solid #24242433;
  padding: 24px 8px 24px 24px;
  gap: 46px;
  border-radius: 12px;
}

.more-var__how {
  font-size: 18px;
  font-weight: 500;
  line-height: 25.2px;
  color: #242424B2;
  margin-left: 25px;
}

.more-var__up-text {
  display: flex;
}

.variable-product__name {
  max-width: 548px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;

}



.variable-product__price {

  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;

}

.variable-product__checkbox-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(36, 36, 36, 0.2);
  display: grid;
  grid-template-columns: 548px 1fr auto;
  column-gap: 65px;
  align-content: center;
  width: 100%;
  position: relative;
  margin-left: 45px;
}

.variable-product__list {
  display: grid;
  gap: 15px 0;
  padding: 3px 37px 0 0;
}

.variable-product {
  margin-bottom: 0;
}

.count-index {
  color: #24242499;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;

  position: absolute;
  content: '';
}

.variable-product__checkbox {
  display: flex;
  align-items: center;
}

.more-var {
  margin-bottom: 70px;
}

@media(max-width:1549.98px) {
  .variable-product__checkbox-inner {
    grid-template-columns: auto auto auto;
  }
}

@media(max-width:559.98px) {
  .variable-product__checkbox-inner {
    grid-template-columns: auto auto;
    margin-left: 35px;
  }

  .count-index {
    color: #24242499;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    position: absolute;
    content: '';
  }
}

@media(max-width:469.98px) {
  .variable-product__checkbox-inner {
    grid-template-columns: auto;
    margin-left: 30px;
  }

  .variable-product__price {
    margin: 10px 0;
  }

  .count-index {
    color: #24242499;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    position: absolute;
    content: '';
  }
}

.product-total-card__action .btn-outline-primary {
  color: #0000000f;
  border: 1px solid #0000000f;

}

.product-total-card__action .btn-outline-primary:hover {
  color: #00000021;
  border: 1px solid #0000;
  background-color: #0000000f;
}

.licenses-new__slider-wrap {
  max-height: 420px;
  position: relative;
}

.licenses-new__link .img-responsive {
  height: 420px;
  border-radius: 12px;
  object-fit: cover;
}

.licenses-new {
  position: relative;
  padding: 0 3px;
}

.licenses-new__nav-link--js.swiper-button-next,
.licenses-new__nav-link--js.swiper-button-prev {
  bottom: -57px;
  top: auto;
}

.licenses-new__nav-link--js.swiper-button-next {
  right: 0;
  left: auto;
}

.licenses-new__nav-link--js.swiper-button-prev {
  right: 60px;
  left: auto;
}

.licenses-new .swiper-slide {
  width: 476px !important;

}




.about-us__certificate {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 24px;
  color: #7C7C7C;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.about-us__info {
  display: flex;
  column-gap: 30px;
  margin-top: 30px;
}

.inter-shop h2 {
  margin-bottom: 35px;
}

.inter-shop {
  margin: 73px 0;

}

.page-header__top-inner .main-nav ul li a,
.offcanvas-mobile #mainmenu a {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}

.page-header__top-inner .main-nav ul li a:hover,
.offcanvas-mobile #mainmenu a:hover {
  color: #FFFFFF;
  opacity: 0.8;
}

.page-header__main-inner {
  display: flex;
  align-items: center;
  padding: 20px 0;
  justify-content: space-between;
}

/*.offcanvas-mobile{
display:flex;
 justify-content: space-between;
}*/
.page-header__logo-cat {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.page-header__information {
  display: flex;
  flex-grow: 0;
  align-items: center;
  justify-content: flex-end;
}

.page-header__phone-link-container {
  display: flex;
  align-items: center;
  margin-left: 27px;
  font-weight: 600;
  font-size: 16px;
}

.bg-new {
  background: #f3f5fa;
  padding: 15px 0;
}

.mega-menu__sub-link {
  color: #242424;
  line-height: 22px;
  margin: 7px 0px;
}

@media(max-width:1199px) {

  .licenses-new .swiper-slide {
    width: 469px !important;

  }
}

@media(max-width:991.98px) {
  .page-header__information {
    display: flex;
    flex-grow: 0;
    align-items: center;
    justify-content: inherit;
    width: 100%;
  }

  .page-header__menu-container .burger span {
    background: #000;
  }

  .page-header__menu-container .burger__line::after,
  .page-header__menu-container .burger__line::before {
    background: #000;
  }
}

@media(max-width:580px) {
  .page-header__main-inner {
    padding: 15px 0;
    gap: 20px;
  }

  .page-header__logo-cat {
    width: 100%;
    order: 2;
    column-gap: 30px;
  }

  .page-header__top-inner {
    padding: 0;
    order: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .page-header__information {
    width: auto;
    flex-direction: column;
    order: 2;
    gap: 4px;
    align-items: flex-end;
    text-align: end;
  }
  .page-header__address .container{
    padding-right: 0;
    margin-right: 0;
  }
  .page-header__address{
    font-size: 13px;
  }
  .page-header__catalog-button-link {
    min-width: 175px;
    font-size: 16px;
  }
}

.say-about-us {
    margin-top: 72px;
    padding: 48px 48px 35px;
    color: #fff;
    background-color: var(--bs-primary);
    background-image: url(/upload/media/vector_5.svg);
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 12px;
}

.article .say-about-us {
    position: relative;
    right: 50%;
    left: 50%;
    width: 100vw;
    margin-right: -50vw;
    margin-left: -50vw;
}

.say-about-us .container {
    display: grid;
    grid-template-columns: minmax(0, 513px) minmax(0, 100%);
    gap: 0 79px;
}
.say-about-us__qr {
    position: absolute;
    bottom: 0;
}
.say-about-us__text-wrap {
    padding-bottom: 0;
}

.say-about-us__title {
    margin-bottom: 16px;
    font-family: Roboto;
    font-weight: 600;
    font-size: 32px;
    line-height: 37.5px;
    letter-spacing: 0%;
    color: #ffffff;
}

.say-about-us__title span {
    font-size: 38px;
    font-weight: 600;
    line-height: 45.6px;
    color: #072a46;
    margin-bottom: 12px;
}

.say-about-us__description {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: 0%;
    color: #ffffff;
    margin-bottom: 24px;
}

.say-about-us__description p {
    margin: 0;
}

.say-about-us__yandex-rating {
    display: inline-flex;
    margin-bottom: 32px;
    padding: 12px;
    background: #fff;
    border-radius: 8px;
}

.say-about-us__yandex-rating-logo {
    flex-shrink: 0;
    margin-right: 12px;
}

.say-about-us__yandex-rating-text-wrap {
    padding-top: 0;
}

.say-about-us__yandex-rating-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.say-about-us__yandex-rating-count {
    margin-right: 6px;
    font-family: Roboto;
    font-weight: 600;
    font-size: 24px;
    line-height: 28.13px;
    letter-spacing: 0%;
    color: #242424;
}

.say-about-us__yandex-rating-text {
    font-size: 14px;
    line-height: 100%;
}

.say-about-us__yandex-rating-text p {
    margin: 0;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: 0%;
    color: #242424;
}

.say-about-us__rating-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 30px;
    max-width: 550px;
}

.say-about-us__rating-logo {
    height: 25px;
    object-fit: scale-down;
}

.say-about-us__rating-text-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.say-about-us__rating-count {
    margin-right: 5px;
    color: #353742;
    font-weight: 600;
    font-size: 30px;
}

.say-about-us__rating-text {
    font-size: 14px;
}

.say-about-us__reviews-wrap {
    position: relative;
    height: 267px;
}

.say-about-us__reviews-img {
    position: absolute;
    right: 265px;
    bottom: -35px;
    z-index: 1;
}
.say-about-us .swiper-scrollbar {
    background: #ffffff4d;
    width: 4px;
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 6%));
    top: 15px;
    right: -16px;
}
.swiper-scrollbar-drag {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.say-about-us__iphone {
    position: absolute;
    right: 62px;
    bottom: -35px;
    z-index: 2;
    width: 230px;
    height: 339px;
    padding: 10px 10px 0;
    background-image: url("/upload/media/iphone_14_-_2_(1).svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.say-about-us__link {
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 18.75px;
    letter-spacing: 0%;
    color: #4b4f54;
    padding: 14.5px 0;
    text-align: center;
    background: #ffffff;
    border-radius: 8px;
    display: block;
}
.say-about-us__yandex-rating-wrap {
    display: flex;
    gap: 20px;
}
.say-about-us__iphone .swiper {
    width: 100%;
    height: 100%;
}

.say-about-us__iphone .swiper-slide {
    height: 330px;
}

.say-about-us__iphone-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 33px 33px 0 0;
}

.say-about-us__controls {
    position: absolute;
    top: 25%;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 5px;
    background: #fff;
    border-radius: 60px;
}

.say-about-us__controls .swiper-button-prev {
    transform: rotate(90deg);
}

.say-about-us__controls .swiper-button-next {
    transform: rotate(90deg);
}

.say-about-us__controls .swiper-pagination {
    margin: 40px 0;
    transform: none;
}

.say-about-us__controls > * {
    position: static;
    margin: 0;
}

.say-about-us__controls .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background-color: #eeeeeec4;
}
.say-about-us__controls .swiper-pagination-bullet {
    background-color: #9dbeda;
    border-radius: 60px;
    opacity: 1;
    width: 4px;
    height: 10px;
}
.say-about-us__controls .swiper-pagination-bullet-active {
    background-color: #e41d37;
}
.say-about-us__controls .swiper-button-next,
.say-about-us__controls .swiper-button-prev {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #f2f8fe;
    border: 0;
}
.say-about-us__controls .swiper-button-next svg {
    rotate: 180deg;
}
.say-about-us__controls .swiper-button-next:hover,
.say-about-us__controls .swiper-button-prev:hover {
    background-color: #072a46;
}
.say-about-us__controls .swiper-button-next:hover svg path,
.say-about-us__controls .swiper-button-prev:hover svg path {
    fill: #fff;
    background-color: #072a46;
}
.say-about-us__controls .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 12px) 0;
}
@media (max-width: 1549px) {
    .say-about-us__yandex-rating-wrap {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    .say-about-us__yandex-rating {
        display: inline-flex;
        margin-bottom: 0;
    }
    .say-about-us__link {
        margin-top: 10px;
    }

    .say-about-us__iphone {
        right: -10px;
        bottom: -106px;
    }

    .say-about-us__reviews-img {
        right: 184px;
        bottom: -106px;
    }

    .say-about-us__qr {
        bottom: -71px;
        left: -55px;
    }

    .say-about-us {
        padding: 48px 48px 35px;
    }

    .say-about-us .container {
        grid-template-columns: minmax(0, 380px) minmax(0, 100%);
    }
}
@media (max-width: 1199.98px) {
    .say-about-us {
        padding: 28px 15px 36px 15px;
    }
    .say-about-us__yandex-rating-wrap {
        width: 275px;
    }
    .say-about-us__link {
        width: 275px;
    }
    .say-about-us__qr {
        left: -169px;
    }
    .say-about-us__reviews-img {
        right: 197px;
        bottom: -91px;
    }
    .say-about-us__iphone {
        right: 1px;
        bottom: -91px;
    }

    .say-about-us {
        background-size: contain;
    }

    .say-about-us__title {
        margin-bottom: 9px;
    }

    .say-about-us__description {
        margin-bottom: 16px;
    }
}
@media (max-width: 991.98px) {
    .say-about-us .container {
        grid-template-columns: 1fr;
    }
    .say-about-us__qr {
        bottom: -22px;
    }

    .say-about-us__reviews-wrap {
        height: 300px;
    }

    .say-about-us__reviews-img {
        bottom: -36px;
    }
    .say-about-us__iphone {
        bottom: -36px;
    }
    .say-about-us__qr {
        left: 8px;
    }
    .say-about-us__yandex-rating-wrap {
        width: 403px;
    }
    .say-about-us__link {
        width: 404px;
    }
    .say-about-us {
        background-size: cover;
        background-position: inherit;
    }

    .say-about-us__text-wrap {
        margin-bottom: -66px;
    }
}
@media (max-width: 767.98px) {
    .say-about-us__yandex-rating-wrap {
        width: 100%;
    }
    .say-about-us__reviews-wrap {
        height: 503px;
    }
    .say-about-us__qr {
        bottom: auto;
        top: 101px;
    }
    .say-about-us__qr {
        left: 40px;
    }
    .say-about-us__link {
        width: 100%;
    }

    .say-about-us__yandex-rating-wrap {
        flex-direction: row;
    }

    .say-about-us {
        padding: 28px 5px 36px 5px;
    }
    .say-about-us__reviews-img {
        right: 216px;
    }
    .say-about-us__iphone {
        right: 17px;
    }
}
@media (max-width: 575.98px) {
    .say-about-us__yandex-rating-wrap {
        flex-direction: column;
    }
    .say-about-us__reviews-img {
        display: none;
    }
    .say-about-us__qr {
        left: 25%;
    }
    .say-about-us__iphone {
        right: 14%;
    }
    .say-about-us__reviews-wrap {
        height: 601px;
    }
}



  .promotions-card__title {
    display: -webkit-box;
    margin-right: 20px;
    overflow:
hidden;
    text-overflow: ellipsis;
    -webkit-box-orient:
vertical;
    -webkit-line-clamp: none;
    text-wrap:
wrap;
  }
.promotions-card__head{
max-width: 250px;
}
.promo-slider__content--no-text::after {
  padding-top: 49%;
}
.promo-slider__content{
background-size: contain;
  height: 100%;
  background-position: right;
}
.product-inner__images-slider img {
max-height: 455px;
}

.faq{
padding:72px 0;
  background: #F2F3F5;
overflow:hidden;
}
.faq__title{
color: #242424;
font-weight: 500;
font-size: 32px;
line-height: 100%;
  margin-bottom: 32px;
z-index: 2;
  position: relative;
}
.faq .accordion-item{
padding: 20px 24px;
  z-index: 2;
}
#faqAccordion{
max-width: 1197px;
  display: flex;
  flex-direction: column;
  gap:
16px;
}
.faq {
position:relative;
  
}
.faq__svg{
position:absolute;
right: -2px;
  top: -20px;
}
.faq .accordion-button::after {
  flex-shrink: 0;
width: 17px;
  height: 11px;
  margin-left: auto;
  content: "";
  background-image: url('/upload/media/arrows.svg');
  background-size: contain;
}
.faq .accordion-body{
padding:8px 0 0 0;
font-weight: 400;
font-size: 16px;
line-height: 140%;
color: #242424;
max-width: 1040px;
}
.faq .accordion-item .accordion-button{
font-weight: 500;
font-size: 20px;
line-height: 100%;
color: #242424;
  padding:10.5px 0;

}
.accordion-item{
  border:
0;
  border-radius:
12px;
}
.faq .accordion-item:first-of-type{
  border-radius:
12px;
}
.faq .accordion-button{
 border-radius:
12px;
}
.faq .accordion-item:first-of-type .accordion-button {
 border-radius:
12px;
}
.faq .accordion-item:last-of-type {
 border-radius:
12px;
}
.faq .accordion-item:last-of-type .accordion-button.collapsed {
 border-radius:
12px;
}
.faq .accordion-button:not(.collapsed) {
  color: inherit;
  background-color: inherit;
  box-shadow: none;
}
.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  box-shadow:none;
}

.proms-title{
color:red;
}
.about-us {
  margin:
72px 0;
  padding:
    72px 0;
}
.about-us__video span{
font-weight: 500;
font-size: 16px;
line-height: 100%;

}
.about-us__texts span{
font-weight: 500;
font-size: 20px;
line-height: 100%;
margin-bottom:8px;
  display:block;
}
.about-us__head {
  margin-bottom: 0;
}
.about-us__text {
  max-width: 661px;
}
.about-us__socia{
padding:20px;
 background: #FFFFFF;
border-radius:12px; 
  display: flex;
  gap:12px;
  align-items: center;
  margin-bottom:16px;
}
.about-us__texts{
max-width:360px;
}
.about-us__texts p{
margin-bottom:0;
}
.about-us__upper {

  display: flex;
  gap: 32px;
}
.about-us__links{
display: flex;
  gap:
12px;
}
.about-us__video {
  display: flex;
  align-items: center;
  gap: 12px;
}

.promo-slider__subtitle:has(.proms-desc) {
  font-weight: 500;
  font-size: 22px;
}
.proms-nub{
color:red;
}
.promo-slider__text-content:has(.proms-desc) .promo-slider__button{
background-color:red;
  border:0;
}
.about-us__links a:hover svg rect{
fill:var(--bs-link-hover-color);
}
.about-us__video:hover svg rect{
fill:var(--bs-link-hover-color);
}
.page-footer .logo {
  max-width: 120px;
  margin-bottom: 20px;
}
.page-footer__logo-and-devname .about-us__links{
margin-bottom:38px;
}
.page-footer__logo-and-devname  .about-us__links a:hover svg path{
fill:#fff;
}
@media(max-width:1549.98px){
  .promotions-card__image {
    width: 150px;
    height: 100%;
  }
  .promotions-card__description {
  max-width: 230px;
}
  .promotions-card__head {
  max-width: 230px;
}
    .promotions-card__description {
    max-width: 195px;
  }
}
@media(max-width:1199.98px){
 .promotions-card__description {
    display: none;
}
}
@media(max-width:991.98px){
.faq__svg {
  position: absolute;
  right: -175px;
  top: -43px;
  max-width: 474px;
}
  .faq .accordion-item .accordion-button {
font-size: 18px;
}
 .faq .accordion-body {
  padding:
8px 0 0 0;
  font-weight: 400;
   font-size: 15px;
} 
}
@media(max-width:767.98px){
  .about-us__socia {
flex-direction: column;
  text-align: center;
}
}

@media(max-width:575.98px){
  .promotions-card__image {
    height: auto;
  }
}
  @media(max-width:440.98px){
.about-us__upper {
  display: flex;
  gap:
20px;
  flex-direction: column;
  align-items: center;
}
}


.seo{
background: #F2F3F5;
  padding:72px 0;

}

  .content-block {
        position: relative;
    }
    
    .toggle-content-btn {
   font-family: Roboto;
font-weight: 700;
font-size: 16px;
line-height: 100%;
        color: #E3001A;
        cursor: pointer;
        margin-top: 32px;
        display: block;
      border:0;
      background-color:transparent;
    }
    .toggle-content-btn:hover {
        color: var(--bs-link-hover-color);
    }
    
    .content-full {
        display: none;
    }
.video-block__link {
  position: relative;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.video-block__play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 117px;
  height: 117px;
  padding: 13px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}
.video-block__play-btn-inner {
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.13);
  box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  background-color: #E3001A;
  background-image: url(/upload/media/play.svg);
  background-repeat: no-repeat;
  background-position: left 53% center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.video-block__play-btn-inner:hover{
  background-color:#FF3E54;
}
@media (min-width: 1200px) {
    .promo-slider__content {
        min-height: 440px;
        max-height: 440px;
    }
}

@media (max-width: 575.98px) {
    .promo-slider__content--no-text {
        background-size: contain;
        border-radius: 12px;
    }
}

/* ==========================================================================
   MOBILE FIXED MENU STYLES
   ========================================================================== */
.mobile-fixed-menu {
  display: none;
  grid-template-columns: 1fr 56px 1fr;
  gap: 0 10px;
  padding: 0 11px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 1px 20px -6px #000;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.mobile-fixed-menu svg,
.mobile-fixed-menu img {
  width: 20px;
  height: 20px;
  margin: 0 auto 6px;
  object-fit: scale-down;
}

.mobile-fixed-menu__link {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: flex-end;
  padding: 10px 0 5px;
  color: #070707;
  text-decoration: none;
}

.mobile-fixed-menu__link--tg {
  color: #0088cc;
}

.mobile-fixed-menu__link--wa {
  color: #25d366;
}

.mobile-fixed-menu__link-text,
.mobile-fixed-menu__toggler-text {
  color: #070707;
  font-size: 10px;
  line-height: 110%;
  min-height: 22px;
}

.mobile-fixed-menu__left,
.mobile-fixed-menu__right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
}

.mobile-fixed-menu__toggler {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
  position: relative;
  padding: 10px 0 5px;
  margin: 0;
  border: 0;
  box-shadow: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

.mobile-fixed-menu__toggler-icon {
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ffb600 29.03%, #718af7 100%);
}

.mobile-fixed-menu__toggler-icon svg {
  margin: 0;
}

@media (max-width: 768px) {
  .mobile-fixed-menu {
    display: grid;
  }
  #CalltouchWidgetFrame {
    bottom: 60px !important;
    left: 0 !important;
  }
  .to-top {
    bottom: 83px;
  }
}

/* ============================================================
   Product Inner Tabs (Figma Design)
   ============================================================ */
.product-inner__tabs {
  max-width: 832px;
  width: 100%;
  margin-top: 40px;
}

.product-inner__tabs .card {
  border: none;
  background: transparent;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.product-inner__tabs .card-body {
  padding: 0;
}

.product-inner__tabs .nav-pills,
.product-inner__tabs .nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 30px;
  border: none;
  background: transparent;
  flex-wrap: nowrap;
}

.product-inner__tabs .nav-item {
  margin: 0;
  padding: 0;
  flex: none;
}

.product-inner__tabs .nav-pills .nav-link,
.product-inner__tabs .nav-link {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 25px;
  color: #9B9B9B;
  background: transparent;
  background-color: transparent !important;
  border: none;
  border-radius: 0;
  padding: 0 0 11px 0;
  margin: 0;
  position: relative;
  cursor: pointer;
  transition: color 0.2s ease;
  white-space: nowrap;
  box-shadow: none;
}

.product-inner__tabs .nav-pills .nav-link:hover {
  color: #000000;
  background: transparent;
  background-color: transparent !important;
}

.product-inner__tabs .nav-pills .nav-link.active,
.product-inner__tabs .nav-link.active {
  color: #000000 !important;
  background: transparent !important;
  background-color: transparent !important;
  font-weight: 600;
}

.product-inner__tabs .nav-pills .nav-link.active::after,
.product-inner__tabs .nav-link.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background-color: #7C1F18;
  border-radius: 1px;
}

.product-inner__tabs .tab-content {
  padding-top: 30px;
  max-width: 853px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}

.product-inner__tabs .tab-pane {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}

.product-inner__tabs .tab-pane p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 16px;
}

.product-inner__tabs .tab-pane p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .product-inner__tabs .nav-pills,
  .product-inner__tabs .nav {
    gap: 20px;
    padding-bottom: 2px;
  }

  .product-inner__tabs .nav-pills .nav-link,
  .product-inner__tabs .nav-link {
    font-size: 17px;
    line-height: 21px;
    padding-bottom: 8px;
  }

  .product-inner__tabs .tab-content {
    padding-top: 20px;
    font-size: 14px;
    line-height: 140%;
  }

  .product-inner__tabs .tab-pane,
  .product-inner__tabs .tab-pane p {
    font-size: 14px;
    line-height: 140%;
  }
}

/* ============================================================
   Product Characteristics (Figma Design)
   ============================================================ */
.characteristic {
  max-width: 451px;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
}

.characteristic__group {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: none;
  position: relative;
}

.characteristic__group::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  border-bottom: 1px dashed #9B9B9B;
  z-index: 1;
}

.characteristic__term {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  padding-right: 8px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  flex: none;
}

.characteristic__definition {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  padding-left: 8px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  text-align: right;
  flex: none;
}

/* ============================================================
   Product Card (Figma Design)
   ============================================================ */
.product-card,
.product-card.card {
  border: none !important;
  border-radius: 8px;
  padding: 12px;
  background: #FFFFFF;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.product-card__thumb {
  width: 100%;
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  position: relative;
}

.product-card__image,
.product-card__thumb img {
  max-width: 100%;
  max-height: 176px;
  object-fit: contain;
}

.product-card__title {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 12px;
  min-height: 44px;
}

.product-card__title a {
  color: #000000;
  text-decoration: none;
}

.product-card__title a:hover {
  color: #7C1F18;
}

.product-card__rating-and-reviews {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.product-card__rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.product-card__rating::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #FFDA57;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.product-card__reviews {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: rgba(36, 36, 36, 0.6);
}

.product-card__price-wrap {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 16px;
  margin-top: auto;
}

.product-card__price-current {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}

.product-card__price-old {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-decoration: line-through;
  color: rgba(36, 36, 36, 0.6);
}

.product-card__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.product-card__actions-button-wrap {
  flex: 1;
}

.product-card .btn-primary,
.product-card__actions-button-wrap .btn,
.product-card__actions .btn-primary,
.product-card__buy-btn {
  background: #7C1F18 !important;
  border-color: #7C1F18 !important;
  border-radius: 3px !important;
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #FFFFFF !important;
  height: 48px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.product-card .btn-primary:hover,
.product-card__actions-button-wrap .btn:hover,
.product-card__actions .btn-primary:hover,
.product-card__buy-btn:hover {
  background: #962820 !important;
  border-color: #962820 !important;
  color: #FFFFFF !important;
}

.product-card__actions-links-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.product-card__action-link {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(36, 36, 36, 0.6);
  transition: color 0.2s ease;
}

.product-card__action-link svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  stroke: currentColor;
}

.product-card__action-link:hover {
  color: #7C1F18;
}

/* Hide address icon */
.page-header__address::before {
  display: none !important;
}

/* Full-width reviews block on product page */
.rewiews-ra.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
}

/* ============================================================
   Breadcrumbs (Figma Design)
   ============================================================ */
.breadcrumb,
.rcrumbs,
.rcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
  padding: 0;
  list-style: none;
}

.breadcrumb-item,
.rcrumbs li {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  display: flex;
  align-items: center;
}

.breadcrumb-item a,
.breadcrumb a,
.rcrumbs a {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb-item a:hover,
.breadcrumb a:hover,
.rcrumbs a:hover {
  color: #7C1F18;
  text-decoration: underline;
}

.breadcrumb-item.active,
.breadcrumb-item.active span,
.rcrumbs li:last-child,
.rcrumbs li:last-child span {
  color: #000000;
  font-weight: 400;
}

.rcrumbs .divider,
.breadcrumb-item + .breadcrumb-item::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  margin: 0 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L1 9' stroke='%23000000' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* ============================================================
   Product Top Layout (Left 832px, Right 484px) & Total Card
   ============================================================ */
.product-inner__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 50px;
}

.product-inner__left {
  width: 832px;
  max-width: 832px;
  flex: 0 0 832px;
}

.product-inner__right {
  width: 484px;
  max-width: 484px;
  flex: 0 0 484px;
}

.product-total-card {
  width: 484px;
  max-width: 100%;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  background: #FFFFFF;
  padding: 30px !important;
  box-shadow: 0px 8px 22px rgba(0, 0, 0, 0.15) !important;
}

@media (max-width: 1399px) {
  .product-inner__top {
    flex-direction: column;
    gap: 30px;
  }
  .product-inner__left,
  .product-inner__right,
  .product-total-card {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }
}

.product-total-card__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 !important;
}

.product-total-card__header-meta {
  margin-bottom: 0;
}

.product-total-card__labels {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
  margin-top: 15px;
}

.product-total-card__labels:empty {
  display: none !important;
  margin: 0 !important;
}

.product-total-card__reviews-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.product-total-card__price-wrap {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.product-total-card__price-current {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 53px;
  color: #FF0000;
  display: flex;
  align-items: baseline;
}

.product-total-card__price-unit {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #FF0000;
  margin-left: 8px;
}

.product-total-card__price-old {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: rgba(36, 36, 36, 0.6);
  text-decoration: line-through;
  margin-top: 4px;
}

.product-total-card__action .btn-primary,
.product-total-card .btn-primary.addToCart {
  background: #7C1F18 !important;
  border: none !important;
  border-radius: 3px !important;
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #FFFFFF !important;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0 !important;
  transition: background-color 0.2s ease;
}

.product-total-card__action .btn-primary:hover,
.product-total-card .btn-primary.addToCart:hover {
  background: #962820 !important;
  color: #FFFFFF !important;
}

/* Delivery inside Total Card */
.product-total-card__delivery {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #EBEBEB;
}

.product-delivery-title {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 14px;
  margin-top: 16px;
}

.product-delivery-title:first-child {
  margin-top: 0;
}

.product-delivery-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 4px 0;
  position: relative;
}

.product-delivery-item::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  border-bottom: 1px dashed #9B9B9B;
  z-index: 1;
}

.product-delivery-item__name {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  padding-right: 8px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  flex: none;
}

.product-delivery-item__val {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  padding-left: 8px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  text-align: right;
  flex: none;
}

.product-delivery-item__val.free {
  color: #FF0000;
}

.product-delivery-note {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #9B9B9B;
  margin-top: 4px;
  margin-bottom: 16px;
}

/* ============================================================
   Product Reviews Header (Figma Design)
   ============================================================ */
.product-inner__reviews-wrap {
  width: 100%;
  max-width: 832px;
  margin-top: 40px;
}

.product-reviews-header {
  margin-bottom: 30px;
}

.product-reviews-header__title {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 20px;
}

.product-reviews-header__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.product-reviews-header__score-block {
  display: flex;
  align-items: center;
  gap: 16px;
}

.product-reviews-header__score {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  color: #000000;
}

.product-reviews-header__info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.product-reviews-header__stars {
  display: flex;
  align-items: center;
  gap: 3px;
}

.product-reviews-header__stars svg {
  width: 18px;
  height: 18px;
}

.product-reviews-header__count {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.product-reviews-header__btn,
.product-inner__reviews-wrap .addComment {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 10px 24px !important;
  gap: 8px !important;
  width: 224px !important;
  height: 48px !important;
  background: #7C1F18 !important;
  border-radius: 3px !important;
  border: none !important;
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease !important;
  box-sizing: border-box !important;
}

.product-reviews-header__btn:hover,
.product-inner__reviews-wrap .addComment:hover {
  background: #962820 !important;
  color: #FFFFFF !important;
}

@media (max-width: 575px) {
  .product-reviews-header__main {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-reviews-header__btn,
  .product-inner__reviews-wrap .addComment {
    width: 100% !important;
  }
}

.product-delivery-text {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}

/* Badges on product */
.product-inner__labels,
.product-card__badges {
  display: flex !important;
}

.product-inner__label--new,
.product-inner__labels .product-inner__label--new {
  background: #31B9E7 !important;
  border-radius: 61px !important;
  color: #FFFFFF !important;
  font-weight: 700;
  font-size: 16px;
}

.product-inner__label--sale,
.product-inner__labels .product-inner__label--sale {
  background: #FF0000 !important;
  border-radius: 61px !important;
  color: #FFFFFF !important;
  font-weight: 700;
  font-size: 16px;
}

.product-inner__label.bg-success,
.product-inner__labels .bg-success {
  background: #82D047 !important;
  border-radius: 61px !important;
  color: #FFFFFF !important;
  font-weight: 700;
  font-size: 16px;
}

/* Product Gallery Thumbnails */
.product-inner__thumb {
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  object-fit: cover !important;
}

.product-inner__thumbs-slider .swiper-slide-thumb-active .product-inner__thumb,
.product-inner__thumbs-slider .swiper-slide.swiper-slide-thumb-active img.product-inner__thumb,
.product-inner__thumbs-slider .swiper-slide.swiper-slide-thumb-active a.product-inner__thumb {
  border: 1px solid #7C1F18 !important;
  border-color: #7C1F18 !important;
  border-radius: 0 !important;
}

.product-inner__thumb--video::before,
.product-inner__thumb--video::after {
  border-radius: 0 !important;
}

/* Product Variables Accordion Header Padding */
.product-vars-accordion__header {
  padding: 0 15px !important;
}

.product-vars-accordion.is-open .product-vars-accordion__header,
.product-vars-accordion--open .product-vars-accordion__header,
.product-vars-accordion.active .product-vars-accordion__header {
  padding-bottom: 15px !important;
}

/* Videos Section Background */
.ra-videos,
section.ra-videos,
.product-page .ra-videos {
  background-color: #F1F1F1 !important;
}

/* Product Gallery Thumbs Nav Buttons (Arrow Up / Down) & Alignment */
.product-inner__thumbs {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  width: 80px !important;
  height: 480px !important;
  margin-right: 20px !important;
  padding: 42px 0 !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}

.product-inner__thumbs .swiper-button-prev,
.product-inner__thumbs .swiper-button-next {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 17px !important;
  margin: 0 !important;
  transform: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  z-index: 10 !important;
}

.product-inner__thumbs .swiper-button-prev {
  top: 0 !important;
  bottom: auto !important;
}

.product-inner__thumbs .swiper-button-next {
  bottom: 0 !important;
  top: auto !important;
}

.product-inner__thumbs .swiper-button-prev::after,
.product-inner__thumbs .swiper-button-next::after {
  display: none !important;
  content: none !important;
}

.product-inner__thumbs .swiper-button-prev svg,
.product-inner__thumbs .swiper-button-next svg {
  width: 32px !important;
  height: 17px !important;
}

.product-inner__thumbs .swiper-button-prev:hover svg path,
.product-inner__thumbs .swiper-button-next:hover svg path {
  stroke: #7C1F18 !important;
}

.product-inner__thumbs-slider {
  width: 100% !important;
  height: 100% !important;
}

.product-inner__thumbs-slider .swiper-slide {
  height: 80px !important;
}

.product-inner__thumb {
  width: 100% !important;
  height: 80px !important;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  object-fit: cover !important;
}

/* Breadcrumbs Centering */
.breadcrumb {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}

.breadcrumb-item {
  display: inline-flex !important;
  align-items: center !important;
  vertical-align: middle !important;
  line-height: 1 !important;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '' !important;
  display: inline-block !important;
  vertical-align: middle !important;
  width: 6px !important;
  height: 10px !important;
  margin: 0 12px !important;
  padding: 0 !important;
  float: none !important;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L1 9' stroke='%23000000' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

/* Cookie Banner */
#cookie-banner .cookie-banner__text a,
.cookie-banner__text a {
  color: #7C1F18 !important;
  text-decoration: underline !important;
}

#cookie-banner .cookie-banner__text a:hover,
.cookie-banner__text a:hover {
  color: #601712 !important;
  text-decoration: none !important;
}

#cookie-banner .btn,
#cookie-banner .btn-primary,
#cookie-banner button {
  background-color: #7C1F18 !important;
  border-color: #7C1F18 !important;
  color: #FFFFFF !important;
}

#cookie-banner .btn:hover,
#cookie-banner .btn-primary:hover,
#cookie-banner button:hover {
  background-color: #601712 !important;
  border-color: #601712 !important;
  color: #FFFFFF !important;
}

/* Circular Navigation Buttons (Ellipse 24) */
.subcategories__nav-link,
.subcategories__slider-wrap .swiper-button-prev,
.subcategories__slider-wrap .swiper-button-next,
.popular-goods__nav-link,
.last-view-goods .swiper-button-prev,
.last-view-goods .swiper-button-next,
.popular-goods__slider-wrap .swiper-button-prev,
.popular-goods__slider-wrap .swiper-button-next {
  width: 48px !important;
  height: 48px !important;
  background: #FFFFFF !important;
  border-radius: 50% !important;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25) !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
  z-index: 10 !important;
  cursor: pointer !important;
}

.subcategories__nav-link::after,
.subcategories__slider-wrap .swiper-button-prev::after,
.subcategories__slider-wrap .swiper-button-next::after,
.popular-goods__nav-link::after,
.last-view-goods .swiper-button-prev::after,
.last-view-goods .swiper-button-next::after,
.popular-goods__slider-wrap .swiper-button-prev::after,
.popular-goods__slider-wrap .swiper-button-next::after {
  display: none !important;
  content: none !important;
}

.subcategories__nav-link:hover,
.subcategories__slider-wrap .swiper-button-prev:hover,
.subcategories__slider-wrap .swiper-button-next:hover,
.popular-goods__nav-link:hover,
.last-view-goods .swiper-button-prev:hover,
.last-view-goods .swiper-button-next:hover,
.popular-goods__slider-wrap .swiper-button-prev:hover,
.popular-goods__slider-wrap .swiper-button-next:hover {
  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.3) !important;
}

.subcategories__nav-link svg,
.subcategories__slider-wrap .swiper-button-prev svg,
.subcategories__slider-wrap .swiper-button-next svg,
.popular-goods__nav-link svg,
.last-view-goods .swiper-button-prev svg,
.last-view-goods .swiper-button-next svg,
.popular-goods__slider-wrap .swiper-button-prev svg,
.popular-goods__slider-wrap .swiper-button-next svg {
  width: 11px !important;
  height: 18px !important;
}

/* Popular Goods / Similar Goods Carousel Cards Uniformity */
.popular-goods .swiper-wrapper,
.popular-goods__slider-wrap .swiper-wrapper {
  align-items: stretch;
}

.popular-goods .swiper-slide,
.popular-goods__slider-wrap .swiper-slide {
  height: auto !important;
  display: flex !important;
}

.popular-goods .product-card,
.popular-goods__slider-wrap .product-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: none !important;
}

.popular-goods .product-card__inner,
.popular-goods__slider-wrap .product-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.popular-goods .product-card__thumb,
.popular-goods__slider-wrap .product-card__thumb {
  height: 220px;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 16px;
}

.popular-goods .product-card__thumb .image,
.popular-goods__slider-wrap .product-card__thumb .image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popular-goods .product-card__thumb img,
.popular-goods__slider-wrap .product-card__thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.popular-goods .product-card__title,
.popular-goods__slider-wrap .product-card__title {
  min-height: 44px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.popular-goods .product-card__price-wrap,
.popular-goods__slider-wrap .product-card__price-wrap {
  margin-top: auto;
  margin-bottom: 16px;
}

/* Product Total Card Quantity Controls */
.product-total-card__qty-control {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.product-total-card__counter {
  flex: 1;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #BDBDBD;
  border-radius: 2px;
  background: #FFFFFF;
  padding: 0 18px;
  box-sizing: border-box;
}

.product-total-card__counter-btn {
  background: none;
  border: none;
  padding: 0 4px;
  font-size: 20px;
  line-height: 1;
  color: #757575;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  transition: color 0.15s ease;
}

.product-total-card__counter-btn:hover {
  color: #242424;
}

.product-total-card__counter-val {
  font-family: inherit;
  font-weight: 500;
  font-size: 15px;
  color: #242424;
  user-select: none;
}

.product-total-card__qty-add-btn {
  width: 48px;
  min-width: 48px;
  height: 48px;
  background-color: #7C1F18;
  border: none;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.product-total-card__qty-add-btn:hover {
  background-color: #601712;
}

.product-total-card__qty-add-btn:active {
  transform: scale(0.96);
}

.product-total-card__qty-add-btn svg {
  display: block;
}

.product-total-card__out-of-stock {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F4F4F4;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #8C8C8C;
  width: 100%;
  text-align: center;
  user-select: none;
}

.page-header {
  border-bottom: none !important;
}

/* Header Bottom Nav Menu (Pills) */
.page-header__nav {
  padding: 30px 0;
  width: 100%;
}

.page-header__nav ul,
.header-pills-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.page-header__nav ul li,
.header-pills-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.page-header__nav ul li > a,
.header-pills-menu li > a {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 22px;
  gap: 10px;
  min-height: 48px;
  height: 48px;
  border: 1px solid #000000;
  border-radius: 25px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #121212;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.page-header__nav ul li > a:hover,
.page-header__nav ul li.current > a,
.page-header__nav ul li > a.current,
.header-pills-menu li > a:hover,
.header-pills-menu li.current > a,
.header-pills-menu li > a.current {
  border-color: #7C1F18;
  color: #7C1F18;
}

@media (max-width: 1199.98px) {
  .page-header__nav {
    padding: 16px 0;
  }
  .header-pills-menu,
  .page-header__nav ul {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 6px;
  }
  .page-header__nav ul li > a,
  .header-pills-menu li > a {
    font-size: 14px;
    height: 38px;
    min-height: 38px;
    padding: 6px 12px;
    border-radius: 20px;
  }
}

@media (max-width: 991.98px) {
  .page-header__nav {
    padding: 12px 0;
  }
  .header-pills-menu,
  .page-header__nav ul {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 4px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header-pills-menu::-webkit-scrollbar,
  .page-header__nav ul::-webkit-scrollbar {
    display: none;
  }
  .page-header__nav ul li > a,
  .header-pills-menu li > a {
    font-size: 12px;
    height: 32px;
    min-height: 32px;
    padding: 5px 8px;
    border-radius: 16px;
    white-space: nowrap;
  }
}

@media (max-width: 767.98px) {
  .page-header__nav,
  .header-pills-nav,
  .header-pills-menu {
    display: none !important;
  }
}

/* Product Filter Title */
.product-filter__name {
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 21px !important;
  line-height: 25px !important;
  color: #000000 !important;
}

/* Filter Reset Button & Category Action Buttons */
.product-filter .btn-outline-primary,
.catalog-inner .btn-outline-primary,
.shop-cat-tags .btn-outline-primary,
.d-flex > .btn-outline-primary {
  box-sizing: border-box !important;
  display: inline-flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 10px 24px !important;
  gap: 8px !important;
  height: 48px !important;
  min-height: 48px !important;
  background: #7C1F18 !important;
  border: none !important;
  border-radius: 3px !important;
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease !important;
}

.product-filter .btn-outline-primary:hover,
.catalog-inner .btn-outline-primary:hover,
.shop-cat-tags .btn-outline-primary:hover,
.d-flex > .btn-outline-primary:hover {
  background: #962820 !important;
  color: #FFFFFF !important;
}

/* Subcategories Pill Links */
.subcategories__link {
  box-sizing: border-box !important;
  display: inline-flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 10px 22px !important;
  gap: 10px !important;
  min-height: 48px !important;
  height: 48px !important;
  background: transparent !important;
  border: 1px solid #121212 !important;
  border-radius: 25px !important;
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 28px !important;
  color: #121212 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: all 0.2s ease !important;
}

.subcategories__link:hover {
  border-color: #7C1F18 !important;
  color: #7C1F18 !important;
}

.subcategories__link .subcategories__image {
  display: none !important;
}

.subcategories__name {
  font-family: inherit !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 28px !important;
  color: inherit !important;
}

.subcategories .swiper-slide {
  width: auto !important;
}

/* Catalog Grid / List Toggler */
.catalog-inner__toggler {
  background: transparent !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.catalog-inner__toggler-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  cursor: pointer !important;
}

.catalog-inner__toggler-link .sprite-svg,
.catalog-inner__toggler-link svg {
  fill: #D8D8D8 !important;
  color: #D8D8D8 !important;
  transition: fill 0.2s ease, color 0.2s ease !important;
}

.catalog-inner__toggler-link:hover .sprite-svg,
.catalog-inner__toggler-link:hover svg {
  fill: #7C1F18 !important;
  color: #7C1F18 !important;
}

.catalog-inner__toggler-link--active {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.catalog-inner__toggler-link--active .sprite-svg,
.catalog-inner__toggler-link--active svg {
  fill: #7C1F18 !important;
  color: #7C1F18 !important;
}

.ui-slider-handle {
  background: #962820 !important;
  border-color: #962820 !important;
}

.ui-slider-range {
  background: #962820 !important;
}

/* Product Filter Price Inputs */
.product-filter__price-inputs {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-bottom: 16px !important;
}

.product-filter__price-inputs .form-control {
  box-sizing: border-box !important;
  width: 155px !important;
  max-width: 100% !important;
  height: 48px !important;
  border: 1px solid #9B9B9B !important;
  border-radius: 3px !important;
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #000000 !important;
  padding: 10px 14px !important;
  background-color: #FFFFFF !important;
  box-shadow: none !important;
  text-align: center !important;
}

.product-filter__price-inputs .form-control::placeholder {
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #000000 !important;
  opacity: 1 !important;
  text-align: center !important;
}

.product-filter__devider {
  display: flex !important;
  align-items: center !important;
  color: #9B9B9B !important;
  font-size: 16px !important;
  margin: 0 !important;
}

.btn-primary.btn-hover-style-outline {
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-color: #7C1F18;
  --bs-btn-hover-border-color: #7C1F18;
}

/* Pagination Left-aligned */
.pagination {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 20px !important;
  margin: 40px 0 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
  border: none !important;
}

.pagination .page-item {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  list-style: none !important;
}

.pagination .page-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  min-width: auto !important;
  height: auto !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #9B9B9B !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.pagination .page-link:hover {
  color: #7C1F18 !important;
  background: transparent !important;
}

.pagination .page-item.active .page-link,
.pagination .page-item.active span.page-link {
  font-weight: 700 !important;
  color: #7C1F18 !important;
  background: transparent !important;
}

.pagination .page-item.prev .page-link,
.pagination .page-item.next .page-link {
  width: auto !important;
  height: auto !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 4px !important;
}

.pagination .page-item.prev .page-link svg,
.pagination .page-item.next .page-link svg {
  display: block;
}

/* Product Card Action Links (Compare & Wishlist SVGs) */
.product-card__action-link svg {
  display: block;
  transition: transform 0.2s ease;
}

.product-card__action-link svg path {
  transition: fill 0.2s ease, fill-opacity 0.2s ease;
}

.product-card__action-link svg {
  width: 24px !important;
  height: 24px !important;
  stroke: none !important;
  fill: none !important;
}

.product-card__action-link svg path {
  stroke: none !important;
}

.product-card__action-link:hover svg path,
.product-card__action-link.inCompare svg path,
.product-card__action-link.inWishList svg path,
.product-card__action-link.active svg path {
  fill: #7C1F18 !important;
  fill-opacity: 1 !important;
}

.page-header__main-container {
  position: relative !important;
}

/* Mega Catalog Menu Dropdown */
.page-header__mega-menu {
  position: absolute !important;
  top: calc(100% + 15px) !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  z-index: 1050 !important;
  background: #FFFFFF !important;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12) !important;
  border-radius: 4px !important;
  border: 1px solid #EAEAEA !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.page-header__mega-menu .mega-menu {
  background: #FFFFFF !important;
  padding: 0 !important;
  width: 100% !important;
  border-radius: 4px !important;
}

.mega-catalog-menu {
  display: flex !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  min-height: 491px !important;
  background: #FFFFFF !important;
  box-sizing: border-box !important;
}

.mega-catalog-menu__sidebar {
  width: 345px !important;
  min-width: 345px !important;
  padding: 40px 30px !important;
  background: #FFFFFF !important;
  border-right: 1px solid #F0F0F0 !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 36px !important;
}

.mega-catalog-menu__section {
  display: flex !important;
  flex-direction: column !important;
}

.mega-catalog-menu__heading {
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #000000 !important;
}

.mega-catalog-menu__divider {
  width: 100% !important;
  height: 1px !important;
  background-color: #9B9B9B !important;
  margin: 16px 0 !important;
}

.mega-catalog-menu__store-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 15px !important;
}

.mega-catalog-menu__store-list li a {
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  color: #7C1F18 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.mega-catalog-menu__store-list li a:hover {
  color: #962820 !important;
}

.mega-catalog-menu__content {
  flex: 1 !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 30px !important;
  padding: 40px 40px 40px 50px !important;
  background: #FFFFFF !important;
  box-sizing: border-box !important;
  align-content: start !important;
}

.mega-catalog-menu__col {
  display: flex !important;
  flex-direction: column !important;
}

.mega-catalog-menu__col-title,
.mega-catalog-menu__col-title a {
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  color: #7C1F18 !important;
  text-decoration: none !important;
  margin-bottom: 20px !important;
}

.mega-catalog-menu__col-title a:hover {
  color: #962820 !important;
}

.mega-catalog-menu__sublist {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 15px !important;
}

.mega-catalog-menu__sublist li.mega-catalog-menu__item--extra {
  display: none;
}

.mega-catalog-menu__sublist li a {
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  color: #000000 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.mega-catalog-menu__sublist li a:hover {
  color: #7C1F18 !important;
}

.mega-catalog-menu__sublist li a.mega-catalog-menu__all {
  color: #9B9B9B !important;
  margin-top: 5px !important;
  cursor: pointer !important;
  display: inline-block !important;
}

.mega-catalog-menu__sublist li a.mega-catalog-menu__all:hover {
  color: #7C1F18 !important;
}

.catalog-inner__list ~ .popular-goods__nav-link,
.catalog-inner__wrap .popular-goods__nav-link,
.catalog-inner__list .popular-goods__nav-link,
.js-category-products .popular-goods__nav-link {
  display: none !important;
}

/* DEFINITIVE CATALOG LIST VIEW STYLES */
.catalog-inner__list.catalog-inner__list--list-style {
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
  width: 100% !important;
  position: relative !important;
}

.catalog-inner__list.catalog-inner__list--list-style .swiper-slide {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  display: block !important;
}

.catalog-inner__list.catalog-inner__list--list-style .product-card {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 228px !important;
  margin: 0 0 24px 0 !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

.catalog-inner__list.catalog-inner__list--list-style .product-card__inner {
  display: grid !important;
  grid-template-columns: 225px 1fr 222px !important;
  grid-template-rows: auto auto 1fr auto !important;
  grid-template-areas:
    "thumb meta price"
    "thumb title price"
    "thumb chars button"
    "thumb icons button" !important;
  column-gap: 24px !important;
  row-gap: 8px !important;
  align-items: start !important;
  min-height: 225px !important;
  height: auto !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.catalog-inner__list.catalog-inner__list--list-style .product-card__thumb {
  grid-area: thumb !important;
  width: 225px !important;
  height: 225px !important;
  min-width: 225px !important;
  max-width: 225px !important;
  min-height: 225px !important;
  max-height: 225px !important;
  margin: 0 !important;
  border-radius: 3px !important;
  overflow: hidden !important;
  display: block !important;
}

.catalog-inner__list.catalog-inner__list--list-style .product-card__thumb .image,
.catalog-inner__list.catalog-inner__list--list-style .product-card__thumb img {
  width: 225px !important;
  height: 225px !important;
  min-width: 225px !important;
  min-height: 225px !important;
  object-fit: contain !important;
  border-radius: 3px !important;
  margin: 0 !important;
}

.catalog-inner__list.catalog-inner__list--list-style .product-card__meta-top {
  grid-area: meta !important;
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.catalog-inner__list.catalog-inner__list--list-style .product-card__article {
  display: block !important;
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  color: #9B9B9B !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

.catalog-inner__list.catalog-inner__list--list-style .product-card__rating-and-reviews {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.catalog-inner__list.catalog-inner__list--list-style .product-card__rating {
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #000000 !important;
}

.catalog-inner__list.catalog-inner__list--list-style .product-card__reviews {
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: rgba(36, 36, 36, 0.6) !important;
}

.catalog-inner__list.catalog-inner__list--list-style .product-card__title {
  grid-area: title !important;
  margin: 4px 0 0 0 !important;
  padding: 0 !important;
  min-height: unset !important;
}

.catalog-inner__list.catalog-inner__list--list-style .product-card__title a,
.catalog-inner__list.catalog-inner__list--list-style .product-card__title span {
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #000000 !important;
  text-decoration: none !important;
}

.catalog-inner__list.catalog-inner__list--list-style .product-card__chars {
  grid-area: chars !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  margin: 12px 0 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.catalog-inner__list.catalog-inner__list--list-style .product-card__chars-item {
  display: flex !important;
  align-items: baseline !important;
  gap: 6px !important;
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #000000 !important;
}

.catalog-inner__list.catalog-inner__list--list-style .product-card__chars-name {
  color: #000000 !important;
  font-size: 16px !important;
  line-height: 22px !important;
}

.catalog-inner__list.catalog-inner__list--list-style .product-card__chars-value,
.catalog-inner__list.catalog-inner__list--list-style .product-card__chars-value a {
  color: #000000 !important;
  font-size: 16px !important;
  line-height: 22px !important;
}

.catalog-inner__list.catalog-inner__list--list-style .product-card__price-wrap {
  grid-area: price !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.catalog-inner__list.catalog-inner__list--list-style .product-card__price-current {
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 21px !important;
  line-height: 25px !important;
  color: #121212 !important;
}

.catalog-inner__list.catalog-inner__list--list-style .product-card__price-old {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #9B9B9B !important;
  text-decoration: line-through !important;
}

.catalog-inner__list.catalog-inner__list--list-style .product-card__actions {
  display: contents !important;
}

.catalog-inner__list.catalog-inner__list--list-style .product-card__actions-button-wrap {
  grid-area: button !important;
  width: 100% !important;
  margin-top: 10px !important;
}

.catalog-inner__list.catalog-inner__list--list-style .product-card__actions-button-wrap .btn,
.catalog-inner__list.catalog-inner__list--list-style .product-card__actions-button-wrap .addToCart {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 222px !important;
  max-width: 100% !important;
  height: 48px !important;
  padding: 10px 24px !important;
  gap: 8px !important;
  background: #7C1F18 !important;
  border: none !important;
  border-radius: 3px !important;
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #FFFFFF !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease, opacity 0.2s ease !important;
}

.catalog-inner__list.catalog-inner__list--list-style .product-card__actions-button-wrap .btn:hover,
.catalog-inner__list.catalog-inner__list--list-style .product-card__actions-button-wrap .addToCart:hover {
  background: #5e1610 !important;
  color: #FFFFFF !important;
}

.catalog-inner__list.catalog-inner__list--list-style .product-card__actions-links-wrap {
  grid-area: icons !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: auto !important;
  padding-top: 8px !important;
}

/* 2) image-switch-item active color */
.image-switch-item.hover::after,
.image-switch-item:hover::after {
  background: #7C1F18 !important;
}

/* 3) Remove min-height from titles */
.popular-goods .product-card__title,
.popular-goods__slider-wrap .product-card__title,
.product-card__title {
  min-height: unset !important;
}

/* 4) user-nav svg stroke removed */
.user-nav__item svg,
.user-nav__link svg,
.page-header .user-nav__link svg {
  stroke: none !important;
  fill: currentColor !important;
}

/* 5) Wishlist & compare active heart fill */
.product-card__action-link.inWishList svg path,
.product-card__action-link.add-wishlist.inWishList svg path,
.product-card__action-link.inWishList.active svg path,
.product-card__action-link.inCompare svg path,
.product-card__action-link.add_to_compare.inCompare svg path,
.product-card__action-link.inCompare.active svg path {
  fill: #7C1F18 !important;
  fill-opacity: 1 !important;
}

/* 6) Grid/list switch transition fix */
.catalog-inner__list .product-card,
.catalog-inner__list .product-card__thumb,
.catalog-inner__list .product-card__thumb img,
.catalog-inner__list .product-card__thumb .image,
.catalog-inner__list .product-card__inner,
.catalog-inner__list .image-switch {
  transition: box-shadow 0.2s ease, border-color 0.2s ease, opacity 0.2s ease !important;
}

/* 7) Cart column width */
.cart-order-row {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
}

.col-cart-left {
  max-width: 831px !important;
  width: 100% !important;
  flex: 1 1 831px !important;
}

.col-cart-right {
  width: 483px !important;
  max-width: 100% !important;
  flex: 0 0 483px !important;
  margin-left: auto !important;
}

/* 8) Order total card styles */
.order-total-card,
.order-total-card.card {
  width: 483px !important;
  max-width: 100% !important;
  background: #FFFFFF !important;
  border: none !important;
  box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.15) !important;
  border-radius: 4px !important;
  padding: 30px !important;
  box-sizing: border-box !important;
}

.order-total-card__inner {
  padding: 0 !important;
}

.order-total-card__information-list,
.order-total-card .order-total-card__information-list,
.order-total-card__promo-code-wrap,
.order-total-card__promo-code-link {
  display: none !important;
}

.order-total-card__summary-block {
  margin-bottom: 30px !important;
}

.order-total-card__summary-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
  width: 100% !important;
}

.order-total-card__summary-label {
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 21px !important;
  line-height: 25px !important;
  color: #000000 !important;
}

.order-total-card__summary-price,
.order-total-card__summary-price span,
.order-total-card__summary-price .js-order-total-price {
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 45px !important;
  line-height: 53px !important;
  color: #121212 !important;
}

.order-total-card .order-total-card__submit-btn,
.order-total-card button[name="gopay"] {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 10px 24px !important;
  gap: 8px !important;
  width: 423px !important;
  max-width: 100% !important;
  height: 48px !important;
  background: #7C1F18 !important;
  border: none !important;
  border-radius: 3px !important;
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
  cursor: pointer !important;
  margin: 0 auto !important;
  transition: background-color 0.2s ease !important;
}

.order-total-card .order-total-card__submit-btn:hover,
.order-total-card button[name="gopay"]:hover {
  background: #5e1610 !important;
  color: #FFFFFF !important;
}

/* 4 & 5 & 6) Cart Form Sections: Contact Info, Delivery, Payment */
.order-section-title {
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 21px !important;
  line-height: 25px !important;
  color: #000000 !important;
  margin-bottom: 24px !important;
}

.order-contact-card,
.delivery-options-card,
.payment-options-card {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 830px !important;
  border: 1px solid #9B9B9B !important;
  border-radius: 3px !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
}

.order-contact-card .card-body,
.delivery-options-card .card-body,
.payment-options-card .card-body {
  padding: 30px !important;
}

.delivery-options-wrap {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}

.delivery-option-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 15px !important;
  padding: 20px 0 !important;
  border-bottom: 1px solid #9B9B9B !important;
  cursor: pointer !important;
  width: 100% !important;
  margin: 0 !important;
}

.delivery-option-item:last-child {
  border-bottom: none !important;
}

.delivery-option-input,
.payment-option-input {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.delivery-option-radio,
.payment-option-radio {
  box-sizing: border-box !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  border: 1px solid #9B9B9B !important;
  border-radius: 3px !important;
  background: #FFFFFF !important;
  margin-top: 2px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  transition: all 0.2s ease !important;
}

.delivery-option-input:checked + .delivery-option-radio,
.payment-option-input:checked + .payment-option-radio {
  background: #7C1F18 !important;
  border-color: #7C1F18 !important;
}

.delivery-option-input:checked + .delivery-option-radio::after,
.payment-option-input:checked + .payment-option-radio::after {
  content: "" !important;
  display: block !important;
  width: 9px !important;
  height: 6px !important;
  border-left: 1.5px solid #FFFFFF !important;
  border-bottom: 1.5px solid #FFFFFF !important;
  transform: rotate(-45deg) translate(1px, -1px) !important;
}

.delivery-option-content {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

.delivery-option-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
}

.delivery-option-title {
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #000000 !important;
}

.delivery-option-price {
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #121212 !important;
  margin-left: auto !important;
}

.delivery-option-desc {
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 140% !important;
  color: #9B9B9B !important;
  margin-top: 8px !important;
}

.payment-options-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 15px !important;
  width: 100% !important;
}

.payment-option-item {
  box-sizing: border-box !important;
  width: 100% !important;
  height: 78px !important;
  border: 1px solid #9B9B9B !important;
  border-radius: 3px !important;
  padding: 15px 20px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  cursor: pointer !important;
  background: #FFFFFF !important;
  margin: 0 !important;
  transition: border-color 0.2s ease !important;
}

.payment-option-item:has(.payment-option-input:checked) {
  border-color: #7C1F18 !important;
}

.payment-option-title {
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #000000 !important;
}

@media (max-width: 575.98px) {
  .promo__promotions-card-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    width: 100% !important;
  }

  .promotions-card__image {
    margin: 0 auto -25px !important;
  }
}