/* stylelint-disable */

@import url('../styles/organisms/search.css');
@import url('../styles/organisms/searchfield.css');
@import url('../styles/organisms/searchmask.css');


.slider-section {
  margin: 0 auto;
  padding: 0 0 3rem;
  max-width: 66.875rem;
}

.slider-section[data-sec-expand-width="true"] {
  max-width: 100%;
}

.slider-section .slider {
  position: relative;
  margin: 2rem auto 0;
  /* overflow: hidden; */
  padding: 1.5rem 0 0;
}

.slider-section .slider-count {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

.slider-section .slider-inner-wrapper {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  /* overflow: hidden; */
}

.slider-section .slider-viewport {
  width: 100%;
  overflow: hidden;
}

.slider-section .slider-inner {
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  flex-grow: 2;
  flex-flow: row nowrap;
  transition: transform 0.25s cubic-bezier(.77,0,.18,1);
}

.slider-section .slider-inner img {
  width: 100%;
  max-width: 100%;
}

.slider-section .slider-control {
  position: absolute;
  font-family: icomoon, sans-serif;
  font-size: 3rem;
  padding: 0;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 3rem);
  z-index: 2;
  text-align: center;
  height: 3rem;
  width: 3rem;
}

.slider-section .slider-control:hover {
  transition: all .2s ease-out;
  background-color: rgba(191, 200, 206, .5);
}

.slider-section .slider-control-prev {
  left: 0.25rem;
}

.slider-section .slider-control-next {
  right: 0.25rem;
}

@media screen and (min-width: 1200px) {
  .slider-section .slider-control-prev {
    left: -3rem
  }
  .slider-section .slider-control-next {
    right: -3rem
  }
}

.slider-section a.slider-control:hover {
  color: #555;
}

.slider-section .slider-control.hidden {
  display: none;
}

.slider-section .slider-indicators {
  display: flex;
  justify-content: center;
  column-gap: 0.5rem;
  list-style: none;
  padding: 1rem 0 0.5rem;
  margin: 0;
}

.slider-section .slider-indicators.hidden {
  display: none;
}

.slider-section .slider-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #233048;
  border: 2px solid #233048;
  cursor: pointer;
  margin: 0 !important;
}

.slider-section .slider-indicators .active {
  background: #fff;
  border: 2px solid #233048;
}

.slider-section .slider.disabled .slider-control {
  cursor: not-allowed;
  pointer-events: none;
  color: #ddd
}

.slider-section .slider.disabled .slider-indicators li {
  cursor: not-allowed;
  pointer-events: none;
  border: 2px solid #ddd;
}

.slider-section .slider-inner > .block.image,
.slider-section .slider-inner > .block.image-image,
.slider-section .slider-inner > .block.image-text,
.slider-section .slider-inner > .block.video,
.slider-section .slider-inner > .block.video-youtube {
  width: 100%;
  flex-shrink: 0;
}

.slider-section[data-reverse-image-text-order="true"] .slider-inner > .block.image-text > div:first-of-type {
  flex-direction: row-reverse;
}

.slider-section.video-youtube-container .slider-indicators {
  padding-top: 1rem;;
}


.slider-section .slider-inner > .block.image p,
.slider-section .slider-inner > .block.columns p {
  display: block;
  padding: .5rem .5rem 0;
  margin: 0;
  text-align: center;
  color: #717D8A;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.slider-section .slider-inner > .block.image > .image-item .inner > .zoom { 
  display: none;
}

.slider-section .slider-inner > .block.image > .image-item .inner { 
  width: auto;
}

.slider-section .slider-inner > .block.image > .image-item .medium-zoom-image {
  cursor: pointer;
  transition: initial !important;
}

.slider-section .slider-inner > .block.image > .image-item .inner .img-wrap img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

@media (max-width: 739px) {
  .slider-section .slider-control.non-standard {
    font-size: 3rem;
  }

  .slider-section.slider-section .slider {
    width: 100%;
  }

  .block.slider-item.image-text.slider-item > div:first-of-type,
  .block.slider-item.image-image.slider-item > div:first-of-type {
    flex-direction: column;
  }
  
  .slider-section .slider-viewport .slider-inner .block.slider-item div div.img-wrap {
    padding: 0;
  }
}

.slider-section .block.image .image-item {
  display: flex;
}

.slider-section .block.slider-item img {
  width: 100%;
  height: auto;
}

div[data-type="section-slider"] {
  display: none;
}

div.slider-section[data-type="section-slider"] {
  display: block;
}

/* PRODUCT SLIDER */
.product-slider-section h2 {
  font-weight: 300;
  font-size: 2.75rem;
  line-height: 1.204em;
  margin: 0 0 2rem 0;
  text-align: center;
}
.product-slider-section .slider-item {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 0;
  align-items: stretch;
  column-gap: 0.75rem;
  width: 100%;
}

.product-slider-section .slider-product-item {
  flex-grow: 1;
  text-align: center;
  width: 100%;
  max-width: 357px;
  /* background: radial-gradient(at center, #fff, #dadada); */
  box-shadow: 0 .125rem .625rem #cacaca;
  margin: 10px 8px;
  font-size: 20px;
  line-height: 32px;
}

