.product-title .h1 {
	color: #333333;
	text-align: center;
	font-size: 32px;
	line-height: 100%;
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-weight: 500;
	margin-bottom: 24px;
}

.section-product .rating span:nth-child(3) {
	color: #B69B89;
}

.section-product .rating span {
	line-height: 100%;
}

.section-product .rating {
	display: flex;
	align-items: center;
	gap: 7px;
	justify-content: center;
	cursor: pointer;
}

.section-product .in-stock {
	color: #778835;
	font-size: 16px;
	font-weight: 400;
}





.section-product .label {
	color: #333;
	font-size: 16px;
	font-weight: 600;
}

.section-product .buy-block .product-buy-btn-new .controls {
	max-width: 100%;
}

.section-product .buy-block .product-buy-btn-new {
	flex: 1 1 auto;
}

.section-product .buy-block {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 20px;
	flex-wrap: wrap;
}

.section-product .size-btn-group {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-top: 5px;
}

.section-product .size-btn-group button {
	border-radius: 200px;
	border: 1px solid #B69B89;
	background-color: unset;
	padding: 8px 20px;
	color: #292933;
	font-size: 16px;
	font-weight: 400;
	transition: background-color .3s;
}

.section-product .size-btn-group button.active,
.section-product .size-btn-group button:hover {
	background-color: #B69B89;
	color: #FFF;
}

.section-product .quick-order-block>div:nth-child(2) {
	flex: 1 1 auto;
}

.section-product .quick-order-block.invalid {
	border-color: #f873af;
}

.section-product .quick-order-block {
	display: flex;
	align-items: center;

	padding: 4px 12px;
	border-radius: 200px;
	border: 1px solid rgba(182, 155, 137, 0.32);
	background: #FFF;

	gap: 5px;

	margin-top: 5px;
}

.section-product .quick-order-block .select2-container--default .select2-selection--single {
	border: none !important;
	height: auto !important;
	padding: 0;
}

.section-product .select2-container {
	min-width: 100px;
	/* background: red; */
}

.section-product .select2-container--default .select2-selection--single .select2-selection__arrow {
	width: auto;
}

.section-product .select2-selection__rendered>span>span {
	line-height: 100%;
}

.section-product .select2-container--default .select2-selection--single .select2-selection__arrow b {
	top: calc(50% - 2px);
}

.section-product .quick-order-block select.selectPhoneCode {
	visibility: hidden;
}

.section-product .quick-order-block input {
	border: none;
	background: none;
	padding-top: 1px;
	width: 100%;
}


.section-product .quick-order-block button {
	border-radius: 200px;
	/* border: 1px solid #B69B89; */
	background-color: unset;
	padding: 8px 20px;
	color: #B69B89;
	font-size: 16px;
	font-weight: 400;
	transition: background-color .3s;
}

.section-product .quick-order-block button.active,
.section-product .quick-order-block button:hover {
	background-color: #B69B89;
	color: #FFF;
}

.section-product .additional-goods {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 10px;
	max-height: 250px;
	overflow-y: scroll;
}

.section-product .additional-goods .item {
	display: flex;
	flex-direction: row;
	gap: 18px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.section-product .additional-goods .item .img {
	width: 64px;
	height: 64px;
	background-position: center;
	background-size: contain;
}

.product-zoom #zoom-box {
	width: auto !important;
	height: auto !important;
}

.product-zoom .product-card__slider {
	max-width: 100%;
}

.pushSelectItem {
	width: 100%;
}





.section-product .success-send-form {
	margin-top: 20px;
}







.custom-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	user-select: none;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
	font-size: 15px;
}

.custom-checkbox input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	margin: 0;
	pointer-events: none;
}

.checkbox-square .box {
	width: 20px;
	height: 20px;
	border: 2px solid #777;
	border-radius: 4px;
	display: inline-block;
	position: relative;
	transition: all .18s cubic-bezier(.2, .8, .2, 1);
	background: #fff;
	box-sizing: border-box;
}

.checkbox-square .box::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 1px;
	width: 6px;
	height: 11px;
	border: 2px solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg) scale(0);
	transform-origin: center;
	transition: transform .14s ease-out;
	opacity: 0.99;
}

.checkbox-square input:checked+.box {
	background: #292933;
	border-color: #292933;
}

.checkbox-square input:checked+.box::after {
	transform: rotate(45deg) scale(1);
}

.checkbox-square input:focus+.box {
	box-shadow: 0 0 0 5px rgba(11, 132, 255, 0.12);
	outline: none;
}


.product-desktop-description {
	display: none;
}

@media (min-width: 768px) {
	.section-product .product-mobile-description {
		display: none;
	}

	.product-desktop-description {
		display: block;
	}
}








#modalValentine {
	z-index: 99999 !important;
}

