body {
	font-family: Trebuchet MS, system-ui, sans-serif;
	color: #1e1e1e;
	--font-headers: Palatino Linotype;
}

.slider {
	position: relative;
	max-width: 600px;
	margin: auto;
	overflow: hidden;
}

.slides {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.slide,.slide_sl {
	min-width: 100%;
	box-sizing: border-box;
}

.slider img {
	width: 100%;
	display: block;
}

.slider button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, 0.5);
	border: none;
	padding: 10px;
	cursor: pointer;
	z-index: 10;
}

.prev {
	left: 10px;
}

.next {
	right: 10px;
}

header {
	background: #f6f6f6;
	position: sticky;
	top: 0;
	z-index: 1;
}

.header-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: 1112px;
	margin: 0 auto;
	height: 74px;
	align-items: center;
	padding: 0 16px;
}

.banner {
	height: 547px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 50px;
	font-family: Palatino Linotype, system-ui, sans-serif;
	color: white;
}

.pickgradient {
	display: inline-block;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.65) 100%
	);
}

.logo-banner .pickgradient img,
.ready-made-images .pickgradient img {
	position: relative;
	z-index: -1;
	display: block;
	height: 100%;
	width: 100%;
}

.banner h2 {
	/*! position: absolute; */
	top: 450px;
	left: 470px;
	font-weight: 600;
	font-size: 64px;
	color: white;
}

.banner p {
	/*! position: absolute; */
	top: 525px;
	left: 470px;
	font-weight: 600;
	font-size: 24px;
	color: white;
	text-transform: uppercase;
}

.ready-made-images h2 {
	position: absolute;
	top: 2850px;
	left: 470px;
	font-weight: 600;
	font-size: 24px;
	color: white;
	text-transform: uppercase;
}

