/*
Theme Name: SaiweiVet Child
Theme URI: http://127.0.0.1:8000/
Description: Child theme for Saiwei Veterinary Raw Materials local development.
Author: uni-agent
Template: twentytwentyfive
Version: 1.0.0
Text Domain: saiweivet-child
*/

.saiweivet-language-bar {
	background: #5e7380;
	border-bottom: 0;
	padding: 0 24px;
}

.saiweivet-language-bar__inner {
	max-width: 1340px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	gap: 0;
	flex-wrap: wrap;
}

.saiweivet-language-bar__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 18px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, color 0.2s ease;
	cursor: pointer;
	position: relative;
}

.saiweivet-language-bar__link::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 1px;
	height: calc(100% - 20px);
	background: rgba(255, 255, 255, 0.42);
}

.saiweivet-language-bar__inner > .saiweivet-language-bar__link:first-child::before,
.saiweivet-language-bar__inner > .saiweivet-language-bar__more:first-of-type .saiweivet-language-bar__more-toggle::before {
	display: none;
}

.saiweivet-language-bar__link:hover,
.saiweivet-language-bar__link:focus-visible {
	background: rgba(255, 255, 255, 0.06);
	color: #ffffff;
	text-decoration: none;
}

.saiweivet-language-bar__link.is-current {
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

.saiweivet-language-bar__more {
	position: relative;
	display: inline-flex;
}

.saiweivet-language-bar__more-toggle {
	list-style: none;
	position: relative;
}

.saiweivet-language-bar__more-toggle::-webkit-details-marker {
	display: none;
}

.saiweivet-language-bar__more-toggle::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 1px;
	height: calc(100% - 20px);
	background: rgba(255, 255, 255, 0.42);
}

.saiweivet-language-bar__dropdown {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	min-width: 220px;
	padding: 10px;
	border: 1px solid #cfd5e6;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 16px 40px rgba(17, 24, 39, 0.12);
	display: none;
	flex-direction: column;
	gap: 6px;
	z-index: 20;
}

.saiweivet-language-bar__more[open] .saiweivet-language-bar__dropdown {
	display: flex;
}

.saiweivet-language-bar__dropdown-link {
	display: flex;
	align-items: center;
	min-height: 40px;
	padding: 8px 12px;
	border-radius: 8px;
	color: #111827;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
	background: #ffffff;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.saiweivet-language-bar__dropdown-link:hover,
.saiweivet-language-bar__dropdown-link:focus-visible,
.saiweivet-language-bar__dropdown-link.is-current {
	background: #111827;
	color: #ffffff;
	text-decoration: none;
}

.saiweivet-main-nav {
	background: #5e7380;
	padding: 0 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.saiweivet-main-nav__inner {
	max-width: 1340px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 76px;
	flex-wrap: wrap;
}

.saiweivet-main-nav__brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
	color: #ffffff;
	text-decoration: none;
	flex: 0 1 430px;
}

.saiweivet-main-nav__brand:hover,
.saiweivet-main-nav__brand:focus-visible {
	color: #ffffff;
	text-decoration: none;
}

.saiweivet-main-nav__brand-logo {
	width: 72px;
	height: 72px;
	object-fit: contain;
	display: block;
	flex: 0 0 auto;
}

.saiweivet-main-nav__brand-text {
	display: block;
	max-width: 300px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.15;
	color: inherit;
}

.saiweivet-main-nav__menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 26px;
	flex: 1 1 auto;
	min-width: 0;
	flex-wrap: wrap;
}

.saiweivet-main-nav__item {
	position: relative;
	display: inline-flex;
	align-items: center;
	height: 76px;
}

.saiweivet-main-nav__link {
	display: inline-flex;
	align-items: center;
	min-height: 76px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	letter-spacing: 0;
}

.saiweivet-main-nav__link:hover,
.saiweivet-main-nav__link:focus-visible {
	color: #19c0ff;
	text-decoration: none;
}

.saiweivet-main-nav__link--with-caret::after {
	content: '';
	width: 8px;
	height: 8px;
	margin-left: 10px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	transform-origin: center;
	flex: 0 0 auto;
}

.saiweivet-main-nav__dropdown {
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 220px;
	padding: 10px;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(17, 24, 39, 0.18);
	display: none;
	flex-direction: column;
	gap: 6px;
	z-index: 30;
}

.saiweivet-main-nav__item--has-dropdown:hover .saiweivet-main-nav__dropdown,
.saiweivet-main-nav__item--has-dropdown:focus-within .saiweivet-main-nav__dropdown {
	display: flex;
}

.saiweivet-main-nav__dropdown-link {
	display: flex;
	align-items: center;
	min-height: 40px;
	padding: 8px 12px;
	border-radius: 6px;
	background: #ffffff;
	color: #111827;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.saiweivet-main-nav__dropdown-link:hover,
.saiweivet-main-nav__dropdown-link:focus-visible {
	background: #111827;
	color: #ffffff;
	text-decoration: none;
}

.saiweivet-home-carousel {
	background: #dce8f1;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.saiweivet-home-carousel__viewport {
	position: relative;
	min-height: 360px;
	height: clamp(360px, 52vw, 760px);
	background: #dce8f1;
}

.saiweivet-home-carousel__track {
	position: relative;
	width: 100%;
	height: 100%;
}

.saiweivet-home-carousel__picture {
	display: block;
	width: 100%;
	height: 100%;
}

.saiweivet-home-carousel__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.45s ease;
	pointer-events: none;
}

.saiweivet-home-carousel__slide.is-active {
	opacity: 1;
	pointer-events: auto;
}

.saiweivet-home-carousel__image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.saiweivet-home-carousel__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(15, 23, 42, 0.58) 0%, rgba(15, 23, 42, 0.34) 36%, rgba(15, 23, 42, 0.12) 100%);
	z-index: 1;
}

.saiweivet-home-carousel__content {
	position: absolute;
	left: min(7vw, 96px);
	bottom: clamp(44px, 8vw, 88px);
	z-index: 2;
	max-width: min(640px, calc(100% - 160px));
	color: var(--saiweivet-carousel-text-color, #ffffff);
}

.saiweivet-home-carousel__content.is-description-only {
	left: clamp(120px, 18vw, 340px);
	bottom: clamp(132px, 20vw, 236px);
	max-width: min(980px, calc(100% - 360px));
}

.saiweivet-home-carousel__headline {
	margin: 0;
	color: inherit;
	font-size: clamp(28px, var(--saiweivet-carousel-headline-size, 56px), 72px);
	line-height: 1.08;
	font-weight: 700;
	text-shadow: 0 2px 16px rgba(15, 23, 42, 0.28);
}

.saiweivet-home-carousel__description {
	margin: 16px 0 0;
	color: inherit;
	font-size: clamp(15px, var(--saiweivet-carousel-description-size, 20px), 28px);
	line-height: 1.5;
	text-shadow: 0 2px 16px rgba(15, 23, 42, 0.22);
}

.saiweivet-home-carousel__content.is-description-only .saiweivet-home-carousel__description {
	margin-top: 0;
	font-weight: 600;
	line-height: 1.28;
	font-size: clamp(24px, var(--saiweivet-carousel-description-size, 42px), 54px);
}

.saiweivet-home-carousel__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.48);
	color: #ffffff;
	font-size: 34px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.saiweivet-home-carousel__arrow:hover,
