
/* home page slider */

#systems .product-offer {
  position: absolute;
  color: #fff;
  background-color: #70af1e;
  padding: 5px 10px;
}

#rds-slider {
  margin-top: 24px;
  margin-bottom: 80px;
  position: relative;
}

#rds-slider .container {
  position: relative;
}

.rds-slider-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background-color: #000;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.rds-slider-container::before {
  content: "";
  display: block;
  padding-bottom: 31.25%;
}

.rds-slide {
  width: 100%;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  transition: visibility 0.9s linear, opacity 0.9s ease;
}

.rds-slide.active {
  visibility: visible;
  opacity: 1;
}

.rds-slide img {
  max-width: 100%;
  display: block;
}

.rs-slider-bullets-container {
  position: absolute;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  bottom: 24px;
}

.rs-bullet {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: width 0.3s ease, background-color 0.25s ease;
  border-radius: var(--radius-pill);
}

.rs-bullet:not(:last-child) {
  margin-right: 10px;
}

.rs-bullet:hover {
  background-color: rgba(255, 255, 255, 0.75);
}

.rs-bullet.rs-active {
  width: 28px;
  background-color: #fff;
}

.rds-prev-arrow,
.rds-next-arrow {
  position: absolute;
  z-index: 999;
  width: 48px;
  height: 48px;
  top: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-pill);
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  transition: opacity 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.rds-next-arrow {
  right: 20px;
}

.rds-prev-arrow {
  left: 20px;
}

#rds-slider:hover .rds-arrow {
  opacity: 1;
  visibility: visible;
}

.rds-arrow:hover {
  background-color: rgba(0, 0, 0, 0.65);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-50%) scale(1.08);
}

.rds-next-arrow svg,
.rds-prev-arrow svg {
  width: 12px;
  height: 20px;
}

.rds-next-arrow,
.rds-prev-arrow {
  color: rgba(204,204,204,0.9);
}

.rs-slider-progress-bar {
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.15);
  position: relative;
  margin-top: 12px;
  border-radius: var(--radius-pill);
  overflow: hidden;
}

.rs-loading-progress {
  width: 0;
  position: absolute;
  height: 100%;
  background-color: #fd2626;
  border-radius: var(--radius-pill);
  transition: width 0.2s linear;
}

/* brands carousel */

#brands {
  margin-top: 50px;
  margin-bottom: 50px;
}

#brands .brands-carousel .splide-slide {
  position: relative;
  display: block;
}

#brands .brands-carousel .splide-slide img {
  padding: 3px;
  border: 1px solid #ababab;
  border-radius: var(--radius-md);
  width: 100%;
  filter: grayscale() brightness(0.9);
  transition: filter 0.2s ease, border-color 0.2s ease;
}

#brands .brands-carousel .splide-slide img:hover {
  filter: none;
}

/* computers style */

#discounted-items {
  padding-bottom: 60px;
  background-color: var(--bg-surface-alt);
  padding-top: 36px;
}

#discounted-items .splide-arrows {
  padding-bottom: 20px;
}

#systems,
#laptops {
  margin-bottom: 100px;
}

#systems .systems-title-block,
#laptops .laptops-title-block,
#discounted-items .discounted-items-title-block {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

#systems .systems-title-block,
#laptops .laptops-title-block {
  margin-bottom: 70px;
}

#discounted-items .discounted-items-title-block {
  margin-bottom: 72px;
}

#systems .systems-title,
#laptops .laptops-title,
#discounted-items .discounted-items-title {
  font-size: 28px;
  font-family: 'font-6';
  letter-spacing: 2px;
  color: var(--text-muted);
  position: relative;
  padding: 6px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#systems .systems-title .title-left-square::before,
#laptops .laptops-title .title-left-square::before {
  content: "";
  width: 50px;
  height: 3px;
  background-color: var(--border-hover);
  position: absolute;
  right: 0;
  top: -1px;
}

#discounted-items .discounted-items-title-block::before {
  content: "";
  width: 50px;
  height: 3px;
  background-color: var(--border-hover);
  position: absolute;
  right: 0;
  top: -1px;
}

#systems .systems-title .title-right-square::after,
#laptops .laptops-title .title-right-square::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: var(--border-hover);
  position: absolute;
  left: 0;
  top: -1px;
}

