
body {
	color: #010101;
	min-width: 320px;
}
a, a:hover {
	text-decoration: none;
	transition: all .5s;
}
:root{
  --header-h: 0px;
  --footer-h: 0px;
}
@media (min-width: 1400px) {
	.container-fluid{
		padding: 0 10rem;
	}
	.product-list>.row {
		margin-right: -1.5rem;
    	margin-left: -1.5rem;
	}
	.product-list>.row>div {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
.site-header {
	padding: 1rem 0;
	position: relative;
	width: 100%;
	background: #fff;
}
.tech-buttons {
	gap: .5rem
}
.tech-buttons a {
	text-decoration: none;
	color: #010101;
}
.tech-buttons a:hover {
	text-decoration: none;
	color: #e55472;
}
.tech-buttons .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 1.5rem;
	text-decoration: none;
	color: #010101;
}
.tech-buttons .btn:hover {
	color: #e55472 !important;
}
.tech-buttons .btn .bg-danger {
	font-size: .875rem;
}
.site-header .phone {
	display: inline-flex;
	align-items: center;
	font-size: 1.25rem;
	text-decoration: none;
}
.site-header .phone span {
	margin-left: 1rem;
	font-size: 1.5rem;
}
.bg-danger {
    background-color: #e55472 !important;
}
.middle-menu {
	justify-content: center;
	gap: 1rem;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}
.middle-menu a {
	text-decoration: none;
	color: #010101;
}
.middle-menu .dropdown-menu {
	padding: .5rem 0;
}
.middle-menu .dropdown a {
	padding: .25rem 1rem;
	display: block;
    white-space: nowrap;
}
.middle-menu a:hover {
	text-decoration: none;
	color: #e55472;
}
.site-footer {
	background: #272829;
}
.site-footer>div {
	color: #999999;
	font-size: .875rem;
}
.copyright {
	border-top: 1px solid #3b3c3d;
	padding-top: 2.5rem;
	margin-top: 2rem;
}
.f-title {
	color: #fff;
	margin-bottom: 2rem;
	text-transform: uppercase;
	font-weight: 500;
}
.site-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-footer ul li a {
	display: block;
	margin-bottom: .5rem;
}
.site-footer a {
	color: #999999;
}
.site-footer a.phone {
	color: #d8d8d8;
	font-weight: 500;
	font-size: 1.25rem;
	display: block;
	margin-top: 1rem;
}
.product-card {
	margin-bottom: 3rem;
	padding: 0;
	transition: all .5s;
	position: relative;
}
.product-card:hover {
	border-color: transparent;
	box-shadow: 0 8px 24px rgba(51, 51, 51, .12);
	z-index: 2;
	transition: all .5s;
}
.product-card .info {
	padding: 1rem;
}
.product-card .title {
	margin-bottom: .5rem;
	font-size: 1rem;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-card .title a {
	color: #000;
}
.product-card .price {
	margin-bottom: .5rem;
	font-size: 1.25rem;
	font-weight: 500;
}
.product-card .form .btn {
	display: block;
	width: 100%;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	color: #fff;
	border: none;
}
.product-card .form .btn span {
	margin-left: .5rem;
}
.product-card .form .btn-outline-primary {
	background: #e55472;
}
.product-card .form .btn-success {
	background: #9ac45c;
}
.product-card .descr {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: auto;
	max-height: 0;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 8px 24px rgba(51, 51, 51, .12);
	z-index: 5;
	transition: max-height .35s ease;
	padding: 0 1rem;
}
.product-card:hover .descr {
	max-height: 240px;
	padding: 12px;
}
.product-card .image {
	position: relative;
}
.product-card .price-off {
	position: absolute;
	top: 1rem;
	left: 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: .875rem;
	padding: .25rem .5rem;
	color: #fff;
	background: #d61940;
	z-index: 2;
}
.product-card .descr ul {
	list-style: none;
	padding-left: .5rem;
}
.product-card .price .text-muted {
	font-size: 1rem;
	margin-left: .5rem;
}
.dropdown-menu {
	border-radius: 0;
	padding: 0;
}
.dropdown-item.active, .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}
article {
	padding: 1.5rem;
}
.gray_bg {
	background: #f9f9f9;
}
.swiper-navigation-icon path {
	fill: #c0c0c0;
	transition: all .5s;
}
.swiper-button-next:hover .swiper-navigation-icon path,
.swiper-button-prev:hover .swiper-navigation-icon path {
	fill: #e55472;
	transition: all .5s;
}
.main-swiper {
	margin-bottom: 4rem;
}
.main-swiper__caption {
	position: absolute;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #e55472 !important;
}
.swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
}
.main-swiper-info {
	position: absolute;
	top: 3rem;
	bottom: 3rem;
	left: 15%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.main-swiper-title {
	font-size: 5rem;
	font-weight: 500;
	color: #434343;
	line-height: 1;
	margin-bottom: 2rem;
	text-transform: uppercase;
	margin-left: -4px;
}
.main-swiper-descr {
	font-size: 1.5rem;
	color: #434343;
	line-height: 1.2;
	margin-bottom: 2rem;
}
.main-swiper-title-caption {
	color: #e55472;
	font-size: 2.5rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
}
.btn {
	border-radius: 0;
}
.btn-primary {
	background: #e55472 !important;
	color: #fff !important;
	display: inline-block;
	border: none;
	box-shadow: none !important;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background: #e55472 !important;
	color: #fff;
	border: none;
	border-radius: 0;
	opacity: .85;
}
.btn-outline-primary,
.btn-outline-secondary {
	border: 1px solid #565656;
	color: #565656;
	padding: .5rem 1.5rem;
}
.btn-outline-primary.active,
.btn-outline-primary:hover,
.btn-outline-secondary.active,
.btn-outline-secondary:hover {
	background: #565656;
	border-color: #565656;
}
.btn-inline-primary {
	background: #565656;
	border-color: #565656;
	color: #fff;
	padding: .5rem 1.5rem;
}
.btn-inline-primary.active,
.btn-inline-primary:hover {
	background: #fff;
	border-color: #565656;
	color: #565656;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
}
.main-swiper .btn-primary {
	max-width: 200px;
	padding: 1rem;
	text-transform: uppercase;
}
article p {
	text-align: justify;
}
.s-title {
	font-size: calc(1rem + 1.5vw);
	margin-bottom: 1.5rem;
	font-weight: 500;
}
.breadcrumb-item a {
	color: #010101;
}
.breadcrumb {
    flex-wrap: nowrap;
    max-width: 100%;
    overflow: auto;
    white-space: nowrap;
}
.breadcrumb-item+.breadcrumb-item::before {
	float: none;
}
.top-block {
	background-color: #f0f0f0;
	padding: 2rem 0;
	text-align: center;
	margin-bottom: 3rem;
}
.top-block nav {
	justify-content: center;
    display: flex;
	flex-wrap: wrap;
}
.top-block .s-title {
	font-size: calc(1rem + 1vw);
	font-weight: bold;
}
.product-lightbox {
	border: 0;
	padding: 0;
	width: min(1100px, 96vw);
	background: transparent;
}
.product-lightbox::backdrop {
	background: rgba(0,0,0,.75);
}
.product-lightbox .product-lightbox-close {
	position: absolute;
	top: 10px;
	right: 14px;
	z-index: 5;
	border: 0;
	background: rgba(0,0,0,.55);
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	font-size: 28px;
	line-height: 40px;
	cursor: pointer;
}
.product-lightbox .product-lightbox-swiper {
	background: #000;
	border-radius: 12px;
	padding: 12px;
}
.item-full {
	margin-bottom: 3rem;
}
.item-full .price {
	font-size: calc(1rem + 1vw);
}
.item-full .price .red {
	color: #e55472;
}
.item-full .price .text-muted {
	font-size: calc(.75rem + .75vw);
}
.in-stock {
	margin-bottom: 1rem;
}
.in-stock span {
	font-weight: 500;
	color: #198754;
}
.sizes ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 1rem;
}
.js-add-to-cart-form {
	display: flex;
}
.variants {
	display: flex;
	gap: 1rem;
	font-size: 1.5rem;
	font-weight: 500;
}
.variants span,
.variants a {
	display: inline-flex;
	min-width: 36px;
	color: #000;
	justify-content: center;
	border: 1px solid #434343;
}
.variants span {
	color: #fff;
	background: #434343;
}
.nav-tabs {
	flex-wrap: nowrap;
    max-width: 100%;
    overflow: auto;
    white-space: nowrap;
	gap: .5rem
}
.nav-tabs .nav-link {
	background-color: #424242;
    color: #fff;
	border-radius: 0;
	border: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background: #e55472;
	color: #fff;
	margin-bottom: 0;
}
.card-img, .card-img-top,
.card {
	border-radius: 0;
}
.card-header {
	color: #fff;
	background-color: #424242;
	border-radius: 0 !important;
}
.cart-update-form .table {
	border: 1px solid #f0f0f0;
}
.cart-update-form .table thead tr th {
	color: #fff;
    background-color: #424242;
    border-radius: 0 !important;
	padding: 1rem;
}
.cart-update-form .table td {
	border-color: #f0f0f0;
}
.cart-title {
	font-size: 1rem;
	font-weight: 500;
	color: #000;
}
.cart-title:hover {
	text-decoration: none;
    color: #e55472;
}
.js-qty-minus:hover,
.js-qty-plus:hover {
	color: #e55472;
}
.btn-outline-danger {
    --bs-btn-color: #e55472;
    --bs-btn-border-color: #e55472;
    --bs-btn-hover-bg: #e55472;
    --bs-btn-hover-border-color: #e55472;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e55472;
    --bs-btn-active-border-color: #e55472;
    --bs-btn-disabled-color: #e55472;
    --bs-btn-disabled-border-color: #e55472;
}
.card {
	border-color: #f0f0f0;
}
.gray-title {
	color: #fff;
    background-color: #424242;
	padding: .5rem 1rem;
	font-weight: 500;
}
.red-title {
	color: #fff;
    background-color: #e55472;
	padding: .5rem 1rem;
}
.card.border-primary {
	border-color: #000 !important;
}
.js-card-choose-btn.btn-danger {
	border: 1px solid #565656;
    color: #fff;
    background: #565656;
    padding: .5rem 1.5rem;
	border-color: #565656 !important;
}
.form-control {
    display: block;
    color: #000;
	border-radius: 0;
}
.form-control:focus {
	border: 1px solid #565656;
	outline: none;
	box-shadow: none;
}
.form-check {
	padding-left: 0;
}
.form-check label div {
	padding-left: 30px;
	position: relative;
}
.form-check label {
	cursor: pointer;
}
.form-check label div::before {
	content: '';
	display: block;
	border: 1px solid #565656;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 2px;
}
.form-check.radio label div::before {
	border-radius: 50%;
}
.form-check label div::after {
	content: '';
	display: block;
	border-top: 2px solid #e55472;
	border-right: 2px solid #e55472;
	width: 12px;
	height: 8px;
	position: absolute;
    left: 4px;
    top: 6px;
	transform: rotate(135deg);
	opacity: 0;
}
.form-check.radio label div::after {
	border-top: none;
	border-right: none;
	width: 12px;
	height: 12px;
    left: 4px;
    top: 6px;
	opacity: 0;
	border-radius: 50%;
	background: #e55472;
}
.form-check input {
	display: none;
}
.form-check input:checked + label div::after {
	opacity: 1;
}
.site-logo {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.25rem;
	color: #000;
}
.children-menu {
	padding-left: 1rem;
	list-style: none;
}
.children-menu li a {
	position: relative;
}
.children-menu li a::before {
	content: '';
	display: block;
	width: 10px;
	height: 2px;
	background: #000;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
}
.children-menu li a:hover::before {
	background: #e55472;
}
.bg-warning-subtle.text-warning {
	color: rgb(119 89 0) !important;
}
@media (min-width: 992px) {
	.bars {
		display: none !important;
	}
}
@media (max-width: 991px) {
	.product-card {
		margin-bottom: 1.5rem;
		border: 1px solid rgba(51, 51, 51, .12);
	}
	.product-card .info {
		padding: 1rem;
	}
	.product-card .title {
        font-size: 1.115rem;
        margin-bottom: 1rem;
    }
	.product-card .descr {
		display: none !important;
	}
	.product-card .price {
		position: relative;
		display: flex;
		align-items: end;
		margin-bottom: 0;
		font-size: 1.5rem;
	}
	.product-card .price .text-muted {
		font-size: .875rem;
		position: absolute;
		top: -5px;
		left: 0;
		margin-left: 0;
	}
	.product-card .form .btn {
		font-size: 0;
		padding: 10px;
	}
	.product-card .form .btn span {
		font-size: 1.5rem;
	}
	.product-card .form {
		width: 42px;
	}
	.product-card .form .btn span {
		margin-left: 0;
	}
	.product-card .info {
		display: flex;
		flex-wrap: wrap;
	}
	.product-card .info > div:nth-child(1) {
		flex: 0 0 100%;
	}
	.product-card .info > div:nth-child(2) {
		flex: 0 0 calc(100% - 42px);
	}
	.product-card .info > div:nth-child(3) {
		flex: 0 0 42px;
	}
	.middle-menu .dropdown {
		position: relative;
		width: calc(100% - 2rem);
	}
	.middle-menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 280px;
		height: 100vh;
		transform: translateX(-100%);
		transition: transform 0.25s ease;
		z-index: 1000;
		background: #fff;
        display: block;
		padding: 1rem;
		overflow: auto;
        max-height: 100vh;
	}
	.middle-menu a {
		padding: .5rem;
		display: block;
	}
	.is-open .middle-menu {
		transform: translateX(0);
	}
	.menu-backdrop {
		position: fixed;
		inset: 0;
		background: rgba(0,0,0,.4);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.25s ease;
		z-index: 999;
	}
	.is-open .menu-backdrop {
		opacity: 1;
		pointer-events: auto;
	}
	.middle-menu .dropdown-toggle {
		display: none !important;
	}
	.middle-menu .dropdown-menu {
		display: block;
		border: none;
		position: relative;
	}
}
@media (max-width: 767px) {
	.site-header .phone {
		font-size: 0;
	}
	.site-header .phone span {
		margin-left: 0;
	}
	.main-swiper-title {
		font-size: 3rem;
		margin-left: 0;
	}
	.main-swiper-title-caption {
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.main-swiper-descr {
		font-size: 1rem;
	}
}
@media (min-width: 576px) {
	.site-header.is-fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		transform: translateY(0);
		-webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
		box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
		-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
		animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	}
}
@media (max-width: 575px) {
	.tech-buttons {
		position: fixed;
		bottom: -1px;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 99;
		padding: .5rem 1.5rem;
		justify-content: space-between;
	}
	.product-card .price {
        font-size: 1.25rem;
    }
	.product-list>.row>div:nth-of-type(odd) {
		padding-right: 7px;
	}
	.product-list>.row>div:nth-of-type(even) {
		padding-left: 7px;
	}
	.tech-buttons .phone {
		order: 0;
	}
	.tech-buttons .search-btn {
		order: 1;
	}
	.tech-buttons .cart-btn {
		order: 2;
	}
	.tech-buttons .customer-btn {
		order: 3;
	}
	.tech-buttons .bars {
		order: 4;
	}
	.product-card .info {
        padding: .5rem;
    }
	.site-footer {
		padding-bottom: 50px;
	}
	.cart-btn .icon-handbag {
		font-size: 2rem;
	}
	.js-card-swiper .swiper-slide{
		width: auto;        /* важно для auto режима */
		max-width: 150px;   /* 👈 твой минимум */
	}
	.site-logo {
		font-size: 1.5rem;
	}
}

@media (max-width: 375px) {
	.product-card .price {
        font-size: 1rem;
    }
	.product-card .info > div:nth-child(2) {
		flex: 0 0 calc(100% - 36px);
	}
	.product-card .info > div:nth-child(3) {
		flex: 0 0 36px;
	}
	.product-card .form .btn span {
        font-size: 1rem;
    }
	.js-add-to-cart-form {
		flex-wrap: wrap;
		justify-content: center;
	}
	.js-add-to-cart-form .js-add-to-cart-btn {
		width: 100%;
	}
}