.saiweivet-home-carousel__arrow:focus-visible {
	background: rgba(15, 23, 42, 0.72);
	text-decoration: none;
}

.saiweivet-home-carousel__arrow--prev {
	left: 24px;
}

.saiweivet-home-carousel__arrow--next {
	right: 24px;
}

.saiweivet-home-carousel__dots {
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	gap: 10px;
	z-index: 2;
}

.saiweivet-home-carousel__dot {
	width: 12px;
	height: 12px;
	border-radius: 999px;
	border: 0;
	padding: 0;
	background: rgba(255, 255, 255, 0.55);
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.saiweivet-home-carousel__dot.is-active,
.saiweivet-home-carousel__dot:hover,
.saiweivet-home-carousel__dot:focus-visible {
	background: #ffffff;
	transform: scale(1.08);
}

.saiweivet-home-product-search {
	background: #eef3f6;
	padding: 44px 24px 24px;
}

.saiweivet-home-product-search__inner {
	max-width: 1180px;
	margin: 0 auto;
}

.saiweivet-home-product-search__intro {
	max-width: 780px;
	margin-bottom: 18px;
}

.saiweivet-home-product-search__title {
	margin: 0;
	color: #18313d;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.12;
}

.saiweivet-home-product-search__description {
	margin: 12px 0 0;
	color: #526671;
	font-size: 16px;
	line-height: 1.7;
}

.saiweivet-home-product-search__form {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 200px;
	gap: 12px;
	align-items: stretch;
}

.saiweivet-home-product-search__input {
	min-height: 58px;
	padding: 0 18px;
	border: 1px solid #c8d2d8;
	border-radius: 8px;
	background: #ffffff;
	color: #12242d;
	font-size: 16px;
	line-height: 1.2;
	outline: none;
	box-shadow: none;
}

.saiweivet-home-product-search__input:focus {
	border-color: #1fbb4f;
	box-shadow: 0 0 0 3px rgba(31, 187, 79, 0.14);
}

.saiweivet-home-product-search__button {
	min-height: 58px;
	border: 0;
	border-radius: 8px;
	background: #1fbb4f;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.saiweivet-home-product-search__button:hover,
.saiweivet-home-product-search__button:focus-visible {
	background: #17913c;
	transform: translateY(-1px);
}

.saiweivet-home-product-search__suggestions {
	position: absolute;
	left: 0;
	right: 212px;
	top: calc(100% + 10px);
	padding: 8px;
	border: 1px solid #c8d2d8;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 36px rgba(17, 24, 39, 0.12);
	z-index: 20;
	display: grid;
	gap: 6px;
}

.saiweivet-home-product-search__suggestions[hidden] {
	display: none;
}

.saiweivet-home-product-search__suggestion,
.saiweivet-home-product-search__result {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 12px 14px;
	border-radius: 8px;
	background: #ffffff;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.saiweivet-home-product-search__suggestion:hover,
.saiweivet-home-product-search__suggestion:focus-visible,
.saiweivet-home-product-search__result:hover,
.saiweivet-home-product-search__result:focus-visible {
	background: #f4f8fb;
	text-decoration: none;
	transform: translateY(-1px);
}

.saiweivet-home-product-search__suggestion-title,
.saiweivet-home-product-search__result-title {
	color: #12242d;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

.saiweivet-home-product-search__suggestion-meta,
.saiweivet-home-product-search__result-meta,
.saiweivet-home-product-search__result-link,
.saiweivet-home-product-search__results-count,
.saiweivet-home-product-search__empty {
	color: #556771;
	font-size: 14px;
	line-height: 1.6;
}

.saiweivet-home-product-search__results {
	margin-top: 24px;
	padding: 18px;
	border: 1px solid #d3dde3;
	border-radius: 8px;
	background: #ffffff;
}

.saiweivet-home-product-search__results-head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 14px;
}

.saiweivet-home-product-search__results-title {
	margin: 0;
	color: #18313d;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.saiweivet-home-product-search__results-count {
	margin: 0;
}

.saiweivet-home-product-search__result-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.saiweivet-home-product-search__result {
	border: 1px solid #e0e7ec;
}

.saiweivet-home-about {
	background: #ffffff;
	padding: 52px 24px 60px;
}

.saiweivet-home-about__inner {
	max-width: 1340px;
	margin: 0 auto;
	color: #243746;
}

.saiweivet-home-about__title {
	margin: 0;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	color: #0f172a;
}

.saiweivet-home-about__subtitle {
	margin: 24px 0 0;
	max-width: 1120px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.45;
	color: #243746;
}

.saiweivet-home-about__content {
	max-width: 1180px;
	margin-top: 22px;
	font-size: 17px;
	line-height: 1.72;
	color: #445566;
	position: relative;
	padding-bottom: 48px;
}

.saiweivet-home-about__content p {
	margin: 0;
}

.saiweivet-home-about__content p + p {
	margin-top: 24px;
}

.saiweivet-home-about__label {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #35b24a;
}

.saiweivet-home-advantages {
	background: #ffffff;
	padding: 0 24px 68px;
}

.saiweivet-home-advantages__inner {
	max-width: 1340px;
	margin: 0 auto;
}

.saiweivet-home-advantages__title {
	margin: 0;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	color: #0f172a;
}

.saiweivet-home-advantages__grid {
	margin-top: 28px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
}

.saiweivet-home-advantages__item {
	display: grid;
	justify-items: center;
	text-align: center;
	padding: 28px 22px 22px;
	border: 1px solid #dbe5ec;
	border-radius: 8px;
	background: #ffffff;
	min-height: 100%;
}

.saiweivet-home-advantages__icon {
	width: 132px;
	height: 132px;
	object-fit: contain;
	display: block;
}

.saiweivet-home-advantages__label {
	margin: 20px 0 0;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.4;
	color: #1f3342;
}

body.home.blog .wp-site-blocks > header.wp-block-template-part,
body.home.blog .wp-site-blocks > ul.wp-block-post-template,
body.home.blog .wp-site-blocks > .wp-block-query-title,
body.home.blog .wp-site-blocks > footer.wp-block-template-part {
	display: none;
}

body.saiweivet-home-page .wp-site-blocks .wp-block-post-title,
body.saiweivet-home-page .wp-site-blocks .wp-block-post-content {
	display: none !important;
}

body.saiweivet-home-page .wp-site-blocks main {
	display: none !important;
}

body.saiweivet-products-category-page .wp-site-blocks > header.wp-block-template-part,
body.saiweivet-products-category-page .wp-site-blocks > footer.wp-block-template-part,
body.saiweivet-product-detail-page .wp-site-blocks > header.wp-block-template-part,
body.saiweivet-product-detail-page .wp-site-blocks > footer.wp-block-template-part,
body.saiweivet-product-detail-page .wp-site-blocks .wp-block-post-featured-image,
body.saiweivet-product-detail-page .wp-site-blocks .wp-block-post-title {
	display: none;
}

.wp-site-blocks > footer.wp-block-template-part {
	display: none;
}

.wp-site-blocks > header.wp-block-template-part {
	display: none;
}

body.saiweivet-products-category-page .wp-site-blocks main,
body.saiweivet-product-detail-page .wp-site-blocks main,
body.saiweivet-products-category-page .wp-site-blocks .wp-block-post-content,
body.saiweivet-product-detail-page .wp-site-blocks .wp-block-post-content {
	max-width: min(2200px, calc(100% - 48px));
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.saiweivet-contact-footer {
	background: #2f4754;
	color: #ffffff;
	padding: 28px 24px 34px;
}

.saiweivet-contact-footer__inner {
	max-width: 1340px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 476px);
	gap: 36px;
	align-items: start;
}

.saiweivet-contact-footer__main {
	display: grid;
	gap: 12px;
}

.saiweivet-contact-footer__heading {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	color: #ffffff;
	margin: 0 0 4px;
}

.saiweivet-contact-footer__socials {
	display: grid;
	grid-template-columns: repeat(4, minmax(78px, 92px));
	gap: 12px;
	margin-bottom: 8px;
}

.saiweivet-contact-footer__social {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 92px;
	padding: 10px 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.04);
	color: #ffffff;
	text-decoration: none;
	transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
	cursor: pointer;
}


.saiweivet-contact-footer__social-label {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: inherit;
}

.saiweivet-contact-footer__social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: #ffffff;
	color: #35b24a;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.saiweivet-contact-footer__social svg,
.saiweivet-contact-footer__social img {
	width: 22px;
	height: 22px;
	display: block;
	object-fit: contain;
}

.saiweivet-contact-footer__social:hover,
.saiweivet-contact-footer__social:focus-visible,
.saiweivet-contact-footer__social.is-active {
	transform: translateY(-1px);
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(53, 178, 74, 0.6);
	text-decoration: none;
}

.saiweivet-contact-footer__social:hover .saiweivet-contact-footer__social-icon,
.saiweivet-contact-footer__social:focus-visible .saiweivet-contact-footer__social-icon,
.saiweivet-contact-footer__social.is-active .saiweivet-contact-footer__social-icon {
	background: #35b24a;
	color: #ffffff;
}

.saiweivet-contact-footer__social-info {
	margin-bottom: 12px;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	color: #f5f7fa;
	font-size: 14px;
	line-height: 1.6;
	word-break: break-word;
}

.saiweivet-contact-footer__social-info[hidden] {
	display: none;
}

.saiweivet-contact-footer__row {
	margin: 0;
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr);
	column-gap: 12px;
	align-items: start;
	font-size: 15px;
	line-height: 1.7;
	color: #f5f7fa;
}

.saiweivet-contact-footer__row--address {
	max-width: 980px;
}

.saiweivet-contact-footer__label {
	font-weight: 700;
	color: #ffffff;
}

.saiweivet-contact-footer__value {
	min-width: 0;
	word-break: break-word;
}

.saiweivet-contact-footer__address-line {
	display: block;
}

.saiweivet-contact-footer__link {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.saiweivet-contact-footer__link:hover,
.saiweivet-contact-footer__link:focus-visible {
	color: #9fe7ff;
	border-bottom-color: currentColor;
	text-decoration: none;
}

.saiweivet-contact-footer__newsletter {
	padding-top: 8px;
}

.saiweivet-contact-footer__newsletter-title {
	margin: 0;
	color: #44c256;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

.saiweivet-contact-footer__newsletter-rule {
	width: 200px;
	height: 2px;
	margin: 20px 0;
	background: rgba(255, 255, 255, 0.72);
}

.saiweivet-contact-footer__newsletter-form {
	display: grid;
	gap: 12px;
}

.saiweivet-contact-footer__newsletter-input {
	width: 100%;
	min-height: 46px;
	padding: 0 18px;
	border: 1px solid #d9dde4;
	border-radius: 4px;
	background: #ffffff;
	color: #1f2937;
	font-size: 15px;
	line-height: 1.4;
}

.saiweivet-contact-footer__newsletter-input::placeholder {
	color: #757b84;
	opacity: 1;
}

.saiweivet-contact-footer__newsletter-input:focus {
	border-color: #44c256;
	box-shadow: 0 0 0 3px rgba(68, 194, 86, 0.14);
	outline: none;
}

.saiweivet-contact-footer__newsletter-button {
	min-height: 46px;
	border: 0;
	border-radius: 0;
	background: #44c256;
	color: #0f172a;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.saiweivet-contact-footer__newsletter-button:hover,
.saiweivet-contact-footer__newsletter-button:focus-visible {
	background: #39b04a;
	outline: none;
}

.saiweivet-contact-footer__newsletter-message {
	padding: 10px 14px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.5;
}

.saiweivet-contact-footer__newsletter-message.is-success {
	background: rgba(68, 194, 86, 0.16);
	color: #d2ffd9;
}

.saiweivet-contact-footer__newsletter-message.is-error {
	background: rgba(248, 113, 113, 0.16);
	color: #ffe1e1;
}

.saiweivet-whatsapp-float {
	position: fixed;
	right: 22px;
	bottom: max(22px, env(safe-area-inset-bottom));
	width: 60px;
	height: 60px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #25d366;
	color: #ffffff;
	box-shadow: 0 16px 32px rgba(37, 211, 102, 0.28);
	text-decoration: none;
	z-index: 90;
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.saiweivet-whatsapp-float:hover,
.saiweivet-whatsapp-float:focus-visible {
	transform: translateY(-2px) scale(1.02);
	box-shadow: 0 20px 36px rgba(37, 211, 102, 0.34);
	color: #ffffff;
	text-decoration: none;
	opacity: 1;
}

.saiweivet-whatsapp-float__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
}

.saiweivet-whatsapp-float__icon svg {
	width: 28px;
	height: 28px;
	display: block;
}

.saiweivet-products-category {
	padding: 18px 0 14px;
}

.saiweivet-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.5;
	color: #5f7184;
}

.saiweivet-breadcrumbs__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.saiweivet-breadcrumbs__link {
	color: #31597d;
	text-decoration: none;
}

.saiweivet-breadcrumbs__link:hover,
.saiweivet-breadcrumbs__link:focus-visible {
	color: #1d7f2e;
	text-decoration: none;
}

.saiweivet-breadcrumbs__separator {
	color: #90a0b2;
}

.saiweivet-breadcrumbs__current {
	color: #13263a;
	font-weight: 600;
}

.saiweivet-products-category__title {
	margin: 0 0 24px;
	color: #13263a;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.15;
}

.saiweivet-products-category__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(320px, 1fr));
	gap: 30px;
	align-items: stretch;
}

.saiweivet-products-category__empty {
	padding: 34px 28px;
	border: 1px solid #dbe5ec;
	border-radius: 8px;
	background: #f7fafc;
	font-size: 16px;
	line-height: 1.7;
	color: #445566;
	text-align: center;
}

.saiweivet-products-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 56px;
	padding-top: 10px;
}

