/* home_sliders モジュール — gigaplus: assets/1new/home_sliders/home_sliders.css */

.angled-slider-section {
  padding: 48px 0 32px;
  overflow: visible;
}

.category-section:has(.angled-slider-section),
.category-section:has(.angled-slider-section) .category-section__inner {
  overflow: visible;
}

.category-section__inner > .angled-slider-section {
  padding-top: 48px;
}

.angled-slider-section .home-section__title {
  margin-bottom: 6px;
}

.title-style-c {
  position: relative;
  display: inline-block;
  width: fit-content;
  padding: 4px 11px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 6px;
  letter-spacing: 0.03em;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  font-weight: 900;
}

.title-style-c::before {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  top: -1px;
  height: 1px;
  background: linear-gradient(90deg, rgba(228, 253, 0, 0) 0%, rgba(228, 253, 0, 0.75) 50%, rgba(228, 253, 0, 0) 100%);
}

.title-style-c::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  box-shadow: 0 0 14px rgba(228, 253, 0, 0.08);
  pointer-events: none;
}

.angled-slider__sub-title {
  margin-bottom: 22px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration-line: underline;
  text-decoration-color: #E4FD00;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}

.angled-spotlight__category {
  margin: 0 0 6px;
  display: inline-block;
  width: fit-content;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.angled-spotlight__name {
  margin: 0;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

.angled-spotlight__desc {
  margin: 10px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #d6d6d6;
  line-height: 1.65;
}

.angled-spotlight__cbd {
  margin: 12px 0 0;
  display: inline-block;
  width: fit-content;
  background: #E4FD00;
  color: #141414;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  padding: 2px 6px;
}

.angled-spotlight__price {
  margin: 10px 0 0;
  font-weight: 700;
  color: #fff;
}

.angled-spotlight__price-tax {
  font-size: 11px;
  opacity: 0.9;
  font-weight: 300;
}

.angled-spotlight__button {
  margin-top: 16px;
  align-self: flex-start;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.76);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}

.angled-spotlight__button:hover,
.angled-spotlight__button:focus {
  background: #E4FD00;
  color: #000;
  text-decoration: none;
}

.angled-spotlight__button span {
  display: inline-block;
}

/* ── 注目商品：ヒーロー型 ── */
.angled-spotlight--hero {
  margin: 0 24px 28px;
  position: relative;
  padding: 8px 0 12px;
}

.angled-spotlight--hero .angled-spotlight__pickup {
  margin: 0 0 16px;
  display: inline-block;
  padding: 4px 14px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: #fff;
}

.angled-spotlight--hero .angled-spotlight__hero-inner {
  display: flex;
  align-items: center;
  gap: 8px 20px;
}

.angled-spotlight--hero .angled-spotlight__image {
  flex: 0 0 46%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  padding: 8px 0;
  position: relative;
}

.angled-spotlight--hero .angled-spotlight__image::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72%;
  height: 72%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(228, 253, 0, 0.22) 0%, rgba(228, 253, 0, 0) 72%);
  pointer-events: none;
}

.angled-spotlight--hero .angled-spotlight__image img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 300px;
  object-fit: contain;
  display: block;
  transform: scale(1.18);
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.45));
}

.angled-spotlight--hero .angled-spotlight__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 0;
  text-align: left;
}

.angled-spotlight--hero .angled-spotlight__name {
  font-size: clamp(24px, 3.2vw, 32px);
}

.angled-spotlight--hero .angled-spotlight__desc {
  font-size: 14px;
  max-width: 36em;
}

.angled-spotlight--hero .angled-spotlight__price {
  font-size: 20px;
}

/* ── 注目商品（枠付きパネル + カード3件） ── */
.vm-featured-section {
  position: relative;
  max-width: 920px;
  margin: 36px auto 48px;
  padding: 32px 28px 36px;
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-sizing: border-box;
}

.vm-featured-section .home-section__title {
  margin-bottom: 6px;
}

.vm-featured-section__sub-title {
  margin-bottom: 24px;
}

