

@font-face {
  font-family: "MullerMedium";
  src: url("MullerMedium.otf");
}



.swiper-slide {
		margin-top:20px;
	}

	body {
		min-width: 480px;
		background: #6a6a6a;
		font-family: 'Roboto Flex', sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		color: #333;
		cursor: default;
		padding: 0;
		margin: 0;
	}
	
	.hide {
		display:none;
	}

	.main_wrapper {
		margin: 0 auto;
		width: 480px;
		background: #fff;
	}
	
	header {
		margin-top: 0px;
		
		padding-top: 20px;
	}	

	header .left {
		postion:relative;
		display:inline-block;
		float:left;
		margin-left: 10px;
		width:230px;
	}
	
	header .right {
		display:flex;
		float:right;
		position: relative;
		top: 10px;	
		width:230px;
		justify-content: space-between;
	}	
	
	.hlink a {
		color:#616161;
		font-family: 'Roboto Flex', sans-serif;
		font-weight:600;
		text-decoration:none;
		font-size:16px;
		/*text-shadow: 0px 4px 4px #00000050;*/
	}
	
	.hlink::before {
		content: url('../img/peekaboo.png');
		position: relative;
		top: 10px;
		width: 27px;
		height: 27px;
		display: inline-block;
		margin-right: 10px;
		
	}	
	
	.clear {
		clear: both;
	}
	
	.hmenu {
		margin-right: 10px;
	}
	
	.hmenu a {
		color: #A4A4A4;
		font-family: 'Roboto Flex', sans-serif;
		font-weight: 400;
		text-decoration: none;		
		font-size: 16px;
		/*text-shadow: 0px 4px 4px #00000050;*/
	}
	
	.banner2 {
		margin: 30px auto 0px;
		width: 460px;
		height: 180px;
		
	}
	
	.banner {
		margin: 40px auto 0px;
		width: 460px;
		height: 200px;
	}
	
	
	.banner_img2 {
		width:460px;
		height:200px;
		border-radius:25px;
		overflow:hidden;
	}
	
	.banner_img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;       /* чтобы картинка сама подгонялась */
    object-position: center; /* чтобы красиво центрировалась */
    display: block;
}
	
	.banner_img {
		width:460px;
		height:200px;
		/*border:1px solid #000;*/
		border-radius:10px;
		overflow:hidden;
		/*box-shadow: 0px 4px 4px #00000050;*/
	}
	

	/* ?????? ???????, ?? ???????? ??????? */
	.thankyou{
		background: rgb(96,219,88);
		background: linear-gradient(266deg, rgba(96,219,88,1) 0%, rgba(0,179,69,1) 50%);
		height:100px;
		width:100%;
		border-radius:10px;
		margin:20px 0px;
		padding:20px 10px 0px 10px;
		box-sizing: border-box;
		color:#fff;
		text-align:center;
	}
	.thankyou .left-thank{
		display:inline-block;
		background:url('/Vector.png') center center no-repeat;
		width:50px;
		height:50px;
	}
	.thankyou .right-thank{
		display:inline-block;
		float:right;
	}			
	.thankyou .tiltht{
		font-size:25px;
		font-weight:bold;
		margin-bottom:0px;
		margin-top:0px;
	}
	.thankyou .descrth{
		font-size:15px;
		font-weight:normal;
		margin-bottom:0px;
		margin-top:10px;
		margin-right:10px;
	}	

.products_header {
	font-size:32px;
	font-weight:bold;
	color:#616161;
}

.products_block {
	padding:10px;
	padding-top:30px;
}


.products {
	width:460px;
	display:flex;	
	flex-wrap: wrap;
	justify-content: space-between;
}

.products_block .product {
	margin-top:30px;
	width: 225px;
	

}

.products_block .product-image {
    width: 225px;
    height: 300px; /* фиксируем нужный размер */
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.products_block .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;        /* сохраняет качество */
    object-position: center;  /* центрирует */
    display: block;
}


