body {
	margin: 0;
	padding: 0;
	font-family:Courier, monospace;
	min-height: 100vh;
	display: block; 
	background-color: #1c1c1c;
}

#Main {
    position: fixed;
    top: 0;
    left: 0;
    width: 98vw;
    height: 10vh;
    background-color: white;
    z-index: 500;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 10px;
}


/* Контейнер кнопок */
.quick-actions {
  display: flex;           /* горизонтальный ряд */
  flex-wrap: nowrap;       /* все кнопки в одной линии */
  overflow-x: auto; 
  scrollbar-width:none;       /* горизонтальный скролл, если кнопок больше */
  width:98vw;
  margin-left:-2vw; /* фон блока */

}

/* Стили для кнопок */
.cank {
	width: 30vw;
  flex: 0 0 30%;                 /* 3 кнопки на экран */
  height: 40px;
  background-color:#242424 !important;         /* черная кнопка */
  color: #fff !important;         /* белый текст */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;           /* текст в одну строку */
  flex-shrink: 0;   
	box-shadow: 0 0px 5px red;
}

/* Контейнер кнопок */
.quick-actionss {
  display: flex;           /* горизонтальный ряд */
  flex-wrap: nowrap;       /* все кнопки в одной линии */
  overflow-x: auto; 
  scrollbar-width:none;       /* горизонтальный скролл, если кнопок больше */
  width:100vw;
  margin-left:-8vw; /* фон блока */
	margin-top: -5vh;

}
#karmir{
	color: red;
}
.logoo{
	border-radius: 30px;
}
/* Стили для кнопок */
.zexch {
	width: 30vw;
  flex: 0 0 30%;                 /* 3 кнопки на экран */
  height: 40px;
  background-color:#242424 !important;         /* черная кнопка */
  color: #fff !important;         /* белый текст */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;           /* текст в одну строку */
  flex-shrink: 0;   
	box-shadow: 0 0px 5px red;
	margin-left: 70vw;
}
.hero-banner {
	width: 100%;
}

.hero-img {
	width: 100%;
	height: auto;
	display: block;

	filter: brightness(1.2);
	box-shadow:
		0 0 5px red,
		0 0 10px red,
		0 0 20px red,
		0 0 40px red;
	border-radius: 8px;

}
#akcia{

}

/* Glow overlay */
.overlay-glow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 60px 20px rgba(0, 255, 255, 0.4);
	pointer-events: none;
	animation: glowPulse 3s infinite ease-in-out;
}