.vm-featured-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vm-featured-card {
  display: block;
  text-decoration: none;
  color: #fff;
  background: rgba(10, 10, 10, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  overflow: hidden;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.vm-featured-card:hover,
.vm-featured-card:focus {
  background: rgba(18, 18, 18, 0.92);
  border-color: rgba(228, 253, 0, 0.22);
  box-shadow: 0 0 20px rgba(228, 253, 0, 0.12);
  text-decoration: none;
  color: #fff;
}

.vm-featured-card__line {
  height: 2px;
  background: linear-gradient(90deg, #E4FD00 0%, rgba(228, 253, 0, 0.15) 100%);
}

.vm-featured-card__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
}

.vm-featured-card__image {
  flex: 0 0 125px;
  width: 125px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 6px;
  padding: 8px;
  box-sizing: border-box;
}

.vm-featured-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.vm-featured-card__main {
  flex: 1;
  min-width: 0;
}

.vm-featured-card__label {
  margin: 0 0 6px;
  display: inline-block;
  width: fit-content;
  padding: 2px 8px;
  border-radius: 3px;
  border: 1px solid rgba(228, 253, 0, 0.55);
  background: rgba(228, 253, 0, 0.1);
  color: #E4FD00;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.vm-featured-card__category {
  margin: 0 0 6px;
  display: inline-block;
  width: fit-content;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.vm-featured-card__name {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

.vm-featured-card__desc {
  margin: 6px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #d6d6d6;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.vm-featured-card__aside {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}

.vm-featured-card__meta {
  text-align: right;
}

.vm-featured-card__spec {
  margin: 0;
  display: inline-block;
  width: fit-content;
  background: #E4FD00;
  color: #141414;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  padding: 3px 8px;
}

.vm-featured-card__price {
  margin: 6px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}

.vm-featured-card__price-tax {
  font-size: 10px;
  opacity: 0.9;
  font-weight: 300;
}

.vm-featured-card__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 14px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.76);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.vm-featured-card:hover .vm-featured-card__button,
.vm-featured-card:focus .vm-featured-card__button {
  background: #E4FD00;
  color: #000;
}

.vm-featured-card__button span {
  display: inline-block;
}

.angled-slider {
  position: relative;
  overflow: visible;
  padding: 0 24px;
}

#angled-slider.angled-slider {
  padding-left: 48px;
  padding-right: 48px;
  box-sizing: border-box;
}

.angled-slider__viewport {
  overflow: visible;
  padding: 12px 0 140px;
  transform: none;
  transform-origin: center center;
  touch-action: pan-y;
}

.angled-slider__viewport.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.angled-slider__track {
  display: flex;
  gap: 12px;
  transition: transform 0.45s ease;
  will-change: transform;
  align-items: stretch;
}

.angled-slide {
  position: relative;
  flex: 0 0 calc((100% - 30px) / 4);
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  transform: scale(0.94);
  opacity: 0.5;
  transition: transform 0.45s ease, opacity 0.45s ease;
}

#angled-slider .angled-slide {
  overflow: visible;
}

.angled-slide:nth-child(even) {
  transform: scale(0.94);
}

.angled-slide.is-active {
  transform: scale(1.2);
  opacity: 1;
  z-index: 2;
}

.angled-slide__image {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(-4% - 20px);
  height: 88%;
}

.angled-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  display: block;
  opacity: 1;
  transition: opacity 1.5s ease;
}

.angled-slide__image img.is-fading {
  opacity: 0.15;
}

.angled-slide__body {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: -22px;
  z-index: 3;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  transform: none;
}

.angled-slide:nth-child(even) .angled-slide__body {
  transform: none;
}

.angled-slide__text-bg {
  background: rgba(20, 20, 20, 0.86);
  padding: 12px 12px 10px;
  margin-bottom: 6px;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 176px;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: left;
}

.angled-slide__text-bg > * {
  transform: none;
}

.angled-slide__name {
  margin: 6px 0 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

.angled-slide__category {
  margin: 0 auto 4px;
  display: inline-block;
  width: fit-content;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.angled-slide__desc {
  margin: 8px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  color: #d6d6d6;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  max-height: calc(1.6em * 3);
  min-height: calc(1.6em * 3);
  padding-bottom: 25px;
}

.angled-slide__cbd {
  margin: 12px auto 0;
  display: block;
  width: fit-content;
  background: #E4FD00;
  color: #141414;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  padding: 2px 6px;
}

.angled-slide__price {
  margin: 8px auto 0;
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.angled-slide__price-tax {
  font-size: 10px;
  opacity: 0.9;
  font-weight: 300;
}

.angled-slide__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 9px 12px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.76);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  transform: none;
  position: relative;
  z-index: 4;
  pointer-events: auto;
}

.angled-slide__button:hover,
.angled-slide__button:focus {
  background: #E4FD00;
  color: #000;
  text-decoration: none;
}

.angled-slide__button span {
  display: inline-block;
  transform: none;
}

.angled-slider__controls {
  position: absolute;
  top: 31%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  gap: 0;
  margin-top: 0;
  pointer-events: none;
  z-index: 4;
  padding: 0 8px;
}

#angled-slider .angled-slider__controls,
#pickup-slider .angled-slider__controls {
  padding: 0;
}

#angled-slider .angled-slider__arrow {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  margin: 0;
  flex-shrink: 0;
}

