@import url("https://fonts.googleapis.com/css?family=Lato");
*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0 auto;
	background-color: #ffffff;
	font-size: 16px;
	font-family: "Lato", sans-serif;
	overflow-x: hidden;
}
.brand-logo {
  width: 150px;
  height: auto;
}

@media (max-width: 768px) {
  .brand-logo {
    width: 90px;
  }
}
header nav {
	padding:15px;
	padding-left: 5px;
	padding-right: 5px;
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
	width: 100%;
	font-size: 0;
	vertical-align: middle;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7);
	z-index: 15;
}
/* Показываем меню при наведении */
.dropdown-menu {
	margin-top: 0;
	width: 100% !important;
	min-width: 200px !important;
	transform: translate3d(-30%, 36px, 0px) !important;
  }
.helpersi {
	@media only screen and (max-width: 991px) {
		width: 90% !important;
	}
}
  /* ФИКС УСЛУГИ НАВОДКА И Т.П ПОЗИЦИОНИРОВАНИЕ ОСТОРОЖНО! */
  @media only screen and (min-width: 821px) {
.dropdown:hover > .dropdown-menu {
	position: absolute !important;
	inset: 0px auto auto 0px !important;
	transform: translate3d(-30%, 26px, 0px) !important;
  }
  
  .dropdown-menu {
	position: absolute !important;
	inset: 0px auto auto 0px !important;
	transform: translate3d(-30%, 26px, 0px) !important;

  }
  .dropdown-menu.show {
	transform: translate3d(-30%, 26px, 0px) !important;
  }
}
  .dropdown-menu li{
	width: 100%;
  }
header nav .catalog{
	display: flex;
	width: 100%;
	text-align: center;
	justify-content:center;
	gap:5%;
}

header nav .logo {
	text-align: center;
	font-size: 16px;
	align-content: center;
}

header nav img {
	align-content: center;
}

header nav ul {
	width: 65%;
	list-style: none;
	/*  font-size: 0;*/
	font-size: 16px;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
}

header nav ul li {
	justify-items: center;
	align-content: center;
}

header nav ul li a {
	text-transform: uppercase;
	color: rgb(89, 89, 89);
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

header nav ul li a:hover {
	color: rgba(89, 89, 89, 0.6);
}

header nav .nav-icon {
	width: 7.5%;
	text-align: center;
	font-size: 16px;
}

@media only screen and (max-width: 991px) {
	header nav {
		height: 60px;
		padding-left: 20px;
		padding-right: 20px;
		gap: 15px;
		position: fixed;
	}
	header .carousel {
		padding-top: 60px;
	}
	header nav .logo {
		width: 45%;
	}
	header nav.dis{
		display: none;

	}
	header nav.undis ul{
		display: none;

	}
	header nav .cart {
		width: 15%;
		text-align: right;
	}
	header nav .menu {
		width: 20%;
	}
}

#header-hero {
	width: 100%;
	display: block;
	position: relative;
}

#header-hero .header-bg {
	width: 100%;
	height: auto;
}

#header-hero .header-bg img {
	width: 100%;
	height: auto;
}

#header-hero .header-content {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.1);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0%;
	text-align: center;
	color: #f2f2f2;
	padding: 0rem 0.4rem;
}

#header-hero .header-content p.heading-1 {
	text-transform: uppercase;
	margin: 0 auto;
	font-family: "Lato", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 2vw;
	padding-top: 9vw;
}

#header-hero .header-content h1 {
	margin: 0 auto;
	font-family: "Lato", sans-serif;
	font-size: 3rem;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 2.4vw;
}

#header-hero .header-content h1 .logo-style {
	color: #E3BFA5;
}

#header-hero .header-content p.description {
	margin: 0 auto;
	width: 30%;
	font-family: Cambria;
	font-size: 1.4rem;
	font-style: italic;
	margin-bottom: 5vw;
}

#header-hero .header-content .button {
	margin: 0 auto;
	background-color: #e3bfa5;
	-webkit-box-shadow: 0px 1px 3.84px 0.16px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 1px 3.84px 0.16px rgba(0, 0, 0, 0.35);
	width: 10rem;
	padding: 0.8rem;
}

#header-hero .header-content .button p {
	font-family: Cambria;
	font-size: 1.1rem;
	font-weight: 400;
	text-align: justify;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
}

@media only screen and (max-width: 1440px) {
	#header-hero .header-content p.description {
		width: 40%;
		margin-bottom: 3rem;
		font-size: 1.2rem;
	}
	#header-hero .header-content p.heading-1 {
		padding-top: 8vw;
	}
}

@media only screen and (max-width: 1024px) {
	#header-hero .header-bg {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	#header-hero .header-bg img {
		width: 100rem;
		height: 40rem;
		margin-left: -50%;
	}
	#header-hero .header-content p.heading-1 {
		padding-top: 20vw;
	}
	#header-hero .header-content p.description {
		width: 60%;
		margin-bottom: 4rem;
	}
}

@media only screen and (max-width: 480px) {
	#header-hero .header-content h1 {
		font-size: 2rem;
		padding: 1rem 0rem;
	}
	#header-hero .header-bg img {
		width: 100rem;
		height: 40rem;
		margin-left: -140%;
	}
	#header-hero .header-content p.description {
		width: 50%;
		margin-bottom: 3rem;
		text-align: left;
	}
	#header-hero .header-content .button {
		width: 8rem;
		padding: 0.6rem;
	}
	#header-hero .header-content .button p {
		font-size: 0.8rem;
	}
}

#summer-collection {
	width: 100%;
	display: block;
	margin:0;
}

#summer-collection .container {
	margin: 0 auto;
	width: 80%;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap:30px;
	margin-top: 25px;
}

#summer-collection .container .sc-content {
	width: 50%;
	padding-top: 3.4rem;
	padding-bottom: 2rem;
}

#summer-collection .container .sc-content h1 {
	font-family: "Franklin Gothic Medium";
	color: #000000;
	font-size: 4rem;
	font-weight: 800;
	letter-spacing: 1rem;
	line-height: 6rem;
	text-transform: uppercase;
	margin-bottom: 2vw;
}

#summer-collection .container .sc-content p.description {
	font-family: Cambria;
	color: rgba(89, 89, 89, 0.8);
	font-size: 1.1rem;
	font-style: italic;
	line-height: 2rem;
	margin-bottom: 4vw;
	padding-right: 4rem;
}

#summer-collection .container .sc-content a {
	border-bottom: 2px solid #e3bfa5;
	text-decoration: none;
	font-family: "Franklin Gothic Medium";
	color: #000000;
	font-weight: 400;
	text-transform: uppercase;
}

