/* VD72 Homepage Styles - Isolated from Porto Theme */

/* Reset - Scoped to .vd72-homepage */
.vd72-homepage * {
	padding: 0;
	margin: 0;
	border: none;
}

.vd72-homepage *,
.vd72-homepage *::before,
.vd72-homepage *::after {
	box-sizing: border-box;
}

.vd72-homepage a,
.vd72-homepage a:link,
.vd72-homepage a:visited {
	text-decoration: none;
}

.vd72-homepage a:hover {
	text-decoration: none;
}

.vd72-homepage ul,
.vd72-homepage ul li {
	list-style: none;
}

.vd72-homepage img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.vd72-homepage input,
.vd72-homepage textarea,
.vd72-homepage button,
.vd72-homepage select {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background-color: transparent;
}

.vd72-homepage button,
.vd72-homepage input[type='submit'] {
	display: inline-block;
	box-shadow: none;
	background-color: transparent;
	background: none;
	cursor: pointer;
}

.vd72-homepage input:focus,
.vd72-homepage input:active,
.vd72-homepage button:focus,
.vd72-homepage button:active {
	outline: none;
}

/* Base Styles */
.vd72-homepage {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.3;
	color: #272727;
}

.vd72-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.vd72-section-box {
	padding: 60px 0;
}

.vd72-section__title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 50px;
}

/* Top Bar */
.vd72-top-info {
	width: 200px;
	font-size: 10px;
}

.vd72-top-info--mobile {
	display: none;
	margin-top: 10px;
}

.vd72-top-bar {
	position: sticky;
	top: 10px;
	z-index: 10;
}

.vd72-top-bar__inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 10px;
	padding: 9px 14px;
	background-color: #f6f7f9;
	border-radius: 10px;
}

.vd72-top-bar__left {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 40px;
}

.vd72-top-contacts {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 2px;
}

.vd72-top-contacts__time {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 4px;
}

.vd72-top-contacts__time-circle {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #08c;
}

.vd72-top-contacts a,
.vd72-top-contacts__phone {
	color: #272727;
	font-weight: 700;
	font-size: 14px;
}

.vd72-top-help {
	display: flex;
	flex-direction: column;
}

.vd72-top-help a,
.vd72-top-help__link {
	color: #272727;
	font-weight: 700;
	font-size: 14px;
}

.vd72-top-bar__right {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 18px;
}

.vd72-user-menu {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 8px;
	color: #272727;
	font-size: 12px;
}

.vd72-user-menu__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #272727;
}

.vd72-cart-btn {
	position: relative;
}

.vd72-cart-btn__count {
	position: absolute;
	top: -5px;
	right: -5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 12px;
	height: 12px;
	color: #fff;
	background-color: #d66a79;
	border-radius: 50%;
	font-size: 8px;
}

/* Header / Hero */
.vd72-header {
	margin-top: 10px;
	padding: 10px 0 30px;
	background-color: #ffffff;
}

.vd72-header__wrapper {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

.vd72-header__center {
	position: relative;
	display: flex;
	flex-direction: column;
	row-gap: 30px;
	padding: 20px;
	border-radius: 10px;
	background-color: #fac50b;
}

.vd72-header__nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 8px;
	background: #fff;
	border-radius: 10px;
}

.vd72-nav-mobile {
	background-color: #f6f7f9;
	display: none;
}

.vd72-header__nav-logo {
	margin-right: 60px;
	border-radius: 5px;
	width: 45px;
	height: 35px;
	flex-shrink: 0;
}

.vd72-header__nav-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.vd72-header__nav-list {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 20px;
}

.vd72-header__nav-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 4px;
	cursor: pointer;
	position: relative;
}

.vd72-header__nav-item a {
	color: #272727;
	text-decoration: none;
	transition: color 0.2s ease;
}

.vd72-header__nav-item a:hover {
	color: #fac50b;
}

.vd72-header__nav-toggle {
	display: flex !important;
	align-items: center;
	gap: 4px;
	background: none;
	border: none;
	padding: 0;
	font: inherit;
	color: #272727;
	cursor: pointer;
	transition: color 0.2s ease;
}

.vd72-header__nav-toggle:hover {
	color: #fac50b;
}