/* Анимации */
@keyframes fadeIn {
	from { opacity: 0; transform: translateY(-20px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes imageReveal {
	0% { opacity: 0; transform: scale(1.05); }
	100% { opacity: 1; transform: scale(1); }
}

@keyframes glowPulse {
	0%, 100% { box-shadow: 0 0 60px 20px rgba(0, 255, 255, 0.4); }
	50% { box-shadow: 0 0 80px 30px rgba(0, 255, 255, 0.8); }
}
header.hero-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 10vh;

}
header{
	padding-bottom: 30px;
}
main {
	max-width: 100%;
	margin: 0 auto;
	padding: 30px;
}

.product-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 1px;
	justify-content: flex-start;
	width: 100vw;
	margin: 0;
	padding: 0;
	margin-left: -7vw;
}

.product-card {
	color: white;
	width: calc(30% - 13.5px); /* Три карточки в ряд с учётом отступов */
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-align: center;
	border-radius: 4px;
		 background-color:#242424 !important;
		border: 1px solid black;
  padding:10px ;
  margin-left: 1vw;
  margin-top: 1vw;

}



.product-card img {
	width: 100%;
	height: 40vh;
	object-fit: cover;
	border-radius: 20px;
	margin-bottom: 5px;
		background-color: white;

}


.product-card p {
	font-size: 14px;
	color: black;
	margin-bottom: 5px;

}

.price {
	display: inline-block;
	font-size: 13px;
	color: white !important;
	font-weight: bold;
	padding: 2px 3px;
	border-radius: 10px;
	font-family: arial;
}

.priceS {
	display: inline-block;
	font-size: 13px;
	color: white !important;
	font-weight: bold;
	padding: 2px 3px;
	border-radius: 10px;
	font-family: arial;
}



.cart-modal {
	display: none; /* изначально скрыто */
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 99%;
	height: 99%;
	overflow: auto;
	background-color: rgba(0,0,0,0.6);
}

.cart-content {
	background-color: #f5f5f5;
	margin: 10% auto;
	padding: 20px;
	width: 80%;
	border-radius: 10px;
	color: black;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.infooo{
	color:black;
}

.infooo2{
	color:black;
}
button{
		background-color:white;
}

h3{
	color: black !important;
}

.hero-content{
	width: 100%;
	align-items: center;

}
.hero-content p{
	font-size: 1vh;
	margin-top: 20px;
}
.hero-logo {
	width: 5%;
	border: 3px solid black;
	border-radius: 30px;
	right: 0;
}
#nkartak{
	width: 40%;
}

.hero-logo{
	position: absolute;
		border: 3px solid black;
	border-radius: 60px;
	left: 0;
	width: 10%;
	margin-top: 0%;
	margin-left: 4%;
		box-shadow: 0px 8px 50px #238735;


}

.hero-logo1{
	position: absolute;
		border: 3px solid black;
	border-radius: 60px;
	right: 0;
	width: 10%;
	margin-top: 0%;
	margin-right: 4%;
		box-shadow: 0px 8px 50px #238735;

}
#kap{
	font-size: 12px;
	margin-top: 13px;
	align-items: center;
}

#zamb{
	color: black !important;
}

.quantity-input {
	width: 40px;
	text-align: center;
	margin: 0 5px;
}
h4{
	color: black;
}
#vchar{
	width: 50%;
	font-size: 25px;
}

#zamby{
	wdith:90%;
	border-radius: 60px;
	text-align: center;
	font-size: 2em;
}



/* Фон модального окна */
.cart-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0; top: 0;
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,0.6);
	display: none;
	justify-content: center;
	align-items: center;
	font-family: Arial, sans-serif;
}

/* Контент корзины */
.cart-content {
	background: #f5f5f5;
	border-radius: 16px;
	max-width: 500px;
	width: 90%;
	padding: 25px;
	position: relative;
	animation: fadeIn 0.3s ease-in-out;
}

/* Заголовок */
.cart-content h3 {
	text-align: center;
	margin-bottom: 5px;
	font-size: 22px;
	color: #333;
}

/* Закрыть */
.close {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 26px;
	color: #666;
	cursor: pointer;
	transition: 0.3s;
}
.close:hover { color: #000; }

/* Список товаров */
#cart-items {
	list-style: none;
	padding: 0;
	margin: 0;

}
#cart-modal{
		max-height: 100vh;
	overflow-y: auto;
}
#cart-items li {
	background: #f8f8f8;
	margin: 8px 0;
	padding: 10px;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
}
#cart-items input {
	width: 50px;
	padding: 4px;
	border: 1px solid #ccc;
	border-radius: 6px;
	text-align: center;
}
#cart-items button {
	background: transparent;
	border: none;
	font-size: 18px;
	cursor: pointer;
	transition: 0.2s;
}
#cart-items button:hover { color: red; }

/* Общая сумма */
#total {
	font-weight: bold;
	font-size: 18px;
}

/* Форма */
#user-info {
	margin-top: 20px;
}
#user-info input, #user-info textarea {
	width: 100%;
	padding: 10px;
	margin: 6px 0;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 14px;
}
#user-info textarea { resize: none; height: 70px; }

