:root, [data-bs-theme=light] {
	--cz-primary: #BD167B;
	--cz-primary-rgb: 189, 22, 123; //#BD167B
	--cz-btn-hover-bg: #A1116D;
	--cz-btn-active-bg: #A1116D;
	--cz-btn-hover-border-color: #A1116D;
	--cz-btn-active-border-color: #A1116D;
}

.btn-primary, .product-card .count-input:not(.collapsed) .product-card-button, .product-card:hover .product-card-button, [data-bs-theme=dark] .product-card:hover .product-card-button {
	--cz-btn-bg: #BD167B;
	--cz-btn-border-color: #BD167B;
	--cz-btn-hover-bg: #A1116D;
	--cz-btn-active-bg: #A1116D;
	--cz-btn-hover-border-color: #A1116D;
	--cz-btn-active-border-color: #A1116D;
}

.text-bg-danger {
	background-color: RGBA(var(--cz-primary-rgb), var(--cz-bg-opacity, 1)) !important;
}
.text-bg-warning {
	background-color: #7EB949 !important;
}

.btn-dark {
    background-color: #BD167B;
    border-color: #BD167B;
}
.btn-dark:hover {
    background-color: #A1116D;
    border-color: #A1116D;
}
.text-fixed-height {
	height: 52px;
	overflow: hidden;
}
.form-control-cart {
	min-width: 42px;
}
.btn-cart {
	width: 90%;
}

.btn-check:checked ~ label.fs-sm {
    font-weight: bold;         
    color: #BD167B;
}

.animate-target, .animate-underline.animate-target {
	overflow: hidden;
}

.btn-search {
	background-color: #eeeeee;
}

.swiper-button-next, .swiper-button-prev {
	--swiper-navigation-color: #333d4c;
	--swiper-theme-color: #333d4c;
}

.btn-filter {
	border-top: 2px solid #fff !important;
}

@media (max-width: 768px) {
  .w-sm-50 {
    width: 50% !important;
  }
}

.btn-image.active, .swiper-thumb.swiper-slide-thumb-active {
	background-color: transparent;
	border-color: #BD167B;
}

.count-input .btn-group-lg>.btn+.form-control, .count-input .btn-lg+.form-control {
    width: 4.5rem;
}

.count-input .form-control {
    width: 4rem;
}

.count-input .btn-group-sm>.btn+.form-control, .count-input .btn-sm+.form-control {
    width: 3.5rem;
}