.saiweivet-products-pagination__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 0 14px;
	border: 1px solid #dbe5ec;
	border-radius: 8px;
	background: #ffffff;
	color: #1b3145;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.saiweivet-products-pagination__link:hover,
.saiweivet-products-pagination__link:focus-visible {
	border-color: #35b24a;
	color: #1d7f2e;
	text-decoration: none;
}

.saiweivet-products-pagination__link.is-current {
	border-color: #35b24a;
	background: #35b24a;
	color: #ffffff;
}

.saiweivet-products-pagination__link.is-nav {
	padding: 0 18px;
}

.saiweivet-product-card {
	display: grid;
	grid-template-rows: auto auto 1fr auto;
	align-content: start;
	gap: 18px;
	padding: 20px 20px 22px;
	border: 1px solid #dbe5ec;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
	min-height: 100%;
}

.saiweivet-product-card__title {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: #13263a;
	text-align: center;
	word-break: break-word;
}

.saiweivet-product-card__title-link {
	color: inherit;
	text-decoration: none;
}

.saiweivet-product-card__title-link:hover,
.saiweivet-product-card__title-link:focus-visible {
	color: #1d7f2e;
	text-decoration: none;
}

.saiweivet-product-card__image,
.saiweivet-product-detail__media,
.saiweivet-product-modal__media {
	border: 1px solid #e5edf3;
	border-radius: 8px;
	background: #f8fafc;
	overflow: hidden;
}

