.cew-accordion-two-column .custom-flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.cew-accordion-two-column .custom-flex .custom-col {
  flex: 1;
  padding: 20px 12px;
}


.cew-accordion-two-column .custom-flex .custom-col.custom-col-text {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

@media (max-width: 767px) {

  .cew-accordion-two-column .custom-flex .custom-col,
  .cew-accordion-two-column .custom-flex .custom-col.custom-col-text {
    flex: 0 0 100%;
    max-width: 100%;
  }

}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.page-title {
	text-align: center;
	margin: 2rem;
}

.dropdown-container {
	margin: 1rem auto;
	background-color: white;
	overflow: hidden;
}

.dropdown-container.dropdown-container-first {
  margin-top: 0;
}

.dropdown-container header {
	cursor: pointer;
	font-size: 0.6rem;
	padding: 1rem;
	transition: background-color 350ms ease-in-out;
}

.dropdown-container header h3 {
  position: relative;
}

.dropdown-container .expand {
	position: absolute;
  top: 20px;
  right: 15px;
	transform: rotate(0);
	font-size: 1.8em;
	transition: transform 350ms ease-in-out;
}



.dropdown-container.open .expand{
	
  transform: rotate(45deg);
}


.dropdown-container article {
	max-height: 0px;
	overflow: hidden;
	line-height: 1.6; 
	transition: max-height 350ms ease-in-out;
}


.slider-section-4 .splide__arrow:disabled,
.slider-section-4 .splide__arrow:disabled:hover,
.slider-section-4 .splide__arrow:disabled:focus {
  opacity: 0.5;
}

.slider-section-4 .splide__slide {
  opacity: 1;
  padding-top: 5px;
  padding-bottom: 5px;
}

.slider-section-4 .splide__slide.is-active {
  opacity: 1;
}

.slider-section-4 .splide-list-justify-center {
  justify-content: center;
}

.slider-section-4 .splide {
  margin: 0 auto;
}

.slider-section-4 .thumbnail-slider-custom .splide__slide:last-child {
  margin-right: 0 !important;
}

.slider-section-4 .splide__slide {
  position: relative;
}

.slider-section-4 .card-button {
  position: absolute;
  bottom: 30px;
  left: 1px;
}

.slider-section-4 .card-image {
  position: relative;
}

.slider-section-4 .card-image .card-promo {
  position: absolute;
  top: 10px;
  right: 10px;
}

.slider-section-4 .card-image {
  background-color: #EEECEC;
}

.slider-section-4 .card-image img {
  display: inline-block; 
  object-fit: cover;
  width: 100%;
  height: 470px;
}

.slider-section-4 .splide__pagination {
  bottom: -40px; 
}

.slider-section-4 .splide__pagination__page {
  margin: 8px;
  opacity: 1;
}

.slider-section-4 .splide__arrow {
  opacity: 1;
}

.slider-section-4 .splide__arrow:hover {
  opacity: .9;
}

{#
.slider-section-product .splide__pagination__page {
  border-radius: 0;
  width: 30px !important;
  height: 3px !important;
  position: relative;
}
#}

.slider-section-product .splide__pagination__page.is-active {
  transform: none;
}

.slider-section-product span[id^="custom-heart"] {
  padding: 10px;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  border-radius: 50%;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.slider-section-product span[id^="custom-heart"]:hover, 
.slider-section-product span[id^="custom-heart"].liked:hover {
  fill: #EB5757;
}
.slider-section-product span[id^="custom-heart"].liked {
  fill: #EB5757;
}