.modal-custom-mother-day{
	background: linear-gradient(135deg, #f6f3f0, #ffe6ea)!important;
}
.valentine_info_banner {
    color: #7a1f2b; /* глибокий винний червоний */
    font-size: 15px !important;
    font-weight: 500;
    line-height: 1.6;
    padding: 14px 16px;
  
    border-radius: 10px;

    box-shadow: 0 4px 12px rgba(194, 24, 91, 0.12);
}
.section_modal_mother_day{
	margin-right: 10px;
}

.valentine_info_banner a {
    color: #c2185b;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(194, 24, 91, 0.35);
    transition: 0.2s ease;
}

.valentine_info_banner a:hover {
    color: #8e0f3a;
    border-bottom-color: transparent;
}
/* backdrop */
.modal-backdrop-custom {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 1050;
}

/* modal */
.modal-custom {
	background: #fff;
	width: 500px;
	max-width: 90%;
	border-radius: 0.5rem;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
	animation: fadeIn .2s ease;
}

/* header / body / footer */
.modal-header,
.modal-footer {
	padding: 1rem;
	border-bottom: 1px solid #dee2e6;
	display: flex;
	justify-content: end;
	align-items: center;
}

.modal-footer {
	border-top: 1px solid #dee2e6;
	border-bottom: none;
}

.modal-body {
	padding: 1rem;
}

.close-btn {
	background: none;
	border: none;
	font-size: 1.5rem;
	cursor: pointer;
}

/* button */
.btnValentine {
	display: none;
}


/* animation */
@keyframes fadeIn {
	from {
		transform: translateY(-10px);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.product-slider__img {
	border-radius: 14px !important;
	overflow: hidden !important;
}

.swiper-slide {
	border-radius: 14px !important;
	overflow: hidden !important;
}

.basket-product__img {
	border-radius: 14px !important;
	overflow: hidden !important;
}

.img {
	border-radius: 14px !important;
	overflow: hidden !important;
}

.product-slider__item {
	border-radius: 14px !important;
	overflow: hidden !important;
}

.product-item {
	border-radius: 14px !important;
}

.category__img-wrap {
	border-radius: 14px !important;
}

.product-item__hidden {
	/* border-radius: 0px 0px 14px 14px!important; */
}



.ff.fade-style-1.is-visible {
	animation: fadeStyle1 1s ease forwards;
}

@keyframes fadeStyle1 {
	from {
		opacity: 0;
		transform: translate(-20px, -20px);
	}

	to {
		opacity: 1;
		transform: translate(0, 0);
	}
}

.ff.fade-style-2.is-visible {
	animation: fadeStyle2 1s ease forwards;
}

@keyframes fadeStyle2 {
	from {
		opacity: 0;
		transform: translate(20px, -20px);
	}

	to {
		opacity: 1;
		transform: translate(0, 0);
	}
}

.ff.fade-style-3.is-visible {
	animation: fadeStyle3 1s ease forwards;
}

@keyframes fadeStyle3 {
	from {
		opacity: 0;
		transform: translate(0, 20px);
	}

	to {
		opacity: 1;
		transform: translate(0, 0);
	}
}






.geo-block {
	z-index: 9999999 !important;
	position: fixed;
}

.location {
	position: relative;
}

.location-btn {
	display: flex;
	align-items: center;
	gap: 6px;
	/* background: #f5f5f5; */
	border: none;
	padding: 8px 14px;
	border-radius: 200px;
	cursor: pointer;
	font-weight: 600;
	font-size: 17px;
	transition: 0.2s;
}

.location-btn:hover {
	background: #B69B89;
	color:#FFFFFF;
}

.arrow {
	font-size: 10px;
}

.location-dropdown {
	position: absolute;
	top: 40px;
	left: 0;
	width: 180px;
	background: white;
	border-radius: 10px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
	padding: 6px 0;
	display: none;
}

.location-dropdown.active {
	display: block;
}

.location-item {
	padding: 10px 14px;
	cursor: pointer;
	font-size: 14px;
}

.location-item:hover {
	background: #f3f3f3;
}









.loc-canvas{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.45);
    z-index:99999;

    opacity:0;
    visibility:hidden;
    transition:0.25s;
	overflow: hidden;
}

.loc-canvas.loc-active{
    opacity:1;
    visibility:visible;
}

.loc-panel{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    background:white;

    transform:translateY(100%);
    transition:0.35s;

    display:flex;
    flex-direction:column;
}

.loc-canvas.loc-active .loc-panel{
    transform:translateY(0);
}

.loc-head{
    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:20px;
    border-bottom:1px solid #eee;
}

.loc-title{
    font-size:20px;
    font-weight:600;
}
 
.loc-body{
    flex:1;
    overflow:auto;
}

.loc-item{
    padding:18px 20px;
    font-size:17px;
    border-bottom:1px solid #f1f1f1;
    cursor:pointer;
}

.loc-item:hover{
    background:#f6f6f6;
}
.pointer{
	cursor: pointer !important;
}
.promo-card {
  max-width: 320px;
  margin: 20px auto;
  padding: 16px;
  border: 2px solid #f5a3b7;
  border-radius: 16px;
  background-color: #fde7ed;
  font-family: Arial, sans-serif;
  text-align: center;
}

.promo-content h2 {
  color: #e25578;
  font-size: 22px;
  margin-bottom: 10px;
}

.promo-content p {
  color: #333;
  font-size: 14px;
  margin: 8px 0;
  line-height: 1.4;
}

.promo-btn {
  margin-top: 12px;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  background-color: #ff6f91;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.promo-btn:hover {
  background-color: #ff4f7a;
}

.promo-note {
  margin-top: 10px;
  font-size: 12px;
  color: #d45b78;
}