.sips-style {
	padding: 50px 0 98px;
}
.sips-style .line {
	width: 100%;
	border-bottom: 1px solid white;
	margin: 37px auto 63px;
}

.sips-style .title-flex {
	color: #E5DDD0;
	max-width: 1213px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 0 0 0 13px;
}
.sips-style .title-flex .title p {
	font-family: 'Ethic Serif';
	font-size: 40px;
	margin: 0 0 21px;
	letter-spacing: -0.04rem;
}
.sips-style .title-flex .subtitle {
	font-size: 13px;
	font-family: 'HelveticaNeue';
	text-transform: uppercase;
	font-weight: 800;
	color: #FFFFFF;
	margin: 13px 0 0 0;
	display: block;
}
.sips-style .title-flex a {
	display: block;
	width: fit-content;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-family: 'HelveticaNeue';
	font-weight: 800;
	padding: 13px 47px 0;
	margin: 9px 0 0 0;
	height: 48px;
}
.sips-style .title-flex a:hover {
	color:#4f4138;
	background:white;
}
.sips-style .cocktails .tag {
	background: #FFFFFF;
	margin-bottom: 14px;
	height: 64px;
	padding: 24px 0 0 40px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 800;
	transition: all 0.5s;
}
.sips-style .cocktails .tag strong {
	font-weight: 800;
}
.sips-style .cocktails .tag:hover {
	background: #908274;
	color:white;
	cursor: pointer;
}
.sips-style .cocktails .tag span {
	margin-right: 11px;
}
.sips-style .cocktails .tags .active .tag {
	background: #908274;
	color:white;
}
.sips-style .cocktails {
	max-width: 1171px;
	margin: 0 auto;
	height: 453px;
	position: relative;
}
.sips-style .cocktails .tags {
	width: 242px;
}
.sips-style .cocktails .cocktail-card {
	position: absolute;
	top: 0;
	left: 242px;
	height: 454px;
	width: 930px;
	display: flex;
	justify-content: space-between;
	display: none;
}
.sips-style .cocktails .cocktail-card.active {
	display: flex;
	justify-content: space-between;
}
.sips-style .cocktails .cocktail-card .stl {
	width: 618px;
	background: #F4EFE9;
	padding: 10px;
	position: relative;
	height: 100%;
	filter: drop-shadow(0px 0px 5px #474747);
}
.sips-style .cocktails .cocktail-card .stl .look-slider {
	margin: 85px auto 40px;
	padding: 0 50px;
}
.sips-style .cocktails .cocktail-card .stl .look-slider .slick-prev {
	border: none;
	padding: 0;
	width: 15px;
	position: absolute;
	left: 40px;
	top: 98px;
}
.sips-style .cocktails .cocktail-card .stl .look-slider .slick-next{
	border: none;
	padding: 0;
	width: 15px;
	position: absolute;
	right: 40px;
	top: 98px;
}
.sips-style .cocktails .cocktail-card .stl .look-slider .slick-slide img {
	display: block;
	width: 100%;
	height: 175px;
	object-fit: contain;
}
.sips-style .cocktails .cocktail-card .stl h4 {
	margin: 0;
	position: absolute;
	top: 44px;
	left: 8px;
	transform: rotate(-7deg);
	font-size: 28px;
	width: 163px;
	text-align: center;
	line-height: 1.1;
	color: #4F4138;
	z-index: 9;
}
.sips-style .cocktails .cocktail-card .stl .bottom-flex {
	border-top: 1px solid #4F4138;
	display: flex;
	justify-content: space-between;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.0rem;
	padding: 31px 0 0;
	margin: 99px auto 0;
	position: relative;
	width: 92%;
}
.sips-style .cocktails .cocktail-card .stl .cocktail-icon {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -10px;
	width: 69px;
	height: 58px;
	object-fit: contain;
}
.sips-style .cocktails .cocktail-card .stl .bottom-flex div span {
	margin: 0 11px 0 0;
}
.sips-style .cocktails .cocktail-card .cocktail-post {
	width: 296px;
	background: #F4EFE9;
	padding: 41px 20px 0;
	position: relative;
}
.sips-style .cocktails .cocktail-card .cocktail-post .article{
	width: 167px;
	margin: 0 auto;
	position: relative;
}
.sips-style .cocktails .cocktail-card .cocktail-post .article .brown-bow  {
	width: 58px;
	height: 87px;
	object-fit: contain;
	position: absolute;
	top: -12px;
	right: -24px;
}
.sips-style .cocktails .cocktail-card .cocktail-post .article img {
	width: 100%;
	height: 257px;
}
.sips-style .cocktails .cocktail-card .cocktail-post .article h2 {
	text-align: center;
	font-size: 22px;
	line-height: 24px;
	color: #121216;
	width: 164%;
	margin: 18px -31% 0;
}
.sips-style .cocktails .cocktail-card .cocktail-post .article h2  p {
	margin:0;
}
.sips-style .cocktails .cocktail-card .cocktail-post .readmore {
	color: #4F4138;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 800;
	margin: 0 auto;
	display: block;
	text-decoration: underline;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 27px;
	left: 0;
	right: 0;
	margin: auto;
}
.sips-style .cocktails .cocktail-card .cocktail-post .article a {
	text-decoration: none;
}
@media all and (max-width:1280px) {
	.sips-style .title-flex {
		max-width: 1070px;
	}
	.sips-style .cocktails {
		max-width: 1070px;
	}
	.sips-style .cocktails .cocktail-card {
		width:825px;
	}
	.sips-style .cocktails .cocktail-card .stl {
		width:515px;
	}
}
@media all and (max-width:1080px) {
	.sips-style .title-flex {
		max-width: 700px;
	}
	.sips-style .cocktails {
		max-width: 700px;
		height:520px;
	}
	.sips-style .cocktails .tags {
		width: 100%;
		display: flex;
		list-style: none;
		position: absolute;
		top: 0;
		left: 0;
	}
	.sips-style .cocktails .cocktail-card {
		width: 700px;
		left: 0;
		top: 64px;
	}
	.sips-style .cocktails .cocktail-card .stl {
		width: 395px;
	}
	.sips-style .cocktails .tag {
		background: #FFFFFF;
		margin-bottom: 14px;
		height: 64px;
		padding: 24px 0 0 26px;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 800;
		transition: all 0.5s;
		width: 65px;
		margin: 0 20px 0 0;
	}
	.sips-style .cocktails .tag strong {
		display: none;
	}
}
@media all and (max-width: 768px) {
	.sips-style .title-flex {
		max-width: 500px;
		padding: 0;
	}
	.sips-style .cocktails {
		max-width: 500px;
		height: 945px;
	}
	.sips-style .cocktails .cocktail-card.active {
		flex-wrap: wrap;
		max-width: 500px;
	}
	.cocktail-card .stl {
		width: 100%;
		margin-bottom: 5px;
	}
	.sips-style .cocktails .cocktail-card .cocktail-post {
		width:100%;
	}
	.sips-style .cocktails .cocktail-card .cocktail-post .readmore {
		position: relative;
		bottom: inherit;
		left: 0;
		right: 0;
		margin: 20px auto;
	}
	.sips-style .cocktails .cocktail-card .stl {
		width: 100%;
	}
}

@media all and (max-width:500px) {
	.sips-style .title-flex {
		max-width: 90%;
		padding: 0;
		display: block;
		text-align: center;
	}
	.sips-style .title-flex a {
		margin: 20px auto 0;
	}
	.sips-style .line {
		margin: 34px auto 40px;
	}
	.sips-style .cocktails {
		max-width: 400px;
		height: 945px;
	}
	.sips-style .cocktails .tag {
		background: #FFFFFF;
		margin-bottom: 14px;
		height: 46px;
		padding: 14px 0 0 16px;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 800;
		transition: all 0.5s;
		width: 46px;
		margin: 0 10px 0 0;
	}
	.sips-style .cocktails .cocktail-card {
		width: 100%;
		left: 0;
		top: 46px;
	}
	.sips-style .cocktails .cocktail-card .stl .look-slider .slick-next {
		right:10px;
	}
	.sips-style .cocktails .cocktail-card .stl .look-slider .slick-prev {
		left:10px;
	}
	.sips-style .cocktails .cocktail-card .stl .bottom-flex {
		font-size:10px;
		margin: 35px auto 0;
	}
	.sips-style .cocktails .cocktail-card .stl{
		height: 90%;
	}
	.sips-style {
		padding: 50px 0 30px;
		overflow: hidden;
	}
}
@media all and (max-width:450px) {
	.sips-style .cocktails {
		max-width: 326px;
		height: 945px;
	}
	.sips-style .cocktails .cocktail-card .stl h4 {
		margin: 0;
		position: absolute;
		top: 35px;
		left: 1px;
		transform: rotate(-7deg);
		font-size: 23px;
		width: 140px;
		text-align: center;
		line-height: 1.1;
		color: #4F4138;
		z-index: 9;
	}
	.sips-style .cocktails .cocktail-card .stl .bottom-flex {
		font-size: 9px;
		margin: 35px auto 0;
	}
}