#systems .title-left-square,
#laptops .title-left-square {
  position: relative;
  width: 170px;
  height: 1px;
  display: block;
  background-color: var(--border-hover);
  margin-right: 16px;
}

#systems .title-right-square,
#laptops .title-right-square {
  position: relative;
  width: 170px;
  height: 1px;
  display: block;
  background-color: var(--border-hover);
  margin-left: 16px;
}

#systems .system-item,
#laptops .laptop-item,
#discounted-items .discounted-item {
  position: relative;
  text-decoration: none;
  display: block;
}

#systems .system-item .left-col {
  margin-right: 10px;
  width: calc(60% - 10px);
}

#laptops .laptop-item .left-col,
#discounted-items .discounted-item .left-col {
  width: 100%;
  margin-bottom: 5px;
}

#discounted-items .discounted-item .left-col {
  position: relative;
}

#discounted-items .discount-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background-color: #fd2626;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 8px;
  border-radius: var(--radius-md);
  font-family: 'font-6';
}

#laptops .laptop-item .right-col,
#discounted-items .discounted-item .right-col {
  width: 100%;
}

#systems .system-item .right-col {
  width: 40%;
}

#systems .system-item .left-col img,
#laptops .laptop-item .left-col img,
#discounted-items .discounted-item .left-col img {
  width: 100%;
  padding: 6px;
}

#systems .system-item .system-cols,
#laptops .laptop-item .laptop-cols,
#discounted-items .discounted-item .discounted-item-cols {
  display: flex;
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  box-shadow: 0 0 0 1px var(--border-color);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  transform: translateZ(0);
  backface-visibility: hidden;
}

#systems .system-item .system-cols {
  padding: 24px 20px;
}

#laptops .laptop-item .laptop-cols,
#discounted-items .discounted-item .discounted-item-cols {
  padding: 24px 20px 16px 20px;
  flex-direction: column;
  background-color: var(--bg-page);
}

#laptops .laptop-item .laptop-cols:hover .laptop-description::before,
#discounted-items .discounted-item .discounted-item-cols:hover .discounted-item-description::before {
  border-color: var(--border-hover);
}

#systems .system-item .system-cols:hover,
#discounted-items .discounted-item .discounted-item-cols:hover {
  transform: translateY(-4px) translateZ(0);
  box-shadow: 0 0 0 1px var(--border-hover);
}

#laptops .laptop-item .laptop-cols:hover {
  transform: translateY(-4px) translateZ(0);
  box-shadow: 0 0 0 1px var(--border-hover), var(--shadow-card-hover);
}

#systems .system-item .left-col img,
#laptops .laptop-item .left-col img,
#discounted-items .discounted-item .left-col img {
  border-radius: var(--radius-md);
}

#laptops .laptop-description::before,
#discounted-items .discounted-item-description::before {
  content: "";
  border-top: 1px solid var(--border-color);
  width: calc(100% + 40px);
  position: absolute;
  top: calc(100% + 5px);
  left: -20px;
}

#laptops .laptop-item-title,
#discounted-items .discounted-item-title,
#systems .system-item-title {
  color: var(--text-onbg);
  font-size: 14px;
  font-family: 'font-8';
}

#discounted-items .discounted-item-title {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid var(--border-color);
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 20px;
}

#laptops .laptop-item-title {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid var(--border-color);
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 20px;
}

#systems .system-description,
#discounted-items .discounted-item-description {
  margin-top: 32px;
  position: relative;
}

#laptops .laptop-description {
  margin-top: 12px;
  position: relative;
}

#laptops .main-page-carousel-item-current-price svg,
#discounted-items .main-page-carousel-item-current-price svg {
  fill: var(--text-muted);
}

#systems .system-description svg,
#laptops .laptop-description svg,
#discounted-items .discounted-item-description svg {
  margin-right: 6px;
  fill: var(--text-muted);
}

#systems .system-item-price {
  margin-top: 30px;
  display: flex;
}

#systems .system-item-price span {
  color: var(--text-onbg);
  font-size: 24px;
  font-family: font-4;
  line-height: 28px;
  display: inline-block;
}

#systems .system-item-price svg {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 3px;
  fill: var(--text-onbg);
}