.saiweivet-product-card__image {
	display: block;
	margin-left: -20px;
	margin-right: -20px;
	aspect-ratio: 1 / 1;
}

.saiweivet-product-card__image img,
.saiweivet-product-detail__media img,
.saiweivet-product-modal__media img {
	width: 100%;
	height: 100%;
	display: block;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.saiweivet-product-card__image img,
.saiweivet-product-card__image-placeholder,
.saiweivet-product-detail__media img,
.saiweivet-product-modal__media img {
	aspect-ratio: 1 / 1;
}

.saiweivet-product-card__image-placeholder {
	display: grid;
	place-items: center;
	padding: 20px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	color: #71808f;
	text-align: center;
	background: linear-gradient(180deg, #f8fbfd 0%, #eef4f8 100%);
}

.saiweivet-product-card__meta,
.saiweivet-product-detail__meta,
.saiweivet-product-modal__meta {
	display: grid;
	gap: 8px;
}

.saiweivet-product-detail__meta {
	gap: 0;
}

.saiweivet-product-card__meta-row {
	display: grid;
	grid-template-columns: 118px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	font-size: 15px;
	line-height: 1.4;
	color: #435364;
}

.saiweivet-product-card__meta-label {
	font-weight: 700;
	color: #17293c;
	word-break: break-word;
}

.saiweivet-product-card__meta-value {
	min-width: 0;
	word-break: break-word;
}

.saiweivet-product-detail__meta .saiweivet-product-card__meta-row {
	grid-template-columns: 170px minmax(0, 1fr);
	min-height: 34px;
	padding: 3px 0;
	border-bottom: 1px solid #e7edf3;
	align-items: center;
}

.saiweivet-product-detail__meta .saiweivet-product-card__meta-row:last-child {
	border-bottom: 0;
}

.saiweivet-product-detail__meta .saiweivet-product-card__meta-label,
.saiweivet-product-detail__meta .saiweivet-product-card__meta-value {
	white-space: nowrap;
}

.saiweivet-product-card__button {
	display: flex;
	align-items: center;
	justify-content: center;
	justify-self: stretch;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	min-height: 50px;
	margin: 0;
	padding: 0 24px;
	border: 0;
	border-radius: 8px;
	background: #35b24a;
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.saiweivet-product-card__button:hover,
.saiweivet-product-card__button:focus-visible {
	background: #25963a;
	transform: translateY(-1px);
	color: #ffffff;
	text-decoration: none;
}

body.saiweivet-product-modal-open {
	overflow: hidden;
}

.saiweivet-product-modal {
	position: fixed;
	inset: 0;
	z-index: 200;
}

.saiweivet-product-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.6);
}

.saiweivet-product-modal__dialog {
	position: relative;
	width: min(1800px, calc(100% - 32px));
	max-height: calc(100vh - 48px);
	margin: 24px auto;
	padding: 28px;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 28px 70px rgba(15, 23, 42, 0.22);
	overflow: auto;
	display: grid;
	grid-template-columns: minmax(420px, 680px) minmax(0, 1fr);
	gap: 28px;
}

.saiweivet-product-modal__close {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 999px;
	background: #eef4f8;
	color: #17293c;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.saiweivet-product-modal__content {
	min-width: 0;
	display: grid;
	align-content: start;
	gap: 18px;
	padding-top: 8px;
}

.saiweivet-product-modal__eyebrow {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #35b24a;
}

.saiweivet-product-modal__title {
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	color: #13263a;
	word-break: break-word;
}

.saiweivet-product-detail {
	padding: 18px 0 12px;
	display: grid;
	gap: 28px;
}

.saiweivet-product-detail__section-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding: 16px 18px;
	border: 1px solid #dbe5ec;
	border-radius: 8px;
	background: #f8fbfd;
}

.saiweivet-product-detail__section-nav-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
	border: 1px solid #35b24a;
	border-radius: 999px;
	background: #ffffff;
	color: #2a6d35;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.saiweivet-product-detail__section-nav-link:hover,