.product-slider-section .slider-product-item .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 280px;
  padding: 2rem 1rem 0.5rem;
}

.product-slider-section .slider-product-item .image-wrapper img {
  max-width: 280px;
  height: auto;
  max-width: 100%;
  padding: 1rem;
  object-fit: contain;
  width: unset;
  aspect-ratio: 1/1;
}

.product-slider-section .slider-product-item a {
  position: relative;
  flex-direction: column;
  display: flex;
  padding: 2.5rem 0.75rem 3rem;
  margin: 0;
  background: none;
  transition: none;
  height: 100%;
  /* outline: 1px solid red; */
}

.product-slider-section .slider-product-item a::after {
	content: "";
	display: block;
	background-color: #50e3c2;
	height: 4px;
	bottom: 0;
	left: 0;
	width: 0;
	transition: width ease-in-out .44s;
	position: absolute;
}

.product-slider-section .slider-product-item a:hover::after {
	width: 100%;
}

/* .product-slider-section .slider-product-item a:hover {
  color: rgb(0 86.1 178.5);
} */

.product-slider-section .slider-product-item .title {
  font-weight: 700;
  /* font-size: 1.25rem; */
  line-height: 1.6em;
  margin: 1.25rem 0 0.4em;
  letter-spacing: -0.01em;
}

.product-slider-section .slider-product-item a:hover .title {
  text-decoration: underline;
}

.product-slider-section .slider-product-item .price {
  display: none;
}

.product-slider-section .slider-product-item .short-description {
  /* font-size: 1.25rem; */
  margin-bottom: 1.5rem;
}
/* .product-slider-section .slider-product-item .sku {
  font-size: 1.25rem;
} */

main .slider-section ol.slider-indicators {
  margin-bottom: 0;
}


.product-filter-slider-section .search-header .js-only {
  display: flex;
  justify-content: space-between;
}

.product-filter-slider-section .search-header .search-results-selection {
	display: flex;
	flex-direction: row;
	margin-top: 1.75rem;
	margin-bottom: -4rem;
	justify-content: space-between;
}

.product-filter-slider-section .search-header .search-results-selection .bootstrap-select {
	width: auto;
	min-width: 220px;
}

/* ===== SKELETON LOADING STYLES ===== */

/* Skeleton shimmer animation */
@keyframes skeleton-shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

/* Skeleton container - uses .slider class for inherited styles */
.product-filter-slider-section .slider-skeleton {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.product-filter-slider-section .slider-skeleton.skeleton-fade-out {
  opacity: 0;
}

/* Skeleton item - disable hover effects and ensure height */
.product-filter-slider-section .slider-skeleton .skeleton-item {
  min-height: 580px;
}

.product-filter-slider-section .slider-skeleton .skeleton-item a {
  pointer-events: none;
  cursor: default;
  min-height: 100%;
}

.product-filter-slider-section .slider-skeleton .skeleton-item a::after {
  display: none;
}

/* Skeleton placeholder elements with shimmer effect */
.product-filter-slider-section .skeleton-placeholder {
  background: linear-gradient(
    90deg,
    #f0f0f0 25%,
    #e0e0e0 50%,
    #f0f0f0 75%
  );
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.5s ease-in-out infinite;
  border-radius: 4px;
  color: transparent !important;
}

/* Image placeholder - uses image-wrapper class */
.product-filter-slider-section .slider-skeleton .image-wrapper.skeleton-placeholder {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  padding: 0;
  max-height: none;
  display: block;
}

/* Title placeholder */
.product-filter-slider-section .slider-skeleton .title.skeleton-placeholder {
  height: 32px;
  width: 80%;
  margin: 1.25rem auto 0.4em;
}

/* Description placeholder */
.product-filter-slider-section .slider-skeleton .short-description.skeleton-placeholder {
  height: 64px;
  width: 90%;
  margin: 0 auto 1.5rem;
}

/* SKU placeholder */
.product-filter-slider-section .slider-skeleton .sku.skeleton-placeholder {
  height: 32px;
  width: 50%;
  margin: 0 auto;
}

/* Slider fade-in animation */
.product-filter-slider-section .slider.slider-fade-in {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

.product-filter-slider-section .slider.slider-fade-in.slider-visible {
  opacity: 1;
}

/* Responsive skeleton adjustments - match getNumSkusPerSlide breakpoints */
/* Tablet: 768-1200px shows 2 items */
@media (max-width: 1200px) {
  .product-filter-slider-section .slider-skeleton .skeleton-item:nth-child(n+3) {
    display: none;
  }
}

/* Mobile: <768px shows 1 item */
@media (max-width: 767px) {
  .product-filter-slider-section .slider-skeleton .skeleton-item:nth-child(n+2) {
    display: none;
  }

  .product-filter-slider-section .slider-skeleton .skeleton-item {
    min-height: 380px;
  }

  .product-filter-slider-section .slider-skeleton .image-wrapper.skeleton-placeholder {
    width: 180px;
    height: 180px;
  }
}