#laptops .laptop-description img,
#discounted-items .discounted-item-description img {
  margin-right: 6px;
  flex-shrink: 0;
}

#systems .description-text,
#laptops .description-text,
#discounted-items .description-text {
  color: var(--text-muted);
  font-size: 13px;
  font-family: font-8;
}

#discounted-items .description-item {
  padding-bottom: 10px;
  margin-bottom: 6px;
}

#laptops .laptop-description .description-items {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#laptops .description-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color-soft);
  background-color: var(--bg-surface);
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.2s ease;
}

#laptops .laptop-item .laptop-cols:hover .description-item {
  border-color: var(--border-color);
}

#laptops .description-item:hover {
  border-color: rgba(253, 38, 38, 0.4);
  background-color: var(--bg-hover);
  transform: translateX(3px);
}

#laptops .description-item img {
  width: 16px;
  height: 16px;
  margin-right: 0;
  flex-shrink: 0;
  padding: 4px;
  box-sizing: content-box;
  border-radius: var(--radius-pill);
  background-color: rgba(253, 38, 38, 0.1);
  transition: background-color 0.25s ease;
}

#laptops .description-item:hover img {
  background-color: rgba(253, 38, 38, 0.18);
}

#laptops .description-text {
  display: block;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.25s ease;
}

#laptops .description-item:hover .description-text {
  color: var(--text-strong);
}

#systems .description-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#systems .description-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color-soft);
  background-color: var(--bg-surface);
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

#systems .system-item .system-cols:hover .description-item {
  border-color: var(--border-color);
}

#systems .description-item:hover {
  border-color: rgba(253, 38, 38, 0.45);
  background-color: var(--bg-hover);
  transform: translateX(4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

#systems .description-item img {
  width: 20px;
  height: 20px;
  margin-right: 0;
  flex-shrink: 0;
  padding: 5px;
  box-sizing: content-box;
  border-radius: var(--radius-pill);
  background-color: rgba(253, 38, 38, 0.1);
  transition: transform 0.25s ease, background-color 0.25s ease;
}

#systems .description-item:hover img {
  background-color: rgba(253, 38, 38, 0.18);
  transform: scale(1.08) rotate(-4deg);
}

#systems .description-text {
  color: var(--text-onbg);
  font-weight: 500;
  transition: color 0.25s ease;
}

#systems .description-item:hover .description-text {
  color: var(--text-strong);
}

#systems .splide-pagination,
#laptops .splide-pagination,
#discounted-items .splide-pagination {
  top: -54px;
  height: 24px;
  width: 100%;
}

#systems .splide-pagination-page.is-active,
#laptops .splide-pagination-page.is-active,
#discounted-items .splide-pagination-page.is-active {
  transform: scale(1);
  background: #707070;
}

#systems .splide-pagination-page,
#laptops .splide-pagination-page,
#discounted-items .splide-pagination-page {
  width: 28px;
  height: 8px;
  border-radius: var(--radius-pill);
  margin: 6px;
  background: transparent;
  border: 1px solid #707070;
}

.main-page-carousel-price-container {
  margin-top: 21px;
  display: flex;
  justify-content: flex-start;
}

.main-page-carousel-item-current-price,
.main-page-carousel-item-old-price {
  display: flex;
  font-family: font-4;
}

.main-page-carousel-item-old-price {
  position: relative;
}

.main-page-carousel-item-old-price::before {
  content: "";
  height: 1px;
  background-color: var(--border-hover);
  width: 100%;
  position: absolute;
  top: 50%;
}

.main-page-carousel-item-current-price {
  margin-right: 20px;
}

.main-page-carousel-item-current-price svg,
.main-page-carousel-item-old-price svg {
  width: 18px;
  height: 18px;
}

.main-page-carousel-item-current-price svg {
  margin-right: 4px;
}

.main-page-carousel-item-old-price svg {
  margin-right: 2px;
}

.main-page-carousel-item-current-price svg {
  fill: #fd2626;
}

.main-page-carousel-item-old-price svg {
  fill: var(--border-hover);
}

.main-page-carousel-item-current-price span,
.main-page-carousel-item-old-price span {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.main-page-carousel-item-current-price span {
  color: var(--text-muted);
}

/* recently added */

#recently-added {
  margin-bottom: 100px;
}