#angled-slider .angled-slider__arrow.slick-prev {
  left: 0 !important;
  right: auto !important;
  transform: translateY(-50%) !important;
}

#angled-slider .angled-slider__arrow.slick-next {
  left: auto !important;
  right: 0 !important;
  transform: translateY(-50%) !important;
}

#pickup-slider .angled-slider__controls {
  padding: 0 8px;
  top: 16%;
}

.angled-slider__arrow {
  pointer-events: auto;
  transform: translateX(0);
  background: #E4FD00 !important;
  color: #000 !important;
  border-radius: 50% !important;
  border: 0 !important;
}

.angled-slider__arrow::before {
  color: #000 !important;
  opacity: 1 !important;
}

.angled-slider__arrow.slick-prev {
  transform: translateX(0);
}

.angled-slider__arrow.slick-next {
  transform: translateX(0);
}

.carousel .slick-prev {
  left: -10px;
}

.carousel .slick-next {
  right: -10px !important;
}

/* #angled-slider は上記 #angled-slider .angled-slider__arrow で上書き */

.angled-slider-section .angled-slider__sub-title {
  margin-bottom: 50px;
}

.angled-slider--image-only .angled-slider__sub-title {
  margin-bottom: 64px;
}

#angled-slider .angled-slider__track,
#pickup-slider .angled-slider__track {
  gap: 12px;
}

#angled-slider .angled-slider__viewport {
  overflow: visible;
}

.pickup-slide__link {
  display: block;
  text-decoration: none;
  color: #fff;
}

.angled-slider--image-only .angled-slider__controls {
  top: 40%;
  transform: translateY(-50%);
}

#angled-slider-image-only .angled-slider__arrow {
  top: 50%;
  transform: translateY(-50%);
}

#angled-slider-image-only .angled-slider__arrow.slick-prev,
#angled-slider-image-only .angled-slider__arrow.slick-next {
  top: 50%;
  transform: translateY(-50%);
}

.angled-slider--image-only .angled-slide__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}

.angled-slider--image-only .angled-slide__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
}

.angled-slider--image-only .angled-slide {
  min-height: auto;
  overflow: visible;
}

#pickup-slider .angled-slide {
  transform-origin: center center;
}

#pickup-slider .angled-slide.is-active {
  transform: translateY(24px) scale(1.2);
}

#angled-slider-image-only .angled-slide.is-active {
  transform: translateY(34px) scale(1.2);
}

@media (min-width: 1025px) {
  .angled-slider-section .home-section__title,
  .angled-slider-section .angled-slider__sub-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .angled-slider-section .home-section__title.title-style-c {
    display: block;
    width: fit-content;
  }

  #angled-slider .angled-slider__viewport {
    padding-bottom: 180px;
  }

  .angled-slider--image-only .angled-slider__viewport {
    padding-bottom: 56px;
  }

  .angled-slider-section--new .angled-slider__sub-title {
    margin-bottom: 18px;
  }

  .vm-featured-section {
    margin-top: 28px;
    margin-bottom: 48px;
    padding: 28px 24px 32px;
  }

  .vm-featured-section .home-section__title.title-style-c {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .vm-featured-section__sub-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .angled-slider-section--new .angled-spotlight--hero {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
  }

  .angled-slider-section .home-section__title {
    margin-bottom: -4px;
  }

  .angled-slider__viewport {
    padding-top: 0;
    padding-bottom: 180px;
  }

  .angled-slide {
    overflow: visible;
  }

  .angled-slide.is-active {
    transform: scale(1.32);
  }

  #pickup-slider .angled-slide.is-active {
    transform: translateY(26px) scale(1.32);
  }

  #angled-slider-image-only .angled-slide.is-active {
    transform: translateY(36px) scale(1.32);
  }

  .angled-slide__image {
    top: 14%;
  }

  .angled-slide__body {
    bottom: -6px;
  }
}

@media (max-width: 1024px) {
  .angled-slide {
    flex-basis: calc((100% - 20px) / 2.5);
    min-height: 340px;
  }
}