.vd72-header__nav-arrow {
	transition: transform 0.2s ease;
}

.vd72-header__nav-item--has-dropdown:hover .vd72-header__nav-arrow {
	transform: rotate(180deg);
}

.vd72-header__dropdown {
	position: absolute !important;
	top: 100%;
	left: 0;
	min-width: 220px;
	padding: 8px 0;
	margin-top: 12px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
	transform: translateY(-8px);
	z-index: 1000;
	list-style: none;
}

.vd72-header__dropdown--catalog {
	min-width: 800px;
	max-width: 850px;
	padding: 16px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4px 12px;
	position: relative;
}

.vd72-header__dropdown--services {
	min-width: 280px;
	padding: 8px 0;
}

.vd72-header__dropdown::before {
	content: '';
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	height: 12px;
}

.vd72-header__nav-item--has-dropdown:hover > .vd72-header__dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.vd72-header__dropdown-item {
	list-style: none;
	position: relative;
}

.vd72-header__dropdown-item a {
	display: block;
	padding: 10px 20px;
	color: #272727;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.3;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.vd72-header__dropdown--catalog .vd72-header__dropdown-item a {
	padding: 8px 12px;
	border-radius: 6px;
	white-space: nowrap;
}

.vd72-header__dropdown-item a:hover {
	background-color: #f6f7f9;
	color: #fac50b;
}