#summer-collection .container .sc-media {
	width: 50%;
}
.img-left{
	order:-1;
}
.subservice{
	height: 30%;

}
.articles {
	display: flex;
	gap: 16px; /* Отступ между статьями */
	flex-wrap: wrap;
	margin-top: 10px;
}
  
  .article {
	flex: 1; /* Равномерное распределение */
	min-width: 200px; /* Минимальная ширина */
  }
  .article-link {
	text-decoration: none;
	color: inherit;
  }
  .article-content {
	display: flex;
	align-items: start;
	gap: 12px; /* Отступ между картинкой и текстом */
  }
  
  .article-thumbnail {
	width: 150px; /* Размер миниатюры */
	height: 150px;
	object-fit: cover; /* Обрезает изображение по рамкам */
	border-radius: 8px; /* Скругление углов */
  }
  
  .accessories-container {
	text-align: center;
	margin-top: 20px;
  }
  
  .accessories-list {
	display: flex;
	justify-content: center; /* Центрируем */
	gap: 16px;
	flex-wrap: wrap;
	max-width: 800px; /* Чтобы не растягивалось */
	margin: 0 auto; /* Центрируем */
  }
  
  .accessory {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 150px; /* Контролируем ширину */
	background: #f9f9f9;
	padding: 10px;
	border-radius: 8px;
	transition: transform 0.2s;
  }
  
  .accessory:hover {
	transform: scale(1.05);
  }
  
  .accessory-thumbnail {
	width: 100%;
	height: fit-content;
	object-fit: cover;
	border-radius: 8px;
  }
  
  .accessory-info {
	text-align: center;
	font-size: 14px;
  }
  
  
.fix-img-subservice{
height: 100%;
z-index: -5;
object-fit: cover;
}
#summer-collection .container .sc-media .sc-media-bg {
	width: 100%;
	height: auto;
}

#summer-collection .container .sc-media .sc-media-bg img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 1024px) {
	#summer-collection {
		width: 100%;
		display: block;
	}
	#summer-collection .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#summer-collection .container .sc-content {
		width: 100%;
		padding: 0;
	}
	#summer-collection .container .sc-media {
		width: 100%;
	}
	#summer-collection .container .sc-content h1 {
		font-size: 5.6vw;
		letter-spacing: 1rem;
		line-height: 4rem;
	}
}
.article-image.fix-art-img {
	display:block;
	width: 30%; 
	justify-self: center;
}
@media only screen and (max-width: 768px) {
	#summer-collection .container .sc-content h1 {
		font-size: 5.6vw;
		letter-spacing: 0.6rem;
		line-height: 2.4rem;
		margin-bottom: 1rem;
	}
	.subservice{
		height: 20%;
	}
	.img-left{
		order:1;
	}
	.article-image.fix-art-img {
		display:block;
		width: 70%; 
		justify-self: center;
	}
	#d .container{
	margin-top: 15px;
}
	#d .container .articles{
	margin-top: 15px;
	gap: 26px;
}
}
.fix-a {
	font-family: Cambria;
    color: rgba(89, 89, 89, 0.9);
    font-size: 1.1rem;
    font-style: italic;
}
@media only screen and (max-width: 480px) {
	#summer-collection .container .sc-content p.description {
		font-size: 1rem;
		line-height: 1.8rem;
		margin-bottom: 4vw;
		padding-right: 1.2rem;
		margin-bottom: 2rem;
	}
}

#products {
	width: 100%;
}

#products .container {
	display: block;
	width: 80%;
	margin: 0 auto;
	font-size: 0;
}

#products .container .products-header {
	font-size: 16px;
	text-align: center;
	margin-bottom: 3rem;
}

#products .container .products-header h2 {
	padding: 2rem 1rem;
	text-transform: uppercase;
	font-family: "Franklin Gothic Medium";
	color: #000000;
	font-size: 1.875rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
	line-height: 1;
	text-align: center;
}

#products .container .products-header p {
	font-family: Cambria;
	color: rgba(89, 89, 89, 1);
	font-size: 1.1rem;
	font-style: italic;
	line-height: 1.5;
	text-align: center;
}

#products .container .product {
	width: 25%;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	padding: 1.8rem;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

#products .container .product:hover {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0.8;
	-webkit-transition: opacity 800ms ease-in-out 0s;
	transition: opacity 800ms ease-in-out 0s;
	-webkit-transition: -webkit-transform 1s ease-in-out 0s;
	transition: -webkit-transform 1s ease-in-out 0s;
	transition: transform 1s ease-in-out 0s;
	transition: transform 1s ease-in-out 0s, -webkit-transform 1s ease-in-out 0s;
	cursor: pointer;
}

#products .container .product figure img {
	width: 100%;
	height: fit-content;
	min-height: 200px;
}

#products .container .product figure figcaption {
	font-family: "Franklin Gothic Medium";
	color: rgba(89, 89, 89, 1);
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.02rem;
	text-align: center;
	padding: 1rem 0rem 0rem;
	text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
	#products .container .product {
		width: 50%;
		padding: 3rem;
	}
}

@media only screen and (max-width: 768px) {
	#products .container .product {
		width: 50%;
		padding: 2rem;
	}
}

@media only screen and (max-width: 480px) {
	#products .container .product {
		width: 100%;
	}
}
#products .container .product a {
	text-decoration: none; /* Убираем подчеркивание */
	color: inherit; /* Наследуем цвет текста */
	display: block; /* Делаем всю ссылку кликабельной */
  }


#collections {
	width: 100%;
	display: block;
	margin: 6rem 0rem;
	/*  background-color:  #f5f2f1;*/
	padding: 1.4rem 0rem;
}

#collections .container {
	margin: 0 auto;
	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#collections .container .c-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 3rem 0rem 0rem 1rem;
	/*  background-color:  #f5f2f1;*/
}

#collections .container .c-1 .c-1-image-holder {
	width: 100%;
	height: auto;
}

#collections .container .c-1 .c-1-image-holder img {
	width: 100%;
	height: auto;
}

#collections .container .c-2 .c-2-image-holder {
	width: 45%;
	height: auto;
	margin: 3rem auto;
}

#collections .container .c-2 .c-2-image-holder img {
	width: 100%;
	height: auto;
}

#collections .container .c-2 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 1rem;
	/*  background-color:  #f5f2f1;*/
}

#collections .container .c-2 h2 {
	padding: 1rem 0rem;
	text-align: right;
	font-family: "Franklin Gothic Medium";
	font-size: 1.8rem;
	letter-spacing: 0.094rem;
	text-transform: uppercase;
}