#recently-added .splide-arrows {
  padding-bottom: 20px;
}

#recently-added .recently-added-title-block {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 72px;
}

#recently-added .recently-added-title {
  font-size: 28px;
  font-family: 'font-6';
  letter-spacing: 2px;
  color: var(--text-muted);
  position: relative;
  padding: 6px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#recently-added .title-left-square {
  position: relative;
  width: 170px;
  height: 1px;
  display: block;
  background-color: var(--border-hover);
  margin-right: 16px;
}

#recently-added .title-left-square::before {
  content: "";
  width: 50px;
  height: 3px;
  background-color: var(--border-hover);
  position: absolute;
  right: 0;
  top: -1px;
}

#recently-added .title-right-square {
  position: relative;
  width: 170px;
  height: 1px;
  display: block;
  background-color: var(--border-hover);
  margin-left: 16px;
}

#recently-added .title-right-square::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: var(--border-hover);
  position: absolute;
  left: 0;
  top: -1px;
}

#recently-added .recently-added-item {
  position: relative;
  text-decoration: none;
  display: block;
}

#recently-added .recently-added-item .left-col {
  width: 100%;
  margin-bottom: 5px;
  position: relative;
}

#recently-added .recently-added-item .left-col img {
  width: 100%;
  padding: 6px;
  border-radius: var(--radius-md);
}

#recently-added .recently-added-item .right-col {
  width: 100%;
}

#recently-added .discount-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background-color: #fd2626;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 8px;
  border-radius: var(--radius-md);
  font-family: 'font-6';
}

#recently-added .recently-added-item .recently-added-item-cols {
  display: flex;
  flex-direction: column;
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  box-shadow: 0 0 0 1px var(--border-color);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  transform: translateZ(0);
  backface-visibility: hidden;
  padding: 24px 20px 16px 20px;
  background-color: var(--bg-page);
}

#recently-added .recently-added-item .recently-added-item-cols:hover {
  transform: translateY(-4px) translateZ(0);
  box-shadow: 0 0 0 1px var(--border-hover);
}

#recently-added .recently-added-item-title {
  color: var(--text-onbg);
  font-size: 14px;
  font-family: 'font-8';
  width: calc(100% + 40px);
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid var(--border-color);
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 20px;
}

#recently-added .main-page-carousel-price-container {
  margin-top: 16px;
}

#recently-added .splide-arrow {
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-color);
  opacity: 1;
  color: #626262;
  font-size: 21px;
  padding: 8px 12px;
  background-color: var(--bg-surface-alt);
  top: -36px;
}

#recently-added .splide-arrow:hover {
  border-color: var(--border-hover);
}

#recently-added .splide-arrow--prev {
  left: calc(50% - 56px);
}

#recently-added .splide-arrow--next {
  right: calc(50% - 56px);
}

.main-page-carousel-item-old-price span {
  color: #3f3f3f;
}

#discounted-items .splide-arrow {
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-color);
  opacity: 1;
  color: #626262;
  font-size: 21px;
  padding: 8px 12px;
  background-color: var(--bg-surface-alt);
  top: -36px;
}

#discounted-items .splide-arrow:hover {
  border-color: var(--border-hover);
}

#discounted-items .splide-arrow--prev {
  left: calc(50% - 56px);
}

#discounted-items .splide-arrow--next {
  right: calc(50% - 56px);
}

