/*
Theme Name: Web No1
Author: Webcreations
Version: 1.1
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

*{ margin: 0; }

body {
	font-family: "Poppins", sans-serif;
	font-size:16px;
	color:#000;
	line-height:1.8;
	background: #fff;
	overflow-x:hidden;
}

.container {
	max-width: 1360px;
	margin: auto;
}

.box-shadow{
	box-shadow:0 2px 5px rgba(0,0,0,.25);
}

@media (max-width:768px) {
	.container {
		width: auto !important;
		overflow: hidden;
	}
}

a{ color: #000000; }
a:hover{ color: #000000; text-decoration:none; opacity:0.8; }


h1, h2, h3, h4{
}

.top{
	background:#eee;
	padding:8px 25px;
	color:#000;
}
.top a{
	color:#000;
}
.top a i{
	color:#000;
	font-size:18px;
}

.header {
	position:relative;
	z-index:500;
	width:100%;
	background:#fff;
	box-shadow:0 2px 6px rgb(0 0 0 / 25%);
}

.desktop-header{ display:block; }
.mobile-header{ display:none; }

.logo{
    color:#fff;
    text-decoration:none;
    opacity:1;
}
.logo:hover{
    color:#fff;
    opacity:0.8;
    text-decoration:none;
}

.menu{
	border-top:1px solid #f9f8e1;
	border-bottom:1px solid #f9f8e1;
}
.desktop-header ul{
    list-style:none;
    margin:auto;
    text-align:center;
	display:flex;
	position:relative;
}
.desktop-header li{
	position:relative;
	flex-grow: 1;
	max-width:100%;
	align-items:center;
}
.desktop-header li a{
	padding:12px;
	text-decoration:none;
	color:#000;
	font-weight:500;
	font-size:14px;
	display:block;
	text-transform:uppercase;
}
.desktop-header li:hover > a{
	color:#444;
}

.bars{
    display: block;
    width: 40px;
    position: relative;
    z-index: 200;
    height: 40px;
    color:#fff;
    padding:0;
    transition:all 0.5s;
}
.bars .bar{
    background: #fff;
    width: 100%;
    height: 1px;
    border-radius: 40px;
    display: block;
    margin: 0 0 12px;
    transition:all 0.5s;
    opacity:1;
    transform: rotate(0deg);
}
.close-menu{
    padding:15px 0 0;
}
.close-menu .bar:nth-child(2){
    opacity:0;
}
.close-menu .bar:nth-child(1){
    transform: rotate(45deg);
    margin:0;
}
.close-menu .bar:nth-child(3){
    transform: rotate(-45deg);
    margin:-14px 0 0;
}
.primaryMenu {
    position: fixed;
    z-index:50;
    left: -100%;
    top:0px;
    bottom:50px;
    width: 100%;
    height: 100%;
    z-index: 100;
    background:linear-gradient(45deg, rgb(0 0 0 / 99%) , #bf790e);
    padding:15px;
    transition:all 1s;
}
.show-menu{
    left: 0;
}
.primaryMenu ul{
    list-style:none;
    padding:0 10px;
    margin:50px auto;
    text-align:left;
	border:none;
}
.primaryMenu li{
	position:relative;
	display:block;
}
.primaryMenu li:hover > a{
	color:#ddd;
}
.primaryMenu li a{
	display:block;
	padding:5px;
	text-decoration:none;
	color:#fff;
	font-weight:300;
	font-size:14px;
}
.primaryMenu li ul{
	display:none;
	list-style:none;
	padding:0;
	margin:0;
	border:none;
	position: absolute;
    left: 100%;
    top: -6px;
    width: 80%;
}
.primaryMenu li.menu-item-has-children::before{
    content: "----";
    position: absolute;
    right: 8px;
    top: 24px;
    color: #fff;
    transform: rotate(90deg);
    transition:all 0.5s;
}
.primaryMenu .select-li::before{
    transform: rotate(0deg) !important;
}
.primaryMenu li.menu-item-has-children::after{
    content: "----";
    position: absolute;
    right: 10px;
    top: 23px;
    color: #fff;
}
.primaryMenu li ul li{
	border:none;
	padding:0;
}
.primaryMenu li ul li a{
	padding:10px 30px;
	font-weight:300;
	color:#fff;
}
.social a{
	font-size: 18px;
	border: 1px solid #222;
	padding: 0;
	border-radius: 3px;
	width: 30px;
	text-align: center;
	display: inline-block;
	margin: 0 5px 0 0;
	color:#222;
	text-decoration:none;
	background:#fff;
}

.webno1-inner-page {
	background: #f6f8fb;
}

.webno1-page-hero {
	padding: 70px 0 40px;
	background: linear-gradient(135deg, #1f2f6b 0%, #3454d1 100%);
}

.webno1-page-title {
	margin: 0;
	color: #fff;
	font-size: 42px;
	line-height: 1.2;
	font-weight: 600;
}

.webno1-page-excerpt {
	margin-top: 12px;
	max-width: 720px;
	color: rgba(255, 255, 255, 0.85);
}

.webno1-page-content {
	padding: 50px 0 90px;
}

.webno1-page-card {
	background: #fff;
	padding: 40px;
	border-radius: 18px;
	box-shadow: 0 16px 40px rgba(19, 35, 71, 0.08);
}

.webno1-page-card article {
	color: #1b2430;
}

.webno1-page-card .entry-header {
	padding-top: 0 !important;
	margin-bottom: 20px;
}

.webno1-page-card .heading,
.webno1-post-title {
	margin: 0 0 18px;
	color: #17233c;
	font-size: 34px;
	line-height: 1.25;
	font-weight: 600;
}

.webno1-page-card p,
.webno1-page-card li,
.webno1-post-entry,
.webno1-page-card .entry-content {
	color: #4a5568;
}

.webno1-page-card a,
.webno1-post-title a {
	color: #1b57d8;
}

.webno1-page-card a:hover,
.webno1-post-title a:hover {
	color: #123b92;
}

.webno1-post-item + .webno1-post-item {
	margin-top: 35px;
	padding-top: 35px;
	border-top: 1px solid #e9edf5;
}

.befodyne-product-page .rs-breadcrumbs .breadcrumbs-img img {
	object-fit: cover;
}

.befodyne-hero-section {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #fff7f5 0%, #fff 100%);
}

.befodyne-hero-card {
	background: #fff;
	border-radius: 26px;
	box-shadow: 0 24px 60px rgba(171, 29, 14, 0.08);
	padding: 36px;
}

.befodyne-hero-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
	gap: 38px;
	align-items: start;
}

.befodyne-product-visual {
	position: sticky;
	top: 110px;
}

.befodyne-product-visual img {
	width: 100%;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(35, 35, 35, 0.08);
}

.befodyne-tagline {
	margin-top: 24px;
	font-size: 18px;
	line-height: 1.55;
	color: #21242b;
	font-style: italic;
}

.befodyne-tagline span {
	color: #d81f17;
	font-weight: 700;
	font-style: italic;
}

.befodyne-logo {
	display: block;
	margin-bottom: 22px;
}

.befodyne-composition {
	font-size: 16px;
	line-height: 1.35;
	font-weight: 600;
	color: #3d3d47;
	margin-bottom: 28px;
}

.befodyne-feature-list {
	display: grid;
	gap: 18px;
}

.befodyne-feature-box {
	border: 1px solid #f3b087;
	background: linear-gradient(180deg, rgba(255, 247, 242, 0.9) 0%, rgba(255, 255, 255, 0.98) 100%);
	border-radius: 18px;
	padding: 20px 22px;
	position: relative;
}

.befodyne-feature-title {
	display: inline-block;
	padding: 7px 14px;
	background: linear-gradient(90deg, #ff7c28 0%, #dd1d14 100%);
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	border-radius: 999px;
	margin-bottom: 12px;
}

.befodyne-feature-box h3 {
	margin: 0 0 4px;
	font-size: 18px;
	line-height: 1.2;
	color: #2a2a33;
}

.befodyne-feature-box p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #555d69;
}

.befodyne-indications {
	margin-top: 34px;
}

.befodyne-indications h3 {
	margin: 0 0 16px;
	font-size: 24px;
	line-height: 1.2;
	color: #262a33;
}

.befodyne-indication-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.befodyne-indication-tags span {
	display: inline-flex;
	align-items: center;
	padding: 12px 18px;
	border-radius: 12px;
	background: linear-gradient(90deg, #ff7e2f 0%, #da1a13 100%);
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
}

.befodyne-extra-content {
	margin-top: 36px;
	padding-top: 30px;
	border-top: 1px solid #f0dfd9;
	color: #4b5564;
}

.bracken-product-page .rs-breadcrumbs .breadcrumbs-img img {
	object-fit: cover;
	
}

.bracken-hero-section {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #fffafc 0%, #fff 100%);
}

.bracken-hero-card {
	background: #fff;
	border-radius: 26px;
	box-shadow: 0 24px 60px rgba(109, 62, 47, 0.08);
	padding: 36px;
}

.bracken-hero-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
	gap: 38px;
	align-items: start;
}

.bracken-product-visual {
	position: sticky;
	top: 110px;
}

.bracken-product-visual img {
	width: 100%;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(35, 35, 35, 0.08);
}

.bracken-tagline {
	margin-top: 24px;
	font-size: 20px;
	line-height: 1.5;
	color: #7d553e;
}

.bracken-tagline span {
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	color: #8c4d35;
}

.bracken-logo {
	display: block;
	margin-bottom: 18px;
}

.bracken-composition {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	color: #38343f;
	margin-bottom: 18px;
}

.bracken-headline {
	margin: 0 0 24px;
	font-size: 24px;
	line-height: 1.1;
	color: #2f2c33;
}

.bracken-headline strong {
	font-weight: 700;
}

.bracken-columns {
	display: grid;
	gap: 18px;
}

.bracken-info-block {
	padding: 22px 24px;
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(251, 252, 245, 0.9) 0%, rgba(255, 255, 255, 0.98) 100%);
	border: 1px solid #e1ef9f;
}

.bracken-info-block-secondary {
	background: linear-gradient(180deg, rgba(245, 252, 255, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%);
	border-color: #bde8fb;
}

.bracken-info-block h3 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.2;
	color: #322f35;
}

.product-bullet-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-bullet-list li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.6;
	color: #2f3136;
}

.product-bullet-list li::before {
	content: "";
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #161616;
	transform: translateY(-50%);
}

.product-bullet-list li:last-child {
	margin-bottom: 0;
}

.bracken-info-block li {
	margin-bottom: 10px;
	color: #2f3136;
}

.bracken-indications {
	margin-top: 32px;
}

.bracken-indications h3 {
	margin: 0 0 16px;
	font-size: 24px;
	line-height: 1.2;
	color: #2f2c33;
}

.bracken-indication-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.bracken-indication-tags span {
	display: inline-flex;
	align-items: center;
	padding: 12px 18px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	color: #2c333a;
}

.bracken-tag-green {
	background: #d7ee4d;
}

.bracken-tag-blue {
	background: #b8eaff;
}

.bracken-extra-content {
	margin-top: 36px;
	padding-top: 30px;
	border-top: 1px solid #efe4df;
	color: #4b5564;
}

.bracken-ntm-product-page .rs-breadcrumbs .breadcrumbs-img img {
	object-fit: cover;
	
}

.bracken-ntm-hero-section {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #faf7fb 0%, #ffffff 100%);
}

.bracken-ntm-hero-card {
	background: #fff;
	border-radius: 26px;
	box-shadow: 0 24px 60px rgba(124, 50, 149, 0.08);
	padding: 36px;
}

.bracken-ntm-hero-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
	gap: 38px;
	align-items: start;
}

.bracken-ntm-product-visual {
	position: sticky;
	top: 110px;
}

.bracken-ntm-product-visual img {
	width: 100%;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(35, 35, 35, 0.08);
}

.bracken-ntm-tagline {
	margin-top: 24px;
	font-size: 22px;
	line-height: 1.5;
	color: #8d4fb1;
}

.bracken-ntm-tagline span {
	font-weight: 700;
	color: #7f33a4;
}

.bracken-ntm-logo {
	display: block;
	margin-bottom: 18px;
}

.bracken-ntm-composition {
	font-size: 16px;
	line-height: 1.45;
	font-weight: 600;
	color: #343241;
	margin-bottom: 24px;
}

.bracken-ntm-points {
	padding: 0;
	border: 0;
	background: transparent;
	border-radius: 0;
}

.bracken-ntm-points ul {
	margin: 0;
	padding: 0;
}

.bracken-ntm-points li {
	margin-bottom: 14px;
	line-height: 1.65;
	color: #2f3136;
}

.bracken-ntm-indications {
	margin-top: 30px;
}

.bracken-ntm-indications h3 {
	margin: 0 0 16px;
	font-size: 24px;
	line-height: 1.2;
	color: #302f38;
}

.bracken-ntm-indication-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.bracken-ntm-indication-tags span {
	display: inline-flex;
	align-items: center;
	padding: 11px 16px;
	border-radius: 10px;
	background: linear-gradient(90deg, #8d3eb5 0%, #a92b8f 100%);
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
}

.bracken-ntm-extra-content {
	margin-top: 36px;
	padding-top: 30px;
	border-top: 1px solid #efe4f5;
	color: #4b5564;
}

.ceficlav-product-page .rs-breadcrumbs .breadcrumbs-img img {
	object-fit: cover;
	
}

.ceficlav-hero-section {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #fff9f7 0%, #ffffff 100%);
}

.ceficlav-hero-card {
	background: #fff;
	border-radius: 26px;
	padding: 38px;
	box-shadow: 0 24px 60px rgba(120, 79, 54, 0.1);
	border: 1px solid rgba(208, 222, 205, 0.9);
}

.ceficlav-hero-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
	gap: 42px;
	align-items: start;
}

.ceficlav-product-visual {
	position: sticky;
	top: 110px;
}

.ceficlav-product-visual img {
	width: 100%;
	border-radius: 22px;
	box-shadow: 0 22px 54px rgba(86, 45, 35, 0.14);
}

.ceficlav-tagline {
	margin-top: 26px;
	padding: 20px 24px;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	background: #fff;
	box-shadow: 0 18px 38px rgba(157, 56, 38, 0.08);
}

.ceficlav-tagline-red {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	color: #cb1008;
}

.ceficlav-logo {
	display: block;
	margin-bottom: 18px;
}

.ceficlav-composition {
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
	color: #34343c;
	margin: 0 0 24px;
}

.ceficlav-headline {
	margin: 0 0 8px;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 700;
	color: #cf1910;
}

.ceficlav-subheadline {
	margin: 0 0 24px;
	font-size: 22px;
	line-height: 1.35;
	color: #2d3138;
}

.ceficlav-points {
	margin-bottom: 28px;
}

.ceficlav-points .product-bullet-list li::before {
	background: #d90d06;
}

.ceficlav-indications h3 {
	margin: 0 0 16px;
	font-size: 24px;
	line-height: 1.2;
	color: #2f2d34;
}

.ceficlav-indication-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ceficlav-indication-tags span {
	display: inline-flex;
	align-items: center;
	padding: 10px 14px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
}

.ceficlav-tag-red {
	background: #c9140a;
}

.ceficlav-tag-green {
	background: #749a0f;
}

.ceficlav-extra-content {
	margin-top: 36px;
	padding-top: 30px;
	border-top: 1px solid #ece6df;
}

.calsive-syrup-product-page .rs-breadcrumbs .breadcrumbs-img img {
	object-fit: cover;
}

.calsive-syrup-hero-section {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #fefbff 0%, #ffffff 100%);
}

.calsive-syrup-hero-card {
	background: #fff;
	border-radius: 26px;
	padding: 38px;
	box-shadow: 0 24px 60px rgba(109, 82, 122, 0.1);
	border: 1px solid rgba(230, 222, 237, 0.95);
}

.calsive-syrup-hero-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
	gap: 42px;
	align-items: start;
}

.calsive-syrup-product-visual {
	position: sticky;
	top: 110px;
}

.calsive-syrup-product-visual img {
	width: 100%;
	border-radius: 22px;
	box-shadow: 0 22px 54px rgba(112, 82, 88, 0.14);
}

.calsive-syrup-top-banner {
	display: inline-block;
	margin-bottom: 22px;
	padding: 12px 20px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	color: #fff;
	background: linear-gradient(135deg, #0892d6 0%, #2fb0ee 100%);
	box-shadow: 10px 10px 0 rgba(36, 48, 64, 0.14);
}

.calsive-syrup-top-banner strong {
	font-weight: 700;
}

.calsive-syrup-logo {
	display: block;
	margin-bottom: 18px;
}

.calsive-syrup-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
}

.calsive-syrup-composition {
	margin: 0;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
	color: #34343c;
}

.calsive-syrup-flavour {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 118px;
	min-height: 72px;
	padding: 12px 18px;
	border-radius: 42px 42px 38px 38px;
	font-size: 15px;
	line-height: 1.1;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: radial-gradient(circle at 30% 30%, #ffdb5e 0%, #ff9500 58%, #d85a00 100%);
	box-shadow: inset -8px -10px 16px rgba(121, 59, 0, 0.18);
}

.calsive-syrup-headline {
	margin: 0 0 24px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #2d3138;
}

.calsive-syrup-headline strong {
	font-weight: 700;
}

.calsive-syrup-feature-group {
	margin-bottom: 18px;
}

.calsive-syrup-section-title {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
}

.calsive-syrup-section-title-orange {
	color: #f08b18;
}

.calsive-syrup-section-title-pink {
	color: #ff1ea8;
}

.calsive-syrup-points li {
	font-size: 16px;
	line-height: 1.6;
	color: #2f3136;
}

.calsive-syrup-points-orange li::before {
	background: #ff9500;
}

.calsive-syrup-points-pink li::before {
	background: #ff1ea8;
}

.calsive-syrup-indications {
	margin-top: 26px;
}

.calsive-syrup-indications h3 {
	margin: 0 0 16px;
	font-size: 24px;
	line-height: 1.2;
	color: #2f2d34;
}

.calsive-syrup-indication-list {
	display: grid;
	gap: 8px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 700;
	color: #1f2126;
}

.calsive-syrup-indication-accent {
	color: #f08b18;
}

.calsive-syrup-extra-content {
	margin-top: 36px;
	padding-top: 30px;
	border-top: 1px solid #eee3ef;
}

.calsive-d3-drop-product-page .rs-breadcrumbs .breadcrumbs-img img {
	object-fit: cover;
	
}

.calsive-d3-drop-hero-section {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #fffafe 0%, #ffffff 100%);
}

.calsive-d3-drop-hero-card {
	background: #fff;
	border-radius: 26px;
	padding: 38px;
	box-shadow: 0 24px 60px rgba(88, 84, 121, 0.1);
	border: 1px solid rgba(225, 223, 239, 0.95);
}

.calsive-d3-drop-hero-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
	gap: 42px;
	align-items: start;
}

.calsive-d3-drop-product-visual {
	position: sticky;
	top: 110px;
}

.calsive-d3-drop-product-visual img {
	width: 100%;
	border-radius: 22px;
	box-shadow: 0 22px 54px rgba(92, 68, 76, 0.14);
}

.calsive-d3-drop-kicker {
	margin: 0 0 18px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #23252b;
}

.calsive-d3-drop-kicker strong {
	font-weight: 700;
}

.calsive-d3-drop-logo {
	display: block;
	margin-bottom: 18px;
}

.calsive-d3-drop-composition {
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
	color: #34343c;
	text-transform: none;
}

.calsive-d3-drop-composition span {
	display: inline-block;
	margin-left: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #2b2d34;
}

.calsive-d3-drop-headline {
	margin: 0 0 24px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #2d3138;
}

.calsive-d3-drop-headline strong {
	font-weight: 700;
}

.calsive-d3-drop-points {
	margin-bottom: 30px;
}

.calsive-d3-drop-points .product-bullet-list li::before {
	background: #db52a1;
}

.calsive-d3-drop-indications h3 {
	margin: 0 0 16px;
	font-size: 24px;
	line-height: 1.2;
	color: #2f2d34;
}

.calsive-d3-drop-indication-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.calsive-d3-drop-indication-tags span {
	display: inline-flex;
	align-items: center;
	padding: 9px 12px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	background: #fff;
}

.calsive-d3-drop-tag-blue {
	border: 2px solid #1e72c9;
	color: #1e5da8;
}

.calsive-d3-drop-tag-pink {
	border: 2px solid #d65baa;
	color: #ca4d9f;
}

.calsive-d3-drop-extra-content {
	margin-top: 36px;
	padding-top: 30px;
	border-top: 1px solid #ece4ef;
}

.calsive-d3-capsules-product-page .rs-breadcrumbs .breadcrumbs-img img {
	object-fit: cover;
	
}

.calsive-d3-capsules-hero-section {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #fffafe 0%, #ffffff 100%);
}

.calsive-d3-capsules-hero-card {
	background: #fff;
	border-radius: 26px;
	padding: 38px;
	box-shadow: 0 24px 60px rgba(88, 84, 121, 0.1);
	border: 1px solid rgba(225, 223, 239, 0.95);
}

.calsive-d3-capsules-hero-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
	gap: 42px;
	align-items: start;
}

.calsive-d3-capsules-product-visual {
	position: sticky;
	top: 110px;
}

.calsive-d3-capsules-product-visual img {
	width: 100%;
	border-radius: 22px;
	box-shadow: 0 22px 54px rgba(92, 68, 76, 0.14);
	margin-bottom: 28px;
}

.calsive-d3-capsules-callout {
	position: relative;
	margin: 0 0 24px;
	padding: 18px 22px;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 700;
	color: #c24d9a;
}

.calsive-d3-capsules-callout::before,
.calsive-d3-capsules-callout::after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	border-color: #1e72c9;
}

.calsive-d3-capsules-callout::before {
	top: 0;
	left: 0;
	border-top: 3px solid #1e72c9;
	border-left: 3px solid #1e72c9;
}

.calsive-d3-capsules-callout::after {
	right: 0;
	bottom: 0;
	border-right: 3px solid #1e72c9;
	border-bottom: 3px solid #1e72c9;
}

.calsive-d3-capsules-tagline {
	font-size: 24px;
	line-height: 1.25;
	font-weight: 700;
	text-transform: uppercase;
	color: #0f5fb4;
}

.calsive-d3-capsules-logo {
	display: block;
	margin-bottom: 18px;
}

.calsive-d3-capsules-composition {
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 500;
	color: #34343c;
}

.calsive-d3-capsules-support-bar {
	display: inline-block;
	margin-bottom: 22px;
	padding: 8px 14px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #c24897;
}

.calsive-d3-capsules-feature-group {
	margin-bottom: 14px;
}

.calsive-d3-capsules-section-title {
	margin: 0 0 6px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
}

.calsive-d3-capsules-section-title-pink {
	color: #c24897;
}

.calsive-d3-capsules-section-title-blue {
	color: #0f5fb4;
}

.calsive-d3-capsules-points li {
	font-size: 14px;
	line-height: 1.45;
}

.calsive-d3-capsules-points-pink li::before {
	background: #c24897;
}

.calsive-d3-capsules-points-blue li::before {
	background: #0f5fb4;
}

.calsive-d3-capsules-indications {
	margin-top: 20px;
}

.calsive-d3-capsules-indications h3 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.2;
	color: #2f2d34;
}

.calsive-d3-capsules-indication-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.calsive-d3-capsules-indication-tags span {
	display: inline-flex;
	align-items: center;
	padding: 8px 10px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
}

.calsive-d3-capsules-tag-pink {
	background: #c24897;
}

.calsive-d3-capsules-tag-blue {
	background: #0f5fb4;
}

.calsive-d3-capsules-extra-content {
	margin-top: 36px;
	padding-top: 30px;
	border-top: 1px solid #ece4ef;
}

.calsive-tablets-product-page .rs-breadcrumbs .breadcrumbs-img img {
	object-fit: cover;
}

.calsive-tablets-hero-section {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #fffafd 0%, #ffffff 100%);
}

.calsive-tablets-hero-card {
	background: #fff;
	border-radius: 26px;
	padding: 38px;
	box-shadow: 0 24px 60px rgba(88, 84, 121, 0.1);
	border: 1px solid rgba(233, 226, 235, 0.95);
}

.calsive-tablets-hero-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
	gap: 42px;
	align-items: start;
}

.calsive-tablets-product-visual {
	position: sticky;
	top: 110px;
}

.calsive-tablets-product-visual img {
	width: 100%;
	border-radius: 22px;
	box-shadow: 0 22px 54px rgba(92, 68, 76, 0.14);
	margin-bottom: 28px;
}

.calsive-tablets-tagline-top {
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #ff6e89;
}

.calsive-tablets-tagline-bottom {
	font-size: 24px;
	line-height: 1.25;
	font-weight: 700;
	color: #30c9bf;
}

.calsive-tablets-logo {
	display: block;
	margin-bottom: 18px;
}

.calsive-tablets-composition {
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
	color: #34343c;
}

.calsive-tablets-headline {
	margin: 0 0 24px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #514c5f;
}

.calsive-tablets-headline strong {
	font-weight: 700;
}

.calsive-tablets-feature-group {
	margin-bottom: 16px;
}

.calsive-tablets-section-title {
	margin: 0 0 8px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
}

.calsive-tablets-section-title-maroon {
	color: #6b0d2d;
}

.calsive-tablets-section-title-pink {
	color: #ff6e89;
}

.calsive-tablets-points li {
	font-size: 14px;
	line-height: 1.5;
}

.calsive-tablets-points-maroon li::before {
	background: #6b0d2d;
}

.calsive-tablets-points-pink li::before {
	background: #ff6e89;
}

.calsive-tablets-indications {
	margin-top: 24px;
}

.calsive-tablets-indications h3 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.2;
	color: #2f2d34;
}

.calsive-tablets-indication-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.calsive-tablets-indication-tags span {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	border-radius: 999px;
}

.calsive-tablets-tag-maroon {
	background: #5d0f2c;
}

.calsive-tablets-tag-pink {
	background: #ff6e89;
}

.calsive-tablets-extra-content {
	margin-top: 36px;
	padding-top: 30px;
	border-top: 1px solid #ece4ef;
}

.calsive-xt-capsules-product-page .rs-breadcrumbs .breadcrumbs-img img {
	object-fit: cover;
	
}

.calsive-xt-capsules-hero-section {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #fffafd 0%, #ffffff 100%);
}

.calsive-xt-capsules-hero-card {
	background: #fff;
	border-radius: 26px;
	padding: 38px;
	box-shadow: 0 24px 60px rgba(88, 84, 121, 0.1);
	border: 1px solid rgba(233, 226, 235, 0.95);
}

.calsive-xt-capsules-hero-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
	gap: 42px;
	align-items: start;
}

.calsive-xt-capsules-product-visual {
	position: sticky;
	top: 110px;
}

.calsive-xt-capsules-product-visual img {
	width: 100%;
	border-radius: 22px;
	box-shadow: 0 22px 54px rgba(92, 68, 76, 0.14);
	margin-bottom: 28px;
}

.calsive-xt-capsules-tagline-top {
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #1f2127;
}

.calsive-xt-capsules-tagline-bottom {
	font-size: 24px;
	line-height: 1.25;
	font-weight: 700;
	color: #ff0048;
}

.calsive-xt-capsules-logo {
	display: block;
	margin-bottom: 18px;
}

.calsive-xt-capsules-composition {
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
	color: #34343c;
}

.calsive-xt-capsules-headline {
	margin: 0 0 24px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #2f2d34;
}

.calsive-xt-capsules-headline strong {
	font-weight: 700;
}

.calsive-xt-capsules-feature-group {
	margin-bottom: 16px;
}

.calsive-xt-capsules-section-title {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
}

.calsive-xt-capsules-section-title-purple {
	color: #7e4a84;
}

.calsive-xt-capsules-section-title-red {
	color: #ff1a39;
}

.calsive-xt-capsules-points li {
	font-size: 14px;
	line-height: 1.5;
}

.calsive-xt-capsules-points-purple li::before {
	background: #7e4a84;
}

.calsive-xt-capsules-points-red li::before {
	background: #ff1a39;
}

.calsive-xt-capsules-indications {
	margin-top: 24px;
}

.calsive-xt-capsules-indications h3 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.2;
	color: #2f2d34;
}

.calsive-xt-capsules-indication-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.calsive-xt-capsules-indication-tags span {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	border-radius: 999px;
}

.calsive-xt-capsules-tag-purple {
	background: #8b5f95;
}

.calsive-xt-capsules-tag-red {
	background: #ff0d5b;
}

.calsive-xt-capsules-extra-content {
	margin-top: 36px;
	padding-top: 30px;
	border-top: 1px solid #ece4ef;
}

.clidium-tablets-product-page .rs-breadcrumbs .breadcrumbs-img img {
	object-fit: cover;
	
}

.clidium-tablets-hero-section {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
}

.clidium-tablets-hero-card {
	background: #fff;
	border-radius: 26px;
	padding: 38px;
	box-shadow: 0 24px 60px rgba(76, 112, 148, 0.1);
	border: 1px solid rgba(220, 233, 242, 0.95);
}

.clidium-tablets-hero-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
	gap: 42px;
	align-items: start;
}

.clidium-tablets-product-visual {
	position: sticky;
	top: 110px;
}

.clidium-tablets-product-visual img {
	width: 100%;
	border-radius: 22px;
	box-shadow: 0 22px 54px rgba(74, 112, 145, 0.12);
	margin-bottom: 28px;
}

.clidium-tablets-banner {
	display: inline-block;
	padding: 16px 24px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
	color: #fff;
	background: #0555a6;
}

.clidium-tablets-banner strong {
	font-weight: 700;
}

.clidium-tablets-logo {
	display: block;
	margin-bottom: 18px;
}

.clidium-tablets-composition {
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
	color: #34343c;
}

.clidium-tablets-headline {
	margin: 0 0 24px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #2f2d34;
}

.clidium-tablets-headline strong {
	font-weight: 700;
}

.clidium-tablets-points {
	margin-bottom: 26px;
}

.clidium-tablets-points li {
	font-size: 14px;
	line-height: 1.5;
}

.clidium-tablets-points li:nth-child(odd)::before {
	background: #b4d50f;
}

.clidium-tablets-points li:nth-child(even)::before {
	background: #0d8ad8;
}

.clidium-tablets-indications h3 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.2;
	color: #2f2d34;
}

.clidium-tablets-indication-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.clidium-tablets-indication-tags span {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	background: #fff;
}

.clidium-tablets-tag-green {
	border: 1px solid #60d7bd;
	color: #25272c;
}

.clidium-tablets-tag-blue {
	border: 1px solid #4d99c8;
	color: #25272c;
}

.clidium-tablets-extra-content {
	margin-top: 36px;
	padding-top: 30px;
	border-top: 1px solid #e5edf4;
}

.clavobid-dds-syrup-product-page .rs-breadcrumbs .breadcrumbs-img img {
	object-fit: cover;
	
}

.clavobid-dds-syrup-hero-section {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
}

.clavobid-dds-syrup-hero-card {
	background: #fff;
	border-radius: 26px;
	padding: 38px;
	box-shadow: 0 24px 60px rgba(76, 112, 148, 0.1);
	border: 1px solid rgba(220, 233, 242, 0.95);
}

.clavobid-dds-syrup-hero-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
	gap: 42px;
	align-items: start;
}

.clavobid-dds-syrup-product-visual {
	position: sticky;
	top: 110px;
}

.clavobid-dds-syrup-product-visual img {
	width: 100%;
	border-radius: 22px;
	box-shadow: 0 22px 54px rgba(74, 112, 145, 0.12);
}

.clavobid-dds-syrup-top-banner {
	display: inline-flex;
	flex-direction: column;
	gap: 2px;
	margin-bottom: 22px;
	padding: 0 22px 0 0;
	position: relative;
}

.clavobid-dds-syrup-top-banner::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 58px;
	width: calc(100% + 120px);
	height: calc(100% + 8px);
	border: 1px solid #52b6d9;
	z-index: 0;
}

.clavobid-dds-syrup-top-banner span {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 7px 12px;
	font-size: 18px;
	line-height: 1.15;
	color: #fff;
}

.clavobid-dds-syrup-top-banner span:first-child {
	background: #16b4b3;
}

.clavobid-dds-syrup-top-banner span:last-child {
	background: #115bbd;
}

.clavobid-dds-syrup-logo {
	display: block;
	margin-bottom: 18px;
}

.clavobid-dds-syrup-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
}

.clavobid-dds-syrup-composition {
	margin: 0;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
	color: #34343c;
}

.clavobid-dds-syrup-flavour {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 118px;
	min-height: 72px;
	padding: 12px 18px;
	border-radius: 42px 42px 38px 38px;
	font-size: 15px;
	line-height: 1.1;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: radial-gradient(circle at 30% 30%, #ffdb5e 0%, #ff9500 58%, #d85a00 100%);
	box-shadow: inset -8px -10px 16px rgba(121, 59, 0, 0.18);
}

.clavobid-dds-syrup-headline {
	margin: 0 0 24px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #2f2d34;
}

.clavobid-dds-syrup-headline strong {
	font-weight: 700;
}

.clavobid-dds-syrup-points {
	margin-bottom: 26px;
}

.clavobid-dds-syrup-points li {
	font-size: 14px;
	line-height: 1.5;
}

.clavobid-dds-syrup-points li::before {
	background: #1369c5;
}

.clavobid-dds-syrup-indications h3 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.2;
	color: #2f2d34;
}

.clavobid-dds-syrup-indication-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.clavobid-dds-syrup-indication-tags span {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
}

.clavobid-dds-syrup-tag-blue {
	background: #115bbd;
}

.clavobid-dds-syrup-tag-green {
	background: #16b4b3;
}

.clavobid-dds-syrup-extra-content {
	margin-top: 36px;
	padding-top: 30px;
	border-top: 1px solid #e5edf4;
}

.clavobid-lb-tablets-product-page .rs-breadcrumbs .breadcrumbs-img img {
	object-fit: cover;
	
}

.clavobid-lb-tablets-hero-section {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #fbfeff 0%, #ffffff 100%);
}

.clavobid-lb-tablets-hero-card {
	background: #fff;
	border-radius: 26px;
	padding: 38px;
	box-shadow: 0 24px 60px rgba(106, 139, 76, 0.1);
	border: 1px solid rgba(225, 236, 218, 0.95);
}

.clavobid-lb-tablets-hero-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
	gap: 42px;
	align-items: start;
}

.clavobid-lb-tablets-product-visual {
	position: sticky;
	top: 110px;
}

.clavobid-lb-tablets-product-visual img {
	width: 100%;
	border-radius: 22px;
	box-shadow: 0 22px 54px rgba(106, 139, 76, 0.12);
	margin-bottom: 28px;
}

.clavobid-lb-tablets-chart-card {
	max-width: 300px;
	padding: 14px 14px 12px;
	border: 1px solid #3f3f3f;
	background: #fff;
}

.clavobid-lb-tablets-chart-title {
	font-size: 14px;
	line-height: 1.25;
	font-weight: 700;
	color: #444;
	text-align: center;
}

.clavobid-lb-tablets-chart-subtitle {
	margin-top: 4px;
	font-size: 10px;
	line-height: 1.2;
	color: #333;
	text-align: center;
}

.clavobid-lb-tablets-chart {
	display: flex;
	align-items: flex-end;
	gap: 8px;
	margin-top: 10px;
}

.clavobid-lb-tablets-chart-axis {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-size: 10px;
	line-height: 1;
	color: #333;
	min-height: 110px;
}

.clavobid-lb-tablets-chart-bars {
	display: flex;
	align-items: flex-end;
	gap: 24px;
	height: 130px;
	border-left: 1px solid #444;
	border-bottom: 1px solid #444;
	padding: 6px 8px 0 14px;
}

.clavobid-lb-tablets-chart-bar-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}

.clavobid-lb-tablets-chart-bar {
	position: relative;
	width: 28px;
	min-height: 20px;
}

.clavobid-lb-tablets-chart-bar span {
	position: absolute;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 10px;
	line-height: 1;
	color: #222;
	white-space: nowrap;
}

.clavobid-lb-tablets-chart-bar-green {
	background: #45d55a;
}

.clavobid-lb-tablets-chart-bar-red {
	background: #d62810;
}

.clavobid-lb-tablets-chart-label {
	margin-top: 8px;
	font-size: 9px;
	line-height: 1.15;
	color: #222;
	text-align: center;
}

.clavobid-lb-tablets-logo {
	display: block;
	margin-bottom: 18px;
}

.clavobid-lb-tablets-composition {
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
	color: #34343c;
}

.clavobid-lb-tablets-headline {
	margin: 0 0 24px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #2f2d34;
}

.clavobid-lb-tablets-headline strong {
	font-weight: 700;
}

.clavobid-lb-tablets-points {
	margin-bottom: 26px;
}

.clavobid-lb-tablets-points li {
	font-size: 14px;
	line-height: 1.5;
}

.clavobid-lb-tablets-points li::before {
	background: #d5260c;
}

.clavobid-lb-tablets-indications h3 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.2;
	color: #2f2d34;
}

.clavobid-lb-tablets-indication-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.clavobid-lb-tablets-indication-tags span {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
}

.clavobid-lb-tablets-tag-green {
	background: #629c23;
}

.clavobid-lb-tablets-tag-red {
	background: #9b0b02;
}

.clavobid-lb-tablets-extra-content {
	margin-top: 36px;
	padding-top: 30px;
	border-top: 1px solid #e5edf4;
}

.ecosafe-sachet-product-page .rs-breadcrumbs .breadcrumbs-img img {
	object-fit: cover;
	
}

.ecosafe-sachet-hero-section {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
}

.ecosafe-sachet-hero-card {
	background: #fff;
	border-radius: 26px;
	padding: 38px;
	box-shadow: 0 24px 60px rgba(151, 122, 56, 0.1);
	border: 1px solid rgba(244, 233, 203, 0.95);
}

.ecosafe-sachet-hero-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
	gap: 42px;
	align-items: start;
}

.ecosafe-sachet-product-visual {
	position: sticky;
	top: 110px;
}

.ecosafe-sachet-product-visual img {
	width: 100%;
	border-radius: 22px;
	box-shadow: 0 22px 54px rgba(151, 122, 56, 0.12);
}

.ecosafe-sachet-kicker {
	margin: 0 0 18px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #1bb754;
}

.ecosafe-sachet-kicker span {
	font-weight: 400;
	color: #f7a611;
}

.ecosafe-sachet-kicker strong {
	font-weight: 700;
	color: #f7a611;
}

.ecosafe-sachet-logo {
	display: block;
	margin-bottom: 18px;
}

.ecosafe-sachet-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
}

.ecosafe-sachet-composition {
	margin: 0;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
	color: #34343c;
}

.ecosafe-sachet-flavour {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 118px;
	min-height: 72px;
	padding: 12px 18px;
	border-radius: 50%;
	font-size: 15px;
	line-height: 1.1;
	font-weight: 700;
	text-transform: capitalize;
	text-align: center;
	color: #fff;
	background: radial-gradient(circle at 30% 30%, #ffd86a 0%, #ffa114 58%, #ef6b00 100%);
	box-shadow: inset -8px -10px 16px rgba(121, 59, 0, 0.18);
}

.ecosafe-sachet-headline {
	margin: 0 0 24px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #1bb754;
}

.ecosafe-sachet-headline strong {
	font-weight: 700;
	color: #009a41;
}

.ecosafe-sachet-feature-group {
	margin-bottom: 18px;
}

.ecosafe-sachet-section-title {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
}

.ecosafe-sachet-section-title-green {
	color: #18b84f;
}

.ecosafe-sachet-section-title-orange {
	color: #f7a611;
}

.ecosafe-sachet-points li {
	font-size: 14px;
	line-height: 1.5;
}

.ecosafe-sachet-points-green li::before {
	background: #18b84f;
}

.ecosafe-sachet-points-orange li::before {
	background: #f7a611;
}

.ecosafe-sachet-indications h3 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.2;
	color: #2f2d34;
}

.ecosafe-sachet-indication-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ecosafe-sachet-indication-tags span {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
}

.ecosafe-sachet-tag-green {
	background: #18b84f;
}

.ecosafe-sachet-tag-orange {
	background: #f7a611;
}

.ecosafe-sachet-extra-content {
	margin-top: 36px;
	padding-top: 30px;
	border-top: 1px solid #efe6d1;
}

.ecosafe-z-sachet-product-page .rs-breadcrumbs .breadcrumbs-img img {
	object-fit: cover;
	
}

.ecosafe-z-sachet-hero-section {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
}

.ecosafe-z-sachet-hero-card {
	background: #fff;
	border-radius: 26px;
	padding: 38px;
	box-shadow: 0 24px 60px rgba(84, 138, 179, 0.1);
	border: 1px solid rgba(218, 234, 244, 0.95);
}

.ecosafe-z-sachet-hero-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
	gap: 42px;
	align-items: start;
}

.ecosafe-z-sachet-product-visual {
	position: sticky;
	top: 110px;
}

.ecosafe-z-sachet-product-visual img {
	width: 100%;
	border-radius: 22px;
	box-shadow: 0 22px 54px rgba(84, 138, 179, 0.12);
}

.ecosafe-z-sachet-kicker {
	margin: 0 0 18px;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 400;
	color: #1ea1ea;
}

.ecosafe-z-sachet-kicker strong {
	font-weight: 700;
}

.ecosafe-z-sachet-logo {
	display: block;
	margin-bottom: 18px;
}

.ecosafe-z-sachet-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
}

.ecosafe-z-sachet-composition {
	margin: 0;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
	color: #34343c;
}

.ecosafe-z-sachet-flavour {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 118px;
	min-height: 72px;
	padding: 12px 18px;
	border-radius: 50%;
	font-size: 15px;
	line-height: 1.1;
	font-weight: 700;
	text-transform: capitalize;
	text-align: center;
	color: #fff;
	background: radial-gradient(circle at 30% 30%, #ffd86a 0%, #ffa114 58%, #ef6b00 100%);
	box-shadow: inset -8px -10px 16px rgba(121, 59, 0, 0.18);
}

.ecosafe-z-sachet-headline {
	margin: 0 0 24px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #1ea1ea;
}

.ecosafe-z-sachet-headline strong {
	font-weight: 700;
}

.ecosafe-z-sachet-feature-group {
	margin-bottom: 24px;
}

.ecosafe-z-sachet-section-title {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #1ea1ea;
}

.ecosafe-z-sachet-points li {
	font-size: 14px;
	line-height: 1.5;
}

.ecosafe-z-sachet-points li::before {
	background: #1ea1ea;
}

.ecosafe-z-sachet-indications h3 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.2;
	color: #2f2d34;
}

.ecosafe-z-sachet-indication-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ecosafe-z-sachet-indication-tags span {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
}

.ecosafe-z-sachet-tag-red {
	background: #ff1818;
}

.ecosafe-z-sachet-tag-blue {
	background: #1ea1ea;
}

.ecosafe-z-sachet-extra-content {
	margin-top: 36px;
	padding-top: 30px;
	border-top: 1px solid #e3eef6;
}

.etafol-tablets-product-page .rs-breadcrumbs .breadcrumbs-img img {
	object-fit: cover;
	
}

.etafol-tablets-hero-section {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #fffafd 0%, #ffffff 100%);
}

.etafol-tablets-hero-card {
	background: #fff;
	border-radius: 26px;
	padding: 38px;
	box-shadow: 0 24px 60px rgba(153, 109, 166, 0.1);
	border: 1px solid rgba(234, 224, 240, 0.95);
}

.etafol-tablets-hero-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
	gap: 42px;
	align-items: start;
}

.etafol-tablets-product-visual {
	position: sticky;
	top: 110px;
}

.etafol-tablets-product-visual img {
	width: 100%;
	border-radius: 22px;
	box-shadow: 0 22px 54px rgba(153, 109, 166, 0.12);
	margin-bottom: 28px;
}

.etafol-tablets-tagline-line {
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #1f2127;
}

.etafol-tablets-tagline-line strong {
	font-weight: 700;
}

.etafol-tablets-tagline-line-blue {
	color: #7bc7ff;
}

.etafol-tablets-tagline-line-purple {
	color: #c04ab3;
}

.etafol-tablets-logo {
	display: block;
	margin-bottom: 18px;
}

.etafol-tablets-composition {
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
	color: #34343c;
}

.etafol-tablets-headline {
	margin: 0 0 24px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #bb5fae;
}

.etafol-tablets-headline strong {
	font-weight: 700;
}

.etafol-tablets-points {
	margin-bottom: 26px;
}

.etafol-tablets-points li {
	font-size: 14px;
	line-height: 1.5;
}

.etafol-tablets-points li::before {
	background: #bb5fae;
}

.etafol-tablets-indications h3 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.2;
	color: #2f2d34;
}

.etafol-tablets-indication-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.etafol-tablets-indication-tags span {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
}

.etafol-tablets-tag-purple {
	background: #b1268f;
}

.etafol-tablets-tag-blue {
	background: #7cb7ea;
}

.etafol-tablets-tag-pink {
	background: #ff96b6;
}

.etafol-tablets-extra-content {
	margin-top: 36px;
	padding-top: 30px;
	border-top: 1px solid #ece1ef;
}

.etistil-0-25-tablets-product-page .rs-breadcrumbs .breadcrumbs-img img {
	object-fit: cover;
	
}

.etistil-0-25-tablets-hero-section {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #fffdfb 0%, #ffffff 100%);
}

.etistil-0-25-tablets-hero-card {
	background: #fff;
	border-radius: 26px;
	padding: 38px;
	box-shadow: 0 24px 60px rgba(93, 125, 187, 0.1);
	border: 1px solid rgba(223, 231, 245, 0.95);
}

.etistil-0-25-tablets-hero-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
	gap: 42px;
	align-items: start;
}

.etistil-0-25-tablets-product-visual {
	position: sticky;
	top: 110px;
}

.etistil-0-25-tablets-product-visual img {
	width: 100%;
	border-radius: 22px;
	box-shadow: 0 22px 54px rgba(93, 125, 187, 0.12);
	margin-bottom: 28px;
}

.etistil-0-25-tablets-tagline {
	font-size: 24px;
	line-height: 1.35;
	font-weight: 400;
	color: #1f2127;
}

.etistil-0-25-tablets-tagline strong {
	font-weight: 700;
}

.etistil-0-25-tablets-logo {
	display: block;
	margin-bottom: 18px;
}

.etistil-0-25-tablets-composition {
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
	color: #34343c;
}

.etistil-0-25-tablets-points {
	margin-bottom: 26px;
}

.etistil-0-25-tablets-points li {
	font-size: 14px;
	line-height: 1.5;
}

.etistil-0-25-tablets-points li::before {
	background: #ff9b18;
}

.etistil-0-25-tablets-indications h3 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.2;
	color: #2f2d34;
}

.etistil-0-25-tablets-indication-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.etistil-0-25-tablets-indication-tags span {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
}

.etistil-0-25-tablets-tag-blue {
	background: #214db2;
}

.etistil-0-25-tablets-tag-orange {
	background: #ff8c40;
}

.etistil-0-25-tablets-extra-content {
	margin-top: 36px;
	padding-top: 30px;
	border-top: 1px solid #e9eef6;
}

.etistil-0-5-tablets-product-page .rs-breadcrumbs .breadcrumbs-img img {
	object-fit: cover;
	
}

.etistil-0-5-tablets-hero-section {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #fffdfb 0%, #ffffff 100%);
}

.etistil-0-5-tablets-hero-card {
	background: #fff;
	border-radius: 26px;
	padding: 38px;
	box-shadow: 0 24px 60px rgba(187, 93, 147, 0.1);
	border: 1px solid rgba(244, 223, 234, 0.95);
}

.etistil-0-5-tablets-hero-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
	gap: 42px;
	align-items: start;
}

.etistil-0-5-tablets-product-visual {
	position: sticky;
	top: 110px;
}

.etistil-0-5-tablets-product-visual img {
	width: 100%;
	border-radius: 22px;
	box-shadow: 0 22px 54px rgba(187, 93, 147, 0.12);
	margin-bottom: 28px;
}

.etistil-0-5-tablets-tagline {
	font-size: 24px;
	line-height: 1.35;
	font-weight: 400;
	color: #1f2127;
}

.etistil-0-5-tablets-tagline strong {
	font-weight: 700;
}

.etistil-0-5-tablets-logo {
	display: block;
	margin-bottom: 18px;
}

.etistil-0-5-tablets-composition {
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
	color: #34343c;
}

.etistil-0-5-tablets-points {
	margin-bottom: 26px;
}

.etistil-0-5-tablets-points li {
	font-size: 14px;
	line-height: 1.5;
}

.etistil-0-5-tablets-points li::before {
	background: #ff9b18;
}

.etistil-0-5-tablets-indications h3 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.2;
	color: #2f2d34;
}

.etistil-0-5-tablets-indication-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.etistil-0-5-tablets-indication-tags span {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
}

.etistil-0-5-tablets-tag-blue {
	background: #214db2;
}

.etistil-0-5-tablets-tag-orange {
	background: #ff8c40;
}

.etistil-0-5-tablets-extra-content {
	margin-top: 36px;
	padding-top: 30px;
	border-top: 1px solid #f0e6ed;
}

.farodyne-tablets-product-page .rs-breadcrumbs .breadcrumbs-img img {
	object-fit: cover;
	
}

.farodyne-tablets-hero-section {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #fffdfb 0%, #ffffff 100%);
}

.farodyne-tablets-hero-card {
	background: #fff;
	border-radius: 26px;
	padding: 38px;
	box-shadow: 0 24px 60px rgba(143, 108, 108, 0.1);
	border: 1px solid rgba(244, 226, 226, 0.95);
}

.farodyne-tablets-hero-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
	gap: 42px;
	align-items: start;
}

.farodyne-tablets-product-visual {
	position: sticky;
	top: 110px;
}

.farodyne-tablets-product-visual img {
	width: 100%;
	border-radius: 22px;
	box-shadow: 0 22px 54px rgba(143, 108, 108, 0.12);
	margin-bottom: 28px;
}

.farodyne-tablets-tagline-line {
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #1f2127;
}

.farodyne-tablets-tagline-line strong {
	font-weight: 700;
	color: #ff4b0a;
}

.farodyne-tablets-logo {
	display: block;
	margin-bottom: 18px;
}

.farodyne-tablets-composition {
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
	color: #34343c;
}

.farodyne-tablets-points {
	margin-bottom: 26px;
}

.farodyne-tablets-points li {
	font-size: 14px;
	line-height: 1.5;
}

.farodyne-tablets-points li:nth-child(odd)::before {
	background: #ff4b0a;
}

.farodyne-tablets-points li:nth-child(even)::before {
	background: #2397df;
}

.farodyne-tablets-indications h3 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.2;
	color: #2f2d34;
}

.farodyne-tablets-indication-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.farodyne-tablets-indication-tags span {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
}

.farodyne-tablets-tag-red {
	background: #ff4b0a;
}

.farodyne-tablets-tag-blue {
	background: #2397df;
}

.farodyne-tablets-dosage {
	margin-top: 18px;
}

.farodyne-tablets-dosage-label {
	margin-bottom: 10px;
	font-size: 26px;
	line-height: 1.1;
	font-family: "Brush Script MT", cursive;
	color: #2f2d34;
}

.farodyne-tablets-dosage-value {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	background: #ff1f1f;
}

.farodyne-tablets-extra-content {
	margin-top: 36px;
	padding-top: 30px;
	border-top: 1px solid #f0e6e6;
}

.fericob-xt-tablets-product-page .rs-breadcrumbs .breadcrumbs-img img {
	object-fit: cover;
	
}

.fericob-xt-tablets-hero-section {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #fffdfa 0%, #ffffff 100%);
}

.fericob-xt-tablets-hero-card {
	background: #fff;
	border-radius: 26px;
	padding: 38px;
	box-shadow: 0 24px 60px rgba(166, 120, 120, 0.1);
	border: 1px solid rgba(244, 228, 228, 0.95);
}

.fericob-xt-tablets-hero-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
	gap: 42px;
	align-items: start;
}

.fericob-xt-tablets-product-visual {
	position: sticky;
	top: 110px;
}

.fericob-xt-tablets-product-visual img {
	width: 100%;
	border-radius: 22px;
	box-shadow: 0 22px 54px rgba(166, 120, 120, 0.12);
}

.fericob-xt-tablets-kicker {
	margin: 0 0 18px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #ff2ea6;
}

.fericob-xt-tablets-kicker strong {
	font-weight: 700;
}

.fericob-xt-tablets-logo {
	display: block;
	margin-bottom: 18px;
}

.fericob-xt-tablets-composition {
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
	color: #34343c;
}

.fericob-xt-tablets-headline {
	margin: 0 0 24px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #ff2ea6;
}

.fericob-xt-tablets-headline strong {
	font-weight: 700;
}

.fericob-xt-tablets-points {
	margin-bottom: 26px;
}

.fericob-xt-tablets-points li {
	font-size: 14px;
	line-height: 1.5;
}

.fericob-xt-tablets-points li:nth-child(odd)::before {
	background: #ff2ea6;
}

.fericob-xt-tablets-points li:nth-child(even)::before {
	background: #92bc23;
}

.fericob-xt-tablets-indications h3 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.2;
	color: #2f2d34;
}

.fericob-xt-tablets-indication-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.fericob-xt-tablets-indication-tags span {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
}

.fericob-xt-tablets-tag-pink {
	background: #ff10a3;
}

.fericob-xt-tablets-tag-green {
	background: #92bc23;
}

.fericob-xt-tablets-extra-content {
	margin-top: 36px;
	padding-top: 30px;
	border-top: 1px solid #f0e6e6;
}

.fericob-xt-syrup-product-page .rs-breadcrumbs .breadcrumbs-img img {
	object-fit: cover;
	
}

.fericob-xt-syrup-hero-section {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #fffdfa 0%, #ffffff 100%);
}

.fericob-xt-syrup-hero-card {
	background: #fff;
	border-radius: 26px;
	padding: 38px;
	box-shadow: 0 24px 60px rgba(166, 120, 120, 0.1);
	border: 1px solid rgba(244, 228, 228, 0.95);
}

.fericob-xt-syrup-hero-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
	gap: 42px;
	align-items: start;
}

.fericob-xt-syrup-product-visual {
	position: sticky;
	top: 110px;
}

.fericob-xt-syrup-product-visual img {
	width: 100%;
	border-radius: 22px;
	box-shadow: 0 22px 54px rgba(166, 120, 120, 0.12);
}

.fericob-xt-syrup-kicker {
	margin: 0 0 18px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #214db2;
}

.fericob-xt-syrup-kicker strong {
	font-weight: 700;
	color: #ff2f2f;
}

.fericob-xt-syrup-logo {
	display: block;
	margin-bottom: 18px;
}

.fericob-xt-syrup-composition {
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
	color: #34343c;
}

.fericob-xt-syrup-headline {
	margin: 0 0 26px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #ff2ea6;
}

.fericob-xt-syrup-headline strong {
	font-weight: 700;
}

.fericob-xt-syrup-indications h3 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.2;
	color: #2f2d34;
}

.fericob-xt-syrup-indication-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.fericob-xt-syrup-indication-tags span {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
}

.fericob-xt-syrup-tag-pink {
	background: #ff10a3;
}

.fericob-xt-syrup-tag-blue {
	background: #27b6f0;
}

.fericob-xt-syrup-extra-content {
	margin-top: 36px;
	padding-top: 30px;
	border-top: 1px solid #f0e6e6;
}

.lycosyn-capsules-product-page .rs-breadcrumbs .breadcrumbs-img img {
	object-fit: cover;
	
}

.lycosyn-capsules-hero-section {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #fffdfa 0%, #ffffff 100%);
}

.lycosyn-capsules-hero-card {
	background: #fff;
	border-radius: 26px;
	padding: 38px;
	box-shadow: 0 24px 60px rgba(167, 121, 121, 0.1);
	border: 1px solid rgba(244, 229, 229, 0.95);
}

.lycosyn-capsules-hero-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
	gap: 42px;
	align-items: start;
}

.lycosyn-capsules-product-visual {
	position: sticky;
	top: 110px;
}

.lycosyn-capsules-product-visual img {
	width: 100%;
	border-radius: 22px;
	box-shadow: 0 22px 54px rgba(167, 121, 121, 0.12);
	margin-bottom: 28px;
}

.lycosyn-capsules-tagline {
	font-size: 24px;
	line-height: 1.35;
	font-weight: 400;
	color: #1f2127;
}

.lycosyn-capsules-tagline strong {
	font-weight: 700;
}

.lycosyn-capsules-logo {
	display: block;
	margin-bottom: 18px;
}

.lycosyn-capsules-composition {
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
	color: #34343c;
}

.lycosyn-capsules-headline {
	margin: 0 0 24px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 700;
	color: #ff2100;
}

.lycosyn-capsules-points {
	margin-bottom: 26px;
}

.lycosyn-capsules-points li {
	font-size: 14px;
	line-height: 1.5;
}

.lycosyn-capsules-points li::before {
	background: #ff8f1e;
}

.lycosyn-capsules-indications h3 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.2;
	color: #2f2d34;
}

.lycosyn-capsules-indication-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.lycosyn-capsules-indication-tags span {
	display: inline-flex;
	align-items: center;
	padding: 7px 10px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #ff2d00;
	background: #fff;
	border: 1px solid #31c56b;
}

.lycosyn-capsules-extra-content {
	margin-top: 36px;
	padding-top: 30px;
	border-top: 1px solid #f0e6e6;
}

.lycosyn-syrup-product-page .rs-breadcrumbs .breadcrumbs-img img {
	object-fit: cover;
	
}

.lycosyn-syrup-hero-section {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #fffdfa 0%, #ffffff 100%);
}

.lycosyn-syrup-hero-card {
	background: #fff;
	border-radius: 26px;
	padding: 38px;
	box-shadow: 0 24px 60px rgba(167, 121, 121, 0.1);
	border: 1px solid rgba(244, 229, 229, 0.95);
}

.lycosyn-syrup-hero-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
	gap: 42px;
	align-items: start;
}

.lycosyn-syrup-product-visual {
	position: sticky;
	top: 110px;
}

.lycosyn-syrup-product-visual img {
	width: 100%;
	border-radius: 22px;
	box-shadow: 0 22px 54px rgba(167, 121, 121, 0.12);
	margin-bottom: 28px;
}

.lycosyn-syrup-tagline {
	font-size: 24px;
	line-height: 1.35;
	font-weight: 400;
	color: #1f2127;
}

.lycosyn-syrup-tagline strong {
	font-weight: 700;
	color: #e91a0a;
}

.lycosyn-syrup-kicker {
	margin: 0 0 18px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #ff2b00;
}

.lycosyn-syrup-kicker strong {
	font-weight: 700;
}

.lycosyn-syrup-logo {
	display: block;
	margin-bottom: 18px;
}

.lycosyn-syrup-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
}

.lycosyn-syrup-composition {
	margin: 0;
	font-size: 12px;
	line-height: 1.75;
	font-weight: 500;
	color: #34343c;
}

.lycosyn-syrup-flavour {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 118px;
	min-height: 72px;
	padding: 12px 18px;
	border-radius: 50%;
	font-size: 15px;
	line-height: 1.1;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: radial-gradient(circle at 30% 30%, #ffd86a 0%, #ffa114 58%, #ef6b00 100%);
	box-shadow: inset -8px -10px 16px rgba(121, 59, 0, 0.18);
}

.lycosyn-syrup-points li {
	font-size: 14px;
	line-height: 1.5;
}

.lycosyn-syrup-points li::before {
	background: #ff8f1e;
}

.lycosyn-syrup-extra-content {
	margin-top: 36px;
	padding-top: 30px;
	border-top: 1px solid #f0e6e6;
}

.mebeford-sr-capsules-product-page .rs-breadcrumbs .breadcrumbs-img img {
	object-fit: cover;
	
}

.mebeford-sr-capsules-hero-section {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #fffafc 0%, #ffffff 100%);
}

.mebeford-sr-capsules-hero-card {
	background: #fff;
	border-radius: 26px;
	padding: 38px;
	box-shadow: 0 24px 60px rgba(178, 112, 133, 0.1);
	border: 1px solid rgba(244, 225, 233, 0.95);
}

.mebeford-sr-capsules-hero-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
	gap: 42px;
	align-items: start;
}

.mebeford-sr-capsules-product-visual {
	position: sticky;
	top: 110px;
}

.mebeford-sr-capsules-product-visual img {
	width: 100%;
	border-radius: 22px;
	box-shadow: 0 22px 54px rgba(178, 112, 133, 0.12);
	margin-bottom: 28px;
}

.mebeford-sr-capsules-tagline {
	display: inline-block;
	padding: 14px 24px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #fff;
	background: #ea008b;
}

.mebeford-sr-capsules-tagline strong {
	font-weight: 700;
}

.mebeford-sr-capsules-logo {
	display: block;
	margin-bottom: 18px;
}

.mebeford-sr-capsules-composition {
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
	color: #34343c;
}

.mebeford-sr-capsules-headline {
	margin: 0 0 24px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #ff22a4;
}

.mebeford-sr-capsules-headline strong {
	font-weight: 700;
}

.mebeford-sr-capsules-points {
	margin-bottom: 26px;
}

.mebeford-sr-capsules-points li {
	font-size: 14px;
	line-height: 1.5;
}

.mebeford-sr-capsules-points li::before {
	background: #5a9d93;
}

.mebeford-sr-capsules-indications h3 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.2;
	color: #2f2d34;
}

.mebeford-sr-capsules-indication-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mebeford-sr-capsules-indication-tags span {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
}

.mebeford-sr-capsules-tag-pink {
	background: #ea008b;
}

.mebeford-sr-capsules-tag-green {
	background: #5a9d93;
}

.mebeford-sr-capsules-extra-content {
	margin-top: 36px;
	padding-top: 30px;
	border-top: 1px solid #f0e6e6;
}

.mebeford-c-tablets-product-page .rs-breadcrumbs .breadcrumbs-img img {
	object-fit: cover;
	
}

.mebeford-c-tablets-hero-section {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
}

.mebeford-c-tablets-hero-card {
	background: #fff;
	border-radius: 26px;
	padding: 38px;
	box-shadow: 0 24px 60px rgba(109, 159, 202, 0.1);
	border: 1px solid rgba(223, 236, 247, 0.95);
}

.mebeford-c-tablets-hero-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
	gap: 42px;
	align-items: start;
}

.mebeford-c-tablets-product-visual {
	position: sticky;
	top: 110px;
}

.mebeford-c-tablets-product-visual img {
	width: 100%;
	border-radius: 22px;
	box-shadow: 0 22px 54px rgba(109, 159, 202, 0.12);
	margin-bottom: 28px;
}

.mebeford-c-tablets-tagline {
	font-size: 24px;
	line-height: 1.35;
	font-weight: 400;
	color: #1f2127;
}

.mebeford-c-tablets-tagline strong {
	font-weight: 700;
}

.mebeford-c-tablets-logo {
	display: block;
	margin-bottom: 18px;
}

.mebeford-c-tablets-composition {
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
	color: #34343c;
}

.mebeford-c-tablets-headline {
	margin: 0 0 24px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #2a9ee8;
}

.mebeford-c-tablets-headline strong {
	font-weight: 700;
}

.mebeford-c-tablets-feature-group {
	margin-bottom: 18px;
}

.mebeford-c-tablets-section-title {
	margin: 0 0 8px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	color: #2a9ee8;
}

.mebeford-c-tablets-points li {
	font-size: 14px;
	line-height: 1.5;
}

.mebeford-c-tablets-points li::before {
	background: #2a9ee8;
}

.mebeford-c-tablets-indications h3 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.2;
	color: #2f2d34;
}

.mebeford-c-tablets-indication-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mebeford-c-tablets-indication-tags span {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	background: #2a9ee8;
}

.mebeford-c-tablets-extra-content {
	margin-top: 36px;
	padding-top: 30px;
	border-top: 1px solid #e7eef5;
}

.mesaford-2g-cr-sachet-product-page .rs-breadcrumbs .breadcrumbs-img img {
	object-fit: cover;
	
}

.mesaford-2g-cr-sachet-hero-section {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #fffdfb 0%, #ffffff 100%);
}

.mesaford-2g-cr-sachet-hero-card {
	background: #fff;
	border-radius: 26px;
	padding: 38px;
	box-shadow: 0 24px 60px rgba(158, 117, 117, 0.1);
	border: 1px solid rgba(245, 228, 228, 0.95);
}

.mesaford-2g-cr-sachet-hero-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
	gap: 42px;
	align-items: start;
}

.mesaford-2g-cr-sachet-product-visual {
	position: sticky;
	top: 110px;
}

.mesaford-2g-cr-sachet-product-visual img {
	width: 100%;
	border-radius: 22px;
	box-shadow: 0 22px 54px rgba(158, 117, 117, 0.12);
	margin-bottom: 28px;
}

.mesaford-2g-cr-sachet-tagline {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 400;
	color: #1f2127;
}

.mesaford-2g-cr-sachet-tagline strong {
	font-weight: 700;
	color: #ff0000;
}

.mesaford-2g-cr-sachet-logo {
	display: block;
	margin-bottom: 18px;
}

.mesaford-2g-cr-sachet-composition {
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
	color: #34343c;
}

.mesaford-2g-cr-sachet-points {
	margin-bottom: 26px;
}

.mesaford-2g-cr-sachet-points li {
	font-size: 14px;
	line-height: 1.5;
}

.mesaford-2g-cr-sachet-points li::before {
	background: #ff1d1d;
}

.mesaford-2g-cr-sachet-indications h3 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.2;
	color: #2f2d34;
	font-family: "Brush Script MT", cursive;
	font-weight: 400;
}

.mesaford-2g-cr-sachet-indication-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mesaford-2g-cr-sachet-indication-tags span {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	background: #ff1616;
}

.mesaford-2g-cr-sachet-extra-content {
	margin-top: 36px;
	padding-top: 30px;
	border-top: 1px solid #f0e6e6;
}

.mesaford-od-tablets-product-page .rs-breadcrumbs .breadcrumbs-img img {
	object-fit: cover;
	
}

.mesaford-od-tablets-hero-section {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
}

.mesaford-od-tablets-hero-card {
	background: #fff;
	border-radius: 26px;
	padding: 38px;
	box-shadow: 0 24px 60px rgba(103, 145, 193, 0.1);
	border: 1px solid rgba(223, 236, 247, 0.95);
}

.mesaford-od-tablets-hero-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
	gap: 42px;
	align-items: start;
}

.mesaford-od-tablets-product-visual {
	position: sticky;
	top: 110px;
}

.mesaford-od-tablets-product-visual img {
	width: 100%;
	border-radius: 22px;
	box-shadow: 0 22px 54px rgba(103, 145, 193, 0.12);
	margin-bottom: 28px;
}

.mesaford-od-tablets-tagline {
	font-size: 24px;
	line-height: 1.35;
	font-weight: 400;
	color: #1f2127;
}

.mesaford-od-tablets-tagline strong {
	font-weight: 700;
	color: #2d89df;
}

.mesaford-od-tablets-logo {
	display: block;
	margin-bottom: 18px;
}

.mesaford-od-tablets-composition {
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
	color: #34343c;
}

.mesaford-od-tablets-headline {
	margin: 0 0 24px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #2d89df;
}

.mesaford-od-tablets-headline strong {
	font-weight: 700;
}

.mesaford-od-tablets-feature-group {
	margin-bottom: 20px;
}

.mesaford-od-tablets-section-title {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #2d89df;
}

.mesaford-od-tablets-points li {
	font-size: 14px;
	line-height: 1.5;
}

.mesaford-od-tablets-points li::before {
	background: #2d89df;
}

.mesaford-od-tablets-dosages {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mesaford-od-tablets-dosages li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 1.5;
	color: #2f2d34;
}

.mesaford-od-tablets-dosages li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	color: #2d89df;
}

.mesaford-od-tablets-dosages li:last-child {
	margin-bottom: 0;
}

.mesaford-od-tablets-extra-content {
	margin-top: 36px;
	padding-top: 30px;
	border-top: 1px solid #e7eef5;
}

@media (max-width: 768px) {
	.webno1-page-hero {
		padding: 48px 0 28px;
	}

	.webno1-page-title,
	.webno1-page-card .heading,
	.webno1-post-title {
		font-size: 28px;
	}

	.webno1-page-content {
		padding: 30px 0 60px;
	}

	.webno1-page-card {
		padding: 24px 18px;
		border-radius: 14px;
	}

	.befodyne-hero-section {
		padding: 35px 0 55px;
	}

	.befodyne-hero-card {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.befodyne-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.befodyne-product-visual {
		position: static;
	}

	.befodyne-composition {
		font-size: 19px;
	}

	.befodyne-feature-box h3 {
		font-size: 20px;
	}

	.befodyne-feature-box p,
	.befodyne-indication-tags span {
		font-size: 15px;
	}

	.befodyne-indications h3 {
		font-size: 25px;
	}

	.bracken-hero-section {
		padding: 35px 0 55px;
	}

	.bracken-hero-card {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.bracken-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.bracken-product-visual {
		position: static;
	}

	.bracken-composition {
		font-size: 19px;
	}

	.bracken-headline {
		font-size: 32px;
	}

	.bracken-info-block h3 {
		font-size: 22px;
	}

	.bracken-info-block li,
	.bracken-indication-tags span {
		font-size: 15px;
	}

	.bracken-ntm-hero-section {
		padding: 35px 0 55px;
	}

	.bracken-ntm-hero-card {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.bracken-ntm-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.bracken-ntm-product-visual {
		position: static;
	}

	.bracken-ntm-tagline {
		font-size: 18px;
	}

	.bracken-ntm-composition {
		font-size: 19px;
	}

	.bracken-ntm-points li,
	.bracken-ntm-indication-tags span {
		font-size: 15px;
	}

	.bracken-ntm-indications h3 {
		font-size: 24px;
	}

	.ceficlav-hero-section {
		padding: 35px 0 55px;
	}

	.ceficlav-hero-card {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.ceficlav-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.ceficlav-product-visual {
		position: static;
	}

	.ceficlav-tagline {
		padding: 14px 16px;
	}

	.ceficlav-tagline-red,
	.ceficlav-indication-tags span {
		font-size: 15px;
	}

	.ceficlav-composition {
		font-size: 19px;
	}

	.ceficlav-headline {
		font-size: 30px;
	}

	.ceficlav-subheadline,
	.ceficlav-points li {
		font-size: 15px;
	}

	.ceficlav-indications h3 {
		font-size: 24px;
	}

	.calsive-syrup-hero-section {
		padding: 35px 0 55px;
	}

	.calsive-syrup-hero-card {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.calsive-syrup-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.calsive-syrup-product-visual {
		position: static;
	}

	.calsive-syrup-top-banner {
		font-size: 15px;
		padding: 10px 14px;
	}

	.calsive-syrup-meta {
		align-items: flex-start;
		flex-direction: column;
	}

	.calsive-syrup-composition,
	.calsive-syrup-points li {
		font-size: 15px;
	}

	.calsive-syrup-headline,
	.calsive-syrup-section-title,
	.calsive-syrup-indications h3 {
		font-size: 24px;
	}

	.calsive-syrup-indication-list {
		font-size: 15px;
	}

	.calsive-d3-drop-hero-section {
		padding: 35px 0 55px;
	}

	.calsive-d3-drop-hero-card {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.calsive-d3-drop-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.calsive-d3-drop-product-visual {
		position: static;
	}

	.calsive-d3-drop-kicker,
	.calsive-d3-drop-headline,
	.calsive-d3-drop-indications h3 {
		font-size: 24px;
	}

	.calsive-d3-drop-composition,
	.calsive-d3-drop-points li,
	.calsive-d3-drop-indication-tags span {
		font-size: 15px;
	}

	.calsive-d3-drop-composition span {
		margin-left: 8px;
	}

	.calsive-d3-capsules-hero-section {
		padding: 35px 0 55px;
	}

	.calsive-d3-capsules-hero-card {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.calsive-d3-capsules-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.calsive-d3-capsules-product-visual {
		position: static;
	}

	.calsive-d3-capsules-callout,
	.calsive-d3-capsules-tagline,
	.calsive-d3-capsules-section-title,
	.calsive-d3-capsules-indications h3 {
		font-size: 24px;
	}

	.calsive-d3-capsules-composition,
	.calsive-d3-capsules-points li,
	.calsive-d3-capsules-indication-tags span {
		font-size: 15px;
	}

	.calsive-d3-capsules-support-bar {
		font-size: 15px;
	}

	.calsive-tablets-hero-section {
		padding: 35px 0 55px;
	}

	.calsive-tablets-hero-card {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.calsive-tablets-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.calsive-tablets-product-visual {
		position: static;
	}

	.calsive-tablets-tagline-top,
	.calsive-tablets-tagline-bottom,
	.calsive-tablets-headline,
	.calsive-tablets-section-title,
	.calsive-tablets-indications h3 {
		font-size: 24px;
	}

	.calsive-tablets-composition,
	.calsive-tablets-points li,
	.calsive-tablets-indication-tags span {
		font-size: 15px;
	}

	.calsive-xt-capsules-hero-section {
		padding: 35px 0 55px;
	}

	.calsive-xt-capsules-hero-card {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.calsive-xt-capsules-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.calsive-xt-capsules-product-visual {
		position: static;
	}

	.calsive-xt-capsules-tagline-top,
	.calsive-xt-capsules-tagline-bottom,
	.calsive-xt-capsules-headline,
	.calsive-xt-capsules-section-title,
	.calsive-xt-capsules-indications h3 {
		font-size: 24px;
	}

	.calsive-xt-capsules-composition,
	.calsive-xt-capsules-points li,
	.calsive-xt-capsules-indication-tags span {
		font-size: 15px;
	}

	.clidium-tablets-hero-section {
		padding: 35px 0 55px;
	}

	.clidium-tablets-hero-card {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.clidium-tablets-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.clidium-tablets-product-visual {
		position: static;
	}

	.clidium-tablets-banner,
	.clidium-tablets-headline,
	.clidium-tablets-indications h3 {
		font-size: 24px;
	}

	.clidium-tablets-composition,
	.clidium-tablets-points li,
	.clidium-tablets-indication-tags span {
		font-size: 15px;
	}

	.clavobid-dds-syrup-hero-section {
		padding: 35px 0 55px;
	}

	.clavobid-dds-syrup-hero-card {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.clavobid-dds-syrup-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.clavobid-dds-syrup-product-visual {
		position: static;
	}

	.clavobid-dds-syrup-top-banner::after {
		display: none;
	}

	.clavobid-dds-syrup-meta {
		align-items: flex-start;
		flex-direction: column;
	}

	.clavobid-dds-syrup-top-banner span,
	.clavobid-dds-syrup-headline,
	.clavobid-dds-syrup-indications h3 {
		font-size: 24px;
	}

	.clavobid-dds-syrup-composition,
	.clavobid-dds-syrup-points li,
	.clavobid-dds-syrup-indication-tags span {
		font-size: 15px;
	}

	.clavobid-lb-tablets-hero-section {
		padding: 35px 0 55px;
	}

	.clavobid-lb-tablets-hero-card {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.clavobid-lb-tablets-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.clavobid-lb-tablets-product-visual {
		position: static;
	}

	.clavobid-lb-tablets-chart-card {
		max-width: 100%;
	}

	.clavobid-lb-tablets-headline,
	.clavobid-lb-tablets-indications h3 {
		font-size: 24px;
	}

	.clavobid-lb-tablets-composition,
	.clavobid-lb-tablets-points li,
	.clavobid-lb-tablets-indication-tags span {
		font-size: 15px;
	}

	.ecosafe-sachet-hero-section {
		padding: 35px 0 55px;
	}

	.ecosafe-sachet-hero-card {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.ecosafe-sachet-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.ecosafe-sachet-product-visual {
		position: static;
	}

	.ecosafe-sachet-meta {
		align-items: flex-start;
		flex-direction: column;
	}

	.ecosafe-sachet-kicker,
	.ecosafe-sachet-headline,
	.ecosafe-sachet-section-title,
	.ecosafe-sachet-indications h3 {
		font-size: 24px;
	}

	.ecosafe-sachet-composition,
	.ecosafe-sachet-points li,
	.ecosafe-sachet-indication-tags span {
		font-size: 15px;
	}

	.ecosafe-z-sachet-hero-section {
		padding: 35px 0 55px;
	}

	.ecosafe-z-sachet-hero-card {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.ecosafe-z-sachet-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.ecosafe-z-sachet-product-visual {
		position: static;
	}

	.ecosafe-z-sachet-meta {
		align-items: flex-start;
		flex-direction: column;
	}

	.ecosafe-z-sachet-kicker,
	.ecosafe-z-sachet-headline,
	.ecosafe-z-sachet-section-title,
	.ecosafe-z-sachet-indications h3 {
		font-size: 24px;
	}

	.ecosafe-z-sachet-composition,
	.ecosafe-z-sachet-points li,
	.ecosafe-z-sachet-indication-tags span {
		font-size: 15px;
	}

	.etafol-tablets-hero-section {
		padding: 35px 0 55px;
	}

	.etafol-tablets-hero-card {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.etafol-tablets-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.etafol-tablets-product-visual {
		position: static;
	}

	.etafol-tablets-tagline-line,
	.etafol-tablets-headline,
	.etafol-tablets-indications h3 {
		font-size: 24px;
	}

	.etafol-tablets-composition,
	.etafol-tablets-points li,
	.etafol-tablets-indication-tags span {
		font-size: 15px;
	}

	.etistil-0-25-tablets-hero-section {
		padding: 35px 0 55px;
	}

	.etistil-0-25-tablets-hero-card {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.etistil-0-25-tablets-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.etistil-0-25-tablets-product-visual {
		position: static;
	}

	.etistil-0-25-tablets-tagline,
	.etistil-0-25-tablets-indications h3 {
		font-size: 24px;
	}

	.etistil-0-25-tablets-composition,
	.etistil-0-25-tablets-points li,
	.etistil-0-25-tablets-indication-tags span {
		font-size: 15px;
	}

	.etistil-0-5-tablets-hero-section {
		padding: 35px 0 55px;
	}

	.etistil-0-5-tablets-hero-card {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.etistil-0-5-tablets-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.etistil-0-5-tablets-product-visual {
		position: static;
	}

	.etistil-0-5-tablets-tagline,
	.etistil-0-5-tablets-indications h3 {
		font-size: 24px;
	}

	.etistil-0-5-tablets-composition,
	.etistil-0-5-tablets-points li,
	.etistil-0-5-tablets-indication-tags span {
		font-size: 15px;
	}

	.farodyne-tablets-hero-section {
		padding: 35px 0 55px;
	}

	.farodyne-tablets-hero-card {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.farodyne-tablets-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.farodyne-tablets-product-visual {
		position: static;
	}

	.farodyne-tablets-tagline-line,
	.farodyne-tablets-indications h3,
	.farodyne-tablets-dosage-value {
		font-size: 24px;
	}

	.farodyne-tablets-composition,
	.farodyne-tablets-points li,
	.farodyne-tablets-indication-tags span {
		font-size: 15px;
	}

	.fericob-xt-tablets-hero-section {
		padding: 35px 0 55px;
	}

	.fericob-xt-tablets-hero-card {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.fericob-xt-tablets-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.fericob-xt-tablets-product-visual {
		position: static;
	}

	.fericob-xt-tablets-kicker,
	.fericob-xt-tablets-headline,
	.fericob-xt-tablets-indications h3 {
		font-size: 24px;
	}

	.fericob-xt-tablets-composition,
	.fericob-xt-tablets-points li,
	.fericob-xt-tablets-indication-tags span {
		font-size: 15px;
	}

	.fericob-xt-syrup-hero-section {
		padding: 35px 0 55px;
	}

	.fericob-xt-syrup-hero-card {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.fericob-xt-syrup-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.fericob-xt-syrup-product-visual {
		position: static;
	}

	.fericob-xt-syrup-kicker,
	.fericob-xt-syrup-headline,
	.fericob-xt-syrup-indications h3 {
		font-size: 24px;
	}

	.fericob-xt-syrup-composition,
	.fericob-xt-syrup-indication-tags span {
		font-size: 15px;
	}

	.lycosyn-capsules-hero-section {
		padding: 35px 0 55px;
	}

	.lycosyn-capsules-hero-card {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.lycosyn-capsules-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.lycosyn-capsules-product-visual {
		position: static;
	}

	.lycosyn-capsules-tagline,
	.lycosyn-capsules-headline,
	.lycosyn-capsules-indications h3 {
		font-size: 24px;
	}

	.lycosyn-capsules-composition,
	.lycosyn-capsules-points li,
	.lycosyn-capsules-indication-tags span {
		font-size: 15px;
	}

	.lycosyn-syrup-hero-section {
		padding: 35px 0 55px;
	}

	.lycosyn-syrup-hero-card {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.lycosyn-syrup-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.lycosyn-syrup-product-visual {
		position: static;
	}

	.lycosyn-syrup-meta {
		align-items: flex-start;
		flex-direction: column;
	}

	.lycosyn-syrup-tagline,
	.lycosyn-syrup-kicker {
		font-size: 24px;
	}

	.lycosyn-syrup-composition,
	.lycosyn-syrup-points li {
		font-size: 15px;
	}

	.mebeford-sr-capsules-hero-section {
		padding: 35px 0 55px;
	}

	.mebeford-sr-capsules-hero-card {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.mebeford-sr-capsules-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.mebeford-sr-capsules-product-visual {
		position: static;
	}

	.mebeford-sr-capsules-tagline,
	.mebeford-sr-capsules-headline,
	.mebeford-sr-capsules-indications h3 {
		font-size: 24px;
	}

	.mebeford-sr-capsules-composition,
	.mebeford-sr-capsules-points li,
	.mebeford-sr-capsules-indication-tags span {
		font-size: 15px;
	}

	.mebeford-c-tablets-hero-section {
		padding: 35px 0 55px;
	}

	.mebeford-c-tablets-hero-card {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.mebeford-c-tablets-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.mebeford-c-tablets-product-visual {
		position: static;
	}

	.mebeford-c-tablets-tagline,
	.mebeford-c-tablets-headline,
	.mebeford-c-tablets-section-title,
	.mebeford-c-tablets-indications h3 {
		font-size: 24px;
	}

	.mebeford-c-tablets-composition,
	.mebeford-c-tablets-points li,
	.mebeford-c-tablets-indication-tags span {
		font-size: 15px;
	}

	.mesaford-2g-cr-sachet-hero-section {
		padding: 35px 0 55px;
	}

	.mesaford-2g-cr-sachet-hero-card {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.mesaford-2g-cr-sachet-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.mesaford-2g-cr-sachet-product-visual {
		position: static;
	}

	.mesaford-2g-cr-sachet-tagline,
	.mesaford-2g-cr-sachet-indications h3 {
		font-size: 24px;
	}

	.mesaford-2g-cr-sachet-composition,
	.mesaford-2g-cr-sachet-points li,
	.mesaford-2g-cr-sachet-indication-tags span {
		font-size: 15px;
	}

	.mesaford-od-tablets-hero-section {
		padding: 35px 0 55px;
	}

	.mesaford-od-tablets-hero-card {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.mesaford-od-tablets-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.mesaford-od-tablets-product-visual {
		position: static;
	}

	.mesaford-od-tablets-tagline,
	.mesaford-od-tablets-headline,
	.mesaford-od-tablets-section-title {
		font-size: 24px;
	}

	.mesaford-od-tablets-composition,
	.mesaford-od-tablets-points li,
	.mesaford-od-tablets-dosages li {
		font-size: 15px;
	}
}

.alignleft{
	float:left;
	margin:5px 10px 10px 0;
}
.alignright{
	float:right;
	margin:5px 0 10px 10px;
}

.slider{
    position:relative;
    width:100%;
}

.banner{
	min-height:150px;
	background:#000;
}
.banner img{
    width:100%;
    height:auto;
}

.heading{
	font-weight:600;
	text-transform:uppercase;
	font-size:30px;
	position:relative;
	margin:0 0 40px;
	display:inline-block;
    color: transparent;
	background:linear-gradient(to right, #bf790e, #000);
	-webkit-background-clip:text;
	background-clip:text;
}

.about{ background:url("images/about.jpg") no-repeat center; }

.why-choose{
	background:#eee;
}
.why-choose .text{
	background:#fff;
}
div[class*='whybg']{
	height:400px;
}
.whybg1{ background:url("images/w1.jpg") no-repeat center; }
.whybg2{ background:url("images/w2.jpg") no-repeat center; }
.whybg3{ background:url("images/w3.jpg") no-repeat center; }
.whybg4{ background:url("images/w4.jpg") no-repeat center; }

.skin-care{}
.skin-care .text{
	padding:100px 50px;
}
.skin-care .image{
	position:relative;
}
.skin-care .image::before{
	position:absolute;
	content:"";
	width:5px;
	height:100%;
	background:linear-gradient(to bottom, #bf790e, #000);
	top:0;
	left:-30px;
}
.skin-care .image::after{
	position:absolute;
	content:"";
	width:30px;
	height:150px;
	border-radius:15px;
	background:linear-gradient(to bottom, #bf790e, #000);
	top:100px;
	left:-43px;
}

.more-than-saloon-img{
	border-radius:10px;
	box-shadow:0 2px 5px rgb(0 0 0 / 25%);
}

.footer{
	margin:15px 0 0;
	border-top:1px solid #eee;
	background:url("images/footerbg.jpg") no-repeat center #fff;
	background-size:cover;
}
.footer ul.nav li a{
	font-weight:500;
	padding:10px 0;
	font-size:14px;
    color: #000;
}
.footer a > .fa{
    font-size:40px;
    padding:20px 0;
}
.footer a:hover{
    color:#666;
}
.footer h1{
    position: relative;
    font-size: 22px;
    line-height: 2;
    font-weight: 500;
    margin:0 0 30px;
	display:inline-block;
	color:transparent;
	background:linear-gradient(to right, #bf790e, #000);
	-webkit-background-clip:text;
	background-clip:text;
}
.footer h1::after{
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #000;
    bottom: 0;
    left: 0;
}
.copy{
    border-top:1px solid #eee;
    color:#000;
}

.entry-header .heading{
    font-size: 30px;
}
.entry-title {
    font-size: 30px;
    margin: 0 0 20px;
	color: #ce863a;
	padding:33px 10px 0;
}

.entry-content h1 {    
    padding: 10px 0;
	text-align:justify;
	font-size:20px;
	color:#ce863a;
}

.entry-content {
    min-height: 400px;
    padding: 10px 0;
	text-align:justify;
	line-height:1.8;
}
.entry-content ul{
	padding:0 0 0 20px;
}
.entry-content ul li{
	margin:0 0 10px;
}
.entry-content h2 {
    padding: 10px 0;
	font-size:24px;
}
.entry-content h4 {
    padding: 10px 0;
	font-size:20px;
}

.pagination{ text-align:left; }
.pagination .page-numbers{ display:inline-block; background:#2c3659; padding:0px 12px; border-radius:3px; margin:15px 5px; text-decoration:none; color:#fff; border:thin solid #2c3659; }
.pagination .current{ display:inline-block; background:#fff; padding:0px 12px; border-radius:3px; margin:15px 5px; text-decoration:none; color:#2c3659; border:thin solid #2c3659; }

figcaption{
    text-align:center;
}

.swiper-button-next, .swiper-button-prev {
    background: transparent !important;
    padding: 30px 25px;
    color: rgb(13, 156, 197) !important;
}
.swiper-button-prev {
    left:-5px !important;
}
.swiper-button-next {
    right: -5px !important;
}

.service{ 
	float:left;
	width:30%;
	border-radius:10px;
	margin:20px;
	background:linear-gradient(45deg, #bf790e, #000);
}
.service .item{
    width:auto;
    height:100%;
    display: block;
    margin: 1px;
    position:relative;
    line-height: 1.5;
    text-align:left;
	border-radius:10px;
	overflow:hidden;
	box-shadow: none;
	background:#fff;
}
.service .item .image{
	height:300px;
	overflow:hidden;
	margin:0 0 8px;
}
.service .item .image img{
	width:100%;
	margin:0 0 10px;
}
.service .item h4{
	padding:8px;
	font-weight:400;
	font-size:20px;
	text-align:center;
	text-transform:uppercase;
}

.item{    
    width:auto;
    height:100%;
    display: block;
    margin: 10px;
    position:relative;
    line-height: 1.5;
    text-align:left;
	border-radius:10px;
	overflow:hidden;
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	background:#fff;
}
.item img{
    width:auto;
	max-width:100%;
    height:auto;
    transform:scale(1);
    transition:all 0.5s;
}
.item:hover img{
    transform:scale(1.1);
}
.item h2{
    color:#000;
    margin:0;
    padding:10px;
    text-transform:uppercase;
    font-size:20px;
}
.item .detail{
    padding:0 10px 10px;
    color:#000;
    line-height: 1.5;
    text-align: left;
}
.item p{
    margin:10px 0;
}
.peptos-suspension-product-page .rs-breadcrumbs .breadcrumbs-img img {
	
	object-fit: cover;
}

.peptos-suspension-hero-section {
	padding: 90px 0;
	background: linear-gradient(180deg, #fff8f2 0%, #ffffff 100%);
}

.peptos-suspension-hero-card {
	background: #ffffff;
	border-radius: 30px;
	padding: 42px;
	box-shadow: 0 24px 56px rgba(180, 59, 12, 0.12);
}

.peptos-suspension-top-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 34px;
	align-items: center;
}

.peptos-suspension-product-visual {
	position: relative;
	text-align: center;
}

.peptos-suspension-product-image {
	width: 100%;
	max-width: 450px;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.peptos-suspension-relief-banner {
	width: 100%;
	max-width: 520px;
	margin-top: 24px;
}

.peptos-suspension-brand-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}


.peptos-suspension-sugar-free {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 102px;
	padding: 10px 18px;
	border-radius: 999px;
	background: #f6a601;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	box-shadow: 0 10px 22px rgba(246, 166, 1, 0.24);
}

.peptos-suspension-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 18px 28px;
	margin-bottom: 22px;
}

.peptos-suspension-composition {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
	color: #232323;
}

.peptos-suspension-form {
	margin: 0;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	color: #1e1e1e;
}

.peptos-suspension-promo {
	display: block;
	margin-bottom: 22px;
	padding: 16px 24px;
	border-radius: 18px;
	background: #e71819;
	box-shadow: 0 18px 34px rgba(231, 24, 25, 0.2);
}

.peptos-suspension-promo span {
	display: block;
	color: #ffffff;
	font-size: 33px;
	line-height: 1.2;
	font-style: italic;
	font-weight: 600;
	text-align: center;
}

.peptos-suspension-flavour-row {
	display: flex;
	align-items: center;
	gap: 18px;
}

.peptos-suspension-flavour-row img {
	width: 106px;
	height: auto;
	flex: 0 0 auto;
}

.peptos-suspension-flavour-copy span,
.peptos-suspension-flavour-copy strong {
	display: block;
}

.peptos-suspension-flavour-copy span {
	font-size: 15px;
	font-weight: 600;
	color: #3d3d3d;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.peptos-suspension-flavour-copy strong {
	font-size: 20px;
	line-height: 1.2;
	color: #d31717;
}

.peptos-suspension-detail-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: 38px;
	margin-top: 38px;
	align-items: start;
}

.peptos-suspension-feature-group + .peptos-suspension-feature-group {
	margin-top: 22px;
}

.peptos-suspension-section-title {
	margin: 0 0 14px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #d71920;
}

.peptos-suspension-section-title--amber {
	color: #e4a003;
}

.peptos-suspension-points li {
	font-size: 15px;
	line-height: 1.72;
	padding-left: 22px;
}

.peptos-suspension-points li::before {
	width: 8px;
	height: 8px;
	background: #f5ab02;
	box-shadow: 0 0 0 3px rgba(245, 171, 2, 0.14);
}

.peptos-suspension-ribbon {
	display: inline-flex;
	align-items: center;
	margin: 28px 0 24px;
	padding: 12px 22px;
	border-radius: 999px;
	background: linear-gradient(90deg, #f5c11b 0%, #f1a502 100%);
	color: #ffffff;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 700;
	box-shadow: 0 14px 28px rgba(241, 165, 2, 0.22);
}

.peptos-suspension-feature-group--compact {
	padding: 28px;
	border-radius: 26px;
	background: #fff7ea;
	border: 1px solid #ffe2b2;
}

.peptos-suspension-two-note {
	display: grid;
	gap: 18px;
}

.peptos-suspension-two-note h4 {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #d71920;
}

.peptos-suspension-two-note p {
	margin: 0;
	font-size: 15px;
	line-height: 1.72;
	color: #34353b;
}

.peptos-suspension-side-column {
	display: grid;
	gap: 26px;
}

.peptos-suspension-diagram-card {
	padding: 24px;
	border-radius: 30px;
	background: radial-gradient(circle at top right, rgba(231, 24, 25, 0.08), transparent 32%), #ffffff;
	border: 1px solid #ffe1de;
	box-shadow: 0 18px 42px rgba(204, 22, 25, 0.1);
	text-align: center;
}

.peptos-suspension-diagram-card img {
	width: 100%;
	max-width: 350px;
}

.peptos-suspension-indications {
	padding: 28px;
	border-radius: 30px;
	background: #fff5f1;
	border: 1px solid #ffd7c8;
}

.peptos-suspension-indications h3 {
	margin: 0 0 18px;
	font-size: 20px;
	line-height: 1.2;
	font-style: italic;
	font-weight: 500;
	color: #232323;
}

.peptos-suspension-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 10px;
}

.peptos-suspension-tag-list span {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 12px;
	background: #e71819;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
	box-shadow: 0 12px 24px rgba(231, 24, 25, 0.12);
}

.peptos-suspension-tag-list span:nth-child(even) {
	background: #f3ad05;
	color: #ffffff;
}

.peptos-suspension-extra-content {
	margin-top: 30px;
	padding-top: 24px;
	border-top: 1px solid #f0dfd6;
}

@media (max-width: 991px) {
	.peptos-suspension-hero-section {
		padding: 72px 0;
	}

	.peptos-suspension-hero-card {
		padding: 32px 24px;
	}

	.peptos-suspension-top-grid,
	.peptos-suspension-detail-grid {
		grid-template-columns: 1fr;
	}

	.peptos-suspension-product-visual {
		order: 2;
	}

	.peptos-suspension-product-copy {
		order: 1;
	}
}

@media (max-width: 768px) {
	.peptos-suspension-hero-section {
		padding: 54px 0;
	}

	.peptos-suspension-hero-card {
		padding: 24px 16px;
		border-radius: 24px;
	}

	.peptos-suspension-brand-header,
	.peptos-suspension-meta,
	.peptos-suspension-flavour-row {
		flex-direction: column;
		align-items: flex-start;
	}


	.peptos-suspension-sugar-free {
		padding: 8px 16px;
		font-size: 13px;
	}

	.peptos-suspension-composition,
	.peptos-suspension-points li,
	.peptos-suspension-two-note p,
	.peptos-suspension-tag-list span {
		font-size: 14px;
	}

	.peptos-suspension-form,
	.peptos-suspension-section-title,
	.peptos-suspension-indications h3 {
		font-size: 22px;
	}

	.peptos-suspension-promo {
		padding: 14px 16px;
	}

	.peptos-suspension-promo span {
		font-size: 24px;
	}

	.peptos-suspension-ribbon {
		padding: 10px 16px;
		font-size: 14px;
	}

	.peptos-suspension-feature-group--compact,
	.peptos-suspension-indications,
	.peptos-suspension-diagram-card {
		padding: 20px 16px;
	}
}

.peptos-ls-capsules-product-page .rs-breadcrumbs .breadcrumbs-img img {
	
	object-fit: cover;
}

.peptos-ls-capsules-hero-section {
	padding: 90px 0;
	background: linear-gradient(180deg, #f3fdff 0%, #ffffff 100%);
}

.peptos-ls-capsules-hero-card {
	padding: 42px;
	border-radius: 30px;
	background: linear-gradient(135deg, rgba(108, 221, 255, 0.12) 0%, rgba(255, 255, 255, 0.98) 52%);
	box-shadow: 0 24px 56px rgba(45, 122, 162, 0.12);
}

.peptos-ls-capsules-top-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 34px;
	align-items: center;
}

.peptos-ls-capsules-product-visual {
	text-align: center;
}

.peptos-ls-capsules-product-image {
	width: 100%;
	max-width: 465px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.peptos-ls-capsules-bottom-strip-text {
	margin-top: 24px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 300;
	color: #262a31;
}

.peptos-ls-capsules-bottom-strip-text strong {
	font-weight: 700;
	color: #151515;
}

.peptos-ls-capsules-logo {
	margin-bottom: 18px;
}

.peptos-ls-capsules-composition {
	margin: 0 0 18px;
	font-size: 16px;
	line-height: 1.65;
	font-weight: 600;
	color: #23272f;
}

.peptos-ls-capsules-headline {
	margin: 0;
	font-size: 24px;
	line-height: 1.08;
	font-weight: 300;
	color: #16181d;
}

.peptos-ls-capsules-headline strong {
	font-weight: 700;
}

.peptos-ls-capsules-feature-group + .peptos-ls-capsules-feature-group {
	margin-top: 22px;
}

.peptos-ls-capsules-section-title {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #153da8;
}

.peptos-ls-capsules-section-title--green {
	color: #2d6f62;
}

.peptos-ls-capsules-points li {
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.72;
	color: #262b33;
}

.peptos-ls-capsules-points--blue li::before {
	width: 10px;
	height: 10px;
	background: #133fbb;
	box-shadow: 0 0 0 3px rgba(19, 63, 187, 0.14);
}

.peptos-ls-capsules-points--green li::before {
	width: 10px;
	height: 10px;
	background: #386d63;
	box-shadow: 0 0 0 3px rgba(56, 109, 99, 0.14);
}

.peptos-ls-capsules-detail-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(250px, 0.75fr);
	gap: 28px;
	margin-top: 34px;
	align-items: center;
}

.peptos-ls-capsules-side-visual-card,
.peptos-ls-capsules-chart-card {
	padding: 24px;
	border-radius: 26px;
	background: #ffffff;
	border: 1px solid #dff4fb;
	box-shadow: 0 18px 38px rgba(60, 125, 154, 0.1);
}

.peptos-ls-capsules-side-visual-card {
	text-align: center;
}

.peptos-ls-capsules-side-visual-card img {
	width: 100%;
	max-width: 260px;
}

.peptos-ls-capsules-chart-card {
	margin-top: 28px;
}

.peptos-ls-capsules-chart-card h3 {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #153da8;
}

.peptos-ls-capsules-chart-card p {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.7;
	color: #3b4650;
}

.peptos-ls-capsules-chart-card img {
	
	border-radius: 14px;
}

.peptos-ls-capsules-extra-content {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #dcedf3;
}

@media (max-width: 991px) {
	.peptos-ls-capsules-hero-section {
		padding: 72px 0;
	}

	.peptos-ls-capsules-hero-card {
		padding: 32px 24px;
	}

	.peptos-ls-capsules-top-grid,
	.peptos-ls-capsules-detail-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.peptos-ls-capsules-hero-section {
		padding: 54px 0;
	}

	.peptos-ls-capsules-hero-card {
		padding: 24px 16px;
		border-radius: 24px;
	}


	.peptos-ls-capsules-composition,
	.peptos-ls-capsules-points li,
	.peptos-ls-capsules-chart-card p {
		font-size: 14px;
	}

	.peptos-ls-capsules-bottom-strip-text {
		font-size: 24px;
	}

	.peptos-ls-capsules-headline {
		font-size: 34px;
	}

	.peptos-ls-capsules-section-title,
	.peptos-ls-capsules-chart-card h3 {
		font-size: 22px;
	}

	.peptos-ls-capsules-side-visual-card,
	.peptos-ls-capsules-chart-card {
		padding: 20px 16px;
	}
}

.recoat-tablets-product-page .rs-breadcrumbs .breadcrumbs-img img {
	
	object-fit: cover;
}

.recoat-tablets-hero-section {
	padding: 90px 0;
	background: linear-gradient(180deg, #fff9f5 0%, #ffffff 100%);
}

.recoat-tablets-hero-card {
	padding: 42px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 56px rgba(123, 79, 56, 0.12);
}

.recoat-tablets-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 34px;
	align-items: center;
}

.recoat-tablets-product-visual {
	text-align: center;
}

.recoat-tablets-product-image {
	width: 100%;
	max-width: 450px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.recoat-tablets-tagline {
	margin-top: 24px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 300;
	color: #25272c;
}

.recoat-tablets-tagline strong {
	font-weight: 700;
}

.recoat-tablets-logo {
	margin-bottom: 18px;
}

.recoat-tablets-composition {
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 1.65;
	font-weight: 600;
	color: #23272f;
}

.recoat-tablets-headline {
	margin: 0 0 28px;
	font-size: 28px;
	line-height: 1.24;
	font-weight: 400;
	color: #8f5b3d;
}

.recoat-tablets-headline strong {
	font-weight: 700;
	color: #8f5b3d;
}

.recoat-tablets-feature-group + .recoat-tablets-feature-group {
	margin-top: 22px;
}

.recoat-tablets-section-title {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #8f5b3d;
}

.recoat-tablets-section-title--blue {
	color: #1685da;
}

.recoat-tablets-points li {
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.72;
	color: #262b33;
}

.recoat-tablets-points--brown li::before {
	width: 9px;
	height: 9px;
	background: #8f5b3d;
	box-shadow: 0 0 0 3px rgba(143, 91, 61, 0.14);
}

.recoat-tablets-points--blue li::before {
	width: 9px;
	height: 9px;
	background: #1685da;
	box-shadow: 0 0 0 3px rgba(22, 133, 218, 0.14);
}

.recoat-tablets-extra-content {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #eee3dc;
}

@media (max-width: 991px) {
	.recoat-tablets-hero-section {
		padding: 72px 0;
	}

	.recoat-tablets-hero-card {
		padding: 32px 24px;
	}

	.recoat-tablets-hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.recoat-tablets-hero-section {
		padding: 54px 0;
	}

	.recoat-tablets-hero-card {
		padding: 24px 16px;
		border-radius: 24px;
	}


	.recoat-tablets-tagline {
		font-size: 24px;
	}

	.recoat-tablets-composition,
	.recoat-tablets-points li {
		font-size: 14px;
	}

	.recoat-tablets-headline,
	.recoat-tablets-section-title {
		font-size: 22px;
	}
}

.rozvit-capsules-product-page .rs-breadcrumbs .breadcrumbs-img img {
	
	object-fit: cover;
}

.rozvit-capsules-hero-section {
	padding: 90px 0;
	background: linear-gradient(180deg, #f7fdff 0%, #ffffff 100%);
}

.rozvit-capsules-hero-card {
	padding: 42px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 56px rgba(32, 134, 166, 0.12);
}

.rozvit-capsules-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 34px;
	align-items: start;
}

.rozvit-capsules-product-visual {
	text-align: left;
	max-width: none;
	margin: 0;
}

.rozvit-capsules-product-image {
	width: 100%;
	max-width: 450px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.rozvit-capsules-tagline {
	margin-top: 24px;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #11141a;
	text-align: left;
	text-transform: uppercase;
}

.rozvit-capsules-product-copy {
	max-width: none;
	margin: 0;
}

.rozvit-capsules-logo {
	margin-bottom: 18px;
}

.rozvit-capsules-composition {
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 1.65;
	font-weight: 600;
	color: #23272f;
}

.rozvit-capsules-headline {
	margin: 0 0 24px;
	font-size: 24px;
	line-height: 1.15;
	font-weight: 700;
	color: #20252c;
}

.rozvit-capsules-headline strong {
	color: #169fc9;
}

.rozvit-capsules-headline span {
	color: #f59d17;
}

.rozvit-capsules-main-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(240px, 0.75fr);
	gap: 28px;
	align-items: start;
}

.rozvit-capsules-feature-group + .rozvit-capsules-feature-group {
	margin-top: 18px;
}

.rozvit-capsules-section-title {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
}

.rozvit-capsules-section-title--teal {
	color: #169fc9;
}

.rozvit-capsules-section-title--gold {
	color: #f59d17;
}

.rozvit-capsules-points li {
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.68;
	color: #262b33;
}

.rozvit-capsules-points--teal li::before {
	width: 8px;
	height: 8px;
	background: #169fc9;
	box-shadow: 0 0 0 3px rgba(22, 159, 201, 0.14);
}

.rozvit-capsules-points--gold li::before {
	width: 8px;
	height: 8px;
	background: #f59d17;
	box-shadow: 0 0 0 3px rgba(245, 157, 23, 0.14);
}

.rozvit-capsules-indications {
	padding: 24px;
	border-radius: 26px;
	background: #f7fdff;
	border: 1px solid #dff3f9;
	box-shadow: 0 18px 36px rgba(32, 134, 166, 0.09);
}

.rozvit-capsules-indications h3 {
	margin: 0 0 16px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	color: #262b33;
}

.rozvit-capsules-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.rozvit-capsules-tag-list span {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 10px;
	background: #169fc9;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
}

.rozvit-capsules-tag-list span:nth-child(even) {
	background: #f59d17;
}

.rozvit-capsules-extra-content {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #ddeef4;
}

@media (max-width: 991px) {
	.rozvit-capsules-hero-section {
		padding: 72px 0;
	}

	.rozvit-capsules-hero-card {
		padding: 32px 24px;
	}

	.rozvit-capsules-hero-grid,
	.rozvit-capsules-main-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.rozvit-capsules-hero-section {
		padding: 54px 0;
	}

	.rozvit-capsules-hero-card {
		padding: 24px 16px;
		border-radius: 24px;
	}


	.rozvit-capsules-tagline {
		font-size: 24px;
	}

	.rozvit-capsules-composition,
	.rozvit-capsules-points li,
	.rozvit-capsules-tag-list span {
		font-size: 14px;
	}

	.rozvit-capsules-headline {
		font-size: 24px;
	}

	.rozvit-capsules-section-title,
	.rozvit-capsules-indications h3 {
		font-size: 22px;
	}

	.rozvit-capsules-indications {
		padding: 20px 16px;
	}
}

.trusgut-capsules-product-page .rs-breadcrumbs .breadcrumbs-img img {
	
	object-fit: cover;
}

.trusgut-capsules-hero-section {
	padding: 90px 0;
	background: linear-gradient(180deg, #f9feff 0%, #ffffff 100%);
}

.trusgut-capsules-hero-card {
	padding: 42px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 56px rgba(30, 165, 178, 0.12);
}

.trusgut-capsules-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 34px;
	align-items: start;
}

.trusgut-capsules-product-visual {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100%;
}

.trusgut-capsules-product-image {
	width: 100%;
	max-width: 450px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.trusgut-capsules-badge-wrap {
	margin-top: 24px;
}

.trusgut-capsules-badge-wrap img {
	width: 100%;
	max-width: 165px;
}

.trusgut-capsules-logo {
	margin-bottom: 18px;
}

.trusgut-capsules-composition {
	margin: 0 0 24px;
	font-size: 13px;
	line-height: 1.9;
	font-weight: 600;
	color: #23272f;
}

.trusgut-capsules-headline {
	margin: 0 0 26px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
	color: #2eb8c6;
}

.trusgut-capsules-headline strong {
	font-weight: 700;
	color: #189fb0;
}

.trusgut-capsules-main-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(230px, 0.75fr);
	gap: 28px;
	align-items: start;
}

.trusgut-capsules-feature-group + .trusgut-capsules-feature-group {
	margin-top: 18px;
}

.trusgut-capsules-section-title {
	margin: 0 0 10px;
	font-size: 17px;
	line-height: 1.9;
	font-weight: 700;
	text-transform: uppercase;
}

.trusgut-capsules-section-title--teal {
	color: #1bb2bf;
}

.trusgut-capsules-section-title--pink {
	color: #f257b4;
}

.trusgut-capsules-points li {
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.68;
	color: #262b33;
}

.trusgut-capsules-points--teal li::before {
	width: 8px;
	height: 8px;
	background: #1bb2bf;
	box-shadow: 0 0 0 3px rgba(27, 178, 191, 0.14);
}

.trusgut-capsules-points--pink li::before {
	width: 8px;
	height: 8px;
	background: #f257b4;
	box-shadow: 0 0 0 3px rgba(242, 87, 180, 0.14);
}

.trusgut-capsules-indications {
	padding: 24px;
	border-radius: 26px;
	background: #f8fdfe;
	border: 1px solid #dff5f8;
	box-shadow: 0 18px 36px rgba(30, 165, 178, 0.08);
}

.trusgut-capsules-indications h3 {
	margin: 0 0 16px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	color: #262b33;
}

.trusgut-capsules-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.trusgut-capsules-tag-list span {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 10px;
	background: #20b6c0;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
}

.trusgut-capsules-tag-list span:nth-child(even) {
	background: #f3a31e;
}

.trusgut-capsules-reduction-row {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 26px;
}

.trusgut-capsules-reduction-row img {
	width: 100%;
	max-width: 165px;
	flex: 0 0 auto;
}

.trusgut-capsules-reduction-row p {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: #333840;
}

.trusgut-capsules-extra-content {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #dff0f4;
}

@media (max-width: 991px) {
	.trusgut-capsules-hero-section {
		padding: 72px 0;
	}

	.trusgut-capsules-hero-card {
		padding: 32px 24px;
	}

	.trusgut-capsules-hero-grid,
	.trusgut-capsules-main-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.trusgut-capsules-hero-section {
		padding: 54px 0;
	}

	.trusgut-capsules-hero-card {
		padding: 24px 16px;
		border-radius: 24px;
	}


	.trusgut-capsules-composition,
	.trusgut-capsules-points li,
	.trusgut-capsules-tag-list span,
	.trusgut-capsules-reduction-row p {
		font-size: 14px;
	}

	.trusgut-capsules-headline {
		font-size: 24px;
	}

	.trusgut-capsules-section-title,
	.trusgut-capsules-indications h3 {
		font-size: 22px;
	}

	.trusgut-capsules-reduction-row {
		flex-direction: column;
		align-items: flex-start;
	}

	.trusgut-capsules-indications {
		padding: 20px 16px;
	}
}

.trusgut-suspension-product-page .rs-breadcrumbs .breadcrumbs-img img {
	
	object-fit: cover;
}

.trusgut-suspension-hero-section {
	padding: 90px 0;
	background: #ffffff;
}

.trusgut-suspension-hero-card {
	padding: 42px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 56px rgba(23, 146, 145, 0.12);
}

.trusgut-suspension-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 34px;
	align-items: start;
}

.trusgut-suspension-product-visual {
	text-align: left;
}

.trusgut-suspension-product-image {
	width: 100%;
	max-width: 460px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.trusgut-suspension-tagline {
	margin-top: 26px;
	max-width: 520px;
	padding: 22px 28px;
	background: #169997;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.7;
	border-left: 5px solid #f0d319;
	border-bottom: 5px solid #f0d319;
}

.trusgut-suspension-logo {
	display: block;
	margin-bottom: 18px;
}

.trusgut-suspension-composition {
	margin: 0 0 18px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
	color: #2d3037;
}

.trusgut-suspension-headline {
	margin: 0 0 24px;
	padding: 16px 22px;
	background: #169997;
	color: #ffffff;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 400;
}

.trusgut-suspension-headline strong {
	color: #f0d319;
	font-weight: 700;
}

.trusgut-suspension-feature-group {
	margin-bottom: 24px;
	padding: 6px 0 0;
}

.trusgut-suspension-points li {
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.72;
	color: #2a2f35;
}

.trusgut-suspension-points li::before {
	width: 8px;
	height: 8px;
	background: #f0d319;
	box-shadow: 0 0 0 3px rgba(240, 211, 25, 0.14);
}

.trusgut-suspension-info-box {
	margin-top: 22px;
	padding: 18px 22px;
	border: 2px solid #f0d319;
	background: #fdfefe;
}

.trusgut-suspension-info-box h3 {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #d2ac00;
	text-transform: uppercase;
}

.trusgut-suspension-extra-content {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #e3efee;
}

@media (max-width: 991px) {
	.trusgut-suspension-hero-section {
		padding: 72px 0;
	}

	.trusgut-suspension-hero-card {
		padding: 32px 24px;
	}

	.trusgut-suspension-hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.trusgut-suspension-hero-section {
		padding: 54px 0;
	}

	.trusgut-suspension-hero-card {
		padding: 24px 16px;
		border-radius: 24px;
	}

	.trusgut-suspension-composition,
	.trusgut-suspension-points li,
	.trusgut-suspension-tagline {
		font-size: 14px;
	}

	.trusgut-suspension-headline,
	.trusgut-suspension-info-box h3 {
		font-size: 22px;
	}

	.trusgut-suspension-tagline,
	.trusgut-suspension-info-box {
		padding: 18px 16px;
	}
}

.urican-capsules-product-page .rs-breadcrumbs .breadcrumbs-img img {
	
	object-fit: cover;
}

.urican-capsules-hero-section {
	padding: 90px 0;
	background: #ffffff;
}

.urican-capsules-hero-card {
	padding: 42px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 56px rgba(101, 165, 47, 0.12);
}

.urican-capsules-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 34px;
	align-items: start;
}

.urican-capsules-product-visual {
	text-align: left;
}

.urican-capsules-product-image {
	width: 100%;
	max-width: 450px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.urican-capsules-tagline {
	margin-top: 24px;
	font-size: 30px;
	line-height: 1.25;
	font-weight: 300;
	color: #76b629;
}

.urican-capsules-tagline strong {
	font-weight: 700;
	color: #76b629;
}

.urican-capsules-logo {
	display: block;
	margin-bottom: 18px;
}

.urican-capsules-composition {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
	color: #2a2e34;
}

.urican-capsules-headline {
	margin: 0 0 24px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 300;
	color: #76b629;
}

.urican-capsules-headline strong {
	font-weight: 700;
	color: #64a61f;
}

.urican-capsules-section-title {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #76b629;
}

.urican-capsules-points li {
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.72;
	color: #252b31;
}

.urican-capsules-points li::before {
	width: 8px;
	height: 8px;
	background: #f0a31c;
	box-shadow: 0 0 0 3px rgba(240, 163, 28, 0.14);
}

.urican-capsules-feature-group + .urican-capsules-feature-group {
	margin-top: 22px;
}

.urican-capsules-extra-content {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #eaf0df;
}

@media (max-width: 991px) {
	.urican-capsules-hero-section {
		padding: 72px 0;
	}

	.urican-capsules-hero-card {
		padding: 32px 24px;
	}

	.urican-capsules-hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.urican-capsules-hero-section {
		padding: 54px 0;
	}

	.urican-capsules-hero-card {
		padding: 24px 16px;
		border-radius: 24px;
	}

	.urican-capsules-tagline {
		font-size: 24px;
	}

	.urican-capsules-composition,
	.urican-capsules-points li {
		font-size: 14px;
	}

	.urican-capsules-headline,
	.urican-capsules-section-title {
		font-size: 22px;
	}
}

.urican-d-tablets-product-page .rs-breadcrumbs .breadcrumbs-img img {
	
	object-fit: cover;
}

.urican-d-tablets-hero-section {
	padding: 90px 0;
	background: #ffffff;
}

.urican-d-tablets-hero-card {
	padding: 42px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 56px rgba(193, 121, 48, 0.12);
}

.urican-d-tablets-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 34px;
	align-items: start;
}

.urican-d-tablets-product-visual {
	text-align: left;
}

.urican-d-tablets-product-image {
	width: 100%;
	max-width: 450px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.urican-d-tablets-tagline {
	margin-top: 24px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 300;
	color: #f0a11d;
}

.urican-d-tablets-tagline strong {
	font-weight: 700;
	color: #f0a11d;
}

.urican-d-tablets-logo {
	display: block;
	margin-bottom: 18px;
}

.urican-d-tablets-composition {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
	color: #2a2e34;
}

.urican-d-tablets-headline {
	margin: 0 0 24px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 300;
	color: #2f3338;
}

.urican-d-tablets-headline strong {
	font-weight: 700;
	color: #d4845f;
}

.urican-d-tablets-points li {
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.72;
	color: #252b31;
}

.urican-d-tablets-points li::before {
	width: 8px;
	height: 8px;
	background: #f0a31c;
	box-shadow: 0 0 0 3px rgba(240, 163, 28, 0.14);
}

.urican-d-tablets-feature-group + .urican-d-tablets-feature-group {
	margin-top: 18px;
}

.urican-d-tablets-chart-card {
	margin-top: 22px;
	padding: 16px;
	border: 1px solid #ece4db;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.urican-d-tablets-chart-card img {
	width: 100%;
}

.urican-d-tablets-extra-content {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #efe7de;
}

@media (max-width: 991px) {
	.urican-d-tablets-hero-section {
		padding: 72px 0;
	}

	.urican-d-tablets-hero-card {
		padding: 32px 24px;
	}

	.urican-d-tablets-hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.urican-d-tablets-hero-section {
		padding: 54px 0;
	}

	.urican-d-tablets-hero-card {
		padding: 24px 16px;
		border-radius: 24px;
	}

	.urican-d-tablets-tagline {
		font-size: 24px;
	}

	.urican-d-tablets-composition,
	.urican-d-tablets-points li {
		font-size: 14px;
	}

	.urican-d-tablets-headline {
		font-size: 22px;
	}

	.urican-d-tablets-chart-card {
		padding: 12px;
	}
}

.ventiford-ls-syrup-product-page .rs-breadcrumbs .breadcrumbs-img img {
	
	object-fit: cover;
}

.ventiford-ls-syrup-hero-section {
	padding: 90px 0;
	background: #ffffff;
}

.ventiford-ls-syrup-hero-card {
	padding: 42px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 56px rgba(51, 73, 152, 0.12);
}

.ventiford-ls-syrup-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 34px;
	align-items: start;
}

.ventiford-ls-syrup-product-visual {
	text-align: left;
}

.ventiford-ls-syrup-product-image {
	width: 100%;
	max-width: 450px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.ventiford-ls-syrup-tagline {
	margin-top: 24px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 300;
	color: #233c89;
}

.ventiford-ls-syrup-tagline strong {
	font-weight: 700;
	color: #ec1493;
}

.ventiford-ls-syrup-logo {
	display: block;
	margin-bottom: 18px;
}

.ventiford-ls-syrup-composition {
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
	color: #2a2e34;
}

.ventiford-ls-syrup-feature-group + .ventiford-ls-syrup-feature-group {
	margin-top: 22px;
}

.ventiford-ls-syrup-section-title {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
}

.ventiford-ls-syrup-section-title--blue {
	color: #233c89;
}

.ventiford-ls-syrup-section-title--pink {
	color: #ec1493;
}

.ventiford-ls-syrup-points li {
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.72;
	color: #252b31;
}

.ventiford-ls-syrup-points--blue li::before {
	width: 8px;
	height: 8px;
	background: #233c89;
	box-shadow: 0 0 0 3px rgba(35, 60, 137, 0.14);
}

.ventiford-ls-syrup-points--pink li::before {
	width: 8px;
	height: 8px;
	background: #ec1493;
	box-shadow: 0 0 0 3px rgba(236, 20, 147, 0.14);
}

.ventiford-ls-syrup-indications {
	margin-top: 26px;
}

.ventiford-ls-syrup-indications h3 {
	margin: 0 0 14px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	color: #2a2e34;
}

.ventiford-ls-syrup-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ventiford-ls-syrup-tag-list span {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 10px;
	background: #ec1493;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
}

.ventiford-ls-syrup-tag-list span:nth-child(even) {
	background: #233c89;
}

.ventiford-ls-syrup-extra-content {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #eceefa;
}

@media (max-width: 991px) {
	.ventiford-ls-syrup-hero-section {
		padding: 72px 0;
	}

	.ventiford-ls-syrup-hero-card {
		padding: 32px 24px;
	}

	.ventiford-ls-syrup-hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.ventiford-ls-syrup-hero-section {
		padding: 54px 0;
	}

	.ventiford-ls-syrup-hero-card {
		padding: 24px 16px;
		border-radius: 24px;
	}

	.ventiford-ls-syrup-tagline {
		font-size: 24px;
	}

	.ventiford-ls-syrup-composition,
	.ventiford-ls-syrup-points li,
	.ventiford-ls-syrup-tag-list span {
		font-size: 14px;
	}

	.ventiford-ls-syrup-section-title,
	.ventiford-ls-syrup-indications h3 {
		font-size: 22px;
	}
}

.zofemol-tablets-product-page .rs-breadcrumbs .breadcrumbs-img img {
	
	object-fit: cover;
}

.zofemol-tablets-hero-section {
	padding: 90px 0;
	background: #ffffff;
}

.zofemol-tablets-hero-card {
	padding: 42px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 56px rgba(44, 86, 200, 0.12);
}

.zofemol-tablets-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 34px;
	align-items: start;
}

.zofemol-tablets-product-visual {
	text-align: left;
}

.zofemol-tablets-product-image {
	width: 100%;
	max-width: 450px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.zofemol-tablets-tagline {
	margin-top: 24px;
	font-size: 30px;
	line-height: 1.35;
	font-weight: 300;
	color: #1e67cb;
}

.zofemol-tablets-tagline strong {
	font-weight: 700;
	color: #1e67cb;
}

.zofemol-tablets-logo {
	display: block;
	margin-bottom: 18px;
}

.zofemol-tablets-composition {
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
	color: #2a2e34;
}

.zofemol-tablets-headline {
	margin: 0 0 24px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 300;
	color: #2a2e34;
}

.zofemol-tablets-headline strong {
	font-weight: 700;
	color: #1f2126;
}

.zofemol-tablets-points li {
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.72;
	color: #252b31;
}

.zofemol-tablets-points li::before {
	width: 8px;
	height: 8px;
	background: #1e67cb;
	box-shadow: 0 0 0 3px rgba(30, 103, 203, 0.14);
}

.zofemol-tablets-extra-content {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #e9eef8;
}

@media (max-width: 991px) {
	.zofemol-tablets-hero-section {
		padding: 72px 0;
	}

	.zofemol-tablets-hero-card {
		padding: 32px 24px;
	}

	.zofemol-tablets-hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.zofemol-tablets-hero-section {
		padding: 54px 0;
	}

	.zofemol-tablets-hero-card {
		padding: 24px 16px;
		border-radius: 24px;
	}

	.zofemol-tablets-tagline {
		font-size: 24px;
	}

	.zofemol-tablets-composition,
	.zofemol-tablets-points li {
		font-size: 14px;
	}

	.zofemol-tablets-headline {
		font-size: 22px;
	}
}

.zofemol-sr-tablets-product-page .rs-breadcrumbs .breadcrumbs-img img {
	
	object-fit: cover;
}

.zofemol-sr-tablets-hero-section {
	padding: 90px 0;
	background: #ffffff;
}

.zofemol-sr-tablets-hero-card {
	padding: 42px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 56px rgba(76, 82, 212, 0.12);
}

.zofemol-sr-tablets-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 34px;
	align-items: start;
}

.zofemol-sr-tablets-product-visual {
	text-align: left;
}

.zofemol-sr-tablets-product-image {
	width: 100%;
	max-width: 450px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.zofemol-sr-tablets-logo {
	display: block;
	margin-bottom: 18px;
}

.zofemol-sr-tablets-composition {
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
	color: #2a2e34;
	text-transform: uppercase;
}

.zofemol-sr-tablets-points li {
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.72;
	color: #252b31;
}

.zofemol-sr-tablets-points li::before {
	width: 8px;
	height: 8px;
	background: #c3159b;
	box-shadow: 0 0 0 3px rgba(195, 21, 155, 0.14);
}

.zofemol-sr-tablets-indications {
	margin-top: 26px;
}

.zofemol-sr-tablets-indications h3 {
	margin: 0 0 14px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	color: #2a2e34;
}

.zofemol-sr-tablets-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.zofemol-sr-tablets-tag-list span {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 10px;
	background: #c3159b;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
}

.zofemol-sr-tablets-tag-list span:nth-child(even) {
	background: #1f6ec8;
}

.zofemol-sr-tablets-extra-content {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #ece8f9;
}

@media (max-width: 991px) {
	.zofemol-sr-tablets-hero-section {
		padding: 72px 0;
	}

	.zofemol-sr-tablets-hero-card {
		padding: 32px 24px;
	}

	.zofemol-sr-tablets-hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.zofemol-sr-tablets-hero-section {
		padding: 54px 0;
	}

	.zofemol-sr-tablets-hero-card {
		padding: 24px 16px;
		border-radius: 24px;
	}

	.zofemol-sr-tablets-composition,
	.zofemol-sr-tablets-points li,
	.zofemol-sr-tablets-tag-list span {
		font-size: 14px;
	}

	.zofemol-sr-tablets-indications h3 {
		font-size: 22px;
	}
}

.zofemol-th-tablets-product-page .rs-breadcrumbs .breadcrumbs-img img {
	
	object-fit: cover;
}

.zofemol-th-tablets-hero-section {
	padding: 90px 0;
	background: #ffffff;
}

.zofemol-th-tablets-hero-card {
	padding: 42px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 56px rgba(33, 103, 200, 0.12);
}

.zofemol-th-tablets-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 34px;
	align-items: start;
}

.zofemol-th-tablets-product-visual {
	text-align: left;
}

.zofemol-th-tablets-product-image {
	width: 100%;
	max-width: 450px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.zofemol-th-tablets-tagline {
	margin-top: 24px;
	font-size: 28px;
	line-height: 1.28;
	font-weight: 300;
	color: #2a2e34;
}

.zofemol-th-tablets-tagline strong {
	font-weight: 700;
	color: #1f2126;
}

.zofemol-th-tablets-logo {
	display: block;
	margin-bottom: 18px;
}

.zofemol-th-tablets-composition {
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
	color: #2a2e34;
}

.zofemol-th-tablets-headline {
	margin: 0 0 24px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 300;
	color: #1f6ec8;
}

.zofemol-th-tablets-headline strong {
	font-weight: 700;
	color: #0f4f9f;
}

.zofemol-th-tablets-section-title {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	color: #1f6ec8;
}

.zofemol-th-tablets-points li {
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.72;
	color: #252b31;
}

.zofemol-th-tablets-points li::before {
	width: 8px;
	height: 8px;
	background: #1f6ec8;
	box-shadow: 0 0 0 3px rgba(31, 110, 200, 0.14);
}

.zofemol-th-tablets-feature-group + .zofemol-th-tablets-feature-group {
	margin-top: 22px;
}

.zofemol-th-tablets-indications {
	margin-top: 26px;
}

.zofemol-th-tablets-indications h3 {
	margin: 0 0 14px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	color: #2a2e34;
}

.zofemol-th-tablets-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.zofemol-th-tablets-tag-list span {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 10px;
	background: #1f6ec8;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
}

.zofemol-th-tablets-extra-content {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #e8eef9;
}

@media (max-width: 991px) {
	.zofemol-th-tablets-hero-section {
		padding: 72px 0;
	}

	.zofemol-th-tablets-hero-card {
		padding: 32px 24px;
	}

	.zofemol-th-tablets-hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.zofemol-th-tablets-hero-section {
		padding: 54px 0;
	}

	.zofemol-th-tablets-hero-card {
		padding: 24px 16px;
		border-radius: 24px;
	}

	.zofemol-th-tablets-tagline {
		font-size: 24px;
	}

	.zofemol-th-tablets-composition,
	.zofemol-th-tablets-points li,
	.zofemol-th-tablets-tag-list span {
		font-size: 14px;
	}

	.zofemol-th-tablets-headline,
	.zofemol-th-tablets-section-title,
	.zofemol-th-tablets-indications h3 {
		font-size: 22px;
	}
}

.zofemol-ultra-gel-product-page .rs-breadcrumbs .breadcrumbs-img img {
	
	object-fit: cover;
}

.zofemol-ultra-gel-hero-section {
	padding: 90px 0;
	background: #ffffff;
}

.zofemol-ultra-gel-hero-card {
	padding: 42px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 56px rgba(43, 91, 199, 0.12);
}

.zofemol-ultra-gel-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 34px;
	align-items: start;
}

.zofemol-ultra-gel-product-visual {
	text-align: left;
}

.zofemol-ultra-gel-product-image {
	width: 100%;
	max-width: 450px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.zofemol-ultra-gel-logo {
	display: block;
	margin-bottom: 18px;
}

.zofemol-ultra-gel-composition {
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 600;
	color: #252b31;
}

.zofemol-ultra-gel-feature-group + .zofemol-ultra-gel-feature-group {
	margin-top: 18px;
}

.zofemol-ultra-gel-section-title {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
}

.zofemol-ultra-gel-section-title--blue {
	color: #1957b6;
}

.zofemol-ultra-gel-section-title--pink {
	color: #ef1497;
}

.zofemol-ultra-gel-points li {
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.72;
	color: #252b31;
}

.zofemol-ultra-gel-points--blue li::before {
	width: 8px;
	height: 8px;
	background: #1957b6;
	box-shadow: 0 0 0 3px rgba(25, 87, 182, 0.14);
}

.zofemol-ultra-gel-points--pink li::before {
	width: 8px;
	height: 8px;
	background: #ef1497;
	box-shadow: 0 0 0 3px rgba(239, 20, 151, 0.14);
}

.zofemol-ultra-gel-indications {
	margin-top: 26px;
}

.zofemol-ultra-gel-indications h3 {
	margin: 0 0 14px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	color: #2a2e34;
}

.zofemol-ultra-gel-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.zofemol-ultra-gel-tag-list span {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 10px;
	background: #1957b6;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
}

.zofemol-ultra-gel-tag-list span:nth-child(even) {
	background: #ef1497;
}

.zofemol-ultra-gel-extra-content {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #e8eef9;
}

@media (max-width: 991px) {
	.zofemol-ultra-gel-hero-section {
		padding: 72px 0;
	}

	.zofemol-ultra-gel-hero-card {
		padding: 32px 24px;
	}

	.zofemol-ultra-gel-hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.zofemol-ultra-gel-hero-section {
		padding: 54px 0;
	}

	.zofemol-ultra-gel-hero-card {
		padding: 24px 16px;
		border-radius: 24px;
	}

	.zofemol-ultra-gel-composition,
	.zofemol-ultra-gel-points li,
	.zofemol-ultra-gel-tag-list span {
		font-size: 14px;
	}

	.zofemol-ultra-gel-section-title,
	.zofemol-ultra-gel-indications h3 {
		font-size: 22px;
	}
}

.zolpic-suspension-product-page .rs-breadcrumbs .breadcrumbs-img img {
	
	object-fit: cover;
}

.zolpic-suspension-hero-section {
	padding: 90px 0;
	background: #ffffff;
}

.zolpic-suspension-hero-card {
	padding: 42px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 56px rgba(16, 130, 82, 0.1);
}

.zolpic-suspension-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 34px;
	align-items: start;
}

.zolpic-suspension-product-visual {
	text-align: left;
}

.zolpic-suspension-product-image {
	width: 100%;
	max-width: 360px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.zolpic-suspension-tagline {
	margin-top: 28px;
	font-size: 30px;
	line-height: 1.32;
	font-weight: 300;
	color: #1e2229;
}

.zolpic-suspension-tagline strong {
	font-weight: 700;
	color: #0caa4d;
}

.zolpic-suspension-topbar {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 16px;
}

.zolpic-suspension-logo {
	display: block;
}

.zolpic-suspension-sugar-free {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 94px;
	padding: 12px 14px;
	border: 4px solid #f2c317;
	border-radius: 999px;
	background: #ffffff;
	font-size: 21px;
	line-height: 1.05;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	color: #2a2e34;
	transform: rotate(10deg);
}

.zolpic-suspension-composition {
	margin: 0 0 18px;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 700;
	color: #252b31;
}

.zolpic-suspension-headline {
	margin: 0 0 20px;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 700;
	color: #23262d;
}

.zolpic-suspension-dose {
	display: inline-flex;
	align-items: center;
	padding: 12px 18px;
	margin-bottom: 24px;
	background: #b90f06;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
}

.zolpic-suspension-points li {
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.72;
	color: #252b31;
}

.zolpic-suspension-points li::before {
	width: 8px;
	height: 8px;
	background: #e60e11;
	box-shadow: 0 0 0 3px rgba(230, 14, 17, 0.14);
}

.zolpic-suspension-graph-block {
	margin-top: 26px;
}

.zolpic-suspension-graph-block h3 {
	margin: 0 0 16px;
	font-size: 23px;
	line-height: 1.45;
	font-weight: 700;
	color: #252b31;
	max-width: 430px;
}

.zolpic-suspension-graph {
	width: 100%;
	max-width: 260px;
}

.zolpic-suspension-extra-content {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #e8eef1;
}

@media (max-width: 991px) {
	.zolpic-suspension-hero-section {
		padding: 72px 0;
	}

	.zolpic-suspension-hero-card {
		padding: 32px 24px;
	}

	.zolpic-suspension-hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.zolpic-suspension-hero-section {
		padding: 54px 0;
	}

	.zolpic-suspension-hero-card {
		padding: 24px 16px;
		border-radius: 24px;
	}

	.zolpic-suspension-tagline {
		font-size: 24px;
	}

	.zolpic-suspension-topbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.zolpic-suspension-sugar-free {
		font-size: 18px;
	}

	.zolpic-suspension-composition,
	.zolpic-suspension-points li {
		font-size: 14px;
	}

	.zolpic-suspension-headline {
		font-size: 24px;
	}

	.zolpic-suspension-dose {
		font-size: 17px;
	}

	.zolpic-suspension-graph-block h3 {
		font-size: 20px;
	}
}

.zydolid-tablets-product-page .rs-breadcrumbs .breadcrumbs-img img {
	
	object-fit: cover;
}

.zydolid-tablets-hero-section {
	padding: 90px 0;
	background: #ffffff;
}

.zydolid-tablets-hero-card {
	padding: 42px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 56px rgba(8, 140, 166, 0.1);
}

.zydolid-tablets-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 34px;
	align-items: start;
}

.zydolid-tablets-product-visual {
	text-align: left;
}

.zydolid-tablets-product-image {
	width: 100%;
	max-width: 450px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.zydolid-tablets-tagline {
	margin-top: 26px;
	display: inline-block;
	padding: 18px 26px;
	background: #0c8aa4;
	font-size: 28px;
	line-height: 1.3;
	font-weight: 300;
	color: #ffffff;
}

.zydolid-tablets-tagline strong {
	font-weight: 700;
	color: #ffffff;
}

.zydolid-tablets-logo {
	display: block;
	margin-bottom: 18px;
}

.zydolid-tablets-composition {
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
	color: #2a2e34;
}

.zydolid-tablets-headline {
	margin: 0 0 24px;
	font-size: 31px;
	line-height: 1.22;
	font-weight: 300;
	color: #4e8f89;
}

.zydolid-tablets-headline strong {
	font-weight: 700;
	color: #3a7d77;
}

.zydolid-tablets-points li {
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.72;
	color: #252b31;
}

.zydolid-tablets-points li::before {
	width: 8px;
	height: 8px;
	background: #f01018;
	box-shadow: 0 0 0 3px rgba(240, 16, 24, 0.14);
}

.zydolid-tablets-indications {
	margin-top: 26px;
}

.zydolid-tablets-indications h3 {
	margin: 0 0 14px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	color: #2a2e34;
}

.zydolid-tablets-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.zydolid-tablets-tag-list span {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 10px;
	background: #ec0d17;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
}

.zydolid-tablets-tag-list span:nth-child(even) {
	background: #0c9eb8;
}

.zydolid-tablets-extra-content {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #e8eef1;
}

@media (max-width: 991px) {
	.zydolid-tablets-hero-section {
		padding: 72px 0;
	}

	.zydolid-tablets-hero-card {
		padding: 32px 24px;
	}

	.zydolid-tablets-hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.zydolid-tablets-hero-section {
		padding: 54px 0;
	}

	.zydolid-tablets-hero-card {
		padding: 24px 16px;
		border-radius: 24px;
	}

	.zydolid-tablets-tagline {
		font-size: 22px;
		padding: 16px 18px;
	}

	.zydolid-tablets-composition,
	.zydolid-tablets-points li,
	.zydolid-tablets-tag-list span {
		font-size: 14px;
	}

	.zydolid-tablets-headline,
	.zydolid-tablets-indications h3 {
		font-size: 22px;
	}
}

.zincosafe-syrup-product-page .rs-breadcrumbs .breadcrumbs-img img {
	
	object-fit: cover;
}

.zincosafe-syrup-hero-section {
	padding: 90px 0;
	background: #ffffff;
}

.zincosafe-syrup-hero-card {
	padding: 42px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 56px rgba(58, 171, 44, 0.1);
}

.zincosafe-syrup-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 34px;
	align-items: start;
}

.zincosafe-syrup-product-visual {
	text-align: left;
}

.zincosafe-syrup-product-image {
	width: 100%;
	max-width: 420px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.zincosafe-syrup-tagline {
	margin-top: 26px;
	font-size: 30px;
	line-height: 1.34;
	font-weight: 300;
	color: #1e2229;
}

.zincosafe-syrup-tagline strong {
	font-weight: 700;
	color: #1f2126;
}

.zincosafe-syrup-topbar {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 16px;
}

.zincosafe-syrup-logo {
	display: block;
}

.zincosafe-syrup-flavour {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 128px;
	min-height: 96px;
	padding: 14px 12px;
	border: 4px solid #f0b308;
	border-radius: 999px;
	background: #ffffff;
	font-size: 14px;
	line-height: 1.15;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	color: #2a2e34;
	transform: rotate(8deg);
}

.zincosafe-syrup-composition {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
	color: #2a2e34;
}

.zincosafe-syrup-headline {
	margin: 0 0 24px;
	font-size: 31px;
	line-height: 1.22;
	font-weight: 300;
	color: #61db17;
}

.zincosafe-syrup-headline strong {
	font-weight: 700;
	color: #53be12;
}

.zincosafe-syrup-points li {
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.72;
	color: #252b31;
}

.zincosafe-syrup-points li::before {
	width: 8px;
	height: 8px;
	background: #61db17;
	box-shadow: 0 0 0 3px rgba(97, 219, 23, 0.14);
}

.zincosafe-syrup-indications {
	margin-top: 26px;
}

.zincosafe-syrup-indications h3 {
	margin: 0 0 14px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	color: #2a2e34;
}

.zincosafe-syrup-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.zincosafe-syrup-tag-list span {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 10px;
	background: #1c73e5;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
}

.zincosafe-syrup-tag-list span:nth-child(even) {
	background: #4fd613;
}

.zincosafe-syrup-dosage {
	margin-top: 30px;
	max-width: 470px;
}

.zincosafe-syrup-dosage-label {
	display: inline-flex;
	align-items: center;
	padding: 10px 18px;
	margin-bottom: 14px;
	background: #ef4023;
	color: #ffffff;
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	transform: rotate(-12deg);
}

.zincosafe-syrup-dosage p {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	font-weight: 600;
	color: #2a2e34;
}

.zincosafe-syrup-extra-content {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #e8eef1;
}

@media (max-width: 991px) {
	.zincosafe-syrup-hero-section {
		padding: 72px 0;
	}

	.zincosafe-syrup-hero-card {
		padding: 32px 24px;
	}

	.zincosafe-syrup-hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.zincosafe-syrup-hero-section {
		padding: 54px 0;
	}

	.zincosafe-syrup-hero-card {
		padding: 24px 16px;
		border-radius: 24px;
	}

	.zincosafe-syrup-tagline {
		font-size: 24px;
	}

	.zincosafe-syrup-topbar {
		flex-direction: column;
	}

	.zincosafe-syrup-flavour {
		max-width: 140px;
		font-size: 13px;
	}

	.zincosafe-syrup-composition,
	.zincosafe-syrup-points li,
	.zincosafe-syrup-tag-list span,
	.zincosafe-syrup-dosage p {
		font-size: 14px;
	}

	.zincosafe-syrup-headline,
	.zincosafe-syrup-indications h3 {
		font-size: 22px;
	}

	.zincosafe-syrup-dosage-label {
		font-size: 18px;
	}
}

.fericob-injection-product-page .rs-breadcrumbs .breadcrumbs-img img {
	
	object-fit: cover;
}

.fericob-injection-hero-section {
	padding: 90px 0;
	background: #ffffff;
}

.fericob-injection-hero-card {
	padding: 42px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 56px rgba(244, 129, 97, 0.1);
}

.fericob-injection-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 34px;
	align-items: start;
}

.fericob-injection-product-visual {
	text-align: left;
}

.fericob-injection-product-image {
	width: 100%;
	max-width: 450px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.fericob-injection-tagline {
	margin-top: 28px;
	font-size: 28px;
	line-height: 1.34;
	font-style: italic;
	font-weight: 400;
	color: #2b2523;
}

.fericob-injection-tagline span,
.fericob-injection-tagline strong {
	color: #ef5aa2;
}

.fericob-injection-tagline strong {
	display: block;
	font-size: 38px;
	line-height: 1.1;
	font-style: normal;
	font-weight: 700;
}

.fericob-injection-logo {
	display: block;
	margin-bottom: 18px;
}

.fericob-injection-composition {
	margin: 0 0 22px;
	padding-bottom: 12px;
	border-bottom: 3px solid #f28d30;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
	color: #2a2e34;
}

.fericob-injection-points li {
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.72;
	color: #252b31;
}

.fericob-injection-points li::before {
	width: 8px;
	height: 8px;
	background: #f2a132;
	box-shadow: 0 0 0 3px rgba(242, 161, 50, 0.14);
}

.fericob-injection-note {
	margin: 28px 0 0;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 700;
	color: #2a2e34;
}

.fericob-injection-indications {
	margin-top: 28px;
}

.fericob-injection-indications h3 {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	color: #f01a18;
}

.fericob-injection-indication-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.fericob-injection-indication-list li {
	position: relative;
	padding-left: 18px;
	font-size: 15px;
	line-height: 1.68;
	font-weight: 700;
	color: #1f2329;
}

.fericob-injection-indication-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #f01a18;
}

.fericob-injection-extra-content {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #f1e8e2;
}

@media (max-width: 991px) {
	.fericob-injection-hero-section {
		padding: 72px 0;
	}

	.fericob-injection-hero-card {
		padding: 32px 24px;
	}

	.fericob-injection-hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.fericob-injection-hero-section {
		padding: 54px 0;
	}

	.fericob-injection-hero-card {
		padding: 24px 16px;
		border-radius: 24px;
	}

	.fericob-injection-tagline {
		font-size: 22px;
	}

	.fericob-injection-tagline strong {
		font-size: 30px;
	}

	.fericob-injection-composition,
	.fericob-injection-points li,
	.fericob-injection-indication-list li {
		font-size: 14px;
	}

	.fericob-injection-note {
		font-size: 16px;
	}

	.fericob-injection-indications h3 {
		font-size: 22px;
	}
}

.fericob-drop-product-page .rs-breadcrumbs .breadcrumbs-img img {
	
	object-fit: cover;
}

.fericob-drop-hero-section {
	padding: 90px 0;
	background: #ffffff;
}

.fericob-drop-hero-card {
	padding: 42px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 56px rgba(89, 197, 214, 0.1);
}

.fericob-drop-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 34px;
	align-items: start;
}

.fericob-drop-product-visual {
	text-align: left;
}

.fericob-drop-product-image {
	width: 100%;
	max-width: 420px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.fericob-drop-tagline {
	margin-top: 28px;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 700;
	color: #ef4cac;
}

.fericob-drop-tagline strong {
	color: #16a7ea;
}

.fericob-drop-logo {
	display: block;
	margin-bottom: 18px;
}

.fericob-drop-composition {
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
	color: #2a2e34;
}

.fericob-drop-feature-group + .fericob-drop-feature-group {
	margin-top: 22px;
}

.fericob-drop-section-title {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #2faec0;
}

.fericob-drop-points li {
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.72;
	color: #252b31;
}

.fericob-drop-points li::before {
	width: 8px;
	height: 8px;
	background: #7cd7df;
	box-shadow: 0 0 0 3px rgba(124, 215, 223, 0.16);
}

.fericob-drop-note {
	margin: 24px 0 0;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 700;
	color: #2a2e34;
}

.fericob-drop-extra-content {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #edf6f7;
}

@media (max-width: 991px) {
	.fericob-drop-hero-section {
		padding: 72px 0;
	}

	.fericob-drop-hero-card {
		padding: 32px 24px;
	}

	.fericob-drop-hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.fericob-drop-hero-section {
		padding: 54px 0;
	}

	.fericob-drop-hero-card {
		padding: 24px 16px;
		border-radius: 24px;
	}

	.fericob-drop-tagline {
		font-size: 24px;
	}

	.fericob-drop-composition,
	.fericob-drop-points li {
		font-size: 14px;
	}

	.fericob-drop-section-title,
	.fericob-drop-note {
		font-size: 20px;
	}
}

.hepaford-sachet-product-page .rs-breadcrumbs .breadcrumbs-img img {
	
	object-fit: cover;
}

.hepaford-sachet-hero-section {
	padding: 90px 0;
	background: #ffffff;
}

.hepaford-sachet-hero-card {
	padding: 42px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 56px rgba(234, 62, 156, 0.1);
}

.hepaford-sachet-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 34px;
	align-items: start;
}

.hepaford-sachet-product-visual {
	text-align: left;
}

.hepaford-sachet-product-image {
	width: 100%;
	max-width: 450px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.hepaford-sachet-tagline {
	margin-top: 28px;
	font-size: 30px;
	line-height: 1.28;
	font-weight: 300;
	color: #ec1a97;
}

.hepaford-sachet-tagline strong {
	font-weight: 400;
	color: #2ea64b;
}

.hepaford-sachet-logo {
	display: block;
	margin-bottom: 18px;
}

.hepaford-sachet-composition {
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 700;
	color: #e61c96;
}

.hepaford-sachet-composition span {
	display: inline-block;
	padding: 3px 8px;
	margin-right: 6px;
	background: #aeeeff;
	color: #2a2e34;
}

.hepaford-sachet-flavour {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 22px;
	font-size: 19px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: none;
	color: #f09f21;
}

.hepaford-sachet-flavour img {
	width: 54px;
	height: 54px;
	object-fit: cover;
	border-radius: 50%;
	flex: 0 0 54px;
}

.hepaford-sachet-flavour span {
	display: inline-block;
}

.hepaford-sachet-points li {
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.72;
	color: #252b31;
}

.hepaford-sachet-points li::before {
	width: 8px;
	height: 8px;
	background: #ec1a97;
	box-shadow: 0 0 0 3px rgba(236, 26, 151, 0.14);
}

.hepaford-sachet-dosage {
	margin-top: 26px;
}

.hepaford-sachet-dosage h3 {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #2a2e34;
}

.hepaford-sachet-dosage p {
	margin: 0;
	font-size: 15px;
	line-height: 1.68;
	font-weight: 600;
	color: #2a2e34;
}

.hepaford-sachet-indications {
	margin-top: 26px;
}

.hepaford-sachet-indications h3 {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	color: #f22d2d;
}

.hepaford-sachet-indication-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
}

.hepaford-sachet-indication-list li {
	position: relative;
	padding-left: 16px;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 700;
	color: #1f2329;
}

.hepaford-sachet-indication-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #f22d2d;
}

.hepaford-sachet-extra-content {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #f7eaf2;
}

@media (max-width: 991px) {
	.hepaford-sachet-hero-section {
		padding: 72px 0;
	}

	.hepaford-sachet-hero-card {
		padding: 32px 24px;
	}

	.hepaford-sachet-hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.hepaford-sachet-hero-section {
		padding: 54px 0;
	}

	.hepaford-sachet-hero-card {
		padding: 24px 16px;
		border-radius: 24px;
	}

	.hepaford-sachet-tagline {
		font-size: 24px;
	}

	.hepaford-sachet-composition,
	.hepaford-sachet-points li,
	.hepaford-sachet-dosage p,
	.hepaford-sachet-indication-list li {
		font-size: 14px;
	}

	.hepaford-sachet-flavour {
		font-size: 16px;
	}

	.hepaford-sachet-dosage h3,
	.hepaford-sachet-indications h3 {
		font-size: 22px;
	}
}

.hepaford-tablets-product-page .rs-breadcrumbs .breadcrumbs-img img {
	
	object-fit: cover;
}

.hepaford-tablets-hero-section {
	padding: 90px 0;
	background: #ffffff;
}

.hepaford-tablets-hero-card {
	padding: 42px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 56px rgba(234, 62, 156, 0.1);
}

.hepaford-tablets-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 34px;
	align-items: start;
}

.hepaford-tablets-product-visual {
	text-align: left;
}

.hepaford-tablets-product-image {
	width: 100%;
	max-width: 450px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.hepaford-tablets-tagline {
	margin-top: 28px;
	font-size: 30px;
	line-height: 1.28;
	font-weight: 300;
	color: #ec1a97;
}

.hepaford-tablets-tagline strong {
	font-weight: 400;
	color: #2ea64b;
}

.hepaford-tablets-logo {
	display: block;
	margin-bottom: 18px;
}

.hepaford-tablets-composition {
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 700;
	color: #e61c96;
}

.hepaford-tablets-composition span {
	display: inline-block;
	padding: 3px 8px;
	margin-right: 6px;
	background: #aeeeff;
	color: #2a2e34;
}

.hepaford-tablets-flavour {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 22px;
	font-size: 19px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #f09f21;
}

.hepaford-tablets-flavour img {
	width: 54px;
	height: 54px;
	object-fit: cover;
	border-radius: 50%;
	flex: 0 0 54px;
}

.hepaford-tablets-flavour span {
	display: inline-block;
}

.hepaford-tablets-points li {
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.72;
	color: #252b31;
}

.hepaford-tablets-points li::before {
	width: 8px;
	height: 8px;
	background: #ec1a97;
	box-shadow: 0 0 0 3px rgba(236, 26, 151, 0.14);
}

.hepaford-tablets-dosage {
	margin-top: 26px;
}

.hepaford-tablets-dosage h3 {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #2a2e34;
}

.hepaford-tablets-dosage p {
	margin: 0;
	font-size: 15px;
	line-height: 1.68;
	font-weight: 600;
	color: #2a2e34;
}

.hepaford-tablets-indications {
	margin-top: 20px;
}

.hepaford-tablets-indications h3 {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	color: #f22d2d;
}

.hepaford-tablets-indication-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
}

.hepaford-tablets-indication-list li {
	position: relative;
	padding-left: 16px;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 700;
	color: #1f2329;
}

.hepaford-tablets-indication-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #f22d2d;
}

.hepaford-tablets-extra-content {
	margin-top: 20px;
	padding-top: 24px;
	border-top: 1px solid #f7eaf2;
}

@media (max-width: 991px) {
	.hepaford-tablets-hero-section {
		padding: 72px 0;
	}

	.hepaford-tablets-hero-card {
		padding: 32px 24px;
	}

	.hepaford-tablets-hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.hepaford-tablets-hero-section {
		padding: 54px 0;
	}

	.hepaford-tablets-hero-card {
		padding: 24px 16px;
		border-radius: 24px;
	}

	.hepaford-tablets-tagline {
		font-size: 24px;
	}

	.hepaford-tablets-composition,
	.hepaford-tablets-points li,
	.hepaford-tablets-dosage p,
	.hepaford-tablets-indication-list li {
		font-size: 14px;
	}

	.hepaford-tablets-flavour {
		font-size: 16px;
	}

	.hepaford-tablets-dosage h3,
	.hepaford-tablets-indications h3 {
		font-size: 22px;
	}
}

.hepaford-infusion-product-page .rs-breadcrumbs .breadcrumbs-img img {
	
	object-fit: cover;
}

.hepaford-infusion-hero-section {
	padding: 90px 0;
	background: #ffffff;
}

.hepaford-infusion-hero-card {
	padding: 42px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 56px rgba(234, 62, 156, 0.1);
}

.hepaford-infusion-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 34px;
	align-items: start;
}

.hepaford-infusion-product-visual {
	text-align: left;
}

.hepaford-infusion-product-image {
	width: 100%;
	max-width: 450px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.hepaford-infusion-tagline {
	margin-top: 28px;
	font-size: 30px;
	line-height: 1.28;
	font-weight: 300;
	color: #ec1a97;
}

.hepaford-infusion-tagline strong {
	font-weight: 400;
	color: #2ea64b;
}

.hepaford-infusion-logo {
	display: block;
	margin-bottom: 18px;
}

.hepaford-infusion-composition {
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 700;
	color: #e61c96;
}

.hepaford-infusion-composition span {
	display: inline-block;
	padding: 3px 8px;
	margin-right: 6px;
	background: #aeeeff;
	color: #2a2e34;
}

.hepaford-infusion-flavour {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 22px;
	font-size: 19px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #f09f21;
}

.hepaford-infusion-flavour img {
	width: 54px;
	height: 54px;
	object-fit: cover;
	border-radius: 50%;
	flex: 0 0 54px;
}

.hepaford-infusion-flavour span {
	display: inline-block;
}

.hepaford-infusion-points li {
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.72;
	color: #252b31;
}

.hepaford-infusion-points li::before {
	width: 8px;
	height: 8px;
	background: #ec1a97;
	box-shadow: 0 0 0 3px rgba(236, 26, 151, 0.14);
}

.hepaford-infusion-dosage {
	margin-top: 26px;
}

.hepaford-infusion-dosage h3 {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #2a2e34;
}

.hepaford-infusion-dosage p {
	margin: 0;
	font-size: 15px;
	line-height: 1.68;
	font-weight: 600;
	color: #2a2e34;
}

.hepaford-infusion-indications {
	margin-top: 26px;
}

.hepaford-infusion-indications h3 {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	color: #f22d2d;
}

.hepaford-infusion-indication-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
}

.hepaford-infusion-indication-list li {
	position: relative;
	padding-left: 16px;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 700;
	color: #1f2329;
}

.hepaford-infusion-indication-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #f22d2d;
}

.hepaford-infusion-extra-content {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #f7eaf2;
}

@media (max-width: 991px) {
	.hepaford-infusion-hero-section {
		padding: 72px 0;
	}

	.hepaford-infusion-hero-card {
		padding: 32px 24px;
	}

	.hepaford-infusion-hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.hepaford-infusion-hero-section {
		padding: 54px 0;
	}

	.hepaford-infusion-hero-card {
		padding: 24px 16px;
		border-radius: 24px;
	}

	.hepaford-infusion-tagline {
		font-size: 24px;
	}

	.hepaford-infusion-composition,
	.hepaford-infusion-points li,
	.hepaford-infusion-dosage p,
	.hepaford-infusion-indication-list li {
		font-size: 14px;
	}

	.hepaford-infusion-flavour {
		font-size: 16px;
	}

	.hepaford-infusion-dosage h3,
	.hepaford-infusion-indications h3 {
		font-size: 22px;
	}
}

.hepaford-syrup-product-page .rs-breadcrumbs .breadcrumbs-img img {
	
	object-fit: cover;
}

.hepaford-syrup-hero-section {
	padding: 90px 0;
	background: #ffffff;
}

.hepaford-syrup-hero-card {
	padding: 42px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 56px rgba(234, 62, 156, 0.1);
}

.hepaford-syrup-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 34px;
	align-items: start;
}

.hepaford-syrup-product-visual {
	text-align: left;
}

.hepaford-syrup-product-image {
	width: 100%;
	max-width: 450px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.hepaford-syrup-tagline {
	margin-top: 28px;
	font-size: 30px;
	line-height: 1.28;
	font-weight: 300;
	color: #ec1a97;
}

.hepaford-syrup-tagline strong {
	font-weight: 400;
	color: #2ea64b;
}

.hepaford-syrup-logo {
	display: block;
	margin-bottom: 18px;
}

.hepaford-syrup-composition {
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 700;
	color: #e61c96;
}

.hepaford-syrup-composition span {
	display: inline-block;
	padding: 3px 8px;
	margin-right: 6px;
	background: #aeeeff;
	color: #2a2e34;
}

.hepaford-syrup-flavour {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 22px;
	font-size: 19px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #f09f21;
}

.hepaford-syrup-flavour img {
	width: 54px;
	height: 54px;
	object-fit: cover;
	border-radius: 50%;
	flex: 0 0 54px;
}

.hepaford-syrup-flavour span {
	display: inline-block;
}

.hepaford-syrup-points li {
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.72;
	color: #252b31;
}

.hepaford-syrup-points li::before {
	width: 8px;
	height: 8px;
	background: #ec1a97;
	box-shadow: 0 0 0 3px rgba(236, 26, 151, 0.14);
}

.hepaford-syrup-dosage {
	margin-top: 26px;
}

.hepaford-syrup-dosage h3 {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #2a2e34;
}

.hepaford-syrup-dosage p {
	margin: 0;
	font-size: 15px;
	line-height: 1.68;
	font-weight: 600;
	color: #2a2e34;
}

.hepaford-syrup-indications {
	margin-top: 20px;
}

.hepaford-syrup-indications h3 {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	color: #f22d2d;
}

.hepaford-syrup-indication-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
}

.hepaford-syrup-indication-list li {
	position: relative;
	padding-left: 16px;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 700;
	color: #1f2329;
}

.hepaford-syrup-indication-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #f22d2d;
}

.hepaford-syrup-extra-content {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #f7eaf2;
}

@media (max-width: 991px) {
	.hepaford-syrup-hero-section {
		padding: 72px 0;
	}

	.hepaford-syrup-hero-card {
		padding: 32px 24px;
	}

	.hepaford-syrup-hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.hepaford-syrup-hero-section {
		padding: 54px 0;
	}

	.hepaford-syrup-hero-card {
		padding: 24px 16px;
		border-radius: 24px;
	}

	.hepaford-syrup-tagline {
		font-size: 24px;
	}

	.hepaford-syrup-composition,
	.hepaford-syrup-points li,
	.hepaford-syrup-dosage p,
	.hepaford-syrup-indication-list li {
		font-size: 14px;
	}

	.hepaford-syrup-flavour {
		font-size: 16px;
	}

	.hepaford-syrup-dosage h3,
	.hepaford-syrup-indications h3 {
		font-size: 22px;
	}
}

.hepaford-tablets-150mg-product-page .rs-breadcrumbs .breadcrumbs-img img {
	
	object-fit: cover;
}

.hepaford-tablets-150mg-hero-section {
	padding: 90px 0;
	background: #ffffff;
}

.hepaford-tablets-150mg-hero-card {
	padding: 42px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 56px rgba(234, 62, 156, 0.1);
}

.hepaford-tablets-150mg-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 34px;
	align-items: start;
}

.hepaford-tablets-150mg-product-visual {
	text-align: left;
}

.hepaford-tablets-150mg-product-image {
	width: 100%;
	max-width: 450px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.hepaford-tablets-150mg-tagline {
	margin-top: 28px;
	font-size: 30px;
	line-height: 1.28;
	font-weight: 300;
	color: #ec1a97;
}

.hepaford-tablets-150mg-tagline strong {
	font-weight: 400;
	color: #2ea64b;
}

.hepaford-tablets-150mg-logo {
	display: block;
	margin-bottom: 18px;
}

.hepaford-tablets-150mg-composition {
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 700;
	color: #e61c96;
}

.hepaford-tablets-150mg-composition span {
	display: inline-block;
	padding: 3px 8px;
	margin-right: 6px;
	background: #aeeeff;
	color: #2a2e34;
}

.hepaford-tablets-150mg-flavour {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 22px;
	font-size: 19px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #f09f21;
}

.hepaford-tablets-150mg-flavour img {
	width: 54px;
	height: 54px;
	object-fit: cover;
	border-radius: 50%;
	flex: 0 0 54px;
}

.hepaford-tablets-150mg-flavour span {
	display: inline-block;
}

.hepaford-tablets-150mg-points li {
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.72;
	color: #252b31;
}

.hepaford-tablets-150mg-points li::before {
	width: 8px;
	height: 8px;
	background: #ec1a97;
	box-shadow: 0 0 0 3px rgba(236, 26, 151, 0.14);
}

.hepaford-tablets-150mg-dosage {
	margin-top: 26px;
}

.hepaford-tablets-150mg-dosage h3 {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #2a2e34;
}

.hepaford-tablets-150mg-dosage p {
	margin: 0;
	font-size: 15px;
	line-height: 1.68;
	font-weight: 600;
	color: #2a2e34;
}

.hepaford-tablets-150mg-indications {
	margin-top: 26px;
}

.hepaford-tablets-150mg-indications h3 {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	color: #f22d2d;
}

.hepaford-tablets-150mg-indication-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
}

.hepaford-tablets-150mg-indication-list li {
	position: relative;
	padding-left: 16px;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 700;
	color: #1f2329;
}

.hepaford-tablets-150mg-indication-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #f22d2d;
}

.hepaford-tablets-150mg-extra-content {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #f7eaf2;
}

@media (max-width: 991px) {
	.hepaford-tablets-150mg-hero-section {
		padding: 72px 0;
	}

	.hepaford-tablets-150mg-hero-card {
		padding: 32px 24px;
	}

	.hepaford-tablets-150mg-hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.hepaford-tablets-150mg-hero-section {
		padding: 54px 0;
	}

	.hepaford-tablets-150mg-hero-card {
		padding: 24px 16px;
		border-radius: 24px;
	}

	.hepaford-tablets-150mg-tagline {
		font-size: 24px;
	}

	.hepaford-tablets-150mg-composition,
	.hepaford-tablets-150mg-points li,
	.hepaford-tablets-150mg-dosage p,
	.hepaford-tablets-150mg-indication-list li {
		font-size: 14px;
	}

	.hepaford-tablets-150mg-flavour {
		font-size: 16px;
	}

	.hepaford-tablets-150mg-dosage h3,
	.hepaford-tablets-150mg-indications h3 {
		font-size: 22px;
	}
}

.ursoford-150-tablets-product-page .rs-breadcrumbs .breadcrumbs-img img {
	
	object-fit: cover;
}

.ursoford-150-tablets-hero-section {
	padding: 90px 0;
	background: #ffffff;
}

.ursoford-150-tablets-hero-card {
	padding: 42px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 56px rgba(240, 79, 178, 0.1);
}

.ursoford-150-tablets-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 34px;
	align-items: start;
}

.ursoford-150-tablets-product-visual {
	text-align: left;
}

.ursoford-150-tablets-product-image {
	width: 100%;
	max-width: 450px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.ursoford-150-tablets-tagline {
	margin-top: 28px;
	font-size: 30px;
	line-height: 1.28;
	font-weight: 700;
	color: #ef1697;
}

.ursoford-150-tablets-logo {
	display: block;
	margin-bottom: 18px;
}

.ursoford-150-tablets-composition {
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 700;
	color: #2a2e34;
}

.ursoford-150-tablets-callout {
	display: inline-block;
	padding: 12px 18px;
	margin: 0 0 24px;
	border: 1px solid #f5a8cf;
	border-radius: 22px;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 700;
	color: #f01598;
}

.ursoford-150-tablets-points li {
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.72;
	color: #252b31;
}

.ursoford-150-tablets-points li::before {
	width: 8px;
	height: 8px;
	background: #ef1697;
	box-shadow: 0 0 0 3px rgba(239, 22, 151, 0.14);
}

.ursoford-150-tablets-dosage {
	margin-top: 26px;
}

.ursoford-150-tablets-dosage h3 {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #2a2e34;
}

.ursoford-150-tablets-dosage p {
	margin: 0;
	font-size: 15px;
	line-height: 1.68;
	font-weight: 700;
	color: #2a2e34;
}

.ursoford-150-tablets-indications {
	margin-top: 26px;
}

.ursoford-150-tablets-indications h3 {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	color: #f22d2d;
}

.ursoford-150-tablets-indication-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
}

.ursoford-150-tablets-indication-list li {
	position: relative;
	padding-left: 16px;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 700;
	color: #1f2329;
}

.ursoford-150-tablets-indication-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #f22d2d;
}

.ursoford-150-tablets-extra-content {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #f7eaf2;
}

@media (max-width: 991px) {
	.ursoford-150-tablets-hero-section {
		padding: 72px 0;
	}

	.ursoford-150-tablets-hero-card {
		padding: 32px 24px;
	}

	.ursoford-150-tablets-hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.ursoford-150-tablets-hero-section {
		padding: 54px 0;
	}

	.ursoford-150-tablets-hero-card {
		padding: 24px 16px;
		border-radius: 24px;
	}

	.ursoford-150-tablets-tagline {
		font-size: 24px;
	}

	.ursoford-150-tablets-composition,
	.ursoford-150-tablets-points li,
	.ursoford-150-tablets-dosage p,
	.ursoford-150-tablets-indication-list li,
	.ursoford-150-tablets-callout {
		font-size: 14px;
	}

	.ursoford-150-tablets-dosage h3,
	.ursoford-150-tablets-indications h3 {
		font-size: 22px;
	}
}

.ursoford-300-tablets-product-page .rs-breadcrumbs .breadcrumbs-img img {
	
	object-fit: cover;
}

.ursoford-300-tablets-hero-section {
	padding: 90px 0;
	background: #ffffff;
}

.ursoford-300-tablets-hero-card {
	padding: 42px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 56px rgba(240, 79, 178, 0.1);
}

.ursoford-300-tablets-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 34px;
	align-items: start;
}

.ursoford-300-tablets-product-visual {
	text-align: left;
}

.ursoford-300-tablets-product-image {
	width: 100%;
	max-width: 450px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.ursoford-300-tablets-tagline {
	margin-top: 28px;
	font-size: 30px;
	line-height: 1.28;
	font-weight: 700;
	color: #ef1697;
}

.ursoford-300-tablets-logo {
	display: block;
	margin-bottom: 18px;
}

.ursoford-300-tablets-composition {
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 700;
	color: #2a2e34;
}

.ursoford-300-tablets-callout {
	display: inline-block;
	padding: 12px 18px;
	margin: 0 0 24px;
	border: 1px solid #f5a8cf;
	border-radius: 22px;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 700;
	color: #f01598;
}

.ursoford-300-tablets-points li {
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.72;
	color: #252b31;
}

.ursoford-300-tablets-points li::before {
	width: 8px;
	height: 8px;
	background: #ef1697;
	box-shadow: 0 0 0 3px rgba(239, 22, 151, 0.14);
}

.ursoford-300-tablets-dosage {
	margin-top: 26px;
}

.ursoford-300-tablets-dosage h3 {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #2a2e34;
}

.ursoford-300-tablets-dosage p {
	margin: 0;
	font-size: 15px;
	line-height: 1.68;
	font-weight: 700;
	color: #2a2e34;
}

.ursoford-300-tablets-indications {
	margin-top: 20px;
}

.ursoford-300-tablets-indications h3 {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	color: #f22d2d;
}

.ursoford-300-tablets-indication-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
}

.ursoford-300-tablets-indication-list li {
	position: relative;
	padding-left: 16px;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 700;
	color: #1f2329;
}

.ursoford-300-tablets-indication-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #f22d2d;
}

.ursoford-300-tablets-extra-content {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #f7eaf2;
}

@media (max-width: 991px) {
	.ursoford-300-tablets-hero-section {
		padding: 72px 0;
	}

	.ursoford-300-tablets-hero-card {
		padding: 32px 24px;
	}

	.ursoford-300-tablets-hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.ursoford-300-tablets-hero-section {
		padding: 54px 0;
	}

	.ursoford-300-tablets-hero-card {
		padding: 24px 16px;
		border-radius: 24px;
	}

	.ursoford-300-tablets-tagline {
		font-size: 24px;
	}

	.ursoford-300-tablets-composition,
	.ursoford-300-tablets-points li,
	.ursoford-300-tablets-dosage p,
	.ursoford-300-tablets-indication-list li,
	.ursoford-300-tablets-callout {
		font-size: 14px;
	}

	.ursoford-300-tablets-dosage h3,
	.ursoford-300-tablets-indications h3 {
		font-size: 22px;
	}
}

.ursoford-500-tablets-product-page .rs-breadcrumbs .breadcrumbs-img img {
	
	object-fit: cover;
}

.ursoford-500-tablets-hero-section {
	padding: 90px 0;
	background: #ffffff;
}

.ursoford-500-tablets-hero-card {
	padding: 42px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 56px rgba(240, 79, 178, 0.1);
}

.ursoford-500-tablets-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 34px;
	align-items: start;
}

.ursoford-500-tablets-product-visual {
	text-align: left;
}

.ursoford-500-tablets-product-image {
	width: 100%;
	max-width: 450px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.ursoford-500-tablets-tagline {
	margin-top: 28px;
	font-size: 30px;
	line-height: 1.28;
	font-weight: 700;
	color: #ef1697;
}

.ursoford-500-tablets-logo {
	display: block;
	margin-bottom: 18px;
}

.ursoford-500-tablets-composition {
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 700;
	color: #2a2e34;
}

.ursoford-500-tablets-callout {
	display: inline-block;
	padding: 12px 18px;
	margin: 0 0 24px;
	border: 1px solid #f5a8cf;
	border-radius: 22px;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 700;
	color: #f01598;
}

.ursoford-500-tablets-points li {
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.72;
	color: #252b31;
}

.ursoford-500-tablets-points li::before {
	width: 8px;
	height: 8px;
	background: #ef1697;
	box-shadow: 0 0 0 3px rgba(239, 22, 151, 0.14);
}

.ursoford-500-tablets-dosage {
	margin-top: 26px;
}

.ursoford-500-tablets-dosage h3 {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #2a2e34;
}

.ursoford-500-tablets-dosage p {
	margin: 0;
	font-size: 15px;
	line-height: 1.68;
	font-weight: 700;
	color: #2a2e34;
}

.ursoford-500-tablets-indications {
	margin-top: 26px;
}

.ursoford-500-tablets-indications h3 {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	color: #f22d2d;
}

.ursoford-500-tablets-indication-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
}

.ursoford-500-tablets-indication-list li {
	position: relative;
	padding-left: 16px;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 700;
	color: #1f2329;
}

.ursoford-500-tablets-indication-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #f22d2d;
}

.ursoford-500-tablets-extra-content {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #f7eaf2;
}

@media (max-width: 991px) {
	.ursoford-500-tablets-hero-section {
		padding: 72px 0;
	}

	.ursoford-500-tablets-hero-card {
		padding: 32px 24px;
	}

	.ursoford-500-tablets-hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.ursoford-500-tablets-hero-section {
		padding: 54px 0;
	}

	.ursoford-500-tablets-hero-card {
		padding: 24px 16px;
		border-radius: 24px;
	}

	.ursoford-500-tablets-tagline {
		font-size: 24px;
	}

	.ursoford-500-tablets-composition,
	.ursoford-500-tablets-points li,
	.ursoford-500-tablets-dosage p,
	.ursoford-500-tablets-indication-list li,
	.ursoford-500-tablets-callout {
		font-size: 14px;
	}

	.ursoford-500-tablets-dosage h3,
	.ursoford-500-tablets-indications h3 {
		font-size: 22px;
	}
}
.swiper-button-next, .swiper-button-prev {
    background: rgb(13, 156, 197);
    padding: 30px 25px;
	color:#fff;
}

.form-control{
	height:auto;
}
label{
	display:block;
	margin:0 0 20px;
}
span.wpcf7-list-item {
    display: block;
    margin: 10px 0;
}
.wpcf7 form .wpcf7-response-output {
    padding: 1.5em 1em;
    display: block;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 600;
    display: block;
    position: relative;
    top: -22px;
    width: 300px;
    left: 74%;
}

.testi-box {
    background: #fff;
    margin: 30px;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #ddd;
}

.blog{}
.blog-item {
    float: left;
    width: 320px;
    height: 250px;
	position:relative;
	margin:10px;
	overflow:hidden;
	border-radius:8px;
	text-align:left;
	text-decoration:none;
}
.blog-item-1{
	width:610px;
	height:520px
}
.blog-item-3,
.blog-item-5{
	margin-right:0;
}
.blog-item .image{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
	transform:scale(1);
	transition:all 0.8s;
}
.blog-item:hover .image{
	transform:scale(1.3);
}
.blog-item .detail{
    position: absolute;
    z-index: 12;
    bottom: 0;
	width:100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 70%) 30%, transparent);
    padding:30px 10px 10px;
}
.blog-item .detail h4{
	color: #fff;
    font-size: 17px;
	margin:0 0 5px;
}
.blog-item .detail p{
	margin:0;
	color:#fff;
	font-size:12px;
}



.rs-footer .footer-growth-panel {
	margin-top: 26px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	max-width: 290px;
}

.rs-footer .footer-growth-copy {
	margin: 0;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.01em;
}

.rs-footer .footer-growth-copy span {
	display: block;
}

.rs-footer .footer-growth-copy strong {
	font-weight: 700;
}

.rs-footer .footer-growth-copy span strong {
	color: #b5d335;
}

.rs-footer .footer-growth-amount {
	display: block;
	margin-top: 6px;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.2;
}

.rs-footer .footer-growth-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 22px;
	max-width: 230px;
}

.rs-footer .footer-growth-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 18px;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-decoration: none;
	transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
	border: 2px solid transparent;
}

.rs-footer .footer-growth-btn-catalogue {
	background: #b5d335;
	color: #000000;
}

.rs-footer .footer-growth-btn-catalogue:hover {
	background: #ffffff;
	color: #000000;
	border-color: #ffffff;
}

.rs-footer .footer-growth-btn-contact {
	background: #006ab5;
	color: #ffffff;
}

.rs-footer .footer-growth-btn-contact:hover {
	background: #000000;
	color: #ffffff;
	border-color: #000000;
}

@media (max-width: 991px) {
	.rs-footer .footer-growth-panel {
		max-width: 100%;
	}

	.rs-footer .footer-growth-actions {
		max-width: 100%;
	}
}
@media( max-width:768px ){
	.desktop-header{ display:none; }
	.mobile-header{ display:block; }
    .header .address{
        display:none;
    }
    .logo img {
        width: auto;
		max-width:100%;
		margin: 10px 0 0;
    }
	.bars{
		padding:7px 4px 0;
		color:#000;
	}
	.bars .bar{
		background:#000;
	}
	.close-menu {
		color: #fff !important;
		position: fixed;
		top: 20px;
	}
	.close-menu .bar{
		background:#fff !important;
	}
    .entry-content, .entry-content h1, .entry-content p{
        text-align:left !important;
    }
    .menu-btn{
        top:80px;
    }
	.heading{
		font-size:25px;
	}
	.skin-care .text {
		padding: 40px 20px;
	}
	.mobile-margin-top{
		margin:30px 0 0;
	}
	.service {
		float: none;
		width: 100%;
		border-radius: 10px;
		margin: 20px 0;
	}
	.service .item{
		margin:0;
		box-shadow:0 2px 5px rgb(0 0 0 / 25%);
	}
	.blog-item-1 {
		width: 320px;
		height: 250px;
	}

}




.webno1-career-form-section {
	padding-top: 10px;
}

.webno1-career-form-wrap {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(19, 50, 78, 0.08);
	padding: 30px;
}

.webno1-career-form-alert {
	border-radius: 10px;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
	padding: 14px 18px;
}

.webno1-career-form-alert-success {
	background: #ecf9f0;
	color: #1f7a3c;
	border: 1px solid #b7e1c4;
}

.webno1-career-form-alert-error {
	background: #fff1f1;
	color: #b42318;
	border: 1px solid #f3b5b5;
}

.webno1-career-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.webno1-career-field input,
.webno1-career-field button {
	width: 100%;
	height: 56px;
	border-radius: 6px;
	font-size: 18px;
}

.webno1-career-field input {
	background: #ffffff;
	border: 1px solid #e0e6ed;
	color: #1f2d3d;
	padding: 0 16px;
}

.webno1-career-field input:focus {
	border-color: #0a4c95;
	box-shadow: 0 0 0 3px rgba(10, 76, 149, 0.12);
	outline: none;
}

.webno1-career-field-upload input {
	padding: 12px 14px;
	height: auto;
	min-height: 56px;
}

.webno1-career-field-captcha label,
.webno1-form-captcha-label {
	display: block;
	color: #1f2d3d;
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 8px;
}

.webno1-career-field-captcha input[type="number"] {
	height: 56px;
}

.webno1-career-field-submit button {
	background: #0a4c95;
	border: none;
	color: #ffffff;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 0.02em;
	transition: background-color 0.25s ease, transform 0.25s ease;
}

.webno1-career-field-submit button:hover {
	background: #083b73;
	transform: translateY(-1px);
}

.webno1-career-form-note {
	color: #61758a;
	font-size: 14px;
	margin: 14px 0 0;
}

@media (max-width: 767px) {
	.webno1-career-form-wrap {
		padding: 20px;
	}

	.webno1-career-form-grid {
		grid-template-columns: 1fr;
	}

	.webno1-career-field input,
	.webno1-career-field button {
		font-size: 16px;
	}
}

.full-width-header.header-style2 .rs-header .menu-area {
	background: #ffffff;
}

.webno1-header-mainbar {
	display: flex;
	align-items: center;
	gap: 28px;
	min-height: 120px;
}

.webno1-header-brand {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	max-width: 220px;
	position: relative;
	z-index: 4;
}

.webno1-header-brand a {
	display: inline-flex;
	align-items: center;
}

.webno1-header-brand img {
	display: block;
	max-height: 78px;
	width: auto;
}

.webno1-header-brand .light-logo {
	display: none;
}

.webno1-categories {
	position: relative;
	flex: 1 1 auto;
	z-index: 5;
}

.webno1-categories .cat-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border: 0;
	background: transparent;
	color: #394459;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	padding: 0;
	text-transform: uppercase;
}

.webno1-categories summary,
.webno1-header-nav summary {
	list-style: none;
}

.webno1-categories summary::-webkit-details-marker,
.webno1-header-nav summary::-webkit-details-marker {
	display: none;
}

.webno1-categories .cat-btn i {
	color: #006ab5;
}

.webno1-categories .cat-btn:hover,
.webno1-categories .cat-btn:focus {
	color: #006ab5;
}

.webno1-categories .cat-menu-inner {
	position: absolute;
	top: calc(100% + 18px);
	left: 0;
	width: 280px;
	background: #21a7d0;
	border-radius: 16px;
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.14);
	display: none;
	padding: 14px 0;
}

.webno1-categories[open] .cat-menu-inner,
.webno1-categories:hover .cat-menu-inner,
.webno1-categories:focus-within .cat-menu-inner {
	display: block;
}

.webno1-categories .cat-menu-inner li {
	line-height: 1.4;
}

.webno1-categories .cat-menu-inner li a {
	display: block;
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	padding: 11px 24px;
	text-transform: capitalize;
}

.webno1-categories .cat-menu-inner li a:hover,
.webno1-categories .cat-menu-inner li a:focus {
	color: #273c66;
}

.webno1-header-nav {
	position: relative;
	flex: 0 0 auto;
	margin-left: auto;
}

.webno1-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: 0;
	border-radius: 12px;
	background: #006ab5;
	color: #ffffff;
	font-size: 20px;
	box-shadow: 0 14px 24px rgba(0, 106, 181, 0.2);
	cursor: pointer;
}

.webno1-menu-toggle:hover,
.webno1-menu-toggle:focus {
	background: #004f88;
	color: #ffffff;
}

.webno1-header-nav[open] .webno1-menu-toggle {
	background: #004f88;
}

.webno1-site-nav {
	display: block;
}

.webno1-primary-menu,
.webno1-primary-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.webno1-primary-menu {
	display: flex;
	align-items: center;
	gap: 32px;
}

.webno1-primary-menu > li {
	position: relative;
}

.webno1-primary-menu a {
	display: flex;
	align-items: center;
	color: #111111;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.02em;
	min-height: 120px;
	text-transform: uppercase;
	transition: color 0.3s ease;
}

.webno1-primary-menu a:hover,
.webno1-primary-menu .current-menu-item > a,
.webno1-primary-menu .current-menu-ancestor > a {
	color: #006ab5;
}

.webno1-primary-menu .menu-item-has-children > a {
	padding-right: 18px;
}

.webno1-primary-menu .menu-item-has-children > a::after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 13px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.webno1-primary-menu .sub-menu {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	min-width: 235px;
	background: #ffffff;
	border-radius: 14px;
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
	display: none;
	padding: 12px 0;
	z-index: 99;
}

.webno1-primary-menu .sub-menu li {
	position: relative;
}

.webno1-primary-menu .sub-menu a {
	display: block;
	min-height: 0;
	line-height: 1.5;
	padding: 10px 18px;
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
}

.webno1-primary-menu .sub-menu .sub-menu {
	top: -12px;
	left: calc(100% + 8px);
}

.webno1-primary-menu li:hover > .sub-menu,
.webno1-primary-menu li:focus-within > .sub-menu {
	display: block;
}

.webno1-submenu-toggle {
	display: none;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky {
	background: #006ab5 !important;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky .webno1-header-mainbar {
	min-height: 90px;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky .webno1-header-brand .dark-logo {
	display: none;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky .webno1-header-brand .light-logo {
	display: inline-flex;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky .webno1-header-brand img {
	max-height: 52px;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky .webno1-primary-menu a,
.full-width-header.header-style2 .rs-header .menu-area.sticky .webno1-categories .cat-btn {
	color: #ffffff;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky .webno1-primary-menu a:hover,
.full-width-header.header-style2 .rs-header .menu-area.sticky .webno1-primary-menu .current-menu-item > a,
.full-width-header.header-style2 .rs-header .menu-area.sticky .webno1-primary-menu .current-menu-ancestor > a,
.full-width-header.header-style2 .rs-header .menu-area.sticky .webno1-categories .cat-btn:hover,
.full-width-header.header-style2 .rs-header .menu-area.sticky .webno1-categories .cat-btn:focus {
	color: #d9f2ff;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky .webno1-categories .cat-btn i {
	color: #ffffff;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky .webno1-primary-menu a {
	min-height: 90px;
}

@media only screen and (max-width: 1199px) {
	.webno1-header-mainbar {
		gap: 20px;
	}

	.webno1-primary-menu {
		gap: 22px;
	}

	.webno1-primary-menu a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 991px) {
	.full-width-header .rs-header .topbar-area {
		display: none;
	}

	.full-width-header.header-style2 .rs-header .menu-area,
	.full-width-header.header-style2 .rs-header .menu-area.sticky {
		background: #ffffff !important;
	}

	.webno1-header-mainbar {
		flex-wrap: wrap;
		align-items: center;
		gap: 16px;
		min-height: 0;
		padding: 14px 0;
	}

	.webno1-header-brand {
		max-width: none;
	}

	.webno1-header-brand .dark-logo,
	.webno1-header-brand .light-logo {
		display: inline-flex !important;
	}

	.webno1-header-brand .light-logo {
		display: none !important;
	}

	.webno1-header-brand img {
		max-height: 54px;
	}

	.webno1-header-nav {
		margin-left: auto;
	}

	.webno1-menu-toggle {
		display: inline-flex;
	}

	.webno1-categories {
		flex: 0 0 100%;
		order: 3;
	}

	.webno1-categories .cat-btn {
		justify-content: center;
		width: 100%;
		background: #eef6fd;
		border-radius: 12px;
		padding: 14px 18px;
	}

	.webno1-categories .cat-menu-inner {
		position: static;
		width: 100%;
		margin-top: 10px;
		display: none;
		border-radius: 14px;
	}

	.webno1-categories[open] .cat-menu-inner {
		display: block;
	}

	.webno1-categories:hover .cat-menu-inner,
	.webno1-categories:focus-within .cat-menu-inner {
		display: none;
	}

	.webno1-categories[open]:hover .cat-menu-inner,
	.webno1-categories[open]:focus-within .cat-menu-inner {
		display: block;
	}

	.webno1-site-nav {
		position: absolute;
		top: calc(100% + 14px);
		right: 0;
		left: auto;
		width: min(360px, calc(100vw - 30px));
		display: none;
		background: #ffffff;
		border-radius: 16px;
		box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14);
		overflow: hidden;
		z-index: 999;
	}

	.webno1-header-nav[open] .webno1-site-nav {
		display: block;
	}

	.webno1-primary-menu {
		display: block;
	}

	.webno1-primary-menu > li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}

	.webno1-primary-menu > li:last-child {
		border-bottom: 0;
	}

	.webno1-primary-menu a {
		min-height: 0;
		line-height: 1.4;
		padding: 18px 60px 18px 18px;
		font-size: 15px;
		color: #111111 !important;
	}

	.webno1-primary-menu .menu-item-has-children > a {
		padding-right: 60px;
	}

	.webno1-primary-menu .menu-item-has-children > a::after {
		display: none;
	}

	.webno1-submenu-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0;
		right: 0;
		width: 56px;
		height: 60px;
		border: 0;
		border-left: 1px solid rgba(0, 0, 0, 0.08);
		background: transparent;
		color: #111111;
		font-size: 18px;
	}

	.webno1-primary-menu .webno1-submenu-open > .webno1-submenu-toggle i {
		transform: rotate(180deg);
	}

	.webno1-primary-menu .sub-menu {
		position: static;
		display: none;
		min-width: 0;
		padding: 0;
		border-radius: 0;
		box-shadow: none;
		background: #f6f8fb;
	}

	.webno1-primary-menu .sub-menu li {
		border-top: 1px solid rgba(0, 0, 0, 0.06);
	}

	.webno1-primary-menu .sub-menu a {
		padding: 14px 54px 14px 28px;
		font-size: 14px;
	}

	.webno1-primary-menu .sub-menu .sub-menu a {
		padding-left: 40px;
	}
}

@media only screen and (max-width: 575px) {
	.webno1-header-mainbar {
		padding: 12px 0;
	}

	.webno1-header-brand img {
		max-height: 46px;
	}

	.webno1-menu-toggle {
		width: 48px;
		height: 48px;
		border-radius: 10px;
	}

	.webno1-site-nav {
		left: 0;
		right: 0;
		width: auto;
	}

	.webno1-categories .cat-btn {
		font-size: 14px;
		padding: 13px 16px;
	}
}
