.swm_slider {
  margin: 0 auto;
  width: 100%;
}

.swm_slide_viewer {
  height: 340px;
  overflow: hidden;
  position: relative;
}

.swm_slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.swm_slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.swm_slide:first-child {
  display: block;
}

.swm_slide .container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	width: 100%;
	padding: 10px;
}

.swm_slide_one {
	background: rgb(134,104,164);
background: linear-gradient(132deg, rgba(134,104,164,1) 0%, rgba(57,83,134,1) 100%);
}

.swm_slide_one .container {
	background: url('https://www.sleepquest.com/wp-content/uploads/2025/03/1-1.png') no-repeat center right;
	background-size: 45% auto;
}

.swm_slide_two {
	background: url('https://www.sleepquest.com/wp-content/uploads/2025/12/dec-shop-vip-banner-bg.jpg') no-repeat center center;
	background-size: cover;
}

.swm_slide_three {
	background: url('https://shop.sleepquest.com/wp-content/uploads/2025/05/2025-vip-banner-4c-bg.jpg') no-repeat center center;
	background-size: cover;
}

.swm_slide_button {
	text-decoration: none;
	text-transform: uppercase;
	background: #364c7c;
	padding: 7px 14px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	transition: all ease 0.3s;
}

.swm_slide_button:hover {
	background: #fff;
	color: #364c7c;
}

.swm_slide_buttons {
	height: 10px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  transform: translateY(-65px);
	z-index: 10;
}

.slide_btn {
	display: inline-block;
  color: #364c7c;
  font-size: 60px;
  margin: 0 0.075em;
	height: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  cursor: pointer;
	 color: #fff;
}

.swm_nav {
  height: 340px;
  margin: 0 auto;
  position: relative;
  top: -340px;
  display: none !Important;
}

.previous_btn {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  transform: translateX(-30px);
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  transform: translateX(30px);
}

.previous_btn, .next_btn {
  color: #fff;
  cursor: pointer;
  height: 65px;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

.swm_slide h2 span {
	background: #fed100;
	color: #29354f;
	text-transform: uppercase;
	padding: 7px 14px;
	font-size: 17px;
}

.swm_slide h2 span b {
	background: #29354f;
	color: #fff;
	font-weight: 800;
	padding: 0 7px;
}

.swm_slide h3 {
	font-size: 16px;
	color: #fff;
	max-width: 75%;
}

.swm_slide p {
	max-width: 60%;
	color: #fff;
	max-width: 75%;
}

.swm_slide.swm_slide_three h3,
.swm_slide.swm_slide_three p,
.swm_slide.swm_slide_two h3,
.swm_slide.swm_slide_two p {
  color: #364c7c;
}

@media only screen and (min-width: 1200px) {
 .swm_slide h2 span {
	font-size: 28px;
  }
  .swm_slide h3 {
	  font-size: 19px;
  }
}