html {
	scroll-behavior: smooth;
}

body>main {
    padding-top: 0;
}

.sale-heading {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom:30px;
    padding: 0;
    font-family: Jost;
}

.sale-heading-text {
	font-size:16px;
	max-width:800px;
	text-align:center;
	margin: -10px auto 50px;
   padding: 0px 16px;
}

.sale-banner-box {
   background-size: cover;
  	 background-repeat:no-repeat;
  background-position: center 17%;
}

.sale-top-banner {
	background-image: url("https://www.loversexdolls.com/wp-content/uploads/2024/09/blonde-sex-doll-on-red-sofa-scaled.jpg");
}

.sale-free-options {
	border-radius:20px;
	background-image: url("https://www.loversexdolls.com/wp-content/uploads/2024/12/Sex-doll-sitting-on-the-bed.jpg");
	width:auto;
}

.sale-banner {
    position: relative;
    width: 100%;
    padding: 100px 0 120px;
}

.sale-free-options .sale-banner {
	padding: 40px 0 70px;
}

.sale-banner-video {
  position: absolute;
  left:0;
  width:100% !important;
  top:0;
  height:100% !important;
  object-fit:cover;
}

.sale-banner-text{
  padding: 0 30px;
}

.sale-banner-title {
  display:inline-block;
  color:#333;
  font-size:18px;
  line-height:1.2;
  font-family: Jost;
  color: #fff;
}

.sale-banner-heading {
   font-size:42px;
   margin-top: 30px;
   margin-bottom:30px;
   line-height: 1.2;
   font-family:Jost;
  color:#fff;
	text-transform: uppercase;
}

.sale-option-btns {
	margin: 40px -10px 0;
}

.sale-shop-btn,.sale-option-btn {
    padding: 14px 25px;
	 border-width: 2px;
		background: #333;
    color: #fff;
    margin: 10px;
    border-color: #fff;
}

.sale-option-btn {
	  color: #fff;
    background: transparent;
}

.sale-shop-btn::after,.sale-promo-btn::after {
    position: relative;
    font-family: iconfont;
    content: "\e66c";
    transition: left .1s linear;
    left: 8px;
}

.sale-off-coupon {
	 display: inline-block;
    padding: 0px 18px;
    border: 2px dashed #e38f3a;
    background: #6c4722;
    font-size: 15px;
}

.sale-shop-by {
  padding-top:50px;
  padding-bottom:40px;
  background:#FBFAF7;
}

.sale-shop-by-list {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 14px;
}

.sale-shop-by-list > a{
  		border: 1px solid #333;
    padding: 6px 10px;
    display: inline-block;
    color: #333;
    font-size: 15px;
    width: 48%;
    max-width: 200px;
    margin: 1%;
}

.sale-shop-by-list > a:hover{
  background:#333;
  color:#fff;
}

.sale-warehouse {
	padding-top: 50px;
   padding-bottom: 40px;
}

.sale-warehouse-list {
	display:flex;
}

.sale-warehouse-list > a {
	overflow:hidden;
}

.sale-warehouse-list > a:nth-child(odd) {
	margin-right: 10px;
	width: 50%;
}

.sale-warehouse-list > a:nth-child(even) {
	margin-left: 10px;
	width: 50%;
}

h2.sale-warehouse-name {
	margin: 10px 10px 26px;
    font-size: 18px;
    text-align: center;
}

.sale-warehouse-list > a:hover {
    box-shadow: 0 0 10px 0 #d1d1d1;
	text-decoration:underline;
	 text-underline-offset: 6px;
}

.sale-warehouse-list > a img{
	transition:transform .2s linear;
}

.sale-warehouse-list > a:hover img{
	transform: scale(1.03);
}

.shop-all-btn {
    display: block;
    text-align: center;
    padding: 20px 0;
    margin: 30px 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    cursor: pointer;
}

.shop-all-btn::after {
  position:relative;
  font-family: iconfont;
  content: "\e66c";
  transition: left .1s linear;
  left: 8px;
}

.shop-all-btn:hover {
  background-color: #333;
  color: #fff;
}

.shop-all-btn:hover::after {
  left:12px;
}

.sale-list-info {
  font-size:18px;
  margin-top: 40px;
  font-family: Jost;
  font-weight: 300;
	color:#fff;
}

.sale-list-info > div {
  display:block;
  margin-bottom:12px;
  padding-left: 28px;
  position: relative;
}

.sale-list-info > div::before {
    content: "✔";
    z-index: 1;
    margin-right: 10px;
    position: absolute;
	 color: #e59544;
    left:0;
    top:0;
  }

.sale-top-banner .sale-list-info > div::before {
	content:"\e6b5";
	font-family: iconfont;
	color:#fff;
}

.sale-warehouse-products {
	margin-top:40px;
}

@media (max-width:768px) {
	.sale-banner,.sale-free-options .sale-banner {
		padding: 30px 0 50px;
	}
	.sale-banner-box{
		margin: 20px 16px;
    	border-radius: 13px;
	}
	.sale-banner-heading {
    font-size: 26px;
	}
	.sale-banner-text {
    padding: 0 20px;
}
	.sale-top-banner{
		background-position: 52% center;
		border-radius:0;
	}
	.sale-free-options {
		background-position: 14% top;
		background-image: url("https://www.loversexdolls.com/wp-content/uploads/2025/08/sex-doll-offers-banner.jpg");
	}
	.sale-list-info {
		font-size:16px;
	}
   .sale-heading {
        font-size: 22px;
    }
	
	.sale-warehouse {
		padding-bottom:2px;
	}

	.sale-warehouse-list {
		 flex-wrap: wrap;
	}
	.sale-warehouse-list > a {
		width:100% !important;
		margin:0 0 30px !important;

	}
	
	.sale-warehouse-list > a{
		box-shadow: 0 0 10px 0 #d1d1d1;
	}
	
	.sale-warehouse-list > a:hover img {
		transform:none;
	}
	h2.sale-warehouse-name {
		font-size:16px;
		margin-bottom:16px;
	}
	.sale-heading-text {
		margin-bottom:30px;
	}
	.sale-warehouse-products {
		margin-top:0;
	}
	.sale-shop-btn, .sale-option-btn{
		font-size: 15px;
    padding: 9px 12px;
	}
	.sale-option-btns {
		margin-top:20px;
	}
	.sale-list-info > div {
		padding-left:24px;
	}
	body>.footer {
		margin-top:20px;
	}
}