.vd72-header__dropdown-item--has-nested {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.vd72-header__dropdown-item--has-nested > a {
	flex: 1;
}

.vd72-header__nested-arrow {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.5;
	transition: opacity 0.15s ease, transform 0.15s ease;
	pointer-events: none;
}

.vd72-header__dropdown-item--has-nested:hover .vd72-header__nested-arrow {
	opacity: 1;
	transform: translateY(-50%) translateX(2px);
}

.vd72-header__dropdown-nested {
	position: absolute !important;
	left: 100%;
	top: 0;
	min-width: 240px;
	max-width: 280px;
	max-height: 60vh;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 12px;
	margin-left: 4px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
	transform: translateX(-8px);
	z-index: 1001;
	list-style: none;
}

.vd72-header__dropdown--catalog .vd72-header__dropdown-item {
	position: relative;
}

.vd72-header__dropdown--catalog .vd72-header__dropdown-nested {
	top: 0;
	margin-left: 8px;
}

.vd72-header__dropdown-item--has-nested:hover > .vd72-header__dropdown-nested {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.vd72-header__dropdown-nested-item {
	list-style: none;
}

.vd72-header__dropdown-nested-item a {
	display: block;
	padding: 8px 12px;
	color: #272727;
	text-decoration: none;
	border-radius: 6px;
	font-size: 13px;
	white-space: normal !important;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.vd72-header__dropdown-nested-item a:hover {
	background-color: #f6f7f9;
	color: #fac50b;
}

/* Search Form - VD72 Styled */
.vd72-header__nav-search {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: auto;
	width: 180px;
}

/* Reset Porto searchform styles */
.vd72-header__nav-search .searchform {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.vd72-header__nav-search .searchform-fields {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	padding: 6px 0;
	border-bottom: 1px solid #888888;
	gap: 8px;
}

.vd72-header__nav-search .searchform-fields .text {
	flex: 1;
	display: flex;
}

.vd72-header__nav-search .searchform-fields input[type="text"],
.vd72-header__nav-search .searchform input[name="s"] {
	width: 100%;
	height: auto;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-family: 'Inter', sans-serif;
	font-size: 12px !important;
	font-weight: 400;
	line-height: 1.3 !important;
	color: #272727 !important;
}

.vd72-header__nav-search .searchform input::placeholder {
	color: #888888;
	opacity: 1;
}

.vd72-header__nav-search .searchform .button-wrap {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.vd72-header__nav-search .searchform .btn,
.vd72-header__nav-search .searchform button[type="submit"] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
	padding: 0;
	margin: 0;
	background: transparent !important;
	border: none !important;
	border-radius: 0;
	box-shadow: none !important;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.vd72-header__nav-search .searchform .btn:hover {
	opacity: 0.7;
}

.vd72-header__nav-search .searchform .btn i,
.vd72-header__nav-search .searchform .btn .porto-icon-magnifier {
	font-size: 16px;
	color: #888888;
}

/* Live Search Results Dropdown */
.vd72-header__nav-search .live-search-list {
	position: absolute;
	top: 100%;
	left: unset;
	right: 0 !important;
	min-width: 400px !important;
	max-width: 400px;
	max-height: 400px;
	margin-top: 8px;
	padding: 0;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	overflow-y: auto;
	z-index: 9999;
}

.vd72-header__nav-search .live-search-list:empty {
	display: none;
}

.vd72-header__nav-search .searchform .live-search-list .autocomplete-suggestions {
	display: flex;
	flex-direction: column;
	max-height: unset !important;
}

.vd72-header__nav-search .live-search-list .autocomplete-suggestion,
.vd72-header__nav-search .live-search-list > div {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
	cursor: pointer;
	transition: background-color 0.15s ease;
}

.vd72-header__nav-search .live-search-list .autocomplete-suggestion:last-child,
.vd72-header__nav-search .live-search-list > div:last-child {
	border-bottom: none;
}

.vd72-header__nav-search .live-search-list .autocomplete-suggestion:hover,
.vd72-header__nav-search .live-search-list > div:hover {
	background-color: #f6f7f9;
}

/* Product Image in Results */
.vd72-header__nav-search .live-search-list .search-img,
.vd72-header__nav-search .live-search-list img {
	width: 50px;
	height: 50px;
	border-radius: 8px;
	object-fit: cover;
	flex-shrink: 0;
	background-color: #f6f7f9;
}

/* Product Info in Results */
.vd72-header__nav-search .live-search-list .search-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex: 1;
	min-width: 0;
}

.vd72-header__nav-search .live-search-list .search-title,
.vd72-header__nav-search .live-search-list .autocomplete-suggestion strong {
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #272727;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.vd72-header__nav-search .live-search-list .search-price,
.vd72-header__nav-search .live-search-list .autocomplete-suggestion .amount {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #272727;
}

.vd72-header__nav-search .live-search-list .search-sku {
	font-size: 11px;
	color: #888888;
}

/* "View All Results" Link */
.vd72-header__nav-search .live-search-list .all-results,
.vd72-header__nav-search .live-search-list .view-all-results {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 14px 16px;
	background-color: #f6f7f9;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #272727;
	text-decoration: none;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.vd72-header__nav-search .live-search-list .all-results:hover,
.vd72-header__nav-search .live-search-list .view-all-results:hover {
	background-color: #fac50b;
	color: #272727;
}

/* No Results Message */
.vd72-header__nav-search .live-search-list .no-results {
	padding: 20px 16px;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	color: #888888;
}

/* Scrollbar Styling for Results */
.vd72-header__nav-search .live-search-list::-webkit-scrollbar {
	width: 6px;
}

.vd72-header__nav-search .live-search-list::-webkit-scrollbar-track {
	background: transparent;
}

.vd72-header__nav-search .live-search-list::-webkit-scrollbar-thumb {
	background-color: #ddd;
	border-radius: 3px;
}

.vd72-header__nav-search .live-search-list::-webkit-scrollbar-thumb:hover {
	background-color: #ccc;
}

/* Loading State */
.vd72-header__nav-search .live-search-list.loading::after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	margin: 20px auto;
	border: 2px solid #f0f0f0;
	border-top-color: #fac50b;
	border-radius: 50%;
	animation: vd72-spin 0.8s linear infinite;
}

@keyframes vd72-spin {
	to { transform: rotate(360deg); }
}

.vd72-header__nav-burger {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	width: 45px;
	height: 35px;
	position: relative;
	z-index: 9;
	background-color: #fff;
}

.vd72-header__nav-burger::before,
.vd72-header__nav-burger::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 24px;
	background-color: #fac50b;
	border-radius: 2px;
}

.vd72-header__nav-burger::after {
	top: 10px;
}

.vd72-header__nav-burger::before {
	bottom: 10px;
}

.vd72-header__nav-burger span {
	height: 2px;
	background-color: #fac50b;
	width: 24px;
	border-radius: 2px;
}

.vd72-header__description {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 8px;
	margin-bottom: 10px;
	padding: 10px;
	width: 230px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.69);
}

.vd72-header__description-img {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	width: 30px;
	height: 30px;
	background-color: #fac50b;
	flex-shrink: 0;
}

.vd72-header__description-text {
	line-height: 1.1;
}

.vd72-header__title {
	font-weight: 600;
	font-size: 28px;
	line-height: 1.1;
	color: #fff;
	max-width: 430px;
	margin-bottom: 20px;
}

.vd72-header__title span {
	color: #272727;
}

.vd72-header__bg {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	width: 600px;
	height: 420px;
	pointer-events: none;
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}

.vd72-header__bg-desktop {
	transform: translateX(-150px);
	width: 399px;
	height: 441px;
	object-fit: contain;
}

.vd72-header__bg-mobile {
	display: none;
	width: 100%;
	max-width: 300px;
	height: auto;
	object-fit: contain;
}

.vd72-header__subtitle {
	font-size: 18px;
	line-height: 1.1;
	color: #ffffff;
	max-width: 340px;
	margin-bottom: 46px;
}

.vd72-header__subtitle span {
	color: #272727;
}

.vd72-header__text {
	margin-bottom: 15px;
}

.vd72-header__btns {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.vd72-header__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 190px;
	height: 43px;
	background-color: #ffffff;
	border-radius: 10px;
	transition: all 0.2s ease-in-out;
}

.vd72-header__btn:hover {
	background-color: #272727;
	color: #ffffff;
}

.vd72-btn-max {
	flex-direction: row;
	column-gap: 10px;
	background-color: #8d53e9 !important;
	color: #ffffff !important;
}

.vd72-btn-max__icon {
	border-radius: 5px;
	width: 18px;
	height: 18px;
}

.vd72-header__bottom {
	display: flex;
	flex-direction: row;
	column-gap: 10px;
}

.vd72-header__bottom-item {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	padding: 15px 31px 15px 15px;
	width: 100%;
	background: #f6f7f9;
	border-radius: 10px;
}

.vd72-header__bottom-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 27px;
	height: 25px;
	background-color: #fac50b;
	border-radius: 6px;
	padding: 4px;
}

.vd72-header__bottom-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.vd72-header__bottom-wrapper {
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}

.vd72-header__bottom-title {
	font-weight: 500;
	font-size: 14px;
}

.vd72-header__bottom-text {
	color: #888;
}

/* Categories */
.vd72-categories {
	background-color: #ffffff;
}

.vd72-categories__wrapper {
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-auto-flow: row dense;
	gap: 10px;
}

.vd72-categories__item {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 170px;
	padding: 16px;
	border-radius: 10px;
	background-color: #f6f7f9;
	overflow: hidden;
}

.vd72-categories__item-wrapper {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	z-index: 1;
	flex-basis: 50%;
}

.vd72-categories__item-title {
	font-size: 18px;
	font-weight: 500;
}

.vd72-categories__item-link {
	color: #fac50b;
}

.vd72-categories__item-count {
	color: #888;
	flex-shrink: 0;
	z-index: 1;
	position: relative;
}

.vd72-categories__item-img {
	position: absolute;
	right: 0;
	bottom: 0;
	object-fit: contain;
}

.vd72-category-3 {
	grid-column: span 2;
}

.vd72-category-8 {
	grid-column: span 2;
	background: linear-gradient(130deg, #f6f7f9 40%, #fac50b 100%);
}

.vd72-category-14 {
	background-color: #fac50b;
}

.vd72-category-14 .vd72-categories__item-link {
	color: #fff;
}

.vd72-category-1 .vd72-categories__item-img {
	width: 176px;
	height: 96px;
	mix-blend-mode: multiply;
}

.vd72-category-2 .vd72-categories__item-img {
	width: 134px;
	height: 117px;
	mix-blend-mode: multiply;
}

.vd72-category-3 .vd72-categories__item-img {
	width: 223px;
	height: 122px;
	mix-blend-mode: multiply;
}

.vd72-category-4 .vd72-categories__item-img {
	width: 148px;
	height: 80px;
	mix-blend-mode: multiply;
}

.vd72-category-5 .vd72-categories__item-img {
	width: 99px;
	height: 110px;
	mix-blend-mode: multiply;
}

.vd72-category-6 .vd72-categories__item-img {
	width: 133px;
	height: 109px;
	mix-blend-mode: multiply;
}

.vd72-category-7 .vd72-categories__item-img {
	width: 71px;
	height: 111px;
}

.vd72-category-8 .vd72-categories__item-img {
	width: 248px;
	height: 170px;
}

.vd72-category-9 .vd72-categories__item-img {
	width: 126px;
	height: 117px;
	mix-blend-mode: multiply;
}

.vd72-category-10 .vd72-categories__item-img {
	width: 143px;
	height: 112px;
	mix-blend-mode: multiply;
}

.vd72-category-11 .vd72-categories__item-img {
	width: 167px;
	height: 90px;
	mix-blend-mode: multiply;
}

.vd72-category-12 .vd72-categories__item-img {
	width: 150px;
	height: 96px;
	mix-blend-mode: multiply;
}

.vd72-category-13 .vd72-categories__item-img {
	width: 182px;
	height: 99px;
	mix-blend-mode: multiply;
}

.vd72-category-14 .vd72-categories__item-img {
	width: 114px;
	height: 170px;
}

/* Catalog */
.vd72-catalog {
	background-color: #f6f7f9;
}

.vd72-catalog__list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
}

.vd72-catalog__item-img {
	display: block;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.vd72-catalog__item-img img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.vd72-catalog__item-title {
	display: block;
	font-weight: 500;
	font-size: 14px;
	color: #272727;
	margin-bottom: 12px;
}

.vd72-catalog__item-title p {
	color: inherit;
}

.vd72-catalog__item-price {
	display: flex;
	flex-direction: row;
	align-items: end;
	margin-bottom: 12px;
}

.vd72-catalog__item-price--new {
	font-weight: 600;
	font-size: 28px;
	color: #272727;
	margin-right: 10px;
}

.vd72-catalog__item-price--old {
	font-weight: 500;
	font-size: 14px;
	color: #888;
	margin-right: 12px;
	text-decoration: line-through;
}

.vd72-catalog__item-discount {
	font-weight: 500;
	font-size: 14px;
	color: #fac50b;
}

.vd72-catalog__item-controls {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 10px;
}

.vd72-catalog__item-quantity {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 36px;
	flex-shrink: 0;
}

.vd72-catalog__item-minus,
.vd72-catalog__item-plus {
	width: 28px;
	height: 100%;
	border-radius: 3px;
	border: 1px solid #e7e7e7;
	font-size: 20px;
	background: #fff;
}

.vd72-catalog__item-count {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 36px;
	height: 100%;
	border-radius: 3px;
	border: 1px solid #e7e7e7;
	font-size: 14px;
	font-weight: 700;
	background: #fff;
}

.vd72-catalog__item-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	column-gap: 6px;
	height: 36px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #dddddd;
	border-radius: 3px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
}

.vd72-catalog__item-btn:hover {
	background-color: #fac50b;
	border-color: #fac50b;
}

.vd72-catalog__item-btn.loading {
	pointer-events: none;
	opacity: 0.7;
}

.vd72-catalog__item-btn.loading::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 16px;
	height: 16px;
	border: 2px solid #272727;
	border-top-color: transparent;
	border-radius: 50%;
	animation: vd72-spin 0.8s linear infinite;
}

.vd72-catalog__item-btn.loading svg,
.vd72-catalog__item-btn.loading span {
	visibility: hidden;
}

.vd72-catalog__item-btn.added {
	background-color: #4caf50;
	border-color: #4caf50;
	color: #fff;
}

.vd72-catalog__item-btn.added svg path {
	fill: #fff;
}

.vd72-catalog__item .added_to_cart.wc-forward {
	display: none !important;
}

@keyframes vd72-spin {
	to { transform: rotate(360deg); }
}

/* Services */
.vd72-services {
	background-color: #f6f7f9;
}

.vd72-services__wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.vd72-services__wrapper-item {
	position: relative;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	height: 283px;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.vd72-services__wrapper-title {
	font-size: 18px;
	z-index: 1;
}

.vd72-services__wrapper-btn {
	width: fit-content;
	color: #fac50b;
	z-index: 1;
}

.vd72-services__wrapper-img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 174px;
	height: 206px;
	object-fit: cover;
	z-index: 0;
}

/* About Us */
.vd72-about-us {
	background-color: #f6f7f9;
}

.vd72-about-us__wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.vd72-about-us__wrapper-item {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	padding: 15px 31px 15px 15px;
	width: 100%;
	background: #fac50b;
	border-radius: 10px;
}

.vd72-about-us__wrapper-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 27px;
	height: 25px;
	background-color: #272727;
	border-radius: 6px;
	padding: 4px;
}