#collections .container .c-2 hr {
	width: 30%;
	margin-left: 70%;
	display: block;
	height: 1px;
	border: 0;
	border-top: 0.1rem solid #e3bfa5;
	padding: 0;
	margin-bottom: 4rem;
}

#collections .container .c-2 p.button {
	background-color: #e3bfa5;
	-webkit-box-shadow: 0px 1px 3.92px 0.08px rgba(204, 204, 153, 0.35);
	box-shadow: 0px 1px 3.92px 0.08px rgba(204, 204, 153, 0.35);
	width: 45%;
	text-align: center;
	padding: 0.8rem 0.2rem;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 0.7rem;
	margin: 0 auto;
	margin-right: -1%;
	font-weight: 600;
	letter-spacing: 0.1rem;
}

#collections .container .c-2 p.button:hover {
	cursor: pointer;
	background-color: #ffffff;
	color: #ff981f;
	-webkit-transition: background-color 1s ease-in-out 0s;
	-o-transition: background-color 1s ease-in-out 0s;
	transition: background-color 1s ease-in-out 0s;
	-webkit-transition: color 400ms ease-in-out 0s;
	-o-transition: color 400ms ease-in-out 0s;
	transition: color 400ms ease-in-out 0s;
}

#collections .container .c-2 .left {
	position: relative;
	right: -6rem;
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}

#collections .container .c-2 .right {
	position: relative;
	top: -2rem;
	right: 2rem;
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1024px) {
	#collections .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#collections .container .c-1 {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 4rem 0rem 0rem 0rem;
	}
	#collections .container .c-2 .c-2-image-holder {
		width: 50%;
		height: auto;
		margin: 3rem auto;
	}
}

@media only screen and (max-width: 768px) {
	#collections .container .c-2 .c-2-image-holder {
		width: 70%;
		height: auto;
		margin: 3rem auto;
	}
	#collections .container .c-2 .left {
		position: relative;
		right: 0rem;
		margin-bottom: 2rem;
	}
	#collections .container .c-2 .right {
		position: relative;
		top: 0rem;
		right: 0rem;
	}
	#collections .container .c-2 p.button {
		width: 60%;
		padding: 0.8rem 2rem;
	}
}

#blog {
	width: 100%;
	display: block;
	margin: 6rem 0rem 0rem;
	background-color: #f2f2f2;
	padding: 3rem 0rem 6rem;
}

#blog .container {
	margin: 0 auto;
	width: 80%;
	background-color: #f2f2f2;
}

#blog .container .blog-header {
	text-align: center;
	margin-bottom: 3rem;
}

#blog .container .blog-header h2 {
	padding: 2rem 1rem;
	text-transform: uppercase;
	font-family: "Franklin Gothic Medium";
	color: #000000;
	font-size: 1.875rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
	line-height: 1;
	text-align: center;
}

#blog .container .blog-header p {
	font-family: Cambria;
	color: rgba(89, 89, 89, 1);
	font-size: 1rem;
	font-style: italic;
	line-height: 1.5;
	text-align: center;
}

#blog .container .blog-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#blog .container .blog-content .blog-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 2rem 0rem;
	padding-left: 5%;
}

#blog .container .blog-content .blog-1 .blog-1-image-holder {
	width: 45%;
	height: auto;
	font-size: 16px;
}

#blog .container .blog-content .blog-1 .blog-1-image-holder img {
	width: 100%;
	height: auto;
}

#blog .container .blog-content .blog-1 .blog-1-content {
	width: 50%;
	background-color: #fff;
	margin-left: -10%;
	margin-top: 4%;
	padding: 4%;
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

#blog .container .blog-content .blog-1 .blog-1-content h4 {
	text-transform: uppercase;
	color: #999999;
	font-weight: 400;
	font-size: 0.8rem;
	margin-bottom: 1rem;
}

#blog .container .blog-content .blog-1 .blog-1-content h3 {
	text-transform: uppercase;
	padding-bottom: 6%;
}

#blog .container .blog-content .blog-1 .blog-1-content p.description {
	font-family: Cambria;
	font-style: italic;
	padding-bottom: 8%;
}

#blog .container .blog-content .blog-1 .blog-1-content p.button {
	width: 50%;
	text-align: center;
	font-size: 0.7rem;
	text-transform: uppercase;
	font-weight: 500;
	padding: 4%;
	color: #fff;
	background-color: #e3bfa5;
	-webkit-box-shadow: 0px 1px 3.84px 0.16px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 1px 3.84px 0.16px rgba(0, 0, 0, 0.35);
}

#blog .container .blog-content .blog-1 .blog-1-content p.button:hover {
	cursor: pointer;
	background-color: #ffffff;
	color: rgba(166, 20, 88, 0.8);
	-webkit-transition: background-color 1s ease-in-out 0s;
	-o-transition: background-color 1s ease-in-out 0s;
	transition: background-color 1s ease-in-out 0s;
	-webkit-transition: color 400ms ease-in-out 0s;
	-o-transition: color 400ms ease-in-out 0s;
	transition: color 400ms ease-in-out 0s;
}

#blog .container .blog-content .blog-2 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 2rem 0rem;
	padding-left: 5%;
}

#blog .container .blog-content .blog-2 .blog-2-image-holder {
	width: 45%;
	height: auto;
}

#blog .container .blog-content .blog-2 .blog-2-image-holder img {
	width: 100%;
	height: auto;
}

#blog .container .blog-content .blog-2 .blog-2-content {
	width: 50%;
	background-color: #fff;
	margin-left: -10%;
	margin-top: 4%;
	padding: 4%;
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

#blog .container .blog-content .blog-2 .blog-2-content h4 {
	text-transform: uppercase;
	color: #999999;
	font-weight: 400;
	font-size: 0.8rem;
	margin-bottom: 1rem;
}

#blog .container .blog-content .blog-2 .blog-2-content h3 {
	text-transform: uppercase;
	padding-bottom: 6%;
}

#blog .container .blog-content .blog-2 .blog-2-content p.description {
	font-family: Cambria;
	font-style: italic;
	padding-bottom: 8%;
}

#blog .container .blog-content .blog-2 .blog-2-content p.button {
	width: 50%;
	text-align: center;
	font-size: 0.7rem;
	text-transform: uppercase;
	font-weight: 500;
	padding: 4%;
	color: #fff;
	background-color: #e3bfa5;
	-webkit-box-shadow: 0px 1px 3.84px 0.16px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 1px 3.84px 0.16px rgba(0, 0, 0, 0.35);
}