.div-1,
.div-2 {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.links a {
	color: #1e1e1e;
	text-decoration: none;
}

.links a:hover {
	color: #1e1e1e;
	text-decoration: underline;
}

.links a:not(:last-child) {
	margin-right: 18px;
}

a {
	color: #1e1e1e;
	text-decoration: none;
}

.logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.info {
	display: flex;
	align-items: center;
}

.header-two {
	display: flex;
	justify-content: center;
	padding: 18px;
	gap: 16px;
	align-items: center;
}

.phone-number {
	margin-right: 20px;
}

.phone-number a {
	color: #1e1e1e;
	text-decoration: none;
}

.header-two a {
	text-transform: uppercase;
	color: #1e1e1e;
	text-decoration: none;
}

.header-two a:hover {
	text-decoration: underline;
	
}/*color: #1e1e1e;*/

.content {
	max-width: 1112px;
	margin: 0 auto;
	padding: 0 16px;
}

* {
	box-sizing: border-box;
}

.promo {
	display: flex;
	gap: 20px;
	//margin: 68px 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.sale-promo,
.delivery-promo {
	flex-basis: 50%;
	padding: 32px;
	text-align: center;
	position: relative;
}

.text-h1 {
	font-family: var(--font-headers);
	font-size: 64px;
	font-weight: bold;
}

.text-h2 {
	font-size: 40px;
}

.text-h3-accent {
	font-size: 28px;
	font-family: var(--font-headers);
	text-transform: uppercase;
}

.text-h3 {
	font-size: 32px;
}

.text-accent-heading {
	font-size: 24px;
	text-transform: uppercase;
}

.text-accent {
	font-size: 20px;
}

.text-small {
	font-size: 14px;
}

.text-caption {
	font-size: 12px;
}

.discount {
	font-size: 100px;
}

.discount-text {
	font-size: 48px;
	margin-bottom: 24px;
}

.discount-terms {
	margin-bottom: 24px;
}

.free-delivery-label {
	font-size: 64px;
	margin-bottom: 32px;
	margin-top: 10px;
}

.sale-promo-decorations div {
	position: absolute;
	width: 105px;
	height: 105px;
	border: 0 solid black;
	pointer-events: none;
}

.sale-promo-decorations .top-left {
	top: 0;
	left: 0;
	border-left-width: 1px;
	border-top-width: 1px;
}

.sale-promo-decorations .top-right {
	top: 0;
	right: 0;
	border-right-width: 1px;
	border-top-width: 1px;
}

.sale-promo-decorations .bottom-right {
	bottom: 0;
	right: 0;
	border-bottom-width: 1px;
	border-right-width: 1px;
}

.sale-promo-decorations .bottom-left {
	bottom: 0;
	left: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.offer-details {
	text-align: right;
	margin-bottom: 68px;
	text-decoration: underline;
	text-transform: uppercase;
}

.offer-details a {
	color: #1e1e1e;
}

.btn {
	display: inline-block;
	padding: 16px 28px;
	font-size: 20px;
	text-transform: uppercase;
	background-color: #1e1e1e;
	color: #fff;
	transition: 200ms;
	transition-property: background-color, color, border-color;
}

.btn:hover {
	background-color: #fff;
	color: #1e1e1e;
}

.btn-outline {
	background-color: transparent;
	color: #1e1e1e;
	border: 1px solid #1e1e1e;
}

.btn-outline:hover {
	background-color: #1e1e1e;
	color: #fff;
}

.category-card p {
	margin: 20px 0;
	width: 100%;
}

.category-card a {
	color: #1e1e1e;
	text-decoration: none;
}

.category-card {
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-items: flex-start;
	flex-shrink: 1;
	flex-grow: 1;
}

.category-card img {
	width: 100%;
	height: auto;
}

.block:not(:last-child) {
	margin-bottom: 100px;
}

.block-title {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 34px;
}

.card {
	background-color: #08151e;
	padding: 40px;
	color: white;
	background-repeat: no-repeat;
	background-size: cover, contain;
	background-position: center, right;
}

.card:not(:last-child) {
	margin-bottom: 34px;
}

.card-title {
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 38px;
}

.card-links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: fit-content;
	gap: 10px;
}

.card-link {
	color: white;
	display: flex;
	align-items: center;
	gap: 12px;
	text-transform: uppercase;
	text-decoration: underline;
}

.card-arrow {
	opacity: 0;
	transition: 200ms;
}

.card-link:hover .card-arrow {
	opacity: 1;
}

.line {
	border: 1px solid white;
	height: 1px;
	border-bottom: 0;
	width: 440px;
	margin: 30px 0;
	position: relative;
	left: -40px;
	max-width: 100%;
}

.card-link:hover {
	text-decoration: none;
}

.card-text {
	max-width: 60%;
}

.card-link:hover .card-icon {
	transform: scale(1.2);
}

.card-icon {
	transition: 200ms;
}

.btn-red {
	background-color: #ff3838;
	text-decoration: none;
}

.discounts-card .btn {
	margin-top: 100px;
}

.about-store {
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr 1fr;
}

.about-left {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.about-right {
	padding: 30px;
}

.about-right a {
	text-decoration: none;
}

.about-fact p {
	line-height: 1.3;
}

.about-fact:not(:last-child) {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid black;
}

.about-fact h2 {
	margin-bottom: 30px;
	margin-bottom: 10px;
}

.benefits {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
}

.benefit {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	text-align: center;
	padding: 40px 10px;
	position: relative;
}

.sale-promo-decorations.small div {
	height: 40px;
	width: 40px;
}

@media screen and (max-width: 1000px) {
	.links,
	.header-two {
		display: none;
	}

	.phones {
		display: flex;
		gap: 20px;
	}
}

.text-h2,
.text-accent {
	font-weight: 400;
}

.mm-phones {
	display: flex;
	align-items: center;
}

.delivery-page-title {
	margin: 70px 0;
	text-align: center;
	text-transform: uppercase;
}

.delivery-info {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-bottom: 200px;
}

.delivery-entry {
	position: relative;
}

.sale-promo-decorations.xsmall > div {
	width: 24px;
	height: 24px;
}

.delivery-entry-expandable {
	display: none;
	flex-direction: column;
	gap: 32px;
	padding: 16px 40px;
}

.delivery-entry-unexpanded {
	display: flex;
	justify-content: space-between;
	padding: 16px 40px;
	cursor: pointer;
}

.icon-paragraph {
	display: flex;
	gap: 12px;
}

.icon-paragraph-text h3 {
	margin-top: 4px;
	margin-bottom: 8px;
}

.icon-paragraph > svg {
	flex-shrink: 0;
}

.paragraph-heading {
	margin-bottom: 8px;
}

.d-arrow {
	transition: transform 200ms;
}

.delivery-entry.expanded .d-arrow {
	transform: rotate(180deg);
}

.delivery-entry.expanded .delivery-entry-expandable {
	display: flex;
}

@media screen and (max-width: 784px) {
	.phone-number {
		display: none;
	}

	.about-store {
		grid-template-columns: 1fr;
	}

	.about-right {
		padding: 0;
	}
}

@media screen and (max-width: 500px) {
	.fl-favs,
	.fl-account {
		display: none;
	}
}

@media screen and (max-width: 900px) {
	.promo {
		flex-direction: column;
	}

	.banner-2 {
		font-size: 50px !important;
		padding: 40px !important;
	}

	.benefits {
		grid-template-columns: repeat(2, 1fr);
	}

	.block:not(:last-child) {
		margin-bottom: 100px;
	}
}

@media screen and (max-width: 600px) {
	body {
		font-size: 12px;
	}

	.div-1,
	.div-2 {
		flex-direction: column;
	}

	.banner-2 {
		font-size: 32px !important;
		padding: 30px !important;
	}

	.block:not(:last-child) {
		margin-bottom: 50px;
	}

	.text-h1 {
		font-size: 48px;
	}

	.text-h2 {
		font-size: 28px;
	}

	.text-h3-accent {
		font-size: 24px;
	}

	.text-h3 {
		font-size: 24px;
	}

	.text-accent-heading {
		font-size: 16px;
	}

	.text-accent {
		font-size: 14px;
	}

	.card {
		padding-top: 330px;
		background-size: cover, 150% auto;
		background-position: center, top;
	}

	.card-links {
		grid-template-columns: 1fr;
	}

	.card-text.text-accent {
		max-width: none;
	}

	.discounts-card .btn {
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}

	.delivery-entry-expandable,
	.delivery-entry-unexpanded {
		padding: 16px 24px;
	}
}

.header__area-controls .header__control-btn:hover,
.filter-item__name:hover,.filter-option__label:hover,
.option-list-value:hover,.product .option-value:not(.is-active):hover,
.cart-item .item-title:hover,.cart-item .item-counter .counter-button:hover,
.cart-item .favorites_btn:hover,.cart-item .item-delete button:hover{
	color:#adadae!important;
}
.widget-type_footer-New-design footer a:hover{
	opacity:0.7;
}