.vd72-about-us__wrapper-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.vd72-about-us__wrapper-bottom {
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}

.vd72-about-us__wrapper-title {
	font-weight: 500;
	font-size: 14px;
}

/* Cooperation */
.vd72-cooperation {
	background-color: #f6f7f9;
}

.vd72-cooperation__box {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px;
	height: 406px;
	border-radius: 10px;
	background-color: #fac50b;
}

.vd72-cooperation__img {
	position: absolute;
	top: 0;
	right: 0;
	width: 55%;
	height: 406px;
	border-radius: 10px;
	background-position: center;
	background-size: cover;
	/* background-image is set via ACF field vd72_coop_bg_image */
}

.vd72-cooperation__img-person {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 271px;
	height: 406px;
	object-fit: contain;
}

.vd72-cooperation__wrapper {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
	z-index: 1;
}

.vd72-cooperation__wrapper-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 15px;
	height: 131px;
	border-radius: 10px;
	background-color: #f6f7f9;
}

.vd72-cooperation__wrapper-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 27px;
	height: 25px;
	background-color: #fac50b;
	border-radius: 6px;
	padding: 4px;
}

.vd72-cooperation__wrapper-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* FAQ */
.vd72-faq {
	background-color: #f6f7f9;
}

.vd72-homepage .vd72-accordion__item {
	border-bottom: 1px solid rgba(136, 136, 136, 0.5);
	margin: 0;
	padding: 0;
}