#blog .container .blog-content .blog-2 .blog-2-content p.button:hover {
	cursor: pointer;
	background-color: #ffffff;
	color: rgba(166, 20, 88, 0.8);
	-webkit-transition: background-color 1s ease-in-out 0s;
	-o-transition: background-color 1s ease-in-out 0s;
	transition: background-color 1s ease-in-out 0s;
	-webkit-transition: color 400ms ease-in-out 0s;
	-o-transition: color 400ms ease-in-out 0s;
	transition: color 400ms ease-in-out 0s;
}

@media only screen and (max-width: 1024px) {
	#blog .container .blog-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#blog .container .blog-content .blog-1 {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		margin-bottom: 8%;
	}
	#blog .container .blog-content .blog-2 {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	#blog .container .blog-content .blog-1 .blog-1-image-holder {
		width: 45%;
		height: auto;
		font-size: 16px;
		margin-left: 5%;
	}
	#blog .container .blog-content .blog-2 .blog-2-image-holder {
		width: 45%;
		height: auto;
		font-size: 16px;
		margin-left: 5%;
	}
}

@media only screen and (max-width: 480px) {
	#blog .container .blog-content .blog-1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#blog .container .blog-content .blog-1 .blog-1-image-holder {
		width: 100%;
		height: auto;
	}
	#blog .container .blog-content .blog-1 .blog-1-image-holder {
		margin-left: 0%;
	}
	#blog .container .blog-content .blog-1 .blog-1-content {
		width: 100%;
		margin-left: 0%;
		margin-top: -1%;
		padding: 8%;
	}
	#blog .container .blog-content .blog-1 .blog-1-content p.button {
		font-size: 0.6rem;
		padding: 4%;
	}
	#blog .container .blog-content .blog-2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#blog .container .blog-content .blog-2 .blog-2-image-holder {
		width: 100%;
		height: auto;
	}
	#blog .container .blog-content .blog-2 .blog-2-image-holder {
		margin-left: 0%;
	}
	#blog .container .blog-content .blog-2 .blog-2-content {
		width: 100%;
		margin-left: 0%;
		margin-top: -1%;
		padding: 8%;
	}
	#blog .container .blog-content .blog-2 .blog-2-content p.button {
		font-size: 0.6rem;
		padding: 4%;
	}
}

#contact {
	width: 100%;
}

#contact .container {
	width: 80%;
	margin: 0 auto;
	display: block;
	padding-bottom: 6rem;
}

#contact .container h4 {
	font-family: "Franklin Gothic Medium";
	color: black;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.056rem;
	text-align: center;
	text-transform: uppercase;
	padding-top: 3rem;
	padding-bottom: 2rem;
}

#contact .container p {
	font-family: Cambria;
	color: black;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.044rem;
	text-align: center;
	padding: 0.2rem 0rem;
}

#contact .container p.email {
	margin: 0 auto;
	margin-top: 16rem;
	text-align: left;
	width: 40%;
}

#contact .container p.email span {
	width: 17px;
	height: 15px;
	float: right;
}

#contact .container p.email span img {
	width: 17px;
	height: auto;
}

@media only screen and (max-width: 800px) {
	#contact .container p.email {
		width: 90%;
	}
}

footer {
	display: flex;
	background-color: white;
	font-size: 0;
	padding: 1.6rem 0rem;
	width: 100%;
}

footer p {
	font-family: Corbel;
	color: black;
	font-weight: 400;
	font-size: 16px;
	width: 10%;
	display: inline-block;
	text-align: center;
}

footer .copy-right {
	width: 80%;
	text-align: left;
	padding-left: 4rem;
}

@media only screen and (max-width: 920px) {
	footer p {
		width: 100%;
		text-align: center;
		margin-bottom: 0.4rem;
	}
	footer .copy-right {
		width: 100%;
		text-align: center;
		margin-left: -2.2rem;
	}
	.footer {
		flex-flow: column-reverse;
		gap: 30px;
	}

}

.back-to-top {
	padding: 1rem;
	position: fixed;
	bottom: 5%;
	left: 2%;
	z-index: 2;
	opacity: 0.2;
	background-color: rgba(255, 255, 255, 0);
}

.back-to-top:hover {
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	background-color: rgba(255, 255, 255, 0.4);
	opacity: 1;
}

@media only screen and (max-width: 600px) {
.back-to-top{
	display: none;
}
.red-to-whatsapp {

font-size: 12px;
}
}
.red-to-whatsapp {

	position: fixed;
	bottom: 5%;
	right: 2%;
	z-index: 2;
	opacity: 0.95;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 0.5rem;
}


.whatsapp-hover:hover {
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	background-color: rgba(255, 255, 255, 0.4);
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;

	opacity: 1;
	
}

#feedback {
	width: 100%;
	display: block;
	margin:0;
}

#feedback .container {
	margin: 0 auto;
	width: 80%;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap:30px;
}

#feedback .container .sc-content {
	width: 50%;
	padding-top: 3.4rem;
	padding-bottom: 2rem;
}

#feedback .container .sc-content h1 {
	font-family: "Franklin Gothic Medium";
	color: #000000;
	font-size: 4rem;
	font-weight: 800;
	letter-spacing: 1rem;
	line-height: 6rem;
	text-transform: uppercase;
	margin-bottom: 2vw;
}


#feedback .container .sc-content p.description {
	font-family: Cambria;
	color: rgba(89, 89, 89, 0.8);
	font-size: 1.1rem;
	font-style: italic;
	line-height: 2rem;
	margin-bottom: 4vw;
	padding-right: 4rem;
}
.promotion p{
	font-family: Cambria;
	color: rgba(89, 89, 89, 0.8);
	font-size: 1.1rem;
	font-style: italic;
	
}
#feedback .container .sc-content a {
	border-bottom: 2px solid #e3bfa5;
	text-decoration: none;
	font-family: "Franklin Gothic Medium";
	color: #000000;
	font-weight: 400;
	text-transform: uppercase;
}

#feedback .container .sc-media {
	width: 50%;
}


#feedback .container .sc-media .sc-media-bg {
	width: 100%;
	height: auto;
}

#feedback .container .sc-media .sc-media-bg img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 1024px) {
	#feedback {
		width: 100%;
		display: block;
		margin-top: 0rem;
	}
	#feedback .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#feedback .container{
		width: 80%;
	}
	#feedback .container .sc-content {
		width: 100%;
	}
	#feedback .container .sc-media {
		width: 100%;
	}
	#feedback .container .sc-content h1 {
		font-size: 5.6vw;
		letter-spacing: 1rem;
		line-height: 4rem;
	}
}