.saiweivet-product-detail__section-nav-link:focus-visible {
	border-color: #2f8e3e;
	background: #35b24a;
	color: #ffffff;
	text-decoration: none;
}

.saiweivet-product-detail__sections {
	display: grid;
	gap: 20px;
}

.saiweivet-product-detail__section {
	padding: 22px 24px;
	border: 1px solid #dbe5ec;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
	scroll-margin-top: 24px;
}

.saiweivet-product-detail__section-header {
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e6edf2;
}

.saiweivet-product-detail__section-title {
	margin: 0;
	color: #13263a;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
}

.saiweivet-product-detail__section-body {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	gap: 22px;
	align-items: start;
	min-height: 72px;
}

.saiweivet-product-detail__section.is-empty .saiweivet-product-detail__section-body {
	background: linear-gradient(180deg, rgba(248, 251, 253, 0.9) 0%, rgba(255, 255, 255, 1) 100%);
	border-radius: 6px;
}

.saiweivet-product-detail__section-content {
	color: #334155;
	font-size: 16px;
	line-height: 1.75;
	word-break: break-word;
}

.saiweivet-product-detail__section-content > :first-child {
	margin-top: 0;
}

.saiweivet-product-detail__section-content > :last-child {
	margin-bottom: 0;
}

.saiweivet-product-detail__section-content h2,
.saiweivet-product-detail__section-content h3,
.saiweivet-product-detail__section-content h4 {
	color: #13263a;
	line-height: 1.3;
}

.saiweivet-product-detail__section-content ul,
.saiweivet-product-detail__section-content ol {
	margin: 0 0 1em 1.2em;
	padding: 0;
}

.saiweivet-product-detail__section-media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
	object-fit: cover;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.saiweivet-product-detail__hero {
	display: grid;
	grid-template-columns: minmax(420px, 640px) minmax(420px, 1fr);
	gap: 36px;
	align-items: start;
}

.saiweivet-product-detail__primary {
	display: grid;
	align-content: start;
	gap: 10px;
}

.saiweivet-product-detail__cta {
	display: grid;
	gap: 10px;
}

.saiweivet-product-detail__cta-buttons {
	display: grid;
	grid-template-columns: repeat(4, minmax(78px, 92px));
	gap: 12px;
}

.saiweivet-product-detail__cta-button {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 92px;
	padding: 10px 8px 12px;
	border: 1px solid #dbe5ec;
	border-radius: 8px;
	background: #f7fafc;
	color: #1f3f58;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	cursor: pointer;
}

.saiweivet-product-detail__cta-button-label {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	color: inherit;
	text-align: center;
	word-break: break-word;
}

.saiweivet-product-detail__cta-button-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid #35b24a;
	border-radius: 999px;
	background: #ffffff;
	color: #35b24a;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.saiweivet-product-detail__cta-button svg,
.saiweivet-product-detail__cta-button img {
	width: 22px;
	height: 22px;
	display: block;
	object-fit: contain;
}

.saiweivet-product-detail__cta-button:hover,
.saiweivet-product-detail__cta-button:focus-visible,
.saiweivet-product-detail__cta-button.is-active {
	border-color: #35b24a;
	background: #eef9f0;
	color: #1d7f2e;
	text-decoration: none;
}

.saiweivet-product-detail__cta-button:hover .saiweivet-product-detail__cta-button-icon,
.saiweivet-product-detail__cta-button:focus-visible .saiweivet-product-detail__cta-button-icon,
.saiweivet-product-detail__cta-button.is-active .saiweivet-product-detail__cta-button-icon {
	background: #35b24a;
	color: #ffffff;
}

.saiweivet-product-detail__cta-info {
	padding: 10px 14px;
	border: 1px solid #dbe5ec;
	border-radius: 8px;
	background: #f7fafc;
	color: #1f3f58;
	font-size: 14px;
	line-height: 1.6;
	word-break: break-word;
}

.saiweivet-product-detail__cta-info[hidden] {
	display: none;
}

.saiweivet-product-detail__cta-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: start;
	min-height: 42px;
	padding: 0 18px;
	border-radius: 8px;
	background: #35b24a;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.saiweivet-product-detail__cta-label:hover,
.saiweivet-product-detail__cta-label:focus-visible {
	background: #2f8e3e;
	color: #ffffff;
	text-decoration: none;
}

.saiweivet-product-detail__cta-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.saiweivet-product-detail__cta-quick-inquiry {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border: 1px solid #35b24a;
	border-radius: 8px;
	background: #ffffff;
	color: #35b24a;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.saiweivet-product-detail__cta-quick-inquiry:hover,
.saiweivet-product-detail__cta-quick-inquiry:focus-visible {
	background: #35b24a;
	color: #ffffff;
	text-decoration: none;
}

div.pum-overlay:has(.saiweivet-form-popup) {
	background: rgba(17, 24, 39, 0.2);
	padding: 18px;
}

div.pum-container:has(.saiweivet-form-popup) {
	width: 560px !important;
	max-width: calc(100vw - 32px) !important;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #ffffff;
	box-shadow: 0 18px 38px rgba(15, 23, 42, 0.18);
	overflow: visible;
}

div.pum-container:has(.saiweivet-form-popup) .pum-title {
	display: none;
}

div.pum-container:has(.saiweivet-form-popup) .pum-content {
	padding: 0;
	margin: 0;
}

div.pum-container:has(.saiweivet-form-popup) .pum-close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #1f3f58;
	font-size: 30px;
	line-height: 1;
	text-indent: 0;
	box-shadow: none;
	opacity: 1;
	transition: color 0.2s ease;
}

div.pum-container:has(.saiweivet-form-popup) .pum-close:hover,
div.pum-container:has(.saiweivet-form-popup) .pum-close:focus-visible {
	background: transparent;
	color: #35b24a;
}

.saiweivet-form-popup {
	padding: 72px 46px 42px;
	text-align: center;
}

.saiweivet-request-quote-popup {
	padding-left: 40px;
	padding-right: 40px;
}

.saiweivet-form-popup__title {
	margin: 0;
	color: #1f3f58;
	font-size: 33px;
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: 0;
	text-transform: uppercase;
}

.saiweivet-form-popup__intro {
	margin: 28px 0 46px;
	color: #4b5563;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.75;
}

.saiweivet-form-popup__intro strong {
	font-weight: 700;
	color: #111827;
}

.saiweivet-form-popup .forminator-ui.forminator-custom-form {
	text-align: left;
}

.saiweivet-form-popup form.forminator-ui.forminator-custom-form,
.saiweivet-form-popup .forminator-field,
.saiweivet-form-popup .forminator-row > [class*='forminator-col'] {
	width: 100%;
	max-width: 100%;
}