.products_block .product-image2 {
	width:225px;
	height:96px;
	border-radius:10px;
	margin-top: -10px;
	overflow:hidden;
	position:relative;
}

.product-promoperc-promoblock {
	position:absolute;
	bottom:100px;
	left:1000px;
	width:24px;
	height:26px;
	background:#fff;
	color:#1D1B1B;
	border-top-right-radius:10px;
	text-align:center;
	font-size:14px;
	font-weight:600;
}

.product-promoperc {
	position:absolute;
	margin-top:53px;
	margin-left:130px;
	width:46px;
	height:24px;
	background:#CDE3CC;
	color:#2E4A3A;
	border-radius:10px;
	text-align: center;
	font-size:14px;
	font-weight:500;
}


.product-promomsg {
	position:absolute;
    margin-top:53px;
    margin-left:0px;
    padding-bottom: 0px;
	width:60px;
	height:24px;
	background:#F6DFE4;
	color:#CF5972;
	border-radius:10px;
	text-align: center;
	font-size:14px;
	font-weight:500;
}


.product-desc {
	margin-top:10px;
}

.product-name {
	color:#616161;
	font-size:16px;
	font-weight:400;
}

.product-name-promoblock {
	color:#11363F;
	font-size:16px;
	font-weight:400;
}

.product-prices {
	margin-top:5px;
	display:flex;
	width:100%;
}

.product-prices .product-newprice {
	font-size:20px;
	font-weight:bold;
	color:#383838;
	text-decoration:none;
}
.product-prices .product-oldprice {
	font-size:15px;
	margin-left:10px;
	color:#A4A4A4;
	text-decoration: line-through;
}
.promoblock .product-newprice {
	font-size:18px;
	font-weight:600;
	color:#333;
}
.promoblock .product-oldprice {
	font-size:13px;
	color:#8A989B;
}
a.product-link {
	text-decoration:none;
}



.promoblock {
    background: #fff;

	margin-top:30px;
	padding-bottom:60px;
}

.promoblock .header {
    margin-top:20px;
    margin-left:10px;
	width:460px;
	height:48px;
	display:flex;
	justify-content: space-between;
}


.promoblock .header .left {
    border-radius: 25px;
    height: 480px;
    padding-top: 20px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    background: #2E4A3A;
    width: 1000px;
    padding-left: 25px;
}

.promoblock .header .right {
    background: #fff;
    border-radius:10px;
    text-align: center;
    margin-right:20px;
    width:180px;
    height:30px;
    padding-top:5px;
	font-size:22px;
	font-weight:700;
	color:#F28F3C;	
}

.promo_products {
	margin-top:20px;
	height:394px;
}

.promo_products .product {
	width:205px;
	height:375px;
}

.promo_products .product-image {
	width:185px;
	height:230px;
	border-radius:20px;
	overflow:hidden;
	position:relative;
}

.promo_products .product-image img {
	width:200px;
	height:249px;
}

.promo_products .slick-slide {
	width:205px;
}
.promo_products .slick-slide
{
  margin: 0 5px;

}
.delivery {
	margin-top:60px;
}
.delivery_header {
	font-size:32px;
	font-weight:bold;
	color:#616161;
}
.delivery_content {
	margin:20px auto 0px;
	background:#EFEFEF;
	border-radius:10px;
	min-height:164px;
	width:460px;
	text-align:center;
}
.delivery_variant {
	padding-top:20px;
	color:#383838;
	font-size:20px;
	font-weight:500;
	cursor:pointer;
	position:relative;
}
.delibery_variant_block {
	display: inline-block;
	min-width: 260px;
}
.delivery_variant::after {
	content:url(../img/v.png);
}
.delivery_variant.open::after {
	content:url(../img/v.png);
	display: inline-block;
	transform: rotate(180deg);
	position: absolute;
	right: 90px;
	top: 25px;
}
.delivery_text {
	font-size:14px;
	font-weight:300;
	text-align:left;
	width:440px;
	display:none;
}
.delivery_line {
  width: 80%;
  margin: 5px auto 0px;
  height: 1px;
  background: #D4D4D4;
  margin-bottom:20px;
}