@media only screen and (max-width: 768px) {
	#feedback .container .sc-content h1 {
		font-size: 5.6vw;
		letter-spacing: 0.6rem;
		line-height: 2.4rem;
		margin-bottom: 1rem;
	}
		#feedback .container {
			gap: 0;
	}
}

@media only screen and (max-width: 480px) {
	#feedback .container .sc-content p.description {
		font-size: 1rem;
		line-height: 1.8rem;
		margin-bottom: 4vw;
		padding-right: 1.2rem;
		text-align: justify;
		margin-bottom: 2rem;
	}
}

.zapis-form{
text-align: center;
align-content: center;
}
form{
	font-family:"Raleway";
	text-align: center;
}

form label{
	margin-top: 15px;
}

form input{
	margin-bottom:15px;
	border: 0px;
	border-bottom:1px solid rgb(151, 151, 151);
	outline: none;
	width: 60%;
}
form input[type="text"]{
	line-height:2;
}
.form-control:focus {
	border-color: #E3BFA5 !important;
	box-shadow: 0 0 0 0.2rem #f7dac5 !important;
} 

form input[type="tel"]{
	line-height:2;
}
form input[type="submit"]{
  border: 0px;
  border-radius:15px;
  background-color: #E3BFA5;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.carousel {
	height: 50%;
}

.mb-3{
	justify-items: center;
}
.form-control{
	width: 50% !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}
.btn-primary{
    --bs-btn-bg: #E3BFA5 !important;
    --bs-btn-border-color: #E3BFA5 !important;
    --bs-btn-hover-bg: #E3BFA5 !important;;
    --bs-btn-hover-border-color: #E3BFA5 !important;;
    --bs-btn-focus-shadow-rgb: 227, 191, 165 !important;
    --bs-btn-active-bg: #E3BFA5 !important;;
    --bs-btn-active-border-color: #E3BFA5 !important;;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-bg: #E3BFA5 !important;;
    --bs-btn-disabled-border-color: #E3BFA5 !important;;
}

hr{
	border: none; /* Убираем границу для браузера Firefox */
	opacity: 1 !important;
	background-color: black; /* Цвет линии для браузера Firefox и Opera */
    height: 0.5px; /* Толщина линии */
}

.footer{
	display: flex;
}

.footerin{
	flex: 0 0 25%;
}
.footerin .info{
	padding: 2px;
	
}
.footerin.socials{
	padding-left: 15px;
	padding-right: 15px;
}

.footerinhalf{
	flex: 0 0 50%;
}
.flexino{
	flex: 1;
}
.footer-form{
	display: flex;
	justify-content: space-between;
	height: 60px;
}

.footer-form input {
	width: 100% !important;
}

.footer-form a {
	color: unset !important;
}
.container{
	width: 80%;
	margin-left: 0;
	margin-right: 0;

}
.fix-container{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-left: 0;
	margin-right: 0;
	justify-self: center;
}

@media only screen and (max-width:768px){
	.carousel {
		height: 95%;
		
	}
	.container .carousel-caption {
		padding-bottom: 10.25rem;
	}
}
@media only screen and (max-width:1000px) {
	.container.fix-container{
		padding-top: 60px;
		padding-left: 0;
		padding-right: 0;

	}
	.fix-container{
		padding-top:60px;

	}
	.footerin.socials{
		padding-left: 0rem;
		padding-right: 0rem;
	}
}
.container.fix-container{
	display: flex;
	flex-direction: column;

	justify-self: center;
}
#summer-collection .container .sc-content.fix-content {
	padding-top: 0rem;
	padding-bottom: 0rem;
}
#summer-collection .container .sc-content.fix-content p.description {
	margin-top: 0rem;
	margin-bottom: 0rem;
	
}
.active-link {
	font-weight: bold;
	border-bottom: 2px solid #E3BFA5 !important; /* Полоска под активной ссылкой */
  }
  
  /* Можно также добавить стили для :hover состояния */
  .nav-common a:hover {
	border-bottom: 2px solid #E3BFA5; /* Полоска под активной ссылкой */
  }
.contact-wa{
	text-align: center;
	justify-items: center;
	margin-top: 15px;
	margin-bottom: 15px;

}
.contact-wa a{
	color: black;
	display: flex;
	gap: 10px;
	align-items: center;
	text-decoration: none;
}
.ya-map{
	align-self: center;
}

@media only screen and (max-width: 1024px) {
	.ya-map{
		width: 90%;
	}
}
@media only screen and (max-width: 480px) {
	.ya-map{
		width: 90%;
	}
}

.accordion-button{
	background-color: #fdece0ff !important;
	color: black !important;
}
.accordion-button:focus{
	box-shadow: 0 0 0 0.25rem #E3BFA5  !important;
	
}
.accordion-button.collapsed{
	background-color: white !important;
	color: black;
}

#summer-collection .fix-collection{
	width: 100%;
}

/* Боковое меню */
.aside-dis .catalog {
	flex-direction: column;
	position: fixed; /* Закрепляем меню */
	top: 0;
	right: -100%; /* Скрыто по умолчанию */
	width: 100%; /* Меню занимает всю ширину */
	height: 100%; /* Меню занимает всю высоту */
	background-color: #fdece0ff;
	z-index: 10;
	transition: 0.3s ease-in-out; /* Плавный эффект для открытия */
	padding-top: 60px;
	justify-content: center; /* Центрируем элементы по вертикали */
	text-align: center;
  }
  .aside-dis{
	display: none;
  }
  .aside-dis.menu-open{
	display: flex;
  }
  /* Показываем меню */
  .aside-dis.menu-open .catalog {
	right: 0;
	display: flex;
	gap: 20px;
	padding-top: 0px;
  }
  
  /* Блокируем прокрутку страницы */
  body.menu-open {
	overflow: hidden;
	height: 100vh; /* Блокируем прокрутку */
  }
  
  /* Кнопка для закрытия меню (крестик) */
  .close-btn {
	position: absolute;
	top: 60px;
	right: 60px;
	font-size: 30px;
	cursor: pointer;
	color: black;
	display: none; /* Скрываем по умолчанию */
  }
  /* Показываем кнопку закрытия, когда меню открыто */
.aside-dis.menu-open .close-btn {
	display: block;
	z-index: 11;
  }
  .close-btn span {
	display: inline-block;
	padding: 5px;
	color: black;
	border-radius: 30%;
  }
  
  .nav-common.catalog li a {
	color: #333;
	font-size: 12px;
	text-decoration: none;
  }
  

