body {
  cursor: default;
}

.wrapper.have-sidebar {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 991px) {
  .wrapper.have-sidebar {
    display: block;
  }
  .wrapper.have-sidebar > * {
    margin-bottom: 3rem;
  }
}
.wrapper.have-sidebar .containers-holder {
  width: calc(80% - 320px);
  margin-right: 50px;
}

.wrapper.have-sidebar .sidebar-2025 {
  width: 320px;
}

@media (max-width: 991px) {
  .wrapper.have-sidebar .containers-holder {
    margin-right: 0px;
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
  .wrapper.have-sidebar .sidebar-2025 {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
}
.wrapper.have-sidebar .sidebar-2025 .card {
  margin-bottom: 2em;
  background-color: #282e54;
  border: solid 1px #cf2e2e;
}

.wrapper.have-sidebar .sidebar-2025 .card .card-body {
  padding: 2em 1em;
}

.wrapper.have-sidebar .sidebar-2025 .card .card-body h1,
.wrapper.have-sidebar .sidebar-2025 .card .card-body h2,
.wrapper.have-sidebar .sidebar-2025 .card .card-body h3 {
  margin-top: 0px;
  margin-bottom: 1.5rem;
}

.wrapper.have-sidebar .sidebar-2025 .card .card-body .menu-sidebar-menu-container ul,
.wrapper.have-sidebar .sidebar-2025 .card .card-body .menu-sidebar-menu-container ul li,
.wrapper.have-sidebar .sidebar-2025 .card .card-body .menu-sidebar-menu-container ul li a {
  display: block;
  padding: 0px;
  margin: 0px;
}

.wrapper.have-sidebar .sidebar-2025 .card .card-body .menu-sidebar-menu-container ul > li {
  margin-bottom: 0.5em;
}

.wrapper.have-sidebar .sidebar-2025 .card .card-body .menu-sidebar-menu-container ul > li:last-child {
  margin-bottom: 0px;
}

.wrapper.have-sidebar .sidebar-2025 .card .card-body .menu-sidebar-menu-container ul li a {
  color: white;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  transition: all 0.3s ease;
}

.wrapper.have-sidebar .sidebar-2025 .card .card-body .menu-sidebar-menu-container ul li a:hover {
  text-decoration: none;
}

.wrapper.have-sidebar .sidebar-2025 .card .card-body .menu-sidebar-menu-container ul li a:before {
  content: ">";
  display: block;
  color: #CF2E2E;
  position: absolute;
  left: 0px;
  top: 0px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 70%;
}

.wrapper.have-sidebar .sidebar-2025 .card .card-body .menu-sidebar-menu-container ul li a:hover {
  opacity: 0.6;
}

.address-item {
  margin-bottom: 2em;
}

.address-item > *:last-child {
  margin-bottom: 0px;
}

.address-item h1,
.address-item h2,
.address-item h3,
.address-item h4 {
  border-bottom: solid 1px #CF2E2E;
  padding-bottom: 0.5em;
}

.address-item > p {
  text-align: right;
  font-size: 80%;
}

.address-item a {
  color: white;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.address-item a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.wrapper.have-sidebar .sidebar-2025 .section-item {
  margin-bottom: 2.5em;
}

.wrapper.have-sidebar .sidebar-2025 .section-item a {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.wrapper.have-sidebar .sidebar-2025 .section-item a:hover {
  opacity: 0.6;
}

#swiper-products-slider {
  padding-top: 4rem;
  position: relative;
}
#swiper-products-slider .swiper-slide {
  padding-inline: 2rem;
}
@media (max-width: 991px) {
  #swiper-products-slider .swiper-slide {
    padding-inline: 1rem;
  }
}
#swiper-products-slider .prisma-card > a img {
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  background-size: cover !important;
  background-position: center !important;
}
#swiper-products-slider .swiper-button-prev {
  left: 0px;
  right: auto;
  transform: translateX(-50%);
}
#swiper-products-slider .swiper-button-prev .fa {
  transform: rotate(90deg);
}
#swiper-products-slider .swiper-button-next {
  left: auto;
  right: 0px;
  transform: translateX(50%);
}
#swiper-products-slider .swiper-button-next .fa {
  transform: rotate(-90deg);
}
#swiper-products-slider .swiper-button-prev,
#swiper-products-slider .swiper-button-next {
  color: #CF2E2E;
  --swiper-navigation-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  font-size: calc(0.5 * var(--swiper-navigation-size));
  border: solid 1px #CF2E2E;
  border-radius: 50%;
}
#swiper-products-slider .swiper-button-prev:after,
#swiper-products-slider .swiper-button-next:after {
  display: none;
}
#swiper-products-slider .swiper-pagination {
  --swiper-theme-color: #CF2E2E;
}/*# sourceMappingURL=Edits-2025.css.map */