.contacts {
	margin-top:60px;
}
.contacts_header {
	font-size:32px;
	font-weight:bold;
	color:#616161;
}
.contacts_content {
	margin:20px auto 0px;
	width:460px;
	text-align:center;
}

.contacts_content .map {
	border-radius:10px;
	overflow:hidden;
}

.contacts_content .address {
	margin-top:20px;
	font-size:16px;
	font-weight:400;
	color:#6B6B6B;
}

.contacts_content .info {
	margin:40px auto 0px;
	width:273px;
	height:270px;
	background:#EFEFEF;
	border-radius:10px;
	overflow:hidden;
}
.contacts_content .info .phone {
	margin-top:15px;
}
.contacts_content .info .phone a {
	font-size:20px;
	font-weight:400;
	color:#383838;
	text-decoration:none;
}
.contacts_content .info .line {
	margin:20px auto 0px;
	width:158px;
	height:1px;
	background:#A4A4A4;
	
}
.contacts_content .info .worktime {
	margin:40px auto 0px;
	color:#6B6B6B;
	font-size:16px;
	font-weight:400;
	line-height: 29px;
}
.contacts_content .info .social {
	margin:34px auto 0px;
	
}
.contacts_content .info .social .link {
	display:inline-block;
	margin-left:40px;
}
.contacts_content .info .social .link:first-child {
	margin-left:0px;
}
.contacts_content .info .line2 { 
	margin:20px auto 0px;
	width:158px;
	height:1px;
	background:#A4A4A4;	
}
.footer {
	margin-top:40px;
	text-align:center;
}
.footer .link {
	margin-top:20px;
}
.footer .link a {
	color:#A4A4A4;
	text-decoration:none;
}
.footer .copy {
	margin-top:40px;
	padding-bottom:60px;
	color:#A4A4A4;
}


.skidkaslide {
	overflow:hidden;
	border-radius:10px;
	margin-top: 45px; 
	transform: scale(0.8);
	transition: transform 1s;
}
.skidkaslide.slick-center {
	margin-top: 0px; 
	transform: scale(1);
	transition: transform 1s;
}
.adventage_tabs_nav_item_wrap{
  margin: 0;
  padding: 0 40px;
}

.skidka_slider .slick-slide:not(.slick-center) {
   opacity: 0.5;

}

/* Карточка целиком */
#new .promo_products .product {
  background: #fff;            
  border-radius: 25px;
  padding: 10px;        
      
}

/* Картинка (оставляем как есть, чтобы бейджики работали) */
#new .promo_products .product-image {
  width: 100%;
  height: 248px;
  position: relative; /* чтобы бейджики могли позиционироваться внутри */
  border-radius:20px;
}

/* Описание */
#new .promo_products .product-desc {
  padding: 5px;
  background: #fff;
  border-radius: 10px;
  margin-top: 5px;
  
}


/*/////////////////////////////////////////////////////////////////////

/* Главный контейнер */
.magic-tree-promo-card {
    width: 460px;
    height: 410px;
    background-color: #BB2EDF;
    border-radius: 20px;
    margin-top: 20px;
    font-family: 'Roboto Flex', sans-serif;
    box-sizing: border-box;
    overflow: hidden;
}

.promo-card-wrapper {
    text-decoration: none; 
    color: inherit; 
    display: block; 
    height: 100%;
}

.promo-image-container {
    width: 440px;
    height: 271px;
    margin: 10px 10px 0 10px;
    border-radius: 20px;
    overflow: hidden;
}
.promo-image-container img { width: 100%; height: 100%; object-fit: cover; }

/* Нижняя часть */
.promo-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; /* Все прижато к низу */
    padding: 0 15px 20px 15px; /* Чуть больше отступ с краев для красоты */
    margin-top: 22px;
}

/* Левая колонка */
.promo-info-side {
    display: flex;
    flex-direction: column;
}

.promo-tree-title {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 15px 0;
    line-height: 1.1;
}