.dropdown-menu {
--bs-dropdown-link-active-bg: #E3BFA5 !important;
}
.shop-container{
	flex-wrap: wrap; /* Позволяет элементам переноситься на следующую строку */

}
#summer-collection .container.shop-container {
	margin: 0 auto;
    width: 100%;
    background-color: #ffffff;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 столбца на больших экранах */
	grid-template-rows: max-content;  /* Строки будут автоматически подстраиваться под контент */
    gap: 30px; /* Отступы между элементами */
    margin-top: 0px;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0px;
	margin-right: 0px;
}

.shop-content {
	background-color: #f9f9f9; /* Пример стиля для карточек */
    text-align: center;
    box-sizing: border-box; /* Учитываем отступы */
	display: grid;
}
.shop-content h5{
	word-wrap: break-word;
    word-break: break-word; /* Обеспечивает перенос для длинных слов */
}
.container .carousel-caption {
	bottom:0.5rem;
	text-shadow:
	1px 2px 5px #5a351b,
	1px 2px 5px #5a351b;
}
.container .carousel-caption a{
	text-shadow: none;
}

@media (max-width: 920px) {
	#summer-collection .container.shop-container {
        grid-template-columns: repeat(2, 1fr); /* 2 столбца на экранах до 920px */
		gap: 15px;
		width: 100%;
    }
	#contact .container {
		width: 95%;

	}
	.product-card {
		padding: 5px;
	  }
}
.product-link {
	display: block; /* Для того, чтобы ссылка занимала всю область карточки */
	text-decoration: none; /* Убираем подчеркивание */
	color: inherit; /* Наследуем цвет от родительских элементов */
  }
  
  .product-card {
	display: flex;
	flex-direction: column;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 8px;
	transition: transform 0.3s ease-in-out;
	height: 100%;
  }
  
  .product-card:hover {
	transform: scale(1.05); /* Увеличиваем размер карточки при наведении */
  }
  #summer-collection .container .sc-media .sc-media-bg img.product-image {
	width: 100%;
	height: 500px;
  }
  .product-image {
	object-fit: cover; /* Картинка не будет деформироваться */
 	transition: transform 0.3s ease-in-out;  
}

.sc-media {
	position: relative;
}
.swiper-container {
	width: 100%;
	overflow: hidden; /* Скрыть все, что выходит за пределы контейнера */
  }
  
  .swiper-wrapper {
	display: flex; /* Для корректного расположения слайдов */
	width: 100%; /* Убедитесь, что контейнер не выходит за пределы экрана */
  }
  
  .swiper-slide {
	width: 100%; /* Каждому слайду устанавливаем ширину 100% */
  }
  .swiper-button-next, .swiper-button-prev {
	color: black !important;
  }
  .product-info button {
	border: 0px;
	border-radius:15px;
	background-color: #E3BFA5;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #ffffff;
  }

  .product-image {
	width: 100%;
	height: 100%;
	height: 250px;
	object-fit: cover; /* Обрезка изображений, чтобы они заполнили контейнер */
  }
  
  /* Контейнер для миниатюр */
  .thumbnail-container {
	display: flex;
	gap: 10px;
	margin-top: 5px;
	justify-content: start;
	flex-wrap: wrap;
	
  }
  
  .thumbnail {
	width: 60px;
	height: 60px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 6px;
  }
  
  .thumbnail:hover {
	border-color: #f2f2f2;
  }
  
  .thumbnail-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  
  .thumbnail.active {
	border-color: #E3BFA5;
  }

 #summer-collection .filter-container{
	width: fit-content;
	margin-top: 5px;
 } 
 #summer-collection .filter-container h4 {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	font-size: 1.1rem;
	align-items: center;
  }
  .text-socials {
	color: rgb(41, 40, 40);;
	text-decoration: none;
	font-weight: 500;
  }
  #summer-collection .filter-container h4 span {
	font-size: 12px;
	color: gray;
  }
  .filters{
	display: flex;
	flex-wrap: wrap;
	align-self: flex-start;
	flex-flow: column;
	gap: 10px;
}
.fil-flex{
	display: flex;
	gap: 10px;
}
@media (min-width: 767px) and (max-width:1025px) {
	.fil-flex{
		justify-content: flex-end;
	}
}
.filter-modal.active .fil-flex{
	justify-content: space-between;
}

@media (min-width: 769px) {
	h5.unblock{
		display: none;
	}
}

#summer-collection .container .sc-content.fix-product-content {
	width: 60%;
}

#summer-collection .container .sc-content .border-ramka {
	margin-top: 15px;
	border: 2px dotted #E3BFA5;
	border-radius: 15px;
	padding: 5px;
	width: fit-content;
}
#summer-collection .container .sc-content .border-ramka .description {
	padding-right: 0;
	margin: 0;
}
#summer-collection .container .sc-media.fix-product {
	width: 40%;
}

  @media (max-width: 768px) {
	#summer-collection .container .sc-media.fix-product {
		width: 100%;
	}
	.last-filter {
	  margin-left: 0; /* Убираем отступ */
	  flex-wrap: wrap; /* Разрешаем перенос */
	}
	#summer-collection .filter-container{
		width: 95%;
	 } 
	 #summer-collection .container .sc-media .sc-media-bg img.product-image {
		width: 100%;
		height: 400px;
	  }
	  #summer-collection .container {
		width: 95%;
	  }
	  #summer-collection .container .sc-content.fix-product-content {
		width: 100%;
	}
  }
  @media (min-width:768px) and (max-width:1024px){
	#summer-collection .container .sc-media.fix-product {
		width: 80%;
		align-self: center;
	}
	#summer-collection .container .sc-content.fix-product-content {
		width: 100%;
	}
}
  .filter-select{
	padding: 5px;
	border-radius: 12px;
	max-width: 160px;
	min-height: 38px;
	border: 3px double#E3BFA5;
  }
 #summer-collection .fix-filter{
	justify-content: end;
	padding-top: 0;
	padding-bottom: 0;
 }

  .reset-filters-btn{
	border: 0px;
	border-radius:15px;
	background-color: #E3BFA5;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	color: #ffffff;
  }
  .no-products-message {
	grid-column: span 4; /* Занимает все 4 столбца */
	text-align: center; /* Центрируем текст */
	align-content: center;
	background-color: #f8f8f8;
	min-height: 150px;
	border: 1px solid #ddd;
	border-radius: 8px;
  }
  .review-ya{
	text-align: center;
	justify-self: center;
  }

  .cart-item {
	display: flex;
	align-items: center; /* Выравниваем содержимое по верхнему краю */
	gap: 15px; /* Добавляем отступы между элементами */
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.cart-item-image img {
	width: 250px;
	height: 250px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#summer-collection	.container.percent-container {
	width: 80%;
}
@media only screen  and (max-width:1000px) {
	.cart-item-image img {
		width: 200px;

	}
	#summer-collection	.container.percent-container {
		width: 95%;
	}
}
@media only screen  and (max-width:500px) {
	.cart-item-image img {
		width: 100px;
	}
}