/* Кнопки */
#vchar {
	width: 100%;
	padding: 12px;
	margin-top: 10px;
	border: none;
	border-radius: 10px;
	font-size: 16px;
	cursor: pointer;
	transition: 0.3s;
	border: 1px solid black;
}
#vchar:nth-child(1) { background: #4CAF50; color: white; }  /* Կանխիկ */
#vchar:nth-child(2) { background: #1976D2; color: white; }  /* Քարտ */
#vchar:nth-child(3) { background: #FF6F00; color: white; }  /* Idram */

#vchar:hover { opacity: 0.85; transform: scale(1.02); }

/* Анимация */
@keyframes fadeIn {
	from { transform: scale(0.8); opacity: 0; }
	to { transform: scale(1); opacity: 1; }
}



.slider {
		 margin-left: -2vw;
		width: 98vw;
		height:60vh;        /* нужный размер */
		position: relative;
		overflow: hidden;
        margin-top: 4vh;
        align-items: flex-start;
}

.slider img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		opacity: 0;
		transition: opacity 1s ease;
}
.slider video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		opacity: 0;
		transition: opacity 1s ease;
}

.slider img.active {
		opacity: 1;
}
/* Адаптив для телефонов */
@media (max-width: 768px) {
.quick-actions {
  display: flex;           /* горизонтальный ряд */
  flex-wrap: nowrap;       /* все кнопки в одной линии */
  overflow-x: auto; 
  scrollbar-width:none;       /* горизонтальный скролл, если кнопок больше */
  width:100vw;
  margin-left:-8vw; /* фон блока */

}
	
.slider {
		 margin-left: -8vw;
		width: 100%;
		height:40vh;        /* нужный размер */
		position: relative;
		overflow: hidden;
        margin-top: 4vh;
        align-items: flex-start;
}
.slider video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100%;
		object-fit: cover;
		object-position: center;
		opacity: 0;
		transition: opacity 1s ease;

}
.slider img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		opacity: 0;
		transition: opacity 1s ease;
}

.slider img.active {
		opacity: 1;
}
.cank p {
	font-size: 12px;
	text-align: center;
	margin-top: 5px;

}
.slider {
		width: 100vw;
		height:50vh;        /* нужный размер */
		position: relative;
		overflow: hidden;
        margin-top: 3vh;
}

.slider img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100%;
		object-fit: cover;
		opacity: 0;
		transition: opacity 1s ease;

}

.slider video.active {
		opacity: 1;
}
.slider img.active {
		opacity: 1;
}
}
@media (max-width: 768px) {

#Main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 10vh;
    background-color: white;
    z-index: 500;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 10px;
}

	.product-card {
		width: 48%;
		margin: 0;
		padding: 0;
		height: 47vh;
		 background-color:#242424 !important;
	box-shadow: 0 0px 5px red;

	}
.product-card img {
 width: 99%;
 height: 40%;
 margin-bottom: -5%;
 border-radius: 0px !important;
 margin-top: 5px;

}

.quantity-input{
	width:15%;
	font-size: 7px;
}
	.cart-button {
		width: 100%;
		justify-content:center;
}
#zamb{
	font-size: 16px;
}
.avel{
	font-size: 12px;
	color: white;
	background-color: red;
}
.producttext{
 font-size: 9px;
 color: white !important;
}
.producttexts{
 font-size: 9px;
 color: white !important;
}
}
/* ——————— ФОН МОДАЛЬНОГО ОКНА ——————— */
.cart-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0; top: 0;
	width: 99vw; height: 100%;
	background-color: rgba(0,0,0,0.6);
	justify-content: center;
	align-items: center;
	font-family: Arial, sans-serif;
}

/* ——————— КОНТЕНТ КОРЗИНЫ ——————— */
.cart-content {
	background: #fff;
	border-radius: 16px;
	max-width: 500px;
	width: 90%;
	padding: 25px;
	position: relative;
	animation: fadeIn 0.3s ease-in-out;
	box-shadow: 0 0px 5px red;
		max-height: 80vh;
	max-width: 90vw;
	overflow-y:auto;
}

