@charset "UTF-8";
/**
 * Item Slider section styles.
 * SCSS: assets/css/section/item-slider.scss
 * CSS (compiled by IDE): assets/css/section/item-slider.css
 */
.p-0c6ee10 {
  position: relative;
  margin-top: var(--block-section-spacing-top, var(--section-spacing-top, 40px));
  margin-bottom: var(--block-section-spacing-bottom, var(--section-spacing-bottom, 40px));
  /* Section shell stays transparent — painted panel lives only on > .c-4dbbda8. */
  background-color: transparent;
}
.p-0c6ee10:not(.p-5c77e4f) > .c-4dbbda8 {
  position: relative;
  background-color: var(--block-bg, transparent);
  border-radius: var(--block-border-radius, 10px);
  /* Keep panel bg + slides clipped to the rounded card. */
  overflow: hidden;
  padding: 24px var(--site-gutter, 15px) 30px;
}
.p-0c6ee10:not(.p-5c77e4f) > .c-4dbbda8::before {
  content: "";
  width: 100px;
  height: 3px;
  background: var(--additional-c-elements);
  position: absolute;
  top: 0;
  left: var(--site-gutter, 15px);
  border-radius: 5px;
  z-index: 1;
}
.p-5c77e4f > .c-4dbbda8 {
  background-color: transparent;
  padding: 0;
  overflow: visible;
}
.p-5c77e4f > .c-4dbbda8::before {
  display: none;
}
.p-0be3ac3 {
  margin-bottom: 24px;
  font-size: var(--block-title-font-size, var(--content-h2-font-size, 32px));
}
.p-0c6ee10 > .c-4dbbda8 {
  width: 100%;
}
.p-803c8fc.swiper, .p-c49501d .p-803c8fc {
  width: 100%;
}
.p-803c8fc.swiper {
  position: static;
  overflow: hidden;
}
.p-2300b92 .swiper-nav__wrapper {
  display: none;
}

.p-fbb086c {
  height: auto;
}
.p-32bbbb6 {
  position: relative;
  width: 100%;
  aspect-ratio: 244/330;
  height: auto;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}
.p-32bbbb6::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}
.p-b0c3b8f {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
  color: inherit;
  line-height: 0;
  font: inherit;
  appearance: none;
  cursor: pointer;
}
.p-b0c3b8f:focus {
  outline: none;
}
.p-b0c3b8f:focus-visible {
  outline: 2px solid var(--additional-c-elements, #fff);
  outline-offset: 2px;
}
.p-ad1c99a {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.p-41ee70c {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--slider-play-btn-bg, rgba(255, 255, 255, 0.95));
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 2;
}
.p-41ee70c::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 28px solid #8a8a8a;
}
.p-fbb086c:hover .p-ad1c99a {
  transform: scale(1.08);
}
.p-fbb086c:hover .p-32bbbb6::after {
  opacity: 1;
}
.p-fbb086c:hover .p-41ee70c {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.p-fbb086c img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-6248b85 {
  margin-top: 20px;
  /* Card titles follow body override when set; otherwise keep the original 16px. */
  font-size: var(--block-body-font-size, var(--content-body-font-size, 16px));
  font-weight: 700;
  line-height: 20.8px;
}

.g-581fd2c .swiper-slide {
  height: auto;
}
.g-581fd2c .p-fbb086c {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.g-581fd2c .p-6248b85 {
  margin-top: 12px;
  font-size: var(--block-body-font-size, var(--content-body-font-size, 14px));
  line-height: var(--content-line-height, 1.5);
}
.g-0d85b1a {
  display: grid;
  grid-template-columns: repeat(var(--popular-cols-mobile, 2), minmax(0, 1fr));
  gap: 12px;
}
.g-581fd2c > .g-1a3e339 {
  display: block;
  min-width: 0;
}

@media screen and (min-width: 568px) {
  .g-0d85b1a {
    grid-template-columns: repeat(var(--popular-cols-mobile, 2), minmax(0, 1fr));
    gap: 16px;
  }
}
@media screen and (min-width: 768px) {
  .g-0d85b1a {
    grid-template-columns: repeat(var(--popular-cols-tablet, 3), minmax(0, 1fr));
  }
}
@media screen and (min-width: 1024px) {
  .g-0d85b1a {
    grid-template-columns: repeat(var(--popular-cols-desktop, 6), minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  /* Peek outside the track only when there is no painted section panel. */
  .p-5c77e4f .p-803c8fc.g-35545ee {
    overflow: visible;
  }
  .p-0c6ee10:not(.p-5c77e4f) .p-803c8fc.g-35545ee {
    overflow: hidden;
  }
  .g-581fd2c .p-32bbbb6 {
    aspect-ratio: 244/330;
  }
  .g-581fd2c .p-ad1c99a,
  .g-581fd2c img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/*# sourceMappingURL=item-slider.css.map */