.cart-item-details {
	flex-grow: 1;
	min-width: 200px; /* Минимальная ширина, чтобы текст не сжимался слишком сильно */
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.quantity-controls {
	display: flex;
	align-items: center;
	gap: 10px; /* Расстояние между кнопками */
	width: 200px;
	justify-content: center;
}

.quantity-btn {
	width: 30px;
	height: 30px;
	border: none;
	background-color: #f0f0f0;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	transition: background-color 0.2s ease;
}

.quantity-btn:hover {
	background-color: #e0e0e0;
}

.quantity-display {
	width: 50px; /* Фиксированная ширина для выравнивания */
	text-align: center;
	font-size: 16px;
}

.remove-btn {
	background-color: #d3986f;
	color: white;
	border: none;
	padding: 5px 10px;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.2s ease;
	max-width: 200px;
}

.remove-btn:hover {
	background-color: #fdece0ff;
	color: black;
}

  .clear-cart-btn {
	border: 0px;
	border-radius:15px;
	background-color: #E3BFA5;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #ffffff;
  }
  .clear-cart-btn:hover{
	background-color: #fdece0ff;
	color: black;
  }
  
 button:hover{
	background-color: #fdece0ff;
	color: black;
 } 

  .fix-ul{
	padding-left: 0;
  }
  .delivery-method {
	margin-top: 20px;
  }
  
  .delivery-options {
	display: flex;
	gap: 10px;
  }
  
  .delivery-options button {
	padding: 10px 20px;
	border: 1px solid #ccc;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-radius:15px;
	background-color: #E3BFA5;
	color: white;
	cursor: pointer;
	font-size: 16px;
  }
  
  .delivery-options button.active {
	background-color: #d3986f;
	color: white;
	border-color: #fdece0ff;
  }


	
  form input[type="submit"].active-tbank {
	padding: 10px 20px;
	border: 1px solid #ccc;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-radius:15px;
	color: white;
	cursor: pointer;
	font-size: 16px;
	width: 100%;
	background-color: #d3986f;
	color: white;
	border-color: #fdece0ff;
	height: min-content	;
	    border: 0px;
    border-radius: 15px;
    background-color: #E3BFA5;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    color: #ffffff;
	float:left
  }
  @media only screen and (max-width:500px)	{
  input[type="submit"].active-tbank{
		width: 60% !important;
	}
  }
/* Контейнер для формы */
  /* Контейнер для спиннера поверх кнопки */
  .loading-spinner-overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	border-radius: 8px; /* Чтобы спиннер не выглядел как прямоугольник */
  }
  
  /* Стили для спиннера */
  .spinner {
	width: 30px;
	height: 30px;
	border: 4px solid #f3f3f3; /* Светлый фон */
	border-top: 4px solid #3498db; /* Цвет вращающейся части */
	border-radius: 50%;
	animation: spin 1s linear infinite;
  }
  
  /* Анимация вращения */
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }

  form input[type="submit"].active-tbank.active-tbank:hover {
	background-color: #fdece0ff;
	color: black;
  }
  .delivery-options button:hover {
	background-color: #fdece0ff;
	color: black;
  }
  
  .delivery-options button.active:hover {
	background-color: #fdece0ff;
  }
  .delivery-options button.disabled {
	background-color: #e0e0e0;
	color: #a0a0a0;
	cursor: not-allowed;
	pointer-events: none; /* Отключение кликабельности */

  }
.flex-cart{
	display: flex; 
	align-items: center;
	gap: 5px;
}

.helper h4{
	color:black;
	margin-top:5px;
	font-family: var(--bs-body-font-family);
	font-style: normal;
}

.helper br{
	line-height: 0.5rem;

}

.cart-form{
text-align: left;
}
.cart-form label{
text-align: left;
color: #222222ce;
margin-top: 5px;
}
.cart-form input{
	border: 1px solid #222;
	border-radius: 8px;
    box-sizing: border-box;
    padding-left: 10px;
	color: #222;
	height: 34px;
	width: 40%;
	margin-bottom: 10px;
}
.cart-form select{
	border: 1px solid #222;
	border-radius: 8px;
    box-sizing: border-box;
    padding-left: 10px;
	color: #222;
	height: 34px;
	width: 40%;
	margin-bottom: 5px;

}

.cart-form button{
	margin-top: 15px;
	width: 40%;

}
@media only screen  and (max-width:500px) {
	.cart-form input{
		width: 60%;
	}
	.cart-form select{
		width: 60%;
	}
	
	.cart-form button{
		width: 60%;
	}
}

.delivery-details h3{
	color:black;
	font-family: var(--bs-body-font-family);
	font-style: normal;
}
#ecom-widget {
	height: 500px;
	overflow: hidden;
	border-radius: 16px; /* Задаем округление */
	border: 2px solid #e0e0e0; /* Легкая граница */
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Приятная тень */
	background: #fafafa; /* Фон на случай, если карта не загрузится */
	animation: fadeInMap 0.5s ease-in-out;
  
  }
  #ecom-widget {
	  height: 400px !important;
	  margin-top: 10px;

	}
	.delivery-detailins h3{
		color:black;
		font-family: var(--bs-body-font-family);
		font-style: normal;
	}
	.delivery-detailins{
		width: 40%;
		}
		@media only screen  and (max-width:500px) {
			.delivery-detailins{
			width: 100%;
			}
		}
	@media only screen and (min-width:501px) and (max-width:1024px) {
		.delivery-detailins{
		width: 50%;
		}
		.delivery-details input{
			width: 50%;
		}
		.cart-form input {
			width: 50%;
		}
	}

#summer-collection .service-container{
	align-items: flex-start;
	}
#summer-collection .service-container .sc-content{
	padding-top: 0rem;
	padding-bottom: 0rem;
}

.service-tables {
	margin-top: 20px;
  }
  
  .service-table {
	margin-bottom: 40px;
  }
  
  .price-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
	font-size: 14px;
	color: #333;
  }
  
  .price-table th,
  .price-table td {
	border: 1px solid #ccc;
	padding: 8px;
	text-align: left;
	width: 60%;
  }
  
  .price-table th {
	background-color: #f5f5f5;
	font-weight: bold;
  }
  
  .price-table tbody td[colspan="2"] {
	font-weight: bold;
	text-align: center;
	background-color: #f0f0f0;
  }
  

  @media only screen  and (min-width:1000px) {
	
	#summer-collection .container .sc-media-bg img.host-image{
		width: 80%;
	  }
  }