.vd72-homepage .vd72-accordion__question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 15px 0;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: #272727;
	cursor: pointer;
	background: transparent;
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
	text-transform: none;
	letter-spacing: normal;
	margin: 0;
}

.vd72-homepage .vd72-accordion__question:hover,
.vd72-homepage .vd72-accordion__question:focus,
.vd72-homepage .vd72-accordion__question:active {
	background: transparent;
	background-color: transparent;
	border: none;
	box-shadow: none;
	outline: none;
	color: #272727;
}

.vd72-homepage .vd72-accordion__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 37px;
	height: 37px;
	min-width: 37px;
	border-radius: 10px;
	background-color: #272727;
	flex-shrink: 0;
	margin-left: 15px;
}

.vd72-homepage .vd72-accordion__icon svg {
	transition: transform 0.3s ease-in-out;
	width: 11px;
	height: 11px;
}

.vd72-homepage .vd72-accordion__item.active .vd72-accordion__icon svg {
	transform: rotate(45deg);
}

.vd72-homepage .vd72-accordion__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}

.vd72-homepage .vd72-accordion__content {
	padding-bottom: 20px;
	padding-right: 50px;
}

.vd72-homepage .vd72-accordion__content p {
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #555;
}

/* Gallery */
.vd72-gallery {
	background-color: #f6f7f9;
}