@media (max-width: 680px) {
  .angled-slider-section .home-section__title,
  .angled-slider-section .angled-slider__sub-title {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .angled-slider-section .home-section__title.title-style-c {
    display: inline-block;
    width: fit-content;
  }

  .angled-slider-section + .angled-slider-section {
    margin-top: 96px;
  }

  .angled-slider--image-only .angled-slider__controls {
    top: 22%;
  }

  .angled-slider--image-only .angled-slider__sub-title {
    margin-bottom: 84px;
    line-height: 1.9;
  }

  .angled-slider-section .angled-slider__sub-title {
    margin-bottom: 8px;
    line-height: 1.9;
  }

  .angled-spotlight--hero {
    margin: 0 16px 24px;
  }

  .angled-spotlight--hero .angled-spotlight__hero-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .angled-spotlight--hero .angled-spotlight__image {
    flex: none;
    width: 100%;
    min-height: 200px;
  }

  .angled-spotlight--hero .angled-spotlight__image img {
    max-height: 220px;
    transform: scale(1.08);
  }

  .angled-spotlight--hero .angled-spotlight__name {
    font-size: 22px;
  }

  .angled-spotlight--hero .angled-spotlight__desc {
    font-size: 12px;
  }

  .angled-spotlight--hero .angled-spotlight__button {
    align-self: stretch;
    width: 100%;
    box-sizing: border-box;
  }

  .vm-featured-section {
    margin: 24px 8px 40px;
    padding: 24px 10px 28px;
  }

  .vm-featured-section .home-section__title {
    margin-bottom: 6px;
  }

  .vm-featured-section__sub-title {
    margin-bottom: 20px;
    line-height: 1.9;
  }

  .vm-featured-card__inner {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
  }

  .vm-featured-card__image {
    flex: 0 0 84px;
    width: 84px;
    height: 84px;
  }

  .vm-featured-card__main {
    flex: 1 1 calc(100% - 96px);
  }

  .vm-featured-card__aside {
    flex: 1 1 100%;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
  }

  .vm-featured-card__meta {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
  }

  .vm-featured-card__price {
    margin-top: 4px;
  }

  .vm-featured-card__button {
    flex: 0 0 auto;
    font-size: 10px;
    padding: 8px 10px;
  }

  #angled-slider .angled-slider__track,
  #pickup-slider .angled-slider__track {
    gap: 12px;
  }

  .angled-slider__viewport {
    transform: none;
    padding: 18px 0 72px;
  }

  #angled-slider .angled-slider__viewport {
    padding-bottom: 72px;
  }

  .angled-slide {
    flex-basis: 62%;
    min-height: 500px;
    overflow: visible;
    transform: scale(0.82);
  }

  .angled-slide.is-active {
    transform: scale(1.45);
  }

  #pickup-slider .angled-slide.is-active {
    transform: translateY(26px) scale(1.45);
  }

  #angled-slider-image-only .angled-slide.is-active {
    transform: translateY(36px) scale(1.45);
  }

  .angled-slider--image-only .angled-slide.is-active .angled-slide__image {
    left: 0;
    right: 0;
    transform: none;
  }

  .angled-slide__image {
    top: 10%;
    height: 84%;
  }

  .angled-slide.is-active .angled-slide__image {
    left: -18px;
    right: -18px;
  }

  .angled-slide__body {
    bottom: 2px;
  }

  .angled-slide.is-active .angled-slide__body {
    left: 14px;
    right: 14px;
    bottom: 30px;
  }

  .angled-slide__text-bg {
    padding: 14px 12px 12px;
    margin-bottom: 8px;
  }

  #angled-slider .angled-slide.is-active .angled-slide__text-bg {
    margin-left: 2px;
    margin-right: 2px;
  }

  .angled-slide__name {
    font-size: 13px;
  }

  .angled-slide__desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.6;
    max-height: calc(1.6em * 3);
    min-height: calc(1.6em * 3);
    margin-top: 8px;
    margin-bottom: 0;
    padding-bottom: 34px;
  }

  .angled-slide__price {
    font-size: 11px;
    display: block;
    margin: 2px auto 0;
    text-align: center;
  }

  .angled-slide__cbd {
    display: block;
    margin: 10px auto 0;
  }

  .angled-slide__button {
    font-size: 11px;
    padding: 8px 12px;
  }

  #angled-slider.angled-slider {
    padding-left: 28px;
    padding-right: 28px;
  }

  #angled-slider .angled-slider__controls {
    padding: 0;
  }

  #pickup-slider .angled-slider__controls {
    padding: 0 58px;
    top: 18%;
  }

  #angled-slider .angled-slider__arrow.slick-prev {
    left: 0 !important;
    transform: translateY(-50%) !important;
  }

  #angled-slider .angled-slider__arrow.slick-next {
    right: 0 !important;
    transform: translateY(-50%) !important;
  }

  .angled-slider__arrow.slick-prev,
  .angled-slider__arrow.slick-next {
    transform: translateX(0);
  }
}