.opt-div{
	margin-left: 15px;
}

.label-types{
	font-weight: 600;
}
.articles-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 2 колонки для десктопа */
	gap: 20px;
  }
  
  .article-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 12px;
	padding: 16px;
	cursor: pointer;
	transition: transform 0.3s, box-shadow 0.3s;
  }
  
  .article-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .article-image {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 12px;
  }
  /* БАЗА: красивый слайдер на ПК */

.sc-slider {
  position: relative;
  width: 100%;
}

/* прячем радио */
.sc-slider input[type="radio"] {
  display: none;
}

.sc-slider-slides {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 1px;
}

/* по умолчанию все слайды невидимы */
.sc-slider-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* показываем нужный слайд по радио */
#contacts-slide-1:checked ~ .sc-slider-slides .sc-slider-slide-1 {
  opacity: 1;
  position: relative;
}

#contacts-slide-2:checked ~ .sc-slider-slides .sc-slider-slide-2 {
  opacity: 1;
  position: relative;
}

/* точки под слайдером */
.sc-slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.sc-slider-dots label {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #666;
  cursor: pointer;
}

#contacts-slide-1:checked ~ .sc-slider-dots label[for="contacts-slide-1"],
#contacts-slide-2:checked ~ .sc-slider-dots label[for="contacts-slide-2"] {
  background: #666;
}


@media (max-width: 768px) {
  .sc-slider-slides {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .sc-slider-slide {
    position: relative !important;
    opacity: 1 !important;
    flex: 0 0 100%;
    scroll-snap-align: center;
  }

  .sc-slider-slides::-webkit-scrollbar {
    display: none;
  }
  .sc-slider-slides {
    scrollbar-width: none;
  }
}

  .article-title {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
}
.clear-cart-btn:disabled{
	    background-color: #e0e0e0;
    color: #a0a0a0;
    cursor: not-allowed;
    pointer-events: none;
}
.pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin: 24px 0;
  flex-wrap: wrap;
  grid-column: 1 / -1;  /* занимает все колонки грида */
}
.pagination button.active {
  font-weight: 700;
  text-decoration: underline;
}
.pagination button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.article-date {
  font-size: 14px;
  color: #888;
}
@media (max-width: 768px) {
  .fixsl img {
    width: 95% !important;
  }
}
@media (max-width: 768px) {
  .articles-grid {
    grid-template-columns: 1fr; 
  }
  .contact-wa a.moboncont {
	text-decoration: underline;
	pointer-events: auto !important;
  }
 #summer-collection .article-container {
	width: 95%;
  }
  .descfix{
	width: 100% !important;
}
}
#summer-collection .article-container.vertical-container {
	flex-flow: column;
  }
.article-details{
	height: 100%;
	width: 100%;
}
.article-details .container.fix-template div{
width: 100% !important;
}
.article-details button{
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 15px;
	margin-bottom: 15px;
}

button.filter-btn{
	background-color: #E3BFA5; 
	color: white;
	border: none;
	padding: 5px 10px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
}

/* Стили для кнопки "Закрыть" */
.modal-fil-ter .close-btn {
	position: inherit;
	background-color: #E3BFA5; 
	color: white;
	border: none;
	padding: 5px 10px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
  }
  
  .close-btn:hover {
	background-color: #ff2222; /* Темный красный при наведении */
  }
  #summer-collection .container.fix-filter {
	gap: 5px;
  }
  /* Модальное окно */
 #summer-collection .filter-modal-overlay {
	display: block; /* Показываем модальное окно */
	background: rgba(0, 0, 0, 0.6); /* Темный фон с прозрачностью */
	backdrop-filter: blur(8px); /* Размытие заднего фона */

	background-color: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden; /* Запрещаем прокрутку контента за модальным окном */
	z-index: 1000; /* Модальное окно выше всех элементов */
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0px;
	width: 100%;
  }
  .filter-modal.active .close-btn {
	display: block;
  }
  .filter-modal.active h5.unblock {
	
	margin-bottom: 0;
	line-height: 1.5;
	display: block;
  }
  .filter-modal.active .h5 {

	display: block;
  }
  .modal-fil-ter{
	display: flex;
	justify-content: space-between;
  }

  /* Модальное окно */
  .filter-modal {
	width: 95%;
	background: white;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	max-height: 90vh; /*Ввысота ограничена*/
	top: 5%;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	z-index: 1001; /* Обеспечиваем, чтобы окно было сверху */
	overflow-y: auto; /* Разрешаем прокрутку внутри модального окна */
  }
  /* Запрещаем прокрутку body, но оставляем внутри модального окна */
body.modal-open {
	overflow: hidden;
	touch-action: none; /* Блокируем скролл на мобильных */
  }
  /* Мобильное устройство: скрываем фильтры по умолчанию и показываем через модальное окно */
  @media screen and (max-width: 1025px) {
	.filter-container {
	  display: none; /* На мобильных фильтры скрыты */
	}
	#summer-collection .filter-container {
		width: 100%;
		max-width: 100%;
	}
	/* Кнопка открытия фильтров */
	.filter-button {
	  display: block;
	  margin: 10px auto;
	  padding: 10px;
	  background: #007bff;
	  color: white;
	  border: none;
	  cursor: pointer;
	  border-radius: 4px;
	}
  }
  
  @media screen and (min-width:768px){
	/* Модальное окно */
	.filter-modal {
		width: 80%;
		background: white;
		margin: 0 auto;
		padding: 20px;
		position: relative;
		max-height: 90vh; /*Ввысота ограничена*/
		top: 5%;
		border-radius: 8px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
		z-index: 1001; /* Обеспечиваем, чтобы окно было сверху */
		overflow-y: auto; /* Разрешаем прокрутку внутри модального окна */
	  }
  } 
  /* ПК: фильтры отображаются всегда */
  @media screen and (min-width: 1025px) {
	.filter-container {
	  display: block;
	  width: fit-content;
	}
	
  }
 #summer-collection .article-details .container.fix-template{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
 }

 .messenger-link {
  display: grid;
  grid-template-columns: 96px auto;
  align-items: center;
  column-gap: 20px;

  text-decoration: none;
  color: inherit;
}

.messenger-icon {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tg-link img {
  width: 96px;
  height: 96px;
}

.max-link img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.messenger-link h3 {
  margin: 0;
}