    
.custom-account-link{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;   /* увеличено на ~20% от 24px */
  height: 28px;  /* увеличено на ~20% от 24px */
  text-decoration: none;
}

.custom-cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;   /* увеличено на ~20% от 24px */
  height: 28px;  /* увеличено на ~20% от 24px */
  text-decoration: none;
  color: inherit;
}.search-container {
  background-color: transparent;
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
}

/* SVG иконки */
.custom-account-link svg,
.custom-cart-link svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Hover стили иконок */
.custom-cart-link:hover svg,
.custom-account-link:hover svg,
.custom-cart-link:hover i,
.custom-account-link:hover i {
  fill: #465973;
  color: #465973;
}



	
	.availability-note {
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    color: inherit;
}
		.custom-shop-banner {
			position: relative;
			width: 100vw;
			height: 100vh;
			overflow: hidden;
			font-family: Manrope, sans-serif;
			z-index: 0;
			margin: 0;
			padding: 0;
		}

		.custom-shop-banner video {
			position: absolute;
			top: 0;
			left: 0;
			width: 100vw;
			height: 100vh;
			object-fit: cover;
			z-index: 1;
		}

		.video-overlay {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(255, 255, 255, 0.25);
			z-index: 2;
		}

		.banner-inner {
			position: relative;
			z-index: 3;
			width: 100%;
			max-width: 1200px;
			margin: 0 auto;
			padding-top: 100px;
			color: #2a2a2a;
			text-align: center;
		}

		.search-container {
			display: flex;
			gap: 15px;
			background: rgba(255, 255, 255, 0.9);
			border-radius: 15px;
			padding: 10px;
			align-items: center;
			max-width: 700px;
			margin: 0 auto 30px;
		}

		.search-container input[type="search"] {
			flex: 1;
			border: none;
			font-size: 18px;
			background: transparent;
			outline: none;
		}

		.request-button {
			background: #ff5858;
			color: white;
			border: none;
			padding: 12px 24px;
			border-radius: 40px;
			font-size: 18px;
			cursor: pointer;
		}

		.video-content h1 {
			font-size: 3rem;
			margin-bottom: 1rem;
			color: #2a2a2a;
		}

		.video-content p {
			font-size: 1.2rem;
			color: #2a2a2a;
		}
/* Контейнер формы */
.wpcf7 {
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Manrope', sans-serif;
}

/* Заголовок */
.wpcf7-title,
h2.request-title {
  font-size: 26px;
  font-weight: 800;
  color: #e40000;
  margin-bottom: 20px;
}

/* Метки */
.wpcf7-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}