.accessory-categories {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  #discounted-items .splide-arrow,
  #recently-added .splide-arrow {
    font-size: 14px;
    top: -30px;
  }
  #discounted-items {
    padding-top: 10px;
  }
  #discounted-items .discounted-items-title-block {
    margin-bottom: 50px
  }
  #recently-added .recently-added-title-block {
    margin-bottom: 50px
  }
  #systems .systems-title,
  #laptops .laptops-title,
  #discounted-items .discounted-items-title,
  #recently-added .recently-added-title {
    font-size: 18px;
  }
  .main-page-carousel-price-container {
    justify-content: center;
  }
  #systems .systems-title::before,
  #systems .systems-title::after,
  #laptops .laptops-title::before,
  #laptops .laptops-title::after {
    width: 150px;
  }
  #recently-added .title-left-square,
  #recently-added .title-right-square {
    width: 90px;
  }
  #systems .splide-pagination-page,
  #laptops .splide-pagination-page,
  #discounted-items .splide-pagination-page {
    width: 24px;
    height: 8px;
  }
  #systems .system-item .system-cols {
    flex-direction: column;
  }
  #systems .system-item .left-col {
    margin-right: 0;
    width: 100%
  }
  #systems .system-item .right-col,
  #laptops .laptop-item .right-col,
  #discounted-items .discounted-item .right-col,
  #recently-added .recently-added-item .right-col {
    margin-top: 10px;
    width: 100%;
    text-align: left;
  }
  #systems .system-item .right-col .system-item-title,
  #laptops .laptop-item .right-col .laptop-item-title,
  #discounted-items .discounted-item .right-col .discounted-item-title,
  #recently-added .recently-added-item .right-col .recently-added-item-title {
    text-align: center;
  }

  #discounted-items .splide-arrow--prev,
  #recently-added .splide-arrow--prev {
    left: calc(50% + -40px);
  }

  #discounted-items .splide-arrow--next,
  #recently-added .splide-arrow--next {
    right: calc(50% - 40px);
  }
}

@media only screen and (max-width: 575px) and (min-width: 360px) {
    .accessory-categories {
        justify-content: space-evenly;
    }
}

/* accessories style */

#accessories {
  background-color: var(--bg-surface-alt);
  padding-top: 40px;
  padding-bottom: 65px;
  margin-bottom: 40px;
}

.acc-category-title {
  font-size: 16px;
  font-family: 'font-8';
  color: #727272;
  text-align: center;
}

.acc-category-icon {
  margin-bottom: 24px;
}

.acc-category-icon svg {
  width: 80%;
}

.acc-category-icon svg path,
.acc-category-icon svg circle,
.acc-category-icon svg rect {
  fill: #858585;
}

.accessory-category-item {
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  padding: 20px 30px;
  text-align: center;
  display: block;
  text-decoration: none;
  position: relative;
  box-shadow: 0 0 0 1px var(--border-color);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.accessory-category-item:hover {
  transform: translateY(-4px) translateZ(0);
  box-shadow: 0 0 0 1px var(--border-hover), var(--shadow-card-hover);
}

.accessories-title {
  font-size: 28px;
  font-family: 'font-6';
  letter-spacing: 2px;
  color: var(--text-muted);
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.accessory-category-item {
  width: 100%;
  margin-bottom: 20px;
}
.acc-category-icon svg {
  width: 70%;
}
.acc-category-title {
  font-size: 14px;
  display: block;
}

@media (min-width: 360px) {
  .accessory-category-item {
    width: 150px;
    margin-bottom: 20px;
  }
  .acc-category-icon svg {
    width: 60%;
  }
  .acc-category-title {
    font-size: 13px;
  }
}

@media (min-width: 450px) {
  .accessory-category-item {
    width: 200px;
    margin-bottom: 40px;
  }
  .acc-category-icon svg {
    width: 60%;
  }
  .acc-category-title {
    font-size: 13px;
  }
}

@media (min-width: 576px) {
  .accessory-category-item {
    width: 240px;
    margin-bottom: 30px;
  }
  .acc-category-icon svg {
    width: 60%;
  }
  .acc-category-title {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .accessory-category-item {
    width: 220px;
    margin-bottom: 15px;
  }
  .acc-category-icon svg {
    width: 70%;
  }
  .acc-category-title {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .accessory-category-item {
    width: 140px;
  }
  .acc-category-title {
    display: none;
  }
  .acc-category-icon {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .accessory-category-item {
    width: 170px;
  }

  .acc-category-title {
    font-size: 15px;
  }
}

@media (min-width: 1400px) {

  .accessory-category-item {
    width: 200px;
  }
  .acc-category-icon {
    margin-bottom: 24px;
  }
  .acc-category-title {
    display: block;
  }
}

#systems .splide--draggable>.splide-track>.splide-list>.splide-slide,
#laptops .splide--draggable>.splide-track>.splide-list>.splide-slide,
#discounted-items .splide--draggable>.splide-track>.splide-list>.splide-slide {
  border: 14px solid transparent;
}