.vd72-gallery__slider {
	overflow: visible;
}

.vd72-gallery__img {
	border-radius: 10%;
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}

/* Footer */
.vd72-footer {
	background-color: #ffffff;
}

.vd72-footer__wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	row-gap: 30px;
	padding: 64px 0 54px;
	border-bottom: 1px solid #e7e7e7;
}

.vd72-footer__col {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
}

.vd72-footer__col-title {
	font-size: 16px;
	font-weight: 700;
}

.vd72-footer__col-list {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}

.vd72-footer__col-item {
	color: #777777;
	line-height: unset;
}

.vd72-footer__col-item a {
	color: inherit;
	transition: all 0.1s ease-in-out;
}

.vd72-footer__col-item a:hover {
	color: #272727;
}

.vd72-footer__bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 22px 0;
}

.vd72-footer__copyright {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 16px;
	color: #999999;
}

.vd72-footer__logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	flex-shrink: 0;
}

.vd72-footer__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.vd72-footer__cards {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 10px;
}

.vd72-footer__cards img.vd72-footer__card {
	width: auto;
	height: 26px;
	max-height: 26px;
	object-fit: contain;
}

/* Responsive */
@media (max-width: 1200px) {
	.vd72-catalog__list {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 1100px) {
	.vd72-header__bg {
		width: 500px;
	}

	.vd72-header__bg-desktop {
		transform: translateX(-50px);
		width: 350px;
		height: auto;
	}

	.vd72-categories__wrapper {
		grid-template-columns: auto auto auto;
	}

	.vd72-cooperation__img {
		width: 50%;
	}
}

@media (max-width: 1000px) {
	.vd72-header__nav-logo {
		margin-right: 20px;
	}

	.vd72-header__nav-list {
		column-gap: 12px;
	}

	.vd72-catalog__list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 950px) {
	.vd72-cooperation__box {
		height: fit-content;
	}

	.vd72-cooperation__img {
		height: 100%;
		width: 40%;
	}

	.vd72-cooperation__img-person {
		width: 352px;
		height: 527px;
	}

	.vd72-cooperation__wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 900px) {
	.vd72-top-help {
		display: none;
	}

	.vd72-nav-desktop {
		display: none;
	}

	.vd72-nav-mobile {
		display: flex;
	}

	.vd72-header__nav {
		justify-content: space-between;
		gap: 24px;
	}

	.vd72-header__nav-search {
		margin-left: 0;
		width: min(300px, 100%);
	}

	.vd72-header__bg {
		width: 400px;
	}

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

	.vd72-services__wrapper-item {
		justify-content: space-between;
		height: 150px;
	}

	.vd72-services__wrapper-img {
		width: 126px;
		height: 150px;
	}

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

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

@media (max-width: 850px) {
	.vd72-header__bg {
		justify-content: center;
		align-items: center;
		margin-bottom: 32px;
		position: static;
		width: calc(100% + 40px);
		height: auto;
		transform: translateX(-20px);
	}

	.vd72-header__bg-desktop {
		display: none;
	}

	.vd72-header__bg-mobile {
		display: block;
		width: max(192px, 50%);
	}
}

@media (max-width: 800px) {
	.vd72-categories__wrapper {
		grid-template-columns: auto auto;
	}

	.vd72-cooperation__img {
		position: relative;
		width: 100%;
		height: 241px;
		margin-bottom: 10px;
	}

	.vd72-cooperation__img-person {
		width: 197px;
		height: 295px;
	}

	.vd72-cooperation__wrapper {
		grid-template-columns: 1fr;
	}

	.vd72-cooperation__wrapper-item {
		height: 88px;
	}
}

@media (max-width: 740px) {
	.vd72-container {
		padding: 0 10px;
	}

	.vd72-section-box {
		padding: 40px 0;
	}

	.vd72-section__title {
		font-size: 21px;
		margin-bottom: 30px;
	}

	.vd72-user-menu p,
	.vd72-user-menu__text {
		display: none;
	}

	.vd72-header__bottom {
		display: none;
	}

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

	.vd72-catalog__item-title {
		font-weight: 400;
		font-size: 12px;
		margin-bottom: 20px;
	}

	.vd72-catalog__item-controls {
		flex-direction: column;
		row-gap: 10px;
	}

	.vd72-catalog__item-price--new {
		font-size: 18px;
	}

	.vd72-catalog__item-price--old,
	.vd72-catalog__item-discount {
		font-weight: 400;
		font-size: 12px;
	}

	.vd72-catalog__item-count {
		font-size: 12px;
	}

	.vd72-catalog__item-btn {
		font-size: 12px;
		width: fit-content;
		padding-inline: 12px;
	}

	.vd72-cooperation__box {
		padding: 20px;
	}
}

@media (max-width: 680px) {
	.vd72-footer__bottom {
		flex-direction: column;
		align-items: start;
		gap: 20px;
	}
}

@media (max-width: 600px) {
	.vd72-top-info--desktop {
		display: none;
	}

	.vd72-top-info--mobile {
		display: block;
		width: 100%;
	}

	.vd72-top-bar {
		margin-top: 10px;
	}

	.vd72-header__center {
		padding: 10px;
	}

	.vd72-header__description {
		margin-bottom: 20px;
	}

	.vd72-header__title {
		font-size: 21px;
		margin-bottom: 30px;
	}

	.vd72-header__subtitle {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.vd72-header__text {
		font-size: 10px;
		margin-bottom: 24px;
	}

	.vd72-header__bg {
		width: calc(100% + 20px);
		transform: translateX(-10px);
	}
}

@media (max-width: 560px) {
	.vd72-categories__wrapper {
		grid-template-columns: auto;
	}

	.vd72-categories__item {
		flex-direction: column-reverse;
		padding: 15px;
		height: 100px;
	}

	.vd72-categories__item-wrapper {
		row-gap: 4px;
	}

	.vd72-categories__item-title {
		font-size: 14px;
	}

	.vd72-categories__item-count {
		font-size: 10px;
	}

	.vd72-category-3,
	.vd72-category-8 {
		grid-column: span 1;
	}

	.vd72-category-1 .vd72-categories__item-img {
		width: 130px;
		height: 71px;
	}

	.vd72-category-2 .vd72-categories__item-img {
		width: 92px;
		height: 81px;
	}

	.vd72-category-3 .vd72-categories__item-img {
		width: 149px;
		height: 81px;
	}

	.vd72-category-4 .vd72-categories__item-img {
		width: 129px;
		height: 69px;
	}

	.vd72-category-5 .vd72-categories__item-img {
		width: 72px;
		height: 80px;
	}

	.vd72-category-6 .vd72-categories__item-img {
		width: 101px;
		height: 83px;
	}

	.vd72-category-7 .vd72-categories__item-img {
		width: 52px;
		height: 82px;
	}

	.vd72-category-8 .vd72-categories__item-img {
		width: 141px;
		height: 97px;
	}

	.vd72-category-9 .vd72-categories__item-img {
		width: 79px;
		height: 74px;
	}

	.vd72-category-10 .vd72-categories__item-img {
		width: 93px;
		height: 73px;
	}

	.vd72-category-11 .vd72-categories__item-img {
		width: 130px;
		height: 70px;
	}

	.vd72-category-12 .vd72-categories__item-img {
		width: 119px;
		height: 76px;
	}

	.vd72-category-13 .vd72-categories__item-img {
		width: 130px;
		height: 71px;
	}

	.vd72-category-14 .vd72-categories__item-img {
		width: 66px;
		height: 98px;
	}

	.vd72-services__wrapper {
		grid-template-columns: repeat(1, 1fr);
	}

	.vd72-services__wrapper-title {
		font-size: 14px;
	}
}

@media (max-width: 500px) {
	.vd72-about-us__wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 440px) {
	.vd72-header__description {
		width: 100%;
	}

	.vd72-header__btns {
		flex-direction: column;
	}

	.vd72-header__btn {
		width: 100%;
	}
}

@media (max-width: 420px) {
	.vd72-footer__wrapper {
		grid-template-columns: repeat(1, 1fr);
	}

	.vd72-footer__cards img.vd72-footer__card {
		height: 20px;
		max-height: 20px;
	}
}

.vd72-cart-notification {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	padding: 16px 20px;
	display: flex;
	align-items: center;
	gap: 12px;
	z-index: 9999;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.3s, transform 0.3s;
}

.vd72-cart-notification--visible {
	opacity: 1;
	transform: translateY(0);
}

.vd72-cart-notification__icon {
	width: 24px;
	height: 24px;
	background: #4CAF50;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	flex-shrink: 0;
}

.vd72-cart-notification__text {
	font-size: 14px;
	color: #333;
}

.vd72-cart-notification__link {
	background: #F6744B;
	color: #fff;
	padding: 8px 16px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
	transition: background 0.2s;
}

.vd72-cart-notification__link:hover {
	background: #e5633a;
	color: #fff;
}

.vd72-cart-notification__close {
	background: none;
	border: none;
	font-size: 20px;
	color: #999;
	cursor: pointer;
	padding: 0;
	line-height: 1;
	margin-left: 4px;
}

.vd72-cart-notification__close:hover {
	color: #333;
}

@media (max-width: 480px) {
	.vd72-cart-notification {
		left: 10px;
		right: 10px;
		bottom: 10px;
	}
}