/* Поля ввода и текстовое поле */
.wpcf7-form input[type="text"]

 {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.wpcf7-form textarea {
  height: 120px; /* было авто или слишком много */
  resize: vertical;
  margin-bottom: 10px;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: inherit;
  font-size: 15px;
  box-sizing: border-box;
}

.wpcf7-form input[type="email"] {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  font-family: inherit;
  box-sizing: border-box;
}

.wpcf7 form {
  color: #333;
}


.submit-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.submit-cell {
  display: flex;
  align-items: center;
}

.wpcf7-submit {
  background: #ff5858;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 40px;
  font-size: 18px;
  cursor: pointer;
}

.wpcf7-submit:hover {
  background: #e64343;
}

.icon-cell {
  display: flex;
  align-items: center;
}

.email-icon {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.email-icon svg {
  display: block;
  fill: #ff5858;
  transition: fill 0.3s;
}

.email-icon:hover svg {
  fill: #e64343;
}


.email-icon {
  color: #ff5858;
  font-size: 24px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.email-icon:hover {
  color: #e64343;
}

.icon-cell {
  display: flex;
  align-items: center;
  height: 100%;
}

.email-icon svg {
  display: block;
}


.submit-cell p {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0; /* убираем отступы у <p> */
  margin-block-start: 0em!important;
    margin-block-end: 0em!important;
}

.wpcf7-submit {
  margin-right: 5px;
}

.wpcf7-submit {
  margin: 0; /* на всякий случай */
}


.custom-account-link{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;   /* увеличено на ~20% от 24px */
  height: 28px;  /* увеличено на ~20% от 24px */
  text-decoration: none;
}

.custom-cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;   /* увеличено на ~20% от 24px */
  height: 28px;  /* увеличено на ~20% от 24px */
  text-decoration: none;
  color: inherit;
}

.search-container {background-color: transparent !important;
    			font-family: Manrope !important;
font-size:20px !important;
}

.custom-account-link svg,
.custom-cart-link svg {
  width: 100%;
  height: 100%;
  display: block;
}


.custom-cart-link:hover svg,
.custom-account-link:hover svg,
.custom-cart-link:hover i,
.custom-account-link:hover i {
  fill: #465973; /* или любой hover-цвет */
  color: #465973;
}

.dgwt-wcas-search-form {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 9999px !important;
  display: flex;
  align-items: center;
  gap: 8px;
    padding: 2px 40px; !important;

}

.dgwt-wcas-search-form input[type="search"] {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  color: #ffffff !important;
  width: 100%;
  caret-color: #4A2537;
}

.dgwt-wcas-search-form input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.dgwt-wcas-search-icon {
  color: #4A2537 !important;
  font-size: 18px !important;
}

/* Убираем лишнюю вложенность и рамки */
.dgwt-wcas-sf-wrapp,
.dgwt-wcas-search-wrapp {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.dgwt-wcas-search-form {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 9999px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 500px;
}

.dgwt-wcas-search-form input[type="search"] {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  caret-color: #ffffff;
  width: 100%;
  padding: 0;
}

.dgwt-wcas-search-form input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Manrope', sans-serif;
}

.dgwt-wcas-search-form .dgwt-wcas-search-icon {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  margin-right: 10px;
  flex-shrink: 0;
  
}
.dgwt-wcas-ico-magnifier {height:0!important;}
.dgwt-wcas-search-submit {height:0!important;}


/**/
  	
	.availability-note {
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    color: inherit;
}
		.custom-shop-banner {
			position: relative;
			width: 100vw;
			height: 100vh;
			overflow: hidden;
			font-family: Manrope, sans-serif;
			z-index: 0;
			margin: 0;
			padding: 0;
		}

		.custom-shop-banner video {
			position: absolute;
			top: 0;
			left: 0;
			width: 100vw;
			height: 100vh;
			object-fit: cover;
			z-index: 1;
		}

		.video-overlay {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(255, 255, 255, 0.25);
			z-index: 2;
		}

		.banner-inner {
			position: relative;
			z-index: 3;
			width: 100%;
			max-width: 1200px;
			margin: 0 auto;
			padding-top: 100px;
			color: #2a2a2a;
			text-align: center;
		}

		.search-container {
			display: flex;
			gap: 15px;
			background: rgba(255, 255, 255, 0.9);
			border-radius: 15px;
			padding: 10px;
			align-items: center;
			max-width: 700px;
			margin: 0 auto 30px;
		}

		.search-container input[type="search"] {
			flex: 1;
			border: none;
			font-size: 18px;
			background: transparent;
			outline: none;
		}

		.request-button {
			background: #ff5858;
			color: white;
			border: none;
			padding: 12px 24px;
			border-radius: 40px;
			font-size: 18px;
			cursor: pointer;
		}

		.video-content h1 {
			font-size: 3rem;
			margin-bottom: 1rem;
			color: #2a2a2a;
		}

		.video-content p {
			font-size: 1.2rem;
			color: #2a2a2a;
		}





/*Lepra*/

    
        

	
	.availability-note {
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    color: inherit;
}
		.custom-shop-banner {
			position: relative;
			width: 100vw;
			height: 100vh;
			overflow: hidden;
			font-family: Manrope, sans-serif;
			z-index: 0;
			margin: 0;
			padding: 0;
		}

		.custom-shop-banner video {
			position: absolute;
			top: 0;
			left: 0;
			width: 100vw;
			height: 100vh;
			object-fit: cover;
			z-index: 1;
		}

		.video-overlay {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(255, 255, 255, 0.25);
			z-index: 2;
		}

		.banner-inner {
			position: relative;
			z-index: 3;
			width: 100%;
			max-width: 1200px;
			margin: 0 auto;
			padding-top: 100px;
			color: #2a2a2a;
			text-align: center;
		}

		.search-container {
			display: flex;
			gap: 15px;
			background: rgba(255, 255, 255, 0.9);
			border-radius: 15px;
			padding: 10px;
			align-items: center;
			max-width: 700px;
			margin: 0 auto 30px;
		}

		.search-container input[type="search"] {
			flex: 1;
			border: none;
			font-size: 18px;
			background: transparent;
			outline: none;
		}

		.request-button {
			background: #ff5858;
			color: white;
			border: none;
			padding: 12px 24px;
			border-radius: 40px;
			font-size: 18px;
			cursor: pointer;
		}

		.video-content h1 {
			font-size: 3rem;
			margin-bottom: 1rem;
			color: #2a2a2a;
		}

		.video-content p {
			font-size: 1.2rem;
			color: #2a2a2a;
		}

		@media (max-width: 768px) {
			.banner-inner {
				padding-top: 60px;
			}
			.video-content h1 {
				font-size: 2rem;
			}
			.video-content p {
				font-size: 1rem;
			}
			.search-container {
				flex-direction: column;
				gap: 10px;
			}
			.request-button {
				width: 100%;
			}}
		
/* Контейнер формы */
.wpcf7 {
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Manrope', sans-serif;
}

/* Заголовок */
.wpcf7-title,
h2.request-title {
  font-size: 26px;
  font-weight: 800;
  color: #e40000;
  margin-bottom: 20px;
}

/* Метки */
.wpcf7-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}

/* Поля ввода и текстовое поле */
.wpcf7-form input[type="text"] {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 20px;
  box-sizing: border-box;
}


.wpcf7-form textarea {
  height: 120px; /* было авто или слишком много */
  resize: vertical;
  margin-bottom: 10px;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: inherit;
  font-size: 15px;
  box-sizing: border-box;
}

.wpcf7-form input[type="email"] {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  font-family: inherit;
  box-sizing: border-box;
}

.wpcf7 form {
  color: #333;
}


.submit-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.submit-cell {
  display: flex;
  align-items: center;
}

.wpcf7-submit {
  background: #ff5858;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 40px;
  font-size: 18px;
  cursor: pointer;
}

.wpcf7-submit:hover {
  background: #e64343;
}

.icon-cell {
  display: flex;
  align-items: center;
}

.email-icon {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.email-icon svg {
  display: block;
  fill: #ff5858;
  transition: fill 0.3s;
}

.email-icon:hover svg {
  fill: #e64343;
}


.email-icon {
  color: #ff5858;
  font-size: 24px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.email-icon:hover {
  color: #e64343;
}

.icon-cell {
  display: flex;
  align-items: center;
  height: 100%;
}

.email-icon svg {
  display: block;
}


.submit-cell p {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0; /* убираем отступы у <p> */
  margin-block-start: 0em!important;
    margin-block-end: 0em!important;
}

.wpcf7-submit {
  margin-right: 5px;
}

.wpcf7-submit {
  margin: 0; /* на всякий случай */
}

#cherry-hero {
  background: #4A2537;
  color: #fff;
  font-family: 'Manrope', sans-serif;
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.cherry-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin-left: 200px;
  padding: 0 20px;
}

.cherry-hero-content h1 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 28px;
}

.cherry-benefits {
  display: flex;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  font-size: 18px;
  align-items: center;
}

.cherry-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cherry-benefits img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1); /* делаем иконки белыми */
}

.cherry-search-row {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.cherry-search-row input[type="text"] {
  flex: 1;
  min-width: 250px;
  max-width: 300px;
  padding: 14px 20px;
  border-radius: 30px;
  font-size: 16px;
  border: none;
}



.ask-btn {
  background: #fff;
  color: #2D0E39;
  border-radius: 30px;
  padding: 14px 24px;
  font-weight: 600;
  text-decoration: none;
}

.cherry-hero-bg {
  position: absolute;
  top: 20px;
  right: 0;
  width: 90%;
  height: 100%;
  background: url('/wp-content/themes/twentytwentyfive/assets/images/aircraft_top_macro.svg') no-repeat top right;
  background-size: 80%;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}


.search-btn {
 background: linear-gradient(to bottom, #C92C48 0%, #B31E3F 100%)!important;
  color: #fff!important;
  border: none;
  border-radius: 30px;
  padding: 14px 24px;
  font-weight: 600;
  cursor: pointer;
}