.try-fractiv,
.try-megamod,
#menu-item-168,
#menu-item-174,
#menu-item-170,
#menu-item-462,
#menu-item-477,
#menu-item-536 {
	display: none;
}

body {
	background-color: #090909;
}

div#fractiv {
	background-color: #090909;
	background-image: url('/wp-content/themes/fractiv/img/bg-home.png');
	background-size: 100% auto;
	background-position: center center;	
	background-repeat: no-repeat;
	overflow: initial;
}

header.site-header,
div#fractiv {
	max-width: 1080px;
}

header.site-header #main-bar {
	width: calc(100% - 60px);
}

#home-main.bundle-page {
	background: transparent;
	padding: 0 15px;
	overflow:hidden;
}

.bundle-title {
	max-width: 780px;
	margin: 0 auto;
}

.bundle-title figure {
	margin: 0 -6% -6% -6%;
}

.bundle-text {
	color: #ffffff;
	font-size: 22px;
	font-weight: 500;
	margin: 40px 0;
	text-align: center;
	line-height: 26px;
}

.bundle-banners {
	max-width: 790px;
	margin: 20px auto 50px;
}

.bundle-banners > div {
	display: flex;
}	

.bundle-banners figure {
	margin: 20px -3% -6% -3%;
}

.home-title-divider {
	display: flex;
	align-items: center;
	text-align: center;
	gap: 1rem;
	margin-top: 35px;
	font-size: 32px;
	font-weight: bold;
	background: linear-gradient(to bottom, #ee6677, #ff9534);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 800;
}

.home-title-divider::before,
.home-title-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background-color: #3a2512;
}

.home-pricing p {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	color: white;
	text-align: left;
}

.home-pricing p .price {
  display: inline-block;
  background: linear-gradient(to right, #ee6677, #ff9534);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.home-pricing p .old-price {

}

.home-pricing p .new-price,
.home-pricing p .current-price,
.home-pricing p .discount-percentage{
	text-transform: lowercase;
	background: initial;
    background-clip: initial;
    -webkit-background-clip: text;
    color: #00ff00;
    -webkit-text-fill-color: initial;
}

.home-pricing a {
	display: inline-block;
	margin: 2px 0 0 0;
    background-image: url('/wp-content/uploads/2026/07/home-button-2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 155px;
    height: 38px;
    text-align: center;
    line-height: 33px;
    font-family: "Montserrat";
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
	float: right;
}

/* --- FOOTER ------------------------------------------------------------------------------------ */

.home-contents {
	display: none !important;
}

.home-contents {
  background-image: url(/wp-content/themes/fractiv/img/bg-bottom-glow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  background-color: transparent !important;
  border: 0;
  padding: 0 !important;
  margin: 0 auto !important;
  border-radius: 0 !important;
  max-width: 910px;
  padding: 0 25px !important;
}

.home-contents h3 {
	background: linear-gradient(to bottom, #ee6677, #ff9534);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.home-contents h1 {
	max-width: 415px;
}
.home-contents p {
	font-size: 14px;
	margin: 20px 0 25px;
}

.home-contents p a {
	display: inline-block;
	background-image: url(/wp-content/themes/fractiv/img/home-button.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 196px;
	height: 80px;
	text-align: center;
	line-height: 66px;
	font-family: "Montserrat";
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	color: #ffffff;
	margin-left: -16px;
}





.site-footer {
	background-color: #090909; !important;
}


@media screen and (max-width: 990px) {
 
}



@media screen and (max-width: 781px) {
	div#fractiv {
		background-size: 900px auto;
		background-position: center bottom 200px;
	}
	
	.home-pricing {
		gap: 0;
	}
	.home-pricing a {
		float: right;
	}

  .home-contents {
  	margin-top: 1vw !important;
  }

  .home-contents h1 {
  	max-width: 100%;
  }	

  .home-contents figure {
  	width: 100px;
  	margin: 0 auto;
  }  

  .home-contents p a {
  	margin-left: 0;
  }
}


@media screen and (max-width: 500px) {
	
	.home-pricing a	{
		width: 125px;
		font-size: 12px;
	}
	
  .home-contents {
  	margin-top: 2vw !important;
  }

  .home-contents h1 {
  	font-size: 35px;
		line-height: 32px;
  }
}

@media screen and (max-width: 700px) {
	
	.bundle-banners {
		margin-top: 35px;
	}
	
	.bundle-banners > div {
		display: flex;
		flex-wrap: wrap;
  		gap: 16px;
	}
	
	.bundle-banners .home-banner-product {
		flex: 0 1 calc(50% - 8px); /* 8px = half the gap */
  		box-sizing: border-box;
		margin-top: -15px;
	}
	
	.bundle-banners .home-banner-product:last-child:nth-child(odd) {
  		margin: -15px auto 0;
	}
	
	.bundle-banners figure {
		margin: 0 -6% -6% -6%;
	}
}