.saiweivet-form-popup .forminator-row > [class*='forminator-col'] {
	flex: 0 0 100%;
	margin-right: 0;
	margin-left: 0;
}

.saiweivet-form-popup .forminator-row {
	margin-bottom: 14px;
}

.saiweivet-form-popup .forminator-row.forminator-row-last {
	display: block;
	width: 100%;
	margin-top: 24px;
	margin-bottom: 0;
}

.saiweivet-form-popup .forminator-label {
	margin-bottom: 7px;
	color: #243145;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.saiweivet-form-popup .forminator-input,
.saiweivet-form-popup .forminator-textarea,
.saiweivet-form-popup .forminator-select--field {
	min-height: 40px;
	padding: 9px 14px;
	border: 1px solid #8393a3;
	border-radius: 4px;
	background: #ffffff;
	box-shadow: none;
	color: #111827;
	font-size: 15px;
	line-height: 1.4;
}

.saiweivet-form-popup .forminator-select--field {
	appearance: none;
	-webkit-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #4b5563 50%), linear-gradient(135deg, #4b5563 50%, transparent 50%);
	background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 12px) calc(50% - 2px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	padding-right: 34px;
	width: 100%;
}

.saiweivet-form-popup .forminator-textarea {
	min-height: 95px;
	resize: vertical;
}

.saiweivet-form-popup .forminator-field-textarea .forminator-description {
	display: none;
}

.saiweivet-form-popup .forminator-input::placeholder,
.saiweivet-form-popup .forminator-textarea::placeholder {
	color: #8b9098;
	opacity: 1;
}

.saiweivet-form-popup .forminator-input:focus,
.saiweivet-form-popup .forminator-textarea:focus,
.saiweivet-form-popup .forminator-select--field:focus {
	border-color: #35b24a;
	box-shadow: 0 0 0 3px rgba(53, 178, 74, 0.12);
	outline: none;
}

.saiweivet-form-popup .forminator-button-submit,
.saiweivet-form-popup .forminator-button.forminator-button-submit {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	min-height: 40px;
	margin: 0;
	border: 0;
	border-radius: 4px;
	background: #39a24a;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	box-shadow: none;
}

.saiweivet-form-popup .forminator-row.forminator-row-last .forminator-field,
.saiweivet-form-popup .forminator-row.forminator-row-last .forminator-button,
.saiweivet-form-popup .forminator-row.forminator-row-last .forminator-button-submit {
	width: 100%;
	max-width: 100%;
}

.saiweivet-form-popup .forminator-button-submit:hover,
.saiweivet-form-popup .forminator-button-submit:focus-visible,
.saiweivet-form-popup .forminator-button.forminator-button-submit:hover,
.saiweivet-form-popup .forminator-button.forminator-button-submit:focus-visible {
	background: #2f8e3e;
	color: #ffffff;
}

.saiweivet-form-popup .forminator-pagination-footer {
	display: block !important;
	width: 100%;
	margin-top: 24px;
	padding: 0;
}

.saiweivet-form-popup .forminator-pagination-footer .forminator-button,
.saiweivet-form-popup .forminator-pagination-footer .forminator-button-submit {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	flex: 0 0 100%;
	align-self: stretch;
	margin: 0 !important;
}

.saiweivet-form-popup .forminator-response-message {
	margin-bottom: 14px;
	border-radius: 4px;
	font-size: 13px;
}

.saiweivet-form-popup__benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px 18px;
	width: 100%;
	margin-top: 18px;
	color: #2d2f33;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

.saiweivet-form-popup__benefits--quote {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 22px;
	font-size: 13px;
}

.saiweivet-form-popup__benefit {
	position: relative;
	padding-left: 20px;
	text-align: left;
}

.saiweivet-form-popup__benefit::before {
	content: '\2714';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #111111;
	color: #ffffff;
	font-size: 9px;
	line-height: 14px;
	text-align: center;
}

.saiweivet-product-detail__media {
	align-self: center;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.saiweivet-product-detail__summary {
	padding: 14px 18px;
	border: 1px solid #dbe5ec;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
	display: grid;
	align-content: start;
	gap: 6px;
}

.saiweivet-product-detail__eyebrow {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
	color: #35b24a;
}

.saiweivet-product-detail__title {
	margin: 0;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.12;
	color: #13263a;
	word-break: break-word;
}

body.saiweivet-is-rtl-language {
	direction: rtl;
}

html:has(body.saiweivet-product-detail-page) {
	scroll-behavior: smooth;
}

body.saiweivet-is-rtl-language .saiweivet-language-bar__inner {
	justify-content: flex-start;
	flex-direction: row-reverse;
}

body.saiweivet-is-rtl-language .saiweivet-language-bar__dropdown {
	left: 0;
	right: auto;
	text-align: right;
}

body.saiweivet-is-rtl-language .saiweivet-language-bar__dropdown-link {
	justify-content: flex-end;
	text-align: right;
}

body.saiweivet-is-rtl-language .saiweivet-main-nav__inner {
	justify-content: flex-end;
	flex-direction: row-reverse;
}

body.saiweivet-is-rtl-language .saiweivet-main-nav__brand {
	flex-direction: row-reverse;
	text-align: right;
}

body.saiweivet-is-rtl-language .saiweivet-main-nav__link {
	text-align: right;
}

body.saiweivet-is-rtl-language .saiweivet-main-nav__menu {
	flex-direction: row-reverse;
}

body.saiweivet-is-rtl-language .saiweivet-main-nav__link--with-caret::after {
	margin-left: 0;
	margin-right: 10px;
}

body.saiweivet-is-rtl-language .saiweivet-main-nav__dropdown {
	right: 0;
	left: auto;
	text-align: right;
}

body.saiweivet-is-rtl-language .saiweivet-main-nav__dropdown-link {
	justify-content: flex-end;
	text-align: right;
}

body.saiweivet-is-rtl-language .saiweivet-home-carousel__arrow--prev {
	left: auto;
	right: 24px;
}

body.saiweivet-is-rtl-language .saiweivet-home-carousel__arrow--next {
	right: auto;
	left: 24px;
}

body.saiweivet-is-rtl-language .saiweivet-home-carousel__overlay {
	background: linear-gradient(270deg, rgba(15, 23, 42, 0.58) 0%, rgba(15, 23, 42, 0.34) 36%, rgba(15, 23, 42, 0.12) 100%);
}

body.saiweivet-is-rtl-language .saiweivet-home-carousel__content {
	left: auto;
	right: min(7vw, 96px);
	text-align: right;
}

body.saiweivet-is-rtl-language .saiweivet-home-carousel__content.is-description-only {
	left: auto;
	right: clamp(120px, 18vw, 340px);
}

body.saiweivet-is-rtl-language .saiweivet-home-about__inner,
body.saiweivet-is-rtl-language .saiweivet-home-about__content {
	text-align: right;
}

body.saiweivet-is-rtl-language .saiweivet-home-product-search__intro,
body.saiweivet-is-rtl-language .saiweivet-home-product-search__results-head {
	text-align: right;
}

body.saiweivet-is-rtl-language .saiweivet-home-product-search__suggestions {
	left: 212px;
	right: 0;
}

body.saiweivet-is-rtl-language .saiweivet-home-about__label {
	right: auto;
	left: 0;
}

body.saiweivet-is-rtl-language .saiweivet-breadcrumbs,
body.saiweivet-is-rtl-language .saiweivet-breadcrumbs__item {
	flex-direction: row-reverse;
	text-align: right;
}

body.saiweivet-is-rtl-language .saiweivet-home-advantages__inner {
	text-align: right;
}

body.saiweivet-is-rtl-language .saiweivet-contact-footer__inner,
body.saiweivet-is-rtl-language .saiweivet-contact-footer__row {
	text-align: right;
}

body.saiweivet-is-rtl-language .saiweivet-contact-footer__socials {
	justify-content: flex-start;
	flex-direction: row-reverse;
}

body.saiweivet-is-rtl-language .saiweivet-contact-footer__newsletter {
	text-align: right;
}

body.saiweivet-is-rtl-language .saiweivet-whatsapp-float {
	right: auto;
	left: 22px;
}

body.saiweivet-is-rtl-language .saiweivet-product-card__meta-row,
body.saiweivet-is-rtl-language .saiweivet-product-detail__meta .saiweivet-product-card__meta-row,
body.saiweivet-is-rtl-language .saiweivet-product-modal__meta .saiweivet-product-card__meta-row {
	grid-template-columns: minmax(0, 1fr) 132px;
	text-align: right;
}

body.saiweivet-is-rtl-language .saiweivet-product-detail__section-nav,
body.saiweivet-is-rtl-language .saiweivet-product-detail__section-content {
	text-align: right;
}

body.saiweivet-is-rtl-language .saiweivet-product-card__button {
	justify-self: center;
}

body.saiweivet-is-rtl-language .saiweivet-product-modal__close {
	right: auto;
	left: 12px;
}

@media (max-width: 767px) {
	.saiweivet-language-bar {
		padding: 0 16px;
	}

	.saiweivet-language-bar__inner {
		justify-content: center;
		gap: 0;
	}

	.saiweivet-language-bar__link {
		min-height: 44px;
		padding: 0 12px;
		font-size: 13px;
	}

	.saiweivet-language-bar__link::before,
	.saiweivet-language-bar__more-toggle::before {
		top: 9px;
		height: calc(100% - 18px);
	}

	.saiweivet-language-bar__dropdown {
		left: 0;
		right: auto;
		min-width: 200px;
	}

	.saiweivet-language-bar__dropdown-link {
		font-size: 13px;
	}

	.saiweivet-main-nav {
		padding: 0 16px;
	}

	.saiweivet-main-nav__inner {
		min-height: auto;
		padding: 14px 0;
		gap: 18px 22px;
		justify-content: center;
	}

	.saiweivet-main-nav__brand {
		flex: 1 1 100%;
		justify-content: center;
		gap: 10px;
	}

	.saiweivet-main-nav__brand-logo {
		width: 52px;
		height: 52px;
	}

	.saiweivet-main-nav__brand-text {
		max-width: 220px;
		font-size: 16px;
		text-align: center;
	}

	.saiweivet-main-nav__menu {
		justify-content: center;
		gap: 18px 22px;
	}

	.saiweivet-main-nav__item {
		height: auto;
	}

	.saiweivet-main-nav__link {
		min-height: 32px;
		font-size: 14px;
	}

	.saiweivet-main-nav__dropdown {
		left: 50%;
		transform: translateX(-50%);
	}

	.saiweivet-home-carousel__viewport {
		min-height: 220px;
		height: clamp(220px, 58vw, 340px);
	}

	.saiweivet-home-carousel__arrow {
		width: 40px;
		height: 40px;
		font-size: 28px;
	}

	.saiweivet-home-carousel__arrow--prev {
		left: 12px;
	}

	.saiweivet-home-carousel__arrow--next {
		right: 12px;
	}

	.saiweivet-home-carousel__content {
		left: 18px;
		right: 18px;
		bottom: 46px;
		max-width: none;
	}

	.saiweivet-home-carousel__content.is-description-only {
		left: 18px;
		right: 18px;
		bottom: 84px;
		max-width: none;
	}

	.saiweivet-home-carousel__headline {
		font-size: clamp(22px, var(--saiweivet-carousel-mobile-headline-size, 32px), 38px);
	}

	.saiweivet-home-carousel__description {
		margin-top: 10px;
		font-size: clamp(13px, var(--saiweivet-carousel-mobile-description-size, 16px), 18px);
	}

	.saiweivet-home-product-search {
		padding: 30px 16px 18px;
	}

	.saiweivet-home-product-search__title {
		font-size: 26px;
	}

	.saiweivet-home-product-search__description {
		font-size: 14px;
	}

	.saiweivet-home-product-search__form {
		grid-template-columns: minmax(0, 1fr);
	}

	.saiweivet-home-product-search__suggestions {
		left: 0;
		right: 0;
	}

	.saiweivet-home-product-search__result-list {
		grid-template-columns: minmax(0, 1fr);
	}

	.saiweivet-home-carousel__content.is-description-only .saiweivet-home-carousel__description {
		font-size: clamp(18px, var(--saiweivet-carousel-mobile-description-size, 26px), 30px);
		line-height: 1.32;
	}

	.saiweivet-home-carousel__dots {
		bottom: 14px;
		gap: 8px;
	}

	.saiweivet-home-carousel__dot {
		width: 10px;
		height: 10px;
	}

	.saiweivet-home-about {
		padding: 34px 16px 42px;
	}

	.saiweivet-home-about__title {
		font-size: 22px;
	}

	.saiweivet-home-about__subtitle {
		margin-top: 16px;
		font-size: 17px;
	}

	.saiweivet-home-about__content {
		margin-top: 18px;
		font-size: 15px;
		line-height: 1.75;
		padding-bottom: 0;
	}

	.saiweivet-home-about__content p + p {
		margin-top: 18px;
	}

	.saiweivet-home-about__label {
		position: static;
		margin-top: 18px;
		font-size: 16px;
	}

	.saiweivet-home-advantages {
		padding: 0 16px 42px;
	}

	.saiweivet-home-advantages__title {
		font-size: 22px;
	}

	.saiweivet-home-advantages__grid {
		margin-top: 20px;
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.saiweivet-home-advantages__item {
		padding: 22px 18px 18px;
	}

	.saiweivet-home-advantages__icon {
		width: 104px;
		height: 104px;
	}

	.saiweivet-home-advantages__label {
		margin-top: 16px;
		font-size: 17px;
	}

	.saiweivet-contact-footer {
		padding: 24px 16px 30px;
	}

	.saiweivet-contact-footer__inner {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.saiweivet-contact-footer__row {
		grid-template-columns: 1fr;
		row-gap: 2px;
		font-size: 14px;
		line-height: 1.65;
	}

	.saiweivet-contact-footer__heading {
		font-size: 20px;
	}

	.saiweivet-contact-footer__socials {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.saiweivet-contact-footer__social {
		min-height: 86px;
		padding: 10px 6px 12px;
	}

	.saiweivet-contact-footer__social-label {
		font-size: 12px;
	}

	.saiweivet-contact-footer__newsletter-title {
		font-size: 24px;
	}

	.saiweivet-contact-footer__newsletter-rule {
		width: 160px;
		margin: 16px 0;
	}

	.saiweivet-whatsapp-float {
		right: 16px;
		bottom: max(16px, env(safe-area-inset-bottom));
		width: 56px;
		height: 56px;
	}

	body.saiweivet-is-rtl-language .saiweivet-whatsapp-float {
		left: 16px;
	}

	.saiweivet-whatsapp-float__icon,
	.saiweivet-whatsapp-float__icon svg {
		width: 26px;
		height: 26px;
	}

	.saiweivet-products-category__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.saiweivet-products-category__title {
		margin-bottom: 18px;
		font-size: 28px;
	}

	.saiweivet-breadcrumbs {
		gap: 6px;
		margin-bottom: 14px;
		font-size: 13px;
	}

	.saiweivet-product-detail__cta-buttons {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.saiweivet-product-detail__cta-button {
		min-height: 86px;
		padding: 10px 6px 12px;
	}

	.saiweivet-product-detail__cta-button-label {
		font-size: 12px;
	}

	.saiweivet-products-pagination {
		gap: 8px;
		margin-top: 36px;
		padding-top: 8px;
	}

	.saiweivet-products-pagination__link {
		min-width: 40px;
		min-height: 40px;
		padding: 0 12px;
		font-size: 14px;
	}

	.saiweivet-product-card {
		gap: 12px;
		padding: 14px 14px 16px;
	}

	.saiweivet-product-card__title {
		font-size: 18px;
	}

	.saiweivet-product-card__image {
		margin-left: -14px;
		margin-right: -14px;
		aspect-ratio: 1 / 1;
	}

	.saiweivet-product-card__image img,
	.saiweivet-product-card__image-placeholder {
		aspect-ratio: 1 / 1;
	}

	.saiweivet-product-card__meta-row {
		grid-template-columns: 1fr;
		gap: 2px;
		font-size: 14px;
	}

	.saiweivet-product-card__button {
		width: 100%;
		min-width: 0;
		min-height: 44px;
		font-size: 15px;
	}

	.saiweivet-product-modal__dialog,
	.saiweivet-product-detail__hero {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.saiweivet-product-detail__section-nav {
		padding: 14px;
		gap: 10px;
	}

	.saiweivet-product-detail__section-nav-link {
		width: 100%;
		min-height: 44px;
		padding: 10px 14px;
	}

	.saiweivet-product-modal__dialog {
		width: calc(100% - 20px);
		max-height: calc(100vh - 20px);
		margin: 10px auto;
		padding: 18px 16px;
	}

	.saiweivet-product-modal__title {
		font-size: 24px;
	}

	.saiweivet-product-detail__summary {
		padding: 18px 16px;
	}

	.saiweivet-product-detail__section {
		padding: 18px 16px;
	}

	.saiweivet-product-detail__section-title {
		font-size: 22px;
	}

	.saiweivet-product-detail__section-body {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.saiweivet-product-detail__section-content {
		font-size: 15px;
		line-height: 1.7;
	}

	.saiweivet-product-detail__title {
		font-size: 28px;
	}

	div.pum-overlay:has(.saiweivet-form-popup) {
		padding: 10px;
	}

	div.pum-container:has(.saiweivet-form-popup) {
		width: calc(100vw - 20px) !important;
		max-width: calc(100vw - 20px) !important;
	}

	.saiweivet-form-popup {
		padding: 48px 16px 24px;
	}

	.saiweivet-request-quote-popup {
		padding-left: 16px;
		padding-right: 16px;
	}

	.saiweivet-form-popup__title {
		font-size: 22px;
		line-height: 1.2;
	}

	.saiweivet-form-popup__intro {
		margin: 16px 0 22px;
		font-size: 13px;
		line-height: 1.65;
	}

	.saiweivet-form-popup .forminator-row {
		margin-bottom: 12px;
	}

	.saiweivet-form-popup .forminator-input,
	.saiweivet-form-popup .forminator-textarea,
	.saiweivet-form-popup .forminator-select--field {
		font-size: 14px;
	}

	.saiweivet-form-popup .forminator-textarea {
		min-height: 88px;
	}

	.saiweivet-form-popup .forminator-pagination-footer {
		margin-top: 18px;
	}

	.saiweivet-form-popup__benefits {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 12px;
		font-size: 12px;
	}

	div.pum-container:has(.saiweivet-form-popup) .pum-close {
		top: 12px;
		right: 12px;
	}

	body.saiweivet-is-rtl-language .saiweivet-language-bar__inner,
	body.saiweivet-is-rtl-language .saiweivet-main-nav__inner {
		justify-content: center;
	}

	body.saiweivet-is-rtl-language .saiweivet-main-nav__brand {
		justify-content: center;
	}

	body.saiweivet-is-rtl-language .saiweivet-language-bar__dropdown,
	body.saiweivet-is-rtl-language .saiweivet-main-nav__dropdown {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}

	body.saiweivet-is-rtl-language .saiweivet-home-carousel__arrow--prev {
		left: auto;
		right: 12px;
	}

	body.saiweivet-is-rtl-language .saiweivet-home-carousel__arrow--next {
		right: auto;
		left: 12px;
	}

	body.saiweivet-is-rtl-language .saiweivet-home-carousel__content {
		left: 18px;
		right: 18px;
	}

	body.saiweivet-is-rtl-language .saiweivet-product-card__meta-row,
	body.saiweivet-is-rtl-language .saiweivet-product-detail__meta .saiweivet-product-card__meta-row,
	body.saiweivet-is-rtl-language .saiweivet-product-modal__meta .saiweivet-product-card__meta-row {
		grid-template-columns: 1fr;
	}
}