.promo-badges-row { display: flex; gap: 5px; }

.badge-base {
    background-color: #CEE6FD;
    color: #236AF4;
    border-radius: 10px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
}
.badge-hit { width: 110px; }
.badge-sale { width: 45px; }

/* ПРАВАЯ КОЛОНКА (ЦЕНЫ) */
.promo-price-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 2px;
}

/* Старая цена */
.price-old-styled {
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    color: #E1E1E1;
    text-decoration: line-through;
    line-height: 1;
    opacity: 0.9;
    margin-bottom: 10px;
}

/* Строка новой цены */
.price-main-row {
    display: flex;
    /* 1. Прижимаем всё к самому низу блока */
    align-items: flex-end; 
    margin-top: 4px;
}

/* Большие цифры 345 */
.price-big-digits {
    font-size: 64px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    /* 2. Делаем контейнер цифр максимально плотным */
    line-height: 0.75; 
    margin: 0;
}

/* Столбик 000 и сум */
.price-suffixes-stack {
    display: flex;
    flex-direction: column;
    /* 3. Внутри столбика тоже всё прижимаем к низу */
    justify-content: flex-end; 
    margin-left: 8px;
    
    /* 4. ВАЖНО: Этот отступ поднимает "000 сум" чуть выше, 
       чтобы слово "сум" встало ровно по линии с "345" */
    margin-bottom: 1px; 
}

.suffix-top {
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    line-height: 1;
    /* Подтягиваем 000 ближе к слову сум */
    margin-bottom: -4px; 
    text-align: left;
    margin-left:2px;
}

.suffix-bottom {
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    line-height: 1;
    text-align: left;
}

/*///////////////////////////////////////////////////////////////

/* --- ОСНОВНОЙ КОНТЕЙНЕР (МОБИЛЬНАЯ ВЕРСИЯ) --- */
.mobile-bottom-nav {
    border-top: 1px solid rgba(54, 54, 64, .25);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    
    /* Высота 8% от экрана */
    height: 8%; 
    min-height: 90px; /* Защита от слишком узких экранов */
    box-sizing: border-box;

    display: flex;
    justify-content: space-around;
    
    /* ГЛАВНОЕ ИСПРАВЛЕНИЕ: Прижимаем все кнопки к НИЗУ контейнера.
       Так текст будет на одной линии, независимо от размера иконки. */
    align-items: flex-end; 
    
    padding-top: 0;
    
    /* Отступ снизу только для iPhone (безопасная зона) */
    padding-bottom: env(safe-area-inset-bottom);
    
    /* Тень-заглушка от щели */
    box-shadow: 0 50px 0 #fff;

    z-index: 9999;
    
    -webkit-user-select: none;
    user-select: none;
}

/* --- ОБЫЧНЫЕ КНОПКИ --- */
.nav-item {
    
    display: flex;
    flex-direction: column;
    align-items: center;
    
    /* Прижимаем содержимое кнопки к низу */
    justify-content: flex-end;
    
    text-decoration: none;
    color: #999;
    
    touch-action: manipulation; 
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    
    /* Растягиваем кнопку на всю высоту меню, чтобы align-items сработал */
    height: 100%; 
    
    /* Отступ снизу для текста (поднимаем текст от края) */
    /* Одинаковый для всех кнопок! */
    padding-bottom: 18px;
    
    transition: color 0.15s ease-out;
}

.nav-item i {
    font-size: 28px; 
    margin-bottom: 8px; /* Чуть больше воздуха между иконкой и текстом */
    display: block;
    line-height: 1;
    pointer-events: none; 
}

.nav-item span {
    font-family: 'Roboto flex', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    pointer-events: none;
    text-align: center;
}

/* --- СОСТОЯНИЕ: АКТИВНАЯ КНОПКА --- */
.nav-item.active {
    color: #8A2BE2;
}

/* --- СОСТОЯНИЕ: МОМЕНТ НАЖАТИЯ --- */
.nav-item:active {
    color: #8A2BE2; 
}


