body{
	background-color: #fff;
}
.pillowcase-exclusive .pillowcase-exclusive-nav{
	width: 100%;
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 10;
}
.pillowcase-exclusive .pillowcase-exclusive-nav-box{
	display: flex;
	align-items: center;
	height: 80px;
	padding: 0 50px;
	border-bottom: 1px solid #F2EFEB;
}
.pillowcase-exclusive .pillowcase-exclusive-nav-box .nav-logo{
	width: 160px;
}
.pillowcase-exclusive .pillowcase-exclusive-nav-box .qty-btn{
    display: flex;
    flex: 1;
}
.pillowcase-exclusive .pillowcase-exclusive-nav-box .nav-right-box{
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pillowcase-exclusive .pillowcase-exclusive-nav-box .nav-right-box .nav-title{
	font-family: "FU-WebFonts-M-boid";
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #1B0E04;
	letter-spacing: 1.2px;
}
.pillowcase-exclusive .pillowcase-exclusive-nav-box .nav-right-box .nav-title .font-M{
	color: #BB6D61;
}
.pillowcase-exclusive .pillowcase-exclusive-nav-box .nav-right-box .nav-right-img{
    width: 214px;
}
.pillowcase-exclusive .pillowcase-exclusive-nav-box .nav-right-box .nav-right-img-box .mb,
.pillowcase-exclusive .pillowcase-exclusive-nav-box .nav-right-box .nav-right-img-box .free-product-img{
	display: none;
}


.pillowcase-exclusive .pillowcase-exclusive-container .pillowcase-exclusive-margin{
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.pillowcase-product-box{
	display: flex;
	padding: 60px 100px;
}
.pillowcase-product-box .pillowcase-product-img-container{
	width:66.66%;
	padding-right: 80px;
	position: sticky;
	top: 80px;
	height: fit-content;
	max-width: calc(100% - 480px);
}
.pillowcase-product-box .pillowcase-product-text-container{
	width:33.37%;
	min-width: 480px;
	overflow-y: scroll;
}
.pillowcase-product-box .pillowcase-product-text-container::-webkit-scrollbar{
	display: none;
}
.pillowcase-product-box .pillowcase-product-img-container .product-img-box{
	display: none;
}
.pillowcase-product-box .pillowcase-product-img-container .product-img-box.is-show{
	display: flex;
	width: 100%;
}
.pillowcase-product-box .pillowcase-product-img-container .product-img-box .small-product-img-box{
	margin-right: 16px;
    width: 82px;
}
.pillowcase-product-box .pillowcase-product-img-container .product-img-box .small-product-img-box::-webkit-scrollbar{
	display: none;
}
.pillowcase-product-box .pillowcase-product-img-container .product-img-box .small-product-img{
	border: 1px solid #fff;
	margin-bottom: 16px;
	cursor: pointer;
	display: block !important;
}
.pillowcase-product-box .pillowcase-product-img-container .small-product-img-box:not(.slick-initialized) .small-product-img.is-active{
	border: 1px solid #6F6E6E; 
}
.pillowcase-product-box .pillowcase-product-img-container .small-product-img-box.slick-initialized .slick-current .small-product-img{
	border: 1px solid #6F6E6E; 
}
.pillowcase-product-box .pillowcase-product-img-container .big-product-img-box .big-product-img-container{
	position: relative;
}
.pillowcase-product-box .pillowcase-product-img-container .big-product-img-box .big-product-img-container .product-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #111;
	border: none;
	cursor: pointer;
	z-index: 9;
}
.pillowcase-product-box .pillowcase-product-img-container .big-product-img-box .big-product-img-container .product-arrow svg{
	display: block;
	width: 6px;
	height: 10px;
}
.pillowcase-product-box .pillowcase-product-img-container .big-product-img-box .big-product-img-container .product-arrow.product-prev{
	left: 0;
}
.pillowcase-product-box .pillowcase-product-img-container .big-product-img-box .big-product-img-container .product-arrow.product-next{
	right: 0;
}
.pillowcase-product-box .pillowcase-product-img-container .big-product-img-box{
	position: relative;
	height: fit-content;
	flex: 1;
	overflow: hidden;
}
.pillowcase-product-box .pillowcase-product-img-container .big-product-img-box .big-product-img-container{
	display: flex;
	z-index: 9;
}
.pillowcase-product-box .pillowcase-product-img-container .big-product-img-box .big-product-img-container::-webkit-scrollbar{
	display: none;
}
.pillowcase-product-box .pillowcase-product-img-container .big-product-img-box .big-product-img-container .big-product-img{
	flex-shrink: 0; 
	width: 100%;
}
.pillowcase-product-box .pillowcase-product-img-container .big-product-img-mask .product-subscript-text{
	font-size: 16px;
	line-height: 24px;
	font-family: "FU-WebFonts-M-boid";
	font-weight: 700;
	letter-spacing: 2px;
	color: #F1EFEB;
	background: #BB6D61;
	padding: 16px 32px;
	right: 0;
	top: 40px;
	position: absolute;
	z-index: 9;
}
.pillowcase-product-box .pillowcase-product-img-container .big-product-img-mask .img-num-box{
    display: none;
    color:#747373;
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    bottom: 28px;
    left: 10px;
    z-index: 9;
}
.pillowcase-product-box .pillowcase-product-img-container .big-product-img-mask .img-num-box .num-box{
    margin: 0 5px;
}
.pillowcase-product-box .pillowcase-product-img-container .big-product-img-mask .product-subscript-img{
    width: 27.39%;
	max-width: 160px;
	position: absolute;
	right: 40px;
	bottom: 45px;
	z-index: 9;
}

.pillowcase-product-box .pillowcase-product-text-container .product-review{
	display: flex;
}
.pillowcase-product-text-container .product-review .product-review-img{
	display: flex;
	align-items: center;
}
.pillowcase-product-text-container .product-review .product-review-img .Star{
	width: 14px;
	margin-right: 6px;
	display: block;
}
.pillowcase-product-text-container .product-review .product-review-text{
	font-size: 14px;
	line-height: 18px;
	font-family: "FU-WebFonts";
	color: #2C2C2C;
	margin-left: 5px;
	margin-top: 3px;
}
.pillowcase-product-text-container .product-title{
	font-size: 32px;
	line-height: 36px;
	color: #1C1917;
	font-family: "FU-WebFonts-M-boid";
	font-weight: 700;
	margin-top: 16px;
}
.pillowcase-product-text-container .product-text{
	font-size: 20px;
	line-height: 24px;
	font-family: "FU-WebFonts-M";
	color: #1C1917;
	margin-top: 16px;
}
.pillowcase-product-text-container .product-advantage-box{
	margin-top: 16px; 
}
.pillowcase-product-text-container .product-advantage-box .product-advantage{
	display: flex;
}
.pillowcase-product-text-container .product-advantage-box .product-advantage-img{
	width: 16px;
	height: 16px;
	margin-right: 18px;
	position: relative;
	top: 3px;
	min-width: 16px;
}
.pillowcase-product-text-container .product-advantage-box .product-advantage-text{
	font-size: 14px;
	line-height: 24px;
	font-family: "FU-WebFonts";
	color: #1C1917;
}
.pillowcase-product-text-container .product-single__form .variant-wrapper{
	margin-top: 22px;
}
.pillowcase-product-text-container .product-single__form .variant-wrapper .variant__label{
	font-size: 14px;
	line-height: 16px;
	font-family: "FU-WebFonts-M";
	text-transform: uppercase;
	color: #1C1917;
}
.pillowcase-product-text-container .product-single__form .variant-wrapper .variant__label .variant__label-info{
	text-transform: capitalize;
	font-family: "FU-WebFonts";
}
.pillowcase-product-text-container .product-single__form .variant-input-wrap{
	border: none;
	display: flex;
	margin-top: 10px;
	flex-wrap: wrap;
	padding-left: 2px;
}
.pillowcase-product-text-container .product-single__form .Size-display .variant-input-wrap{
	margin-top: 16px;
}
.pillowcase-product-text-container .product-single__form .variant-input input{
	clip: rect(0,0,0,0);
	overflow: hidden;
	position: absolute;
	height: 1px;
	width: 1px;
}
.pillowcase-product-text-container .product-single__form .Size-display .variant-input-wrap select.select_options{
	padding: 8px 10px;
	cursor:pointer;
	font-family: FU-WebFonts;
    letter-spacing: .1px;
}
.pillowcase-product-text-container .product-single__form .Color-display .variant-input input[type=radio]:checked+label{
	box-shadow: 0 0 0 1px #363636;
	border: 3px solid #fff;
}
.pillowcase-product-text-container .product-single__form .Color-display .variant-input .variant__button-label.option_action{
	box-shadow: 0 0 0 1px #363636;
	border: 3px solid #fff;
}
.pillowcase-product-text-container .product-single__form .Color-display .variant-input .variant__button-label{
	width: 32px;
	height: 32px;
	padding: 7px 3px;
	margin-right: 8px;
	cursor: pointer;
	border-radius: 100%;
	display: block;
	margin-bottom: 2px;
}
.pillowcase-product-text-container .product-single__form .Size-display .variant-input .variant__button-label{
	font-size: 14px;
	line-height: 16px;
	font-family: "FU-WebFonts";
	color: #18130F;
	padding: 14px;
	display: block;
	margin-right: 10px;    
	border:1px solid #18130F; 
	cursor: pointer;
	margin-bottom: 12px;
}
.pillowcase-product-text-container .product-single__form .Size-display .variant-input input[type=radio]:checked+label{
	background: #18130F;
	color: #F1EFEB;
}
.pillowcase-product-text-container .product-single__form .Size-display .variant-input .variant__button-label.option_action{
	background: #18130F;
	color: #F1EFEB;  
}
.pillowcase-product-text-container .quantity-box{
	margin-top: 12px;
}
.pillowcase-product-text-container .quantity-box .quantity-title-box{
    display: flex;
    justify-content: left;
}
.pillowcase-product-text-container .quantity-box .quantity-title-box .title{
    font-size: 14px;
    line-height: 16px;
    font-family: "FU-WebFonts-M";
    text-transform: uppercase;
    color: #1C1917;
}
.pillowcase-product-text-container .quantity-box .quantity-title-box .title-info{
    font-size: 14px;
    line-height: 16px;
    color: #1C1917;
    text-transform: capitalize;
    font-family: "FU-WebFonts";
}
.pillowcase-product-text-container .quantity-box .quantity-title{
	font-size: 16px;
	line-height: 16px;
	font-family: "FU-WebFonts-M";
	text-transform: capitalize;
	color: #1C1917;
	padding-bottom: 4px;
}
.pillowcase-product-text-container .product__quantity-container .product__quantity{
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #EAE9E7;
}
.pillowcase-product-text-container .product__quantity-container .product__quantity-box{
	display: flex;
	align-items: center;
}
.pillowcase-product-text-container .product__quantity-container .product__quantity-box .product__quantity-img{
	height: 80px;
	overflow: hidden;
    display: flex;
    align-items: center;
}
.pillowcase-product-text-container .product__quantity-container .product__quantity-box .product__quantity-img img{
	width: 80px;
}
.pillowcase-product-text-container .product__quantity-container .product__quantity-box .product__quantity-text-box{
	font-size: 14px;
	line-height: 16px;
	font-family: "FU-WebFonts-M";
	font-weight: 700;
	color: #18130F;
	margin-left: 20px;
}
.pillowcase-product-text-container .product__quantity-container .js-qty__wrapper{
	display: flex;
	max-width: 128px;
	margin-right: 15px;
}
.pillowcase-product-text-container .product__quantity-container.payQtyBox .js-qty__wrapper{
	border: 1px solid #232323;
}
.pillowcase-product-text-container .product__quantity-container .js-qty__wrapper .js-qty__adjust{
	width:40px;
	height: 40px;
	border: 1px solid #EAE9E7;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-color: #fff;
}
.pillowcase-product-text-container .product__quantity-container.payQtyBox .js-qty__wrapper .js-qty__adjust{
	width:40px;
	height: 46px;
	border: none;
	border-radius:0;
}
.pillowcase-product-text-container .product__quantity-container .js-qty__wrapper .js-qty__adjust .select_quy{
	width: 12px;
	display: block;
}
.pillowcase-product-text-container .product__quantity-container .js-qty__wrapper .js-qty__adjust.is-hover{
    background: #000;
}
.pillowcase-product-text-container .product__quantity-container.payQtyBox .js-qty__wrapper .js-qty__adjust.is-hover{
    background: #f2e3e0;
}
.pillowcase-product-text-container .product__quantity-container.payQtyBox .js-qty__wrapper .js-qty__adjust img.nohover{
    display: block;
}
.pillowcase-product-text-container .product__quantity-container.payQtyBox .js-qty__wrapper .js-qty__adjust.is-hover .nohover{
    display: block !important;
}
.pillowcase-product-text-container .product__quantity-container.payQtyBox .js-qty__wrapper .js-qty__adjust.is-hover .isHover{
    display: none !important;
}
.pillowcase-product-text-container .product__quantity-container .js-qty__wrapper .js-qty__adjust .isHover{
    display: none;
}
.pillowcase-product-text-container .product__quantity-container .js-qty__wrapper .js-qty__adjust.is-hover .nohover{
    display: none;
}
.pillowcase-product-text-container .product__quantity-container .js-qty__wrapper .js-qty__adjust.is-hover .isHover{
    display: block;
}

.pillowcase-product-text-container .product__quantity-container .js-qty__wrapper .qty-text-box{
	display: flex;
	height: 40px;
	width: 48px;
}
.pillowcase-product-text-container .product__quantity-container.payQtyBox .js-qty__wrapper .qty-text-box{
    height: 46px;
}
.pillowcase-product-text-container .product__quantity-container .js-qty__wrapper .qty-text-box input{
	width: 100%;
	border: none;
	text-align: center;
	font-size: 18px;
	line-height: 16px;
	font-family: "FU-WebFonts-M-boid";
	font-weight: 700;
	color: #18130F;
}
.pillowcase-product-text-container .product-gift-box .title{
	background: #FFF8DB;
	margin-top: 16px;
	padding: 8px 0 10px;
}
.pillowcase-product-text-container .product-gift-box .title-box{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pillowcase-product-text-container .product-gift-box .title-box .gift-icon{
	width: 16px;
}
.pillowcase-product-text-container .product-gift-box .title-box .gift-text{
	font-size: 16px;
	line-height: 22px;
	font-family: "FU-WebFonts-M-boid";
	font-weight: 700;
	color: #18130F;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-left: 10px;
}
.pillowcase-product-text-container .product-gift-text{
	display: flex;
	align-items: center;
	padding: 20px 16px 18px;
	border: 1px solid #FFF8DB;
}
.pillowcase-product-text-container .product-gift-text .product-gift-text-img{
	width: 110px;
	margin-right: 20px;
	height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.pillowcase-product-text-container .product-gift-text .product-gift-text-info{
	font-size: 12px;
	line-height: 16px;
	font-family: "FU-WebFonts-M-boid";
	font-weight: 700;
	color: #18130F;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.pillowcase-product-text-container .product-gift-text .product-gift-text-info .count-down{
	color: #BB6D61;
	opacity: 0;
}
.pillowcase-product-text-container .product-gift-text .product-gift-text-info .count-down.jqOk{
    opacity: 1;
}
.pillowcase-product-text-container .product-gift-text .product-gift-text-info .count-down .time-container{
    white-space:nowrap;
}
.pillowcase-product-text-container .product-illustrer-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 22px;
}
.pillowcase-product-text-container .product-illustrer-box .product-illustrer-text,.pillowcase-product-text-container .product-illustrer-box .total_price{
	font-size: 16px;
	line-height: 16px;
	font-family: "FU-WebFonts-M-boid";
	font-weight: 700;
	color: #1C1917;
}
.pillowcase-product-text-container .product-illustrer-box .product-illustrer-text{
    flex: unset;
    width: fit-content;
}
.pillowcase-product-text-container .product-illustrer-box .total_price .order-total-price-box{
    font-size: 20px;
    line-height: 24px;
}
.pillowcase-product-text-container .product-illustrer-box .product-illustrer-text[data-price="0"]{
	display: none;
}
.pillowcase-product-text-container .product-illustrer-box .total_price{
	text-align: right;
}
.pillowcase-product-text-container .payment-buttons{
	margin-top: 16px; 
	display:flex;
	align-items: center;
}
.pillowcase-product-text-container .payment-button{
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 46px;
	font-family: "FU-WebFonts-M";
	text-transform: uppercase;
	color: #fff;
	background-color: #BB6D61;
	border:1px solid #BB6D61;
	cursor: pointer;
	letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    transition: background .2s ease 0s;
}
.pillowcase-product-text-container .payment-button:after{
    content: '';
    position: absolute;
    top: 0;
    left: 150%;
    width: 200%;
    height: 100%;
    transform: skew(-20deg);
    background-image: linear-gradient(to right,transparent,rgba(255,255,255,.25),transparent);
}
.pillowcase-product-text-container .payment-button:hover:after{
     animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}
.pillowcase-product-text-container .payment-button:hover{
    border:solid 1px #232323;
  	background:#232323;
}
.pillowcase-product-text-container .payment-button:active{
    border:solid 1px #232323;
  	background:#232323;
}

.pillowcase-product-text-container .Product-advantages-box{
	margin-top: 20px;
}
.pillowcase-product-text-container .Product-advantages-box .Product-advantages-icon{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
} 
.pillowcase-product-text-container .Product-advantages-box .Product-advantages-icon .icon-img{
	width: 24px;
	height: 24px;
	min-width: 24px;
	margin-right: 16px;
	display: flex;
	align-items: center;
}  
.pillowcase-product-text-container .Product-advantages-box .Product-advantages-icon:nth-child(2) .icon-img{
    padding: 0 2px;
}
.pillowcase-product-text-container .Product-advantages-box .Product-advantages-icon .icon-text{
	font-size: 14px;
	line-height: 16px;
	font-family: "FU-WebFonts";
	color: #1C1917;
	text-transform: capitalize;
}
.pillowcase-product-text-container .payment-method{
	display: flex;
	justify-content: center;
	margin-top: 36px;
}
.pillowcase-product-text-container .payment-method img{
	width: 66px;
	margin-right: 20px;
}
.pillowcase-product-text-container .certified-icon-box{
	display: flex;
    justify-content: space-between;
	padding: 24px 32px;
    background: #F5F5F5;
    margin-top: 20px;
}
.pillowcase-product-text-container .certified-icon-lump-box{
	max-width: 104px;
	margin:0 10px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.pillowcase-product-text-container .certified-icon-lump-box .certified-icon{
	max-width: 90px;
}
.pillowcase-product-text-container .certified-icon-lump-box .certified-icon img{
	width: 40px;
}
.pillowcase-product-text-container .certified-icon-lump-box:first-child .certified-icon img{
    width: 22px;
}
.pillowcase-product-text-container .certified-icon-lump-box:nth-child(2) .certified-icon img{
    height: 40px;
}
.pillowcase-product-text-container .certified-icon-lump-box .certified-text{
	text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-family: FU-WebFonts;
    margin-top: 10px;
    color: #232323;
}

.pillowcase-exclusive .pillowcase-exclusive-one .pillowcase-exclusive-one-box .title-box{
	display: flex;
	align-items: center;
}
.pillowcase-exclusive-one .text-container .list-text-box .img img{
	height: 100%;
    width: auto;
    margin: auto;
}
.pillowcase-exclusive-one .title-box .line{
	flex: 1;
	height: 1px;
	background:#F2EFEB ;
}
.pillowcase-exclusive-one .title-box .title{
	font-family: "FU-WebFonts";
	font-weight: 600;
	font-size: 18px;
	line-height: 36px;
	text-transform: capitalize;
	color: #1B0E04;
	margin: 0 30px;
}
.pillowcase-exclusive-one .pillowcase-exclusive-one-box{
	max-width: 1440px;
	padding: 0;
	margin:0 auto;
}
.pillowcase-exclusive-one .text-container-box{
    overflow: hidden;
}
.pillowcase-exclusive-one .text-container:not(.slick-initialized){
	display: flex;
	flex-wrap: nowrap;
	animation: exclusiveScroll 30s linear infinite;
}
.pillowcase-exclusive-one .text-container:not(.slick-initialized) .list-text-container{
    min-width:100%;
    display: flex;
    width: 100%;
    justify-content: space-between;

}
.pillowcase-exclusive-one .text-container .slick-dots{
	display: flex;
	justify-content: center;
	border-radius: 2px;
	overflow: hidden;
	width: fit-content;
	margin: 60px auto 0;
}
.pillowcase-exclusive-one .text-container .slick-dots li{
    width: 8px;
    height: 8px;
    background-color: #B7B7B7;
    border-radius: 100%;
    margin: 0 4px;
}
.pillowcase-exclusive-one .text-container .slick-dots .slick-active{
	background: #2C2C2C;
}


.pillowcase-exclusive-one .text-container li button{
	display: none;
}
.pillowcase-exclusive-one .text-container:not(.slick-initialized) .list-text-box{
    margin: 0 20px;
}
.pillowcase-exclusive-one .text-container .list-text-box .img{
	height: 34px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.pillowcase-exclusive-one .text-container .list-text-box .text{
	font-family: "FU-WebFonts";
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #1C1917;
	text-align: center;
	display: none;
}


.pillowcase-exclusive-one .title-box .title{
	font-family: "FU-WebFonts";
	font-weight: 600;
	font-size: 18px;
	line-height: 36px;
	text-transform: capitalize;
	color: #1B0E04;
	margin:0 30px ;
}

.pillowcase-exclusive-two{
	margin-top: 80px;
}
.pillowcase-exclusive-two .pillowcase-exclusive-two-box{
	display: flex;
}
.pillowcase-exclusive-two .exclusive-two-container{
	width: 50%;
}


.pillowcase-exclusive-two .left{
	position: sticky;
	top: 152px;
	height: fit-content;
}
.pillowcase-exclusive-two .right{
	padding: 0 100px;
}
.pillowcase-exclusive-two .left-bg{
	padding: 200px 80px;
	background: #BB6D61; 
}
.pillowcase-exclusive-two .left-bg .left-bg-title{
	font-size: 32px;
	line-height: 36px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: "FU-WebFonts-M";
	margin-bottom: 60px;
}
.pillowcase-exclusive-two .left-bg .left-bg-icon-box{
	display: flex;  
	margin-bottom: 40px;
}
.pillowcase-exclusive-two .left-bg .left-bg-icon-box:last-child{
	margin-bottom: 0;
}
.pillowcase-exclusive-two .left-bg .left-bg-icon-box .icon-img{
	width: 48px;
	height: 48px;
	min-width: 48px;
	margin-right: 32px;
}
.pillowcase-exclusive-two .left-bg .left-bg-icon-box .icon-title{
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-family: "FU-WebFonts-M-boid";
	font-weight: 700;
	color: #fff;
	margin-bottom: 4px;
}
.pillowcase-exclusive-two .left-bg .left-bg-icon-box .icon-text{
	font-size: 16px;
	line-height: 20px;
	font-family: "FU-WebFonts";
	color: #fff;
	text-transform: capitalize;
}
.pillowcase-exclusive-two .exclusive-two-container .right-img-box{
	margin-bottom: 80px;
}
.pillowcase-exclusive-two .exclusive-two-container .right-img-box:last-child{
	margin-bottom: 0;
}
.pillowcase-exclusive-two .exclusive-two-container .right-img-box .right-title{
	font-size: 32px;
	line-height: 36px;
	color: #1B0E04;
	letter-spacing: 1px;
	font-family: "FU-WebFonts-M-boid";
	font-weight: 700;
	text-transform: capitalize;
}
.pillowcase-exclusive-two .exclusive-two-container .right-img-box .right-text{
	font-size: 16px;
	line-height: 24px;
	font-family: "FU-WebFonts";
	color: #1B0E04;
	letter-spacing: 0.1px;
	margin: 22px 0 24px;
}

.pillowcase-exclusive-three .pillowcase-exclusive-three-box{
	padding:60px 100px 47px;
	background: #FFFDF5;
	margin-top: 80px;
}
.pillowcase-exclusive-three .exclusive-three-title-box{
	margin-bottom: 48px;
	text-align: center;
}
.pillowcase-exclusive-three .exclusive-three-title{
	font-family: "FU-WebFonts-M";
	font-size: 34px;
	line-height: 36px;
	text-transform: capitalize;
	color: #1B0E04;
}
.pillowcase-exclusive-three .exclusive-three-subTitle{   
	font-size: 16px;
    line-height: 24px;
    font-family: "FU-WebFonts";
    color: #1B0E04;
    margin-top: 10px;
}
.pillowcase-exclusive-three .exclusive-three-review-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pillowcase-exclusive-three .exclusive-three-review-box .exclusive-three-review{
	width: calc(25% - 26.25px);
	display: flex;
	flex-direction: column;
	margin-bottom: 34px;
}
.pillowcase-exclusive-three .exclusive-three-review-box .review-text-box{
	padding: 0 20px;
	background: #fff;
	flex: 1;
	box-shadow: 0 4px 4px rgb(99 99 99 / 15%);
}
.pillowcase-exclusive-three .exclusive-three-review-box .review-author{
	font-size: 16px;
	line-height: 24px;
	font-family: "FU-WebFonts-M";
	text-transform: capitalize;
	color: #000000;
	margin-top: 24px;
}
.pillowcase-exclusive-three .exclusive-three-review-box .review-Star{
   margin-top: 10px;
   margin-bottom: 10px;
   display: flex;
}
.pillowcase-exclusive-three .exclusive-three-review-box .review-Star .Star{
	width: 14px;
	margin-right: 6px;
}
.pillowcase-exclusive-three .exclusive-three-review-box .review-text{
	font-size: 14px;
	line-height: 20px;
	font-family: "FU-WebFonts";
	text-transform: capitalize;
	color: #000000;
	margin-bottom: 20px;
}
.pillowcase-exclusive-faq .faq-box{
	max-width: 1000px;
	margin: 80px auto 0;
}
.pillowcase-exclusive-faq .faq-box .faq-title{
	font-size: 34px;
	line-height: 36px;
	font-family: "FU-WebFonts-M";
	text-transform: capitalize;
	color: #000000;
	margin-bottom: 40px;
	text-align: center;
	max-width: 90%;
}
.pillowcase-exclusive-faq .faq-box .faq--page-box{
	border-bottom: 1px solid #D4D4D4;
}
.pillowcase-exclusive-faq .faq-box .faq--page-box .page-title-box{
	display: flex;
	align-items: center;
	padding-right: 10px;
	cursor: pointer;
}
.pillowcase-exclusive-faq .faq-box .faq--page-box .page-title-box .page-title{
	font-size: 16px;
	line-height: 56px; 
	text-transform: capitalize;
	color: #000000;
	font-family: "FU-WebFonts-M";
	flex: 1;
}
.pillowcase-exclusive-faq .faq-box .faq--page-box .page-title-box .page-icon{
	width: 12px;
	height: 12px;
	position: relative;
}
.pillowcase-exclusive-faq .faq-box .faq--page-box .page-title-box .page-icon:after{
	content: "";
	position: absolute;
	right: 0;
	background: url(https://cdn.shopify.com/s/files/1/0551/6941/7371/files/18dddcc9cf53b547eaf0f76c308502f6.svg?v=1657876304) no-repeat;
	width: 12px;
	height: 12px;
	cursor: pointer;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}
.pillowcase-exclusive-faq .faq-box .faq--page-box.is-open .page-title-box .page-icon:after{
	background: url(https://cdn.shopify.com/s/files/1/0551/6941/7371/files/39384297500c145afa524e1721a04663.svg?v=1657876305) no-repeat;
}
.pillowcase-exclusive-faq .faq-box .faq--page-box .page-text{
	font-size: 14px;
	line-height: 24px;
	/*text-transform: capitalize;*/
	color: #000000;
	font-family: "FU-WebFonts";
	max-width: 90%;
	margin: 6px 0 10px;
	display: none;
}





.pillowcase-exclusive .site-footer{
	background: #BB6D61;
	margin-top: 80px;
}
.pillowcase-exclusive .footer{
	max-width: 1440px;
	margin: 0 auto;
	padding: 60px 80px;
}
.pillowcase-exclusive .footer .footerContent{
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	justify-content: space-between;
	align-items: flex-start;
}
.footer .footerContent .footerList{
	width: 60%;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
}
.footer .footerContent .footerList .footerListItem{
	width: 25%;
}
.footerContent .footerListItem .footerTitle{
	font-family: FU-WebFonts-M;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 18.5px; 
}
.footerContent .footerListItem .footerItemContent .footerItem .footer-text{
	font-family: FU-WebFonts;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0.1px;
	color: #fff;
}
.footerRightContent .footerFollContent-top .footer-title{
	margin-bottom: 10px;
	font-family: FU-WebFonts-M;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 1px;
	color: #fff; 
}
.footerRightContent .footerFollContent-top .footerFollAppList{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.footerRightContent .footerFollContent-top .footerFollAppItem{
	margin-right: 25px;
} 
.footerRightContent .footerFollContent-top .footerFollAppItem a .icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	fill: currentColor;
}
.footerRightContent .footerFollContent-top .footerFollAppItem a .icon__fallback-text{
	clip: rect(0,0,0,0);
	overflow: hidden;
	position: absolute;
	height: 1px;
	width: 1px;
}
.footerRightContent .footerFollContent-top .footerFollAppItem a,
.footerContent .footerRightContent .footerFollContent-bottom .footer-text a{
	color: #fff;
}
.footerContent .footerRightContent .footerFollContent-bottom .footer-text{
	font-family: FU-WebFonts;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 1px;
	color: #fff;
}
.footer .footerDescription{
	margin: auto;
	text-align: center;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	max-width: 500px;
}

.footer .footerDescription .footer-copyright{
	font-size: 14px;
	line-height: 21px;
	font-family: FU-WebFonts;
	letter-spacing: 0.1px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.footer .footerDescription .footer-copyright-a a{
	padding: 0 20px;
	border-left: 1px solid rgba(255,255,255,.4);
	color: #fff;
}
.footer .footerDescription .footer-copyright-a a:first-child{
	margin-left: 20px;
	border: none;
}
.footer .footerDescription .pay_image{
	width: fit-content;
	display: block;
	margin: 0 auto; 
	max-width: 420px;
	
}
.footer .footerDescription .pay_image .pay_image-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer .footerDescription .pay_image .pay_image-box .pay-icon{
	width: 42px;
	margin-right: 4px;
}
.footer .footerDescription .footer-copyright-title{
    margin-top:6px;
}
.footer .footerDescription .footer-copyright-email{
    font-size: 16px;
    line-height: 18px;
    font-family: FU-WebFonts;
    letter-spacing: 0.1px;
    margin-top: 20px;
    margin-bottom: 30px;
    color:#fff;
}
.footer .footerDescription .footer-copyright-email a{
    color:#fff;
    position: relative;
    display: inline-block;
}
.footer .footerDescription .footer-copyright-email a:after{
    content:"";
    display:block;
    position:absolute;
    bottom:0;
    width:100%;
    border-bottom:2px solid #fff;
    box-sizing:border-box;
    transition:width 0.5s ease-out 0.5s;
}
.footer .footerDescription .footer-copyright-email a:hover:after{
    width:0;
 }



.pillowcase-product-box .pillowcase-product-img-container .big-product-img-box .big-product-img-container .slick-dots{
	justify-content: center;
	display: none !important;
}
.pillowcase-product-box .pillowcase-product-img-container .big-product-img-box .big-product-img-container .slick-dots li{
	width: 8px;
	height: 8px;
	background-color: #B7B7B7;
	border-radius: 100%;
	margin: 0 4px;
}
.pillowcase-product-box .pillowcase-product-img-container .big-product-img-box .big-product-img-container .slick-dots li.slick-active{
	background: #2C2C2C;
}
.pillowcase-product-box .pillowcase-product-img-container .big-product-img-box .big-product-img-container .slick-dots li button{
	display: none;
}

.image-wrap{background: #f4f5f6;overflow: hidden;}
.image-wrap .lazyload{    opacity: 0;}
.image-wrap .lazyloaded{animation: fade-in 2s cubic-bezier(.26,.54,.32,1) 0s forwards;font-family: FU-WebFonts-M;}
.slick-slider .image-wrap .lazyloaded{animation: unset;}

.remaining-order{animation: fade-in 2s cubic-bezier(.26,.54,.32,1) 2s infinite;}
button:focus{outline: unset;}
.pillowcase-product-text-container .payment-button[disabled]{opacity: 0.7;}
.pillowcase-exclusive .pillowcase-exclusive-cost{
    padding: 60px 100px;
    margin-top:80px;
    background-color: #f9f6f5;
}
.pillowcase-exclusive .pillowcase-exclusive-cost .title{
    font-family: "FU-WebFonts-M";
    font-size: 34px;
    line-height: 36px;
    text-transform: capitalize;
    color: #1B0E04;
    margin-bottom: 15px;
    text-align: center;
}
.pillowcase-exclusive .pillowcase-exclusive-cost .title-info{
    font-family: FU-WebFonts;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #232323;
    max-width: 564px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 48px;
}
.pillowcase-exclusive .pillowcase-exclusive-cost-box{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.pillowcase-exclusive .pillowcase-exclusive-cost-box .container-box{
    width: calc(50% - 20px);
}
.pillowcase-exclusive .pillowcase-exclusive-cost-box .container-box.left{
    margin-right:40px;
}
.pillowcase-exclusive .pillowcase-exclusive-cost-box .container-box .left-container-box{
    max-width: 360px;
    margin: auto;
    background-color: #ffffff;
    padding: 35px 30px 10px 33px;
}
.pillowcase-exclusive .pillowcase-exclusive-cost-box .left .container-box-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    margin-bottom: 10px; 
}
.pillowcase-exclusive .pillowcase-exclusive-cost-box .left .container-box-container .img-name{
    display: flex;
    align-items: center;
}
.pillowcase-exclusive .pillowcase-exclusive-cost-box .left .img{
    width: 34px;
    margin-right: 15px;
    display: flex;
}
.pillowcase-exclusive .pillowcase-exclusive-cost-box .left .img.Basic.Cost{
    display: none;
}
.pillowcase-exclusive .pillowcase-exclusive-cost-box .left .img{
    max-width: 100%;
}
.pillowcase-exclusive .pillowcase-exclusive-cost-box .left .icon-name{
    font-family: FU-WebFonts;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;

    line-height: 24px;
    letter-spacing: 0.1px;
    color: #232323;
}
.pillowcase-exclusive .pillowcase-exclusive-cost-box .left .communal-box-26-price{
    font-family: FU-WebFonts;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #232323;
}
.pillowcase-exclusive .pillowcase-exclusive-cost-box .right{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.pillowcase-exclusive .pillowcase-exclusive-cost-box .right .transparent-price{
    display: flex;
    flex-direction: column;
}
.pillowcase-exclusive .pillowcase-exclusive-cost-box .right .transparent-price-one{
    margin-right:40px;  
}
.pillowcase-exclusive .pillowcase-exclusive-cost-box .right .transparent-price .transparent-price-speed-price{
    font-family: FU-WebFonts;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #232323;
    text-align: center;
}
.pillowcase-exclusive .pillowcase-exclusive-cost-box .right .transparent-price .transparent-price-speed-show{
    background: #f2e3e0;
    width: 128px;
    margin-top: 8px;
}
.pillowcase-exclusive .pillowcase-exclusive-cost-box .right .transparent-price-one .transparent-price-speed-show{
    height: 10px;
}
.pillowcase-exclusive .pillowcase-exclusive-cost-box .right .transparent-price-two .transparent-price-speed-show{
    height: 240px;
}
.pillowcase-exclusive .pillowcase-exclusive-cost-box .right .transparent-price .transparent-price-speed{
    height: 50px;
    width: 128px;
    background: #cf978c;
    margin: 8px 0 12px;
}
.pillowcase-exclusive .pillowcase-exclusive-cost-box .right .transparent-price .transparent-price-title{
    font-family: FU-WebFonts-M;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #232323;
    text-align: center; 
} 


@keyframes fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes exclusiveScroll {
  from {transform: translateX(0);}
  to   {transform: translateX(-100%);}
}
.pillowcase-product-box .pillowcase-product-img-container .big-product-img-mask .product-subscript-img .pc{
    display: block;
}
.pillowcase-product-box .pillowcase-product-img-container .big-product-img-mask .product-subscript-img .mb{
    display: none;
}
/*悬浮导航*/
.pillowcase-exclusive-container .pillowcase-product-suspension-nav-box{
    position: fixed;
    top: 80px;
    height: 72px;
    background-color: #f9f6f5;
    width: 100%;
    padding: 0 50px;
    display: none;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
}
.pillowcase-exclusive-container .pillowcase-product-suspension-nav-box .suspension-nav-product-name{
    font-family: FU-WebFonts;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: .1px;
    color: #111;
}
.pillowcase-exclusive-container .pillowcase-product-suspension-nav-box .suspension-nav-btn a{
    font-family: FU-WebFonts-M;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 2px;
    color: #fff;
    padding: 0 72px;
    cursor: pointer;
    background: #BB6D61;
    width: fit-content;
    text-transform: uppercase;
    display: block;
    transition: background .2s ease 0s;
}
.pillowcase-exclusive-container .pillowcase-product-suspension-nav-box .suspension-nav-btn a:after{
    content: '';
    position: absolute;
    top: 0;
    left: 150%;
    width: 200%;
    height: 100%;
    transform: skew(-20deg);
    background-image: linear-gradient(to right,transparent,rgba(255,255,255,.25),transparent);
}
.pillowcase-exclusive-container .pillowcase-product-suspension-nav-box .suspension-nav-btn a:hover:after{
     animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}
.pillowcase-exclusive-container .pillowcase-product-suspension-nav-box .suspension-nav-btn a:hover{
  	background:#232323;
}

@keyframes shine {
  100% {
    left: -200%;
  }
}
@media screen and (max-width:963px){
    .pillowcase-exclusive-one .text-container:not(.slick-initialized){
       animation: exclusiveScroll 20s linear infinite;
    }
    .pillowcase-exclusive-one .text-container:not(.slick-initialized) .list-text-container{
        min-width: 100%;
    }
    .pillowcase-exclusive-one .text-container .list-text-box .img{
        height: 30px;
    }
}
@media screen and (max-width:1024px){
	.pillowcase-exclusive .pillowcase-exclusive-nav-box .nav-right-box{
		justify-content: right;
	}
	.pillowcase-product-box{
		padding:30px 40px 60px; 
	}

	.pillowcase-product-box .pillowcase-product-text-container{
		min-width: 420px;
	}
	.pillowcase-product-box .pillowcase-product-img-container{
		width: calc(100% - 420px);
		padding-right: 64px;
	}
	.pillowcase-product-box .pillowcase-product-img-container .product-img-box.is-show{
		display: flex;
		flex-direction: column;
	}
	.pillowcase-product-box .pillowcase-product-img-container .big-product-img-box{
		order: -1;
	}
	.pillowcase-product-box .pillowcase-product-img-container .product-img-box .small-product-img-box{
		width: 100%;
		max-width: unset;
		margin-top: 16px;
		margin-right: 0;

	}
	.pillowcase-product-box .pillowcase-product-img-container .product-img-box .small-product-img-box .slick-list{
		height: fit-content !important;
	}
	.pillowcase-product-box .pillowcase-product-img-container .big-product-img-box{
		width: 100%;
	}

	.product-img-box .small-product-img-box.slick-initialized .slick-track{
	   display: flex;
	   justify-content: space-between;
	   margin: 0;
	   height: fit-content !important;
	}
	.product-img-box .small-product-img-box.slick-initialized .slick-slide{
		margin-right: 7px;
		height: fit-content;
	}
	.product-img-box .small-product-img-box.slick-initialized .slick-slide:last-child{
		margin-right: 0;
	}
	.pillowcase-product-box .pillowcase-product-img-container .product-img-box .small-product-img{
		margin-bottom: 0;
	}
	.pillowcase-product-text-container .product-title,.pillowcase-product-text-container .product-text{
		margin-top: 8px;
	}
	.pillowcase-product-text-container .product-advantage-box{
		margin-top: 22px;
	}
	.pillowcase-product-text-container .quantity-box{
		margin-top: 10px;
	}
	.pillowcase-product-text-container .product__quantity-container .product__quantity{
		margin-top: 20px;
	}
	.pillowcase-product-text-container .product-gift-box .title{
		margin-top: 14px;
	}
	.pillowcase-product-text-container .payment-method{
		margin-top: 32px;
	}
	.pillowcase-exclusive-one .pillowcase-exclusive-one-box{
	  padding: 0 40px;  
	}

	.pillowcase-exclusive-one .pillowcase-exclusive-one-box .slick-slide{
	 padding: 0 25px;
	}

	.pillowcase-exclusive-two .left{
		padding: 0 40px 0 0;
	}
	.pillowcase-exclusive-two .right{
		padding: 0 40px 0 0;
	}
	.pillowcase-exclusive-two .left-bg{
		padding: 120px 80px;
	}
	.pillowcase-exclusive-two .exclusive-two-container .right-img-box{
		margin-bottom: 60px;
	}
	.pillowcase-exclusive-three .pillowcase-exclusive-three-box{
		margin-top: 80px;
		padding: 60px 40px 64px;
	}
	.pillowcase-exclusive-three .exclusive-three-title-box{
		max-width: 480px;
		text-align: center;
		margin: 0 auto 40px;
	}
	.pillowcase-exclusive-three .exclusive-three-review-box .exclusive-three-review{
		width: calc(25% - 12px);
		margin-bottom: 16px;
	}
	.pillowcase-exclusive-three .exclusive-three-review-box .review-text-box{
		padding: 0 12px;
	}
	.pillowcase-exclusive-faq .faq-box .faq-title{
		margin:0 auto 26px;

	}
	.pillowcase-exclusive-faq .faq-box{
		max-width: 80%;
	}
	.pillowcase-exclusive .site-footer{
		margin-top: 60px;
	}
	.pillowcase-exclusive .footer{
		padding: 60px 65px 50px;
	}

	.footer .footerContent .footerList{
		width: 100%;
	}
	.footer .footerContent .footerList .footerListItem{
		width: 33.3333%;
	}
	.footer .footerContent .footerRightContent{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-top: 50px;
		flex-wrap: wrap;

	}

	.footer .footerDescription .footer-copyright{
		font-size: 14px;
		line-height: 24px;
		width: 100%;
	}
	.pillowcase-exclusive .pillowcase-exclusive-cost{
	    padding: 60px 40px;
	}
}

@media screen and (max-width:960px){
	.pillowcase-product-box .pillowcase-product-img-container .big-product-img-mask .product-subscript-img{
		display: none;
	}
}
@media screen and (max-width:800px){
	.pillowcase-product-box{
		flex-wrap: wrap;
		padding: 0;
	}
	
	.pillowcase-product-box .pillowcase-product-img-container{
		width: 100%;
		padding: 0;
		position: unset;
	}
	
	.pillowcase-product-box .pillowcase-product-img-container .big-product-img-mask .product-subscript-text{
		left: 0;
		top: 34px;
		right: unset;
        font-size: 16px;
        line-height: 24px;
        padding: 16px 32px;
	}
	.pillowcase-product-box .pillowcase-product-img-container .big-product-img-mask .img-num-box{
	    display:flex;
	}
	.pillowcase-product-box .pillowcase-product-text-container{
		width: 100%;
		padding: 14px 16px 60px;
		height: unset !important;
		min-width: unset;

	}
	.pillowcase-product-box .pillowcase-product-img-container .product-img-box .small-product-img-box{
		display: none;
	}
	.pillowcase-product-box .pillowcase-product-img-container .big-product-img-container .slick-list{
		margin-left: -7px;
	}
	.pillowcase-product-box .pillowcase-product-img-container .big-product-img-container .slick-slide{
		margin-left: 7px;
	}
	.pillowcase-product-box .pillowcase-product-img-container .big-product-img-box .big-product-img-container .product-arrow{
	    display: flex!important;
	}
	.pillowcase-product-box .pillowcase-product-img-container .big-product-img-box .big-product-img-container .slick-dots{
		display: none !important;
		position: absolute;
		bottom: 40px;
		width: 100%;
	}
	.pillowcase-product-text-container .product-title{
		font-size: 28px;
		line-height: 36px;
	}
	.pillowcase-product-text-container .product-advantage-box{
		margin-top: 11px;
	}
	.pillowcase-product-text-container .product-single__form .variant-wrapper{
		margin-top: 20px;
	}
	.pillowcase-product-text-container .product__quantity-container .product__quantity{
		margin-top: 16px;
	}
	.pillowcase-product-text-container .product__quantity-container .product__quantity:first-child{
		margin-top: 20px;
	}
	.pillowcase-product-text-container .product-gift-box .title{
		margin-top: 22px;
	}
	.pillowcase-product-text-container .product-illustrer-box{
		margin-top: 40px;
	}
	.pillowcase-product-text-container .Product-advantages-box{
		margin-top: 26px;
	}
	.pillowcase-product-text-container .payment-method{
		margin-top: 45px;
	}
	.pillowcase-exclusive-two{
		margin-top: 60px;
	}
	.pillowcase-exclusive-two .pillowcase-exclusive-two-box{
		flex-wrap: wrap;
	}
	.pillowcase-exclusive-two .exclusive-two-container{
		width: 100%;
		padding: 0;
		position: unset;
	}
	.pillowcase-exclusive-two .left-bg{
		padding: 100px 60px;
	}
	.pillowcase-exclusive-two .left-bg .left-bg-text-box{
		width: fit-content;
		margin: 0 auto; 
	}
	.pillowcase-exclusive-two .right{
		margin-top: 60px;
		padding: 0 16px;
	}

	
	.pillowcase-product-box .pillowcase-product-img-container{ 
		max-width: unset !important;
	}
	.pillowcase-product-box .pillowcase-product-img-container .big-product-img-box .big-product-img-container .big-product-img{
		width: 80%;
    	margin-right: 7px;
	}
	.pillowcase-product-box .pillowcase-product-img-container .big-product-img-mask .product-subscript-img{
	    display: block;
	    width: 25.39%;
	}

	
}
@media screen and (max-width:768px){
    .pillowcase-exclusive-one .text-container .list-text-box .img{
        height: 20px;
    }

    .pillowcase-exclusive-one .text-container:not(.slick-initialized) .list-text-container{
        min-width: fit-content;
    }
	
	.pillowcase-exclusive .pillowcase-exclusive-nav-box{
		flex-wrap: wrap;
		padding: 0;
		height: fit-content;
		border: none;
	}
	.pillowcase-exclusive .pillowcase-exclusive-nav-box .nav-right-box{
		order: -1;
		width: 100%;
		flex: unset;
		justify-content: center;
		padding: 10px 0;
		background: #BB6D61;
		flex-wrap: wrap;
	}
	.pillowcase-exclusive .pillowcase-exclusive-nav-box .nav-right-box .nav-title{
		font-size: 18px;
		color: #fff;
	}
	.pillowcase-exclusive .pillowcase-exclusive-nav-box .nav-right-box .nav-title .font-M{
		color: #FFD261;
	}
	.pillowcase-exclusive .pillowcase-exclusive-nav-box .nav-logo{
		width: 100%;
		height: 60px;
		background: #fff;
		border-bottom: 1px solid #D4D4D4;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.pillowcase-exclusive .pillowcase-exclusive-nav-box .nav-logo a{
		width: 160px;
		display: block;
	}
	.pillowcase-exclusive .pillowcase-exclusive-nav-box .nav-right-box .nav-right-img-box .mb,
	.pillowcase-exclusive .pillowcase-exclusive-nav-box .nav-right-box .nav-right-img-box .free-product-img{
		display: block;
	}
	.pillowcase-exclusive .pillowcase-exclusive-nav-box .nav-right-box .nav-right-img-box .pc{
		display: none;
	}
	.pillowcase-exclusive .pillowcase-exclusive-nav-box .nav-right-box .nav-right-img-box .nav-right-img{
		width: 57px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
		display: none;
	}
	.pillowcase-exclusive .pillowcase-exclusive-nav-box .nav-right-box .nav-right-img-box{
		position: relative;
		margin-left: 24px;
	}
	.pillowcase-exclusive .pillowcase-exclusive-nav-box .nav-right-box .nav-right-img-box .free-product-img{
        display: flex;
        align-items: center;
		position: relative;
		
	}
	.pillowcase-exclusive .pillowcase-exclusive-nav-box .nav-right-box .nav-right-img-box .free-product-img .free-product-img-icon{
	    width: 93px;
	}
	.pillowcase-exclusive .pillowcase-exclusive-nav-box .nav-right-box .nav-right-img-box .free-product-img .free-product-img-text{
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        font-family: "FU-WebFonts-M-boid";
        color: #FFD261;
        padding: 6px 0;
        margin-left: 12px;
        width: fit-content;
        border-bottom: 2px solid #FFD261;
        position: relative;
        top: -2px;
        letter-spacing: 1.2px;
	}


	.pillowcase-product-box .pillowcase-product-img-container{
		max-width: 100%;
	}
	.pillowcase-exclusive-one .pillowcase-exclusive-one-box{
		padding: 0;
	}
	.pillowcase-exclusive .pillowcase-exclusive-one .pillowcase-exclusive-one-box .title-box{
		padding: 0 16px;
	}
	
	.pillowcase-exclusive-one .pillowcase-exclusive-one-box .slick-list{
		padding-right: 30%;
		padding-left: 32px;
	}
	.pillowcase-exclusive-one .pillowcase-exclusive-one-box .slick-slide{
		padding: 0;
		padding-right: 32px;

	}

	.pillowcase-exclusive-three .pillowcase-exclusive-three-box{
		margin-top: 60px;
		padding: 60px 16px 64px;
	}
	.pillowcase-exclusive-three .exclusive-three-title{
		padding: 0 14px;
		font-size: 32px;
		line-height: 40px;
	}
	.pillowcase-exclusive-three .exclusive-three-review-box .exclusive-three-review{
		width: calc(50% - 8px);
	}
	.pillowcase-exclusive-faq .faq-box{
		margin-top: 58px;
	}
	.pillowcase-exclusive-faq .faq-box .faq-title{
		font-size: 32px;
		line-height: 40px;
		font-family: "FU-WebFonts-M";
	}

	.pillowcase-exclusive .footer{
		padding: 60px 24px 50px;
	}
	.pillowcase-exclusive-faq .faq-box .faq--page-box .page-title-box .page-title{
	    font-size: 16px;
        line-height: 24px;
        padding:16px 0;
	}
	
	
	.footer .footerContent .footerList .footerListItem{
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,.4);
		margin-bottom: 0px;
		text-align: left;
	}
	.footerContent .footerListItem .footerTitle{
		margin: 15px 0 ;
		position: relative;
	}
	.footerContent .footerListItem .footerTitle .icon{
		position: absolute;
		right: 0;
		display: inline-block;
		width: 20px;
		height: 20px;
	}
	.footerContent .footerListItem .footerTitle .icon:after{
		content: "";
		position: absolute;
		right: 0;
		background: url(https://cdn.shopify.com/s/files/1/1873/0299/files/moinfo.svg?v=1617694454) no-repeat;
		width: 12px;
		height: 12px;
		cursor: pointer;
		top: 50%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
	}
	.footer .footerListItem.footerListItemAction .footerTitle .icon:after{
		background: url(https://cdn.shopify.com/s/files/1/1873/0299/files/2_031fdbcf-6942-425c-8ccd-4223ea527f82.svg?v=1617697908) no-repeat;
	}
	.footer .footerContent .footerList .footerListItem .footerItemContent{
		display: none;
	}
	.footer .footerContent .footerList .footerListItem:nth-child(2) .footerItemContent{
		display: block;
	}
	.footer .footerContent .footerList .footerListItem.footerListItemAction{
		padding-bottom: 20px;
	}
	.footer .footerContent .footerRightContent{
		margin-top: 35px;
	}
	.footer .footerContent .footerRightContent .footerFollContent-top{
		width: 100%;
	}
	.footer .footerDescription .footer-copyright-a{
		width: 100%;
	}
	.footer .footerDescription .footer-copyright-a a{
		padding: 0 10px;
	}
	.footer .footerDescription .footer-copyright-a a:first-child{
		border-left: 0;
		margin-left: 0;
		padding-left: 0px;
	}
	.pillowcase-product-text-container .product__quantity-container .js-qty__wrapper .js-qty__adjust.is-hover{
	    background:#fff;
	}
    .pillowcase-product-text-container .product__quantity-container .js-qty__wrapper .js-qty__adjust.is-hover .nohover,.pillowcase-product-text-container .product__quantity-container .js-qty__wrapper .js-qty__adjust .nohover{
        display: block;
    }
	.pillowcase-product-text-container .product__quantity-container .js-qty__wrapper .js-qty__adjust.is-hover .isHover,.pillowcase-product-text-container .product__quantity-container .js-qty__wrapper .js-qty__adjust .isHover{
	    display: none;
	}
	
	
	/*.pillowcase-product-box .pillowcase-product-img-container .big-product-img-mask .product-subscript-img .pc{*/
 /*       display: none;*/
 /*   }*/
 /*   .pillowcase-product-box .pillowcase-product-img-container .big-product-img-mask .product-subscript-img .mb{*/
 /*       display: block;*/
 /*   }*/
	.pillowcase-product-box .big-product-img-mask .product-subscript-img .nav-right-img-box .free-product-img{
        position: relative;
        margin: 0 auto;
	}
	.pillowcase-exclusive .pillowcase-exclusive-cost{
	    padding: 60px 16px;
	}
	.pillowcase-exclusive .pillowcase-exclusive-cost .title{
        font-size: 32px;
        line-height: 38px;
	}
	.pillowcase-exclusive .pillowcase-exclusive-cost .title-info{
	    margin-bottom: 39px;
	}
	.pillowcase-exclusive .pillowcase-exclusive-cost-box .container-box{
	    width:100%;
	}
	.pillowcase-exclusive .pillowcase-exclusive-cost-box .container-box.left{
	    margin-right:0;
	}
	.pillowcase-exclusive .pillowcase-exclusive-cost-box .right{
	    margin-top: 56px;
	}
	.pillowcase-product-text-container .certified-icon-box{padding: 24px 12px;}
	.pillowcase-exclusive-container .pillowcase-product-suspension-nav-box .suspension-nav-product-name{
	    display: none;
	}
	.pillowcase-exclusive-container .pillowcase-product-suspension-nav-box{
	    top: unset;
	    bottom: 0;
	    padding: 0 24px;
	}
	.pillowcase-exclusive-container .pillowcase-product-suspension-nav-box .suspension-nav-product-name{
	    display: none;
	}
	.pillowcase-exclusive-container .pillowcase-product-suspension-nav-box .suspension-nav-btn{
	    width: 100%;
	}
	.pillowcase-exclusive-container .pillowcase-product-suspension-nav-box .suspension-nav-btn a{
	    display: block;
	    width: 100%;
	    text-align: center;
	}
	.pillowcase-product-box .pillowcase-product-img-container .big-product-img-mask .product-subscript-text{
	    display: none;
	}
	.pillowcase-product-box .pillowcase-product-img-container .big-product-img-mask .product-subscript-img .pc{
	    display: none;
	}
	.pillowcase-product-box .pillowcase-product-img-container .big-product-img-mask .product-subscript-img .mb{
	    display: block;
	}
	.pillowcase-product-box .big-product-img-mask .product-subscript-img .nav-right-img-box .free-product-img{
	    width: 96px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        line-height: 24px;
        font-family: "FU-WebFonts-M-boid";
        letter-spacing: 2px;
        color: #fff;
        text-align: center;
	}
	.pillowcase-product-box .big-product-img-mask .product-subscript-img .nav-right-img-box .nav-right-img{
	    width: 96px;
	    height: 96px;
	}
	
}
@media screen and (max-width:480px){


    .pillowcase-product-text-container .product__quantity-container .js-qty__wrapper{
        display: flex;
        align-items: center;
    }
    .pillowcase-product-text-container .product__quantity-container .js-qty__wrapper .js-qty__adjust,.pillowcase-product-text-container .product__quantity-container .js-qty__wrapper .qty-text-box{
        width: 32px;
        height: 32px;
    }
    .pillowcase-product-text-container .product__quantity-container.payQtyBox .js-qty__wrapper .js-qty__adjust{
        width: 40px;
        height: 46px;
    }
    .pillowcase-exclusive-two .left-bg{
        padding: 60px 40px;
    }
    .pillowcase-exclusive-two .left-bg .left-bg-title,.pillowcase-exclusive-two .exclusive-two-container .right-img-box .right-title,.pillowcase-exclusive-faq .faq-box .faq-title,.pillowcase-exclusive-three .exclusive-three-title{
        font-size: 26px;
        line-height: 32px;
    }
    .pillowcase-exclusive-three .pillowcase-exclusive-three-box{
        padding: 40px 16px;
        margin-top: 40px;
    }
    .pillowcase-exclusive-two .exclusive-two-container .right-img-box{
        margin-bottom: 40px;
    }
    .pillowcase-exclusive-two .exclusive-two-container .right-img-box .right-text{
        margin: 6px 0 16px;
    }
    .pillowcase-exclusive-faq .faq-box{
        margin-top: 40px;
    }
    
	.pillowcase-exclusive-faq .faq-box{
		max-width: 100%;
		padding: 0 16px;
	}
	.pillowcase-exclusive-faq .faq-box .faq-title{
		max-width: 100%;
	}
	.pillowcase-exclusive .footer{
		padding: 40px 16px;
	}
	.pillowcase-exclusive .pillowcase-exclusive-nav-box .nav-right-box .nav-title{
	    width: 100%;
	    text-align: center;
	}
	.pillowcase-exclusive .pillowcase-exclusive-nav-box .nav-right-box .nav-right-img-box{
	    margin-left:0;
	}

}
@media screen and (max-width:390px){
    .footer .footerDescription .footer-copyright-email{
        margin-bottom:15px;
    }
    .footer .footerDescription .pay_image .pay_image-box .pay-icon{
        margin-top:15px;
    }
}