.sliders {
  display: block !important;
  margin-bottom: 0 !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.sliders .variation > div {
  padding-bottom: 0 !important;
}
.sliders .variation img {
  position: relative !important;
  height: auto !important;
}
section#create-set .slider#pants .arrows{
	top: 10%;
}
.sliders #jackets .caroussel-container {
  margin-top: 5rem !important;
}
.sliders #jackets .variation img {
  transform: scale(0.957);
}
.sliders #pants .caroussel-container {
  margin-top: -22%;
}
.sliders #pants .caroussel-container {
  padding-bottom: 5rem !important;
}
.sliders #pants .dropdown:hover > p {
  border-radius: 0 0 25px 25px !important;
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid #969696 !important;
}
.sliders #pants .content {
  border-radius: 25px 25px 0 0 !important;
  top: 0% !important;
}
.sliders #pants .variation img {
  width: 102.2% !important;
  transform: scale(0.8);
  left: -5px;
}

.slider {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

@media screen and (max-width: 1279px) {
	
	.sliders #pants .caroussel-container {
	  margin-top: -25%;
	}
}

@media screen and (max-width: 1024px) {
	#create-set .content .sliders #pants .caroussel-container {
    margin-top: calc(100px - 25% );
	  margin-bottom: 0px;
  }
  #create-set .content .sliders {
    padding: 0px 0 0px 0 !important;
  }
  #create-set .content .info {
    padding: 4.5rem 0 0 0;
  }
  #create-set .content .info .items {
    margin-bottom: 2rem;
    gap: 16px !important;
  }
  #create-set .content .info .items > div {
    margin: 0 !important;
    width: calc(50% - 8px) !important;
  }
}
@media screen and (max-width: 913px) {
  .sliders #pants .caroussel-container {
    margin-top: -34%;
  }
  .sliders #pants .variation img {
    left: -3.75px;
  }
	section#create-set .content .sliders .variation > div{
		width: 108%;
	}
	section#create-set .content #pants .variation > div{
		width: 106%;
	}
	section#create-set .content .caroussel-container {
	}
	section#create-set .content .sliders #pants .variation > div{
		width: 104%;
		margin-left: 4%;
	}
	#create-set .content .sliders #pants .caroussel-container{
		margin-top: calc(100px - 30% );
	}
}
@media screen and (max-width: 600px) {
  #create-set .content .sliders .dropdown {
    min-width: 140px !important;
  }
  #create-set .content .sliders .caroussel-container {
    width: 100% !important;
  }
  #create-set .content .sliders #pants .caroussel-container {
    margin-top: calc(100px - 43% );
	  margin-bottom: 100px;
  }
  #create-set .content .sliders .variation img {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  #create-set .content .info {
    padding: 3.25rem 0 0 0 !important;
  }
  #create-set .content .info .items > div {
    width: 100% !important;
  }
	section#create-set .content #pants .variation.collection-2-0-zone > div {
		width: 94%;
		margin-top: -14%;
	}
	
}
@media screen and (max-width: 450px) {
  #create-set .content .sliders #pants .caroussel-container {
    margin-top: calc(77px - 43% );
	  margin-bottom: 130px;
  }
}