/* --- OUTLET (Особая кнопка) --- */
.nav-item.nav-outlet {
    /* Важно: padding-bottom такой же, как у обычных кнопок (12px), 
       или чуть меньше, если шрифт намного больше, но 12px обычно ровнее */
    padding-bottom: 18px;
    transition: color 0.15s ease-out;
}

.nav-item.nav-outlet i { 
    font-size: 32px; 
    margin-bottom: 8px; 
}
.nav-item.nav-outlet span { 
    font-size: 16px; 
    font-weight: 500; 
}

.nav-item.nav-outlet.active { color: #FF2931; }
.nav-item.nav-outlet:active { color: #FF2931; }

/* --- ВЕРСИЯ ДЛЯ ПК (Медиа-запрос) --- */
@media (min-width: 768px) {
    .mobile-bottom-nav {
        /* Ограничиваем и центруем */
        max-width: 480px; 
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-top: 1px solid rgba(54, 54, 64, .25);
    }
}

/*///////////////////////////////////////////////////////////////



/* ================= OUTLET STYLES ================= */

/* Сама черная секция */
section#outlet {
    background: #19191B;
    margin-top: 30px;
    padding-bottom: 30px;
    /* border-radius: 0 был указан, он и так 0 по умолчанию, но оставим для порядка */
    border-radius: 0; 
}

/* Заголовок OUTLET */
#outlet h2.products_header {
    color: #fff;
    text-align: center;
    font-size: 42px;
}

/* Подзаголовок с описанием */
#outlet h3.products_header {
    color: #CCCCCC;
    text-align: center;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4; /* Чуть добавил, чтобы текст не слипался */
}

/* Черная плашка с описанием товара */
#outlet .product-desc-outlet {
    border-radius: 20px;
    background: #252528;
    margin-top: -40px;
    padding: 55px 0px 15px 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* Фиолетовая метка скидки (-85%) */
#outlet .product-promoperc {
    background: #402D52;
    color: #CEAAEE;
    margin-left: 135px;
    width: 50px;
    /* Центрирование текста */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Фиолетовая метка "Успей забрать" */
#outlet .product-promomsg {
    background: #402D52;
    color: #CEAAEE;
    width: 130px;
    margin-left: 0px;
    /* Центрирование текста */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Иконка бегущего человека внутри метки */
#outlet .product-promomsg i {
    margin-right: 4px;
    font-size: 17px;
    margin-top: -1px;
}

/* Название товара (белый цвет) */
#outlet .product-name {
    color: #F5F5F5;
}

/* Блок цен */
#outlet .product-prices {
    margin-top: 35px;
}

/* Новая цена (ярко-розовая) */
#outlet .product-newprice {
    color: #FF2E63;
}

/* --- ТЕМНАЯ ТЕМА МЕНЮ (Для секции Outlet) --- */

/* Добавляем плавность перехода для самого меню */
.mobile-bottom-nav {
    transition: background-color 0.3s ease, border-top-color 0.3s ease;
}

/* Стили, когда активен темный режим */
.mobile-bottom-nav.nav-dark {
    background: #252528; /* Темный фон (почти черный) */
    border-top: 1px solid rgba(255, 255, 255, 0.1); /* Еле заметная светлая граница */
    box-shadow: 0 50px 0 #252528; /* Тень-заглушка тоже становится темной */
}

/* Меняем цвет иконок на светлый в темном режиме */
.mobile-bottom-nav.nav-dark .nav-item {
    color: #ccc; /* Светло-серый для неактивных кнопок */
}

/* Активные кнопки оставляем яркими, но чуть корректируем под темный фон */
.mobile-bottom-nav.nav-dark .nav-item.active {
    color: #A45EE5; /* Чуть светлее фиолетовый, чтобы лучше читался на черном */
}

/* Кнопка OUTLET в активном состоянии (Красная) */
.mobile-bottom-nav.nav-dark .nav-item.nav-outlet.active {
    color: #FF2931; /* Красный на черном смотрится отлично, оставляем */
}