/*
Theme Name: Prysm Health
Version: 1.0
Tags: purple, balck, google fonts, theme options, custom header, responsive
The CSS, XHTML and design is released under GPL
*/

:root{ 
	--primary-color: #795AFF;
	--primary-gradient: linear-gradient(93.07deg, #795AFF 4.69%, #493699 95.31%);
	--dark-color: #0A0911;
	--font-primary: "Inter", serif;
	--font-secondary: "Playfair Display", serif;
}

body{font: normal 16px/1.6 var(--font-primary); background-color: #fff; font-weight: 300; overflow-x: hidden; position: relative;} 
img{max-width: 100%;}
a{text-decoration: none; color: var(--primary-color);}
a:hover,a:focus{text-decoration: none;}
a,.btn{outline: none; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.ul-none,.site-footer ul,.slick-dots,.custom-accordion ul,.inline-bullets{list-style: none; margin: 0; padding: 0;}

/*Format*/
h1,h2,h3,h4,h5,
.h1,.h2,.h3,.h4,.h5{margin-bottom: 25px; font-weight: 400; font-family: var(--font-secondary);}
h1,h2,h3,h4,h5,
.h1,.h2,.h3,.h4,.h5 em{}
h1,.h1{font-size: 50px;}
h2,.h2{font-size: 45px;}
h3,.h3{font-size: 35px;}
h4,.h4{font-size: 28px;}
h5,.h5{font-size: 18px;}

.page-content h2{font-size: 36px}
.page-content h3{font-size: 30px}
.page-content h3{font-size: 25px}

.large-text{font-size: 84px;}
p,.inline-bullets{margin-bottom: 22px;}
strong{font-weight: 700;}
.bg-dark{background-color: var(--dark-color) !important;}
.font-secondary,
.font-display{font-family: var(--font-secondary);}
.label-title{text-transform: uppercase; letter-spacing: 3.52px; font: 14px var(--font-primary); font-weight: 500;}
.bg-colored{background: linear-gradient(180deg, #E4D5E8 0%, #EADDEB 35%, #EEE1EC 55%, #E6D7E4 100%),
radial-gradient(75% 60% at 50% 50%, rgba(250, 200, 175, 0.35) 0%, rgba(250, 200, 175, 0) 70%),
radial-gradient(55% 50% at 10% 85%, rgba(220, 195, 240, 0.55) 0%, rgba(220, 195, 240, 0) 65%),
radial-gradient(60% 55% at 80% 15%, rgba(255, 225, 195, 0.55) 0%, rgba(255, 225, 195, 0) 65%);}
.ul-col-2{column-count: 2;}
.bg-gradient1{background: linear-gradient(112deg, rgba(62,209,198,0.16) 0%, rgba(77,163,255,0.14) 22%, rgba(124,92,255,0.22) 45%, rgba(255,138,92,0.18) 70%, rgba(255,107,107,0.22) 100%), linear-gradient(180deg, #1A1520 0%, #221A2E 100%);
}
.text-purple {
  color: #7C5CFF;
}
.text-brown {
  color: #2A2420;
}
.text-gray-dark {
  color: #8a7f72;
}
.text-gray-light {
  color: #b3a899;
}
.bg-right-center{
	background-position: right center !important;
}

/*WPB*/
.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper{
	height: 100%;
}

.page-title{background-color: #F0EBE4;}

.goal-card{padding: 18px 25px 18px 52px; color: #8A7F72; position: relative; transition: transform 320ms cubic-bezier(.2,.7,.2,1), box-shadow 320ms cubic-bezier(.2,.7,.2,1); overflow: hidden;}
.goal-card::before{content: ''; position: absolute; left: 20px; top: 22px; width: 18px; height: 29px; background: linear-gradient(180deg, #6BE3D9 0%, #2AA79C 100%); border-radius: 20px;}
.goal-card p:first-child{margin-bottom: 5px; color: #5C5C5C; font-weight: 500;}
.goal-card p{font-weight: 300; margin-bottom: 0;}
.goal-card a{position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-indent: -333px; overflow: hidden;}
.goal-card::after {
  background: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 330 330" style="enable-background:new 0 0 330 330;" xml:space="preserve"><path id="XMLID_222_" d="M250.606,154.389l-150-149.996c-5.857-5.858-15.355-5.858-21.213,0.001 c-5.857,5.858-5.857,15.355,0.001,21.213l139.393,139.39L79.393,304.394c-5.857,5.858-5.857,15.355,0.001,21.213 C82.322,328.536,86.161,330,90,330s7.678-1.464,10.607-4.394l149.999-150.004c2.814-2.813,4.394-6.628,4.394-10.606 C255,161.018,253.42,157.202,250.606,154.389z"/><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>') 50% no-repeat;
    background-size: auto;
  background-size: 100%;
  content: '';
  position: absolute;
  right: 13px; top: 20px;
  width: 15px;
  height: 15px; opacity: .7;
}
.goal-card:hover {
  transform: translateY(-3px);
  background: #FFFFFF;
  border-color: rgba(20,16,14,0.08);
  box-shadow: 0 2px 4px rgba(20,16,14,0.04), 0 28px 52px -28px rgba(20,16,14,0.18), 0 6px 16px -10px rgba(20,16,14,0.08);
}
.goal-cards-wrap .wpb_column:nth-child(2) .goal-card::before{
	background: linear-gradient(180deg, #A58BFF 0%, #5C4FCF 100%);
}
.goal-cards-wrap .wpb_column:nth-child(3) .goal-card::before{
	background: linear-gradient(180deg, #7FC0FF 0%, #2E7FD6 100%);
}
.goal-cards-wrap .wpb_column:nth-child(4) .goal-card::before{
	background: linear-gradient(180deg, #B6E3C4 0%, #5FA079 100%);
}
.goal-cards-wrap .wpb_column:nth-child(5) .goal-card::before{
	background: linear-gradient(180deg, #7FC0FF 0%, #2E7FD6 100%);
}
.goal-cards-wrap .wpb_column:nth-child(6) .goal-card::before{
	background: linear-gradient(180deg, #FFB0B0 0%, #E04A4A 100%);
}


/*Buttons*/
.btn{padding: 12px 30px; margin: 0 5px 5px 0; vertical-align: top; border: 0; border-radius: 50px; font-size: 16px; font-weight: 500; min-width: 200px; justify-content: center; position: relative; overflow: hidden; display: inline-flex; gap: 10px;}
.btn.btn-primary,.btn.btn-primary:focus,.btn.btn-primary:active{background: linear-gradient(93.07deg, #795AFF 4.69%, #493699 95.31%); color: #fff;}
.btn.btn-outline,.btn.btn-outline:focus,.btn.btn-outline:active{background: transparent; color: var(--dark-color); box-shadow: inset 0 0 0 1px rgba(0,0,0,.3);}
.btn.btn-white-outline,.btn.btn-white-outline:focus,.btn.btn-white-outline:active{background: transparent; color: #fff; box-shadow: inset 0 0 0 1px #fff;}
.btn.btn-orange-outline,.btn.btn-orange-outline:focus,.btn.btn-orange-outline:active{background: transparent; color: #C8553D; box-shadow: inset 0 0 0 1px #C8553D;}
.btn:hover,.btn:focus,.btn:active{
  transform: scale(1.05);
}

/*Section*/
.section{padding-top: 120px !important; padding-bottom: 120px !important;}
.md-section{padding-top: 90px !important; padding-bottom: 90px !important;}
.sm-section{padding-top: 70px !important; padding-bottom: 70px !important;}

/*Header*/
.site-header{position: sticky; top: 0; left: 0; width: 100%; z-index: 9999;}
.navbar-expand-lg .navbar-nav .nav-link{color: rgba(255,255,255,.7); padding: 12px 20px;}
.navbar-expand-lg .navbar-nav .current-menu-item .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:hover{color: #fff;}

/*DropDown*/
@media only screen and (min-width : 990px) {
	.navbar-nav > li > .dropdown-menu{
    display: block; padding: 10px 0; transition: ease-out 0.30s; margin-top: 10px; opacity: 0; visibility: hidden;
    background: var(--dark-color);  right: 0; width: 220px; border: 0;
  }
	.dropdown:hover .dropdown-menu{margin-top: 0; opacity: 1; visibility: visible;}
}
.navbar-nav .dropdown-menu{padding: 10px 20px; background: var(--dark-color);}
.navbar-nav .dropdown-menu .dropdown-item{
  color: rgba(255,255,255,.7); padding: 10px 15px; border-radius: 0; white-space: normal; font-size: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-nav .dropdown-menu .current-menu-item > a{
  background: rgba(255,255,255,0.04); color: #fff;
}

/*Mobile Menu*/
.navbar-toggler {
    border-color: white;
    padding: 0; border: 0;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/*Footer*/
.site-footer{font-size: 14px; line-height: 2;}
.site-footer,
.site-footer a{color: rgba(255,255,255,.6);}
.site-footer a:hover{color: #fff;}
.site-footer h5{font: 13px var(--font-primary); text-transform: uppercase; margin-bottom: 20px; font-weight: 400; letter-spacing: 2.86px;}
.site-footer ul li{margin-bottom: 10px;}
.legal-links ul{column-count: 2;}
.foot-sep{width: 100%; height: 1px; background-color: rgba(255,255,255,.1); margin: 50px 0;}
.copyright{color: rgba(255,255,255,.4); font-size: 13px; }
.foot-contact li .social-icon{margin-right: 5px;}

.trust-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
}
.trust-marquee-track {
  display: flex;
  width: max-content;
  animation: trustMarquee 95s linear infinite;
  will-change: transform;
}
.trust-marquee-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.trust-marquee-item {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.005em;
  color: rgba(42,36,32,0.72);
  white-space: nowrap;
}
.trust-marquee-item::after{
	content: '.';
  margin: 0 40px;
  color: rgba(124,92,255,0.5);
  font-size: 18px;
  line-height: 1;
  user-select: none;
  font-family: "Playfair Display", serif;
  transform: translateY(-2px);
}
.trust-marquee-track {
  transition: animation-play-state 0.2s;
}
.trust-marquee:hover .trust-marquee-track {
  animation-play-state: paused;
}
@keyframes trustMarquee {
	from { transform: translateX(0); }
	to   { transform: translateX(-50%);}
}
	
.section-top-shadow::before{
	content: ''; top: 0; right: 0; position: absolute; width: 100%; height: 300px;
	background: linear-gradient(190deg, rgba(30, 22, 18, 0.22) 0%, rgba(46, 34, 28, 0.14) 25%, rgba(82, 64, 50, 0) 55%, rgba(82, 64, 50, 0) 100%);
}
.section-top-shadow .vc_row{
	position: relative; z-index: 22;
}

.vc_section.products-bg-img{
	background-image: url(/wp-content/uploads/2026/06/group-products.png);
	background-position: right center;
	background-size: 60%;
	background-repeat: no-repeat;
}

.clinic-proof {
  margin: 18px auto 0;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding: 14px 26px;
  border: 1px solid rgba(42,36,32,0.1);
  border-radius: 999px;
  background: rgba(255,253,248,0.55);
  backdrop-filter: blur(6px);
}
.clinic-proof-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  line-height: 1;
}
.clinic-proof-sep {
  display: inline-block;
  width: 1px;
  height: 26px;
  background: rgba(42,36,32,0.13);
}
.clinic-proof-num {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  color: #2A2420;
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}
.clinic-proof-label {
  font-family: Inter, system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(42,36,32,0.55);
}
.clinic-proof-suffix {
  font-size: 18px;
  color: #C8553D;
  margin-left: 1px;
}
.clinic-proof-num--text {
  font-style: italic;
  font-size: 18px;
}

.custom-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.custom-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.custom-accordion.vc_tta.vc_general .vc_tta-panel-title > a,
.custom-accordion.vc_tta.vc_general .vc_tta-panel-title > a:hover{
	background-color: transparent !important; border: 0;
}
.custom-accordion.vc_tta.vc_general .vc_tta-panel-title > a{
	color: #F0EBE4 !important; font-size: 22px; padding: 20px 0 !important;
}
.custom-accordion.vc_tta.vc_general .vc_tta-icon{
	background-color: #FFB547; color: #0A0911;
	border-radius: 50px; width: 25px; height: 25px;
	display: inline-flex; align-items: center; justify-content: center; font-size: 14px;
}
.custom-accordion.vc_tta.vc_general .vc_tta-panel{
	border-bottom: 1px solid #29282F; 
}
.custom-accordion.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body{
	padding-top: 0; color: #B5AEA2;
}
.custom-accordion ul li{
	position: relative; padding-left: 20px; margin-bottom: 8px;
}
.custom-accordion ul li::before{
	content: ''; width: 6px; height: 6px; background-color: #FFB547; border-radius: 30px;
	position: absolute; left: 0; top: 10px;
}
.custom-accordion .vc_tta-controls-icon::before,
.custom-accordion .vc_tta-controls-icon::after{
	border-color: #FFB547 !important;
}

.inline-bullets li{display: inline-flex; align-items: center; margin-right: 10px; position: relative; gap: 10px;}
.inline-bullets li::after{content: ''; width: 4px; height: 4px; background-color: #C8553D; border-radius: 20px;}
.inline-bullets li:last-child{margin-left: 0;}
.inline-bullets li:last-child::after{display: none}

.protocol-plate {
  position: relative;
  padding: 64px 56px 56px;
  border-radius: 24px;
  background: radial-gradient(ellipse 55% 55% at 12% 0%, rgba(124,92,255,0.16) 0%, transparent 55%), radial-gradient(ellipse 50% 50% at 92% 100%, rgba(255,181,71,0.10) 0%, transparent 55%), linear-gradient(180deg, #141220 0%, #0E0D17 100%);
  overflow: hidden;
  box-shadow: 0 40px 100px -40px rgba(0,0,0,0.8), 0 12px 40px -12px rgba(124,92,255,0.25), inset 0 1px 0 rgba(255,255,255,0.06), inset 0 0 0 1px rgba(255,255,255,0.04);
}
.protocol-streak {
  position: absolute;
  top: -10%;
  right: -6%;
  width: 65%;
  height: 180px;
  transform: rotate(-10deg);
  pointer-events: none;
  z-index: 1;
}
.protocol-streak .streak-a {
  top: 32%;
  height: 1.2px;
  opacity: 0.32;
  transform: rotate(-2deg);
}
.protocol-streak .streak {
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent 0%, rgba(62,209,198,0.35) 18%, rgba(124,92,255,0.60) 44%, rgba(255,181,71,0.50) 68%, transparent 100%);
  filter: blur(1px);
}
.streak-a {
  top: 36%;
  height: 1.5px;
  opacity: 0.22;
  transform: rotate(-3deg);
}
.streak {
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent 0%, rgba(62,209,198,0.35) 18%, rgba(124,92,255,0.55) 42%, rgba(255,181,71,0.55) 62%, rgba(255,107,107,0.4) 80%, transparent 100%);
  filter: blur(0.4px);
}
.protocol-streak .streak-b {
  top: 64%;
  height: 1.2px;
  opacity: 0.28;
  transform: rotate(2deg);
}
.protocol-streak .streak-core {
  top: 50%;
  height: 2px;
  opacity: 0.6;
}
.protocol-eyebrow {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(240,235,228,0.55);
}
.protocol-eyebrow-rule {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: rgba(124,92,255,0.7);
}
.protocol-eyebrow-dot {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(124,92,255,0.85);
}
.protocol-steps-wrap {
  position: relative;
  margin-top: 56px;
  z-index: 2;
}
.protocol-divider {
  position: relative;
  z-index: 2;
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.protocol-divider-rule {
  flex: 1 1 auto;
  height: 1px;
  max-width: 240px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.14) 100%);
}
.protocol-divider > .protocol-divider-rule:last-child {
  background: linear-gradient(90deg, rgba(255,255,255,0.14) 0%, transparent 100%);
}
.protocol-divider-rule {
  flex: 1 1 auto;
  height: 1px;
  max-width: 240px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.14) 100%);
}
.protocol-proof-cell {
  position: relative;
  padding-left: 20px;
}
.protocol-proof-value {
  font-family: "Playfair Display", serif;
  font-size: 52px;
  line-height: 1;
  color: #F0EBE4;
  letter-spacing: -0.015em;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}
.protocol-proof-arrow {
  color: rgba(240,235,228,0.55);
  display: inline-flex;
  align-self: center;
}
.protocol-proof-cell-label {
  margin-top: 14px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(240,235,228,0.5);
}
.protocol-step-title {
  margin-top: 28px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 19px;
  font-weight: 500;
  color: #F0EBE4;
  letter-spacing: -0.005em;
}
.protocol-step-body {
  margin-top: 10px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(240,235,228,0.65);
  max-width: 340px;
	color: #F0EBE4A6
}
.protocol-step-num {
  font-family: "Playfair Display", serif;
  font-size: 88px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(240,235,228,0.3);
  letter-spacing: -0.02em;
}
.protocol-rail {
  position: absolute;
  top: 108px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(62,209,198,0.55) 18%, rgba(124,92,255,0.8) 50%, rgba(255,181,71,0.65) 82%, transparent 100%);
  opacity: 0.65;
}
.protocol-rail-node {
  position: absolute;
  top: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #F0EBE4;
  border: 2px solid #141220;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.25), 0 0 10px rgba(124,92,255,0.5);
}

.bc-wrap {
  background-color: #FAF7F1;
  padding: 20px 0;
  font-size: 13px;
}

.product-card{
	transition: .3s ease;
	height: 100%; margin-bottom: 0;
}
.product-card .aligncenter{
	margin-left: auto; margin-right: auto; display: inherit;
}
.product-card .tags{
	padding-bottom: 15px; border-bottom: 1px solid #232229;
	margin-bottom: 15px;
}
.product-card .tags p{margin-bottom: 0;}
.perform-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 999px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(240,235,228,0.92);
  line-height: 1;
  white-space: nowrap;
}
.perform-tag-amber {
  background: #FFB547;
  border-color: transparent;
  color: #14161E;
}
.product-card-foot{
	padding-top: 15px; border-top: 1px solid #232229;
}
.pc-foot-ctas{
	display: flex; gap: 8px;
}
.pc-foot-ctas .btn{
	min-width: inherit; padding: 10px 12px; font-weight: 300;
	text-transform: uppercase; font-size: 14px;
	margin-right: 0;
}
.product-card:hover {
  border-color: rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.04);
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(77,163,255,0.15);
}

.theme-faqs .vc_tta-panel-heading,
.theme-faqs .vc_tta-panel-body{border: 0 !important;}
.theme-faqs .vc_tta-panel-title > a,
.theme-faqs .vc_tta-panel-body{padding: 13px 0 !important;}
.theme-faqs .vc_tta-panel-title > a{border-bottom: 1px solid #000 !important; border-top: 1px solid #000 !important; z-index: 11; font-size: 20px;}
.theme-faqs .vc_tta-panel-heading:hover,
.theme-faqs .vc_tta-panel-title:hover,
.theme-faqs .vc_tta-panel-title > a:hover{background-color: transparent !important;}
.theme-faqs .vc_tta-panel-body{padding-bottom: 30px !important;}

/*Responsive*/
@media(max-width: 991px){
  .section{padding-top: 90px !important; padding-bottom: 90px !important;}
  .md-section{padding-top: 60px !important; padding-bottom: 60px !important;} 
  .sm-section{padding-top: 40px !important; padding-bottom: 40px !important;}
  
  h1,.h1{font-size: 40px;}
  h2,.h2{font-size: 35px;}
  h3,.h3{font-size: 28px;}
  h4,.h4{font-size: 22px;}
  h5,.h5{font-size: 18px;}

  .navbar-expand-lg .navbar-nav .nav-link{
    border-bottom: 1px solid rgba(255,255,255,0.2); padding: 12px;
  }
  .navbar-nav .dropdown-menu{
    background: rgb(19, 19, 22); padding: 0 10px;
  }
  .navbar-nav .dropdown-menu .dropdown-item{
    font-size: 14px; padding: 10px;
  }
  .navbar-nav .dropdown-menu li:last-child .dropdown-item{
    border-bottom: 0;
  }


}
@media(max-width: 991px){
	.product-card{
		margin-bottom: 20px;
		height: calc(100% - 20px);
	}
	
	.page-content h2{font-size: 32px}
	.page-content h3{font-size: 26px}
	.page-content h3{font-size: 23px}
}
@media(max-width: 768px){
  .section{padding-top: 60px !important; padding-bottom: 60px !important;}
  .md-section{padding-top: 40px !important; padding-bottom: 40px !important;}
  .sm-section{padding-top: 30px !important; padding-bottom: 30px !important;}
  
  h1,.h1{font-size: 35px;}
  h2,.h2{font-size: 28px;}
  h3,.h3{font-size: 24px;}
  h4,.h4{font-size: 21px;}
  h5,.h5{font-size: 18px;}
	
	.page-content h2{font-size: 28px}
	.page-content h3{font-size: 23px}
	.page-content h3{font-size: 20px}
	
	.vc_section.products-bg-img{background-image: none;}
	
	.mobile-overlay,
	.mobile-overlay .vc_row{position: relative;}
	.mobile-overlay::after{position: absolute; left: 0; top: 0; position: absolute; content: ''; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7);}
	.mobile-overlay .vc_row{z-index: 22;}
}
@media(max-width: 600px){
	#wpadminbar{top: -46px;}
}
@media(max-width: 580px){
	body.wpb-js-composer main.main{overflow-x: hidden;}
}