.cart-content h3 {
	text-align: center;
	margin-bottom: 5px;
	font-size: 22px;
	color: #333;

}

/* ——————— КНОПКА ЗАКРЫТЬ ——————— */
.close {
	position: fixed;
	right: 15px;
	top: 5px;
	font-size: 40px;
	color: red;
	cursor: pointer;
	transition: 0.3s;
}
.close:hover { color: #000; }

/* ——————— СПИСОК ТОВАРОВ В КОРЗИНЕ ——————— */
#cart-items {
	list-style: none;
	padding: 0;
	margin: 0;
}

#cart-items li {
	background: #f8f8f8;
	margin: 8px 0;
	padding: 10px;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
h2{
	color: white !important;
	text-decoration: underline;
}

/* Левый блок: картинка + текст */
.cart-item-left {
	display: flex;
	gap: 10px;
	align-items: center;
	flex: 1;
}
.cart-item-left img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 8px;
}

/* Текст товара */
.cart-item-details {
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.cart-item-name {
	font-weight: bold;
	font-size: 15px;
}
.cart-item-price {
	font-size: 13px;
	color: red;
}

/* Правый блок: количество + удалить */
.cart-item-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 5px;
}
.cart-qty-input {
	width: 60px;
	padding: 4px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #ccc;
}
#cart-items button {
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
}
#cart-items button:hover { color: red; }

/* ——————— ПРОДУКТ-КАРТА ——————— */
.products {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 16px;
}

.producttext { margin: 8px 0; font-size: 14px; }
.price { font-weight: bold; }


/* ——————— КНОПКА КОРЗИНЫ ——————— */



/* Форма */
#user-info input,
#user-info textarea {
	width: 100%;
	margin: 0px 0;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 8px;
	height: 1vh;
}

/* КНОПКИ ОПЛАТЫ */
#vchar {
	width: 30%;
	padding: 12px;
	margin-top: 10px;
	border-radius: 10px;
	font-size: 8px;
	border: 1px solid #000;
	cursor: pointer;
}
.vcharnkar{
	width: 50%;
	height: 50%;
	margin: auto;
}
#vchar:nth-child(1) { background: #4caf50; color: #fff; }
#vchar:nth-child(2) { background: #1976d2; color: #fff; }
#vchar:nth-child(3) { background: #ff6f00; color: #fff; }

/* Анимация */
@keyframes fadeIn {
	from { transform: scale(0.8); opacity: 0; }
	to { transform: scale(1); opacity: 1; }
}

#qanak{
width: 4vw;
}
.avel{
	background-color: #e6f3fc;
	font-size: 12px;
	color: black;
	font-weight: bold;
	padding: 5px 12px;
	border:1px solid black;
	box-shadow: 0 0px 5px red;
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.2s;
	border-radius: 30px;
	margin-bottom: 3px;
}

li {
	background-color:#e6f3fc !important;
}
.cart-item-name {
	color:black !important;
}
#logolechler {
    height: 10vh;
}

/* Поисковая строка */
.search-container {
		margin-top: 2vh;
    display: flex;
    flex-wrap: nowrap;
    right: 3;
}

.search-input {
    height: 5.5vh;
    width: 16vw; /* фиксированная ширина */
     border: none;

}

.search-button {
    height:  6vh;
     border: none;
     font-size: 25px;
}

.search-icon {
    height:  6vh;
    border: none;
}

/* Корзина */
.cart-bar {
    display: flex;
    margin-top: 2vh;
}

.cart-button {
    display: flex;
    background-color: white;
    color: black;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.cart-icon {
    height:  6vh;
}
#qanak{
	color: red;

}
#naxkingin{
	text-decoration: line-through;
}
#nerkagin{
	color: red !important;
}
#total{
color: #222;
}