.hh-hero{
    min-height: 582px;
    background-image: url('/wp-content/uploads/2025/11/hero-crushers.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.hh-hero::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.hh-hero .hh-hero--content{
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
}
.hh-hero .hh-hero--title{
    margin-bottom: 50px;
}
.hh-hero .hh-hero--title span{
    color: #fff;
}
.hh-hero .hh-hero--child-links{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
}
.hh-hero .hh-hero--child-link{
    width: 165px;
    height: 165px;
    border-radius: 100%;
    background-color: rgba(0,0,0);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    line-height: 0.878em;
    padding: 16px 24px;
    transition: 0.2s ease-in-out all;
    background-image: url('/wp-content/uploads/2025/11/hero-crushers.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    outline: none;
}
.hh-hero .hh-hero--child-link:hover{
    outline: 3px solid #fff;
}
.hh-hero .hh-hero--child-link::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(239, 64, 54, 0.76);
    border-radius: 100%;
    z-index: 1;
    transition: 0.2s ease-in-out all;
    opacity: 0;
}
.hh-hero .hh-hero--child-link:hover::before{
    opacity: 1;
}
.hh-hero .hh-hero--child-link span{
    text-shadow: 1px 1px 10px black;
    position: relative;
    z-index: 1;
}
.hh-hero .hh-hero--child-link:hover span{
    text-shadow: none;
}
.hh-hero .hh-hero--description{
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3em;
    max-width: 1098px;
    margin-left: auto;
    margin-right: auto;
}
.hh-hero .hh-hero--description p{
    color: #fff;
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3em;
}
.hh-hero .hh-hero--description p:last-child{
    margin-bottom: 0;
}
@media (max-width: 1024px){
    .hh-hero .hh-hero--description p br{
        display: none;
    }
}
@media (max-width: 991px){
    .hh-hero{
        margin-bottom: 0;
    }
    .hh-hero .hh-hero--title{
        margin-bottom: 30px;
    }
    .hh-hero .hh-hero--child-links{
        gap: 30px;
        margin-bottom: 30px;
    }
    .hh-hero .hh-hero--description{
        font-size: 16px;
    }
    .hh-hero .hh-hero--description p{
        font-size: 16px;
    }
}


.scalper .product-tax{
	color: #828282;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0 40px;
}
.scalper .product-tax .product-brands{
	display: flex;
	align-items: center;
	gap: 4px;
}
.scalper .product-tax .product-brands img{
	display: block;
}
.scalper .product-tax .product-term-value{
	color: #1F1F23;
	font-weight: 700;
	font-size: 1.2rem;
}
.scalper .product-info{
	margin-bottom: 30px;
}
.scalper .product-info strong{
	color: #1E1A1B;
}
.scalper .product-info ul li:before {
	width: 15px;
	height: 11px;
	top: 6px;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.0104 0C12.7406 0 12.4709 0.102179 12.2666 0.306431L5.17495 7.3981L2.00087 4.22403C1.59236 3.81553 0.921769 3.81553 0.513258 4.22403L0.306383 4.43091C-0.102128 4.83942 -0.102128 5.51003 0.306383 5.91853L4.3796 9.99176C4.81657 10.4287 5.53329 10.4287 5.97027 9.99176L13.9611 2.00093C14.3696 1.59243 14.3696 0.921813 13.9611 0.513313L13.7542 0.306431C13.55 0.102181 13.2802 -1.71873e-06 13.0104 0Z' fill='%23EF4136'/%3E%3C/svg%3E%0A");
}
.scalper .scalper__benefits{
	background-color: #666666;
	border-radius: 20px;
	padding: 30px 60px;
	margin-bottom: 30px;
}
.scalper .scalper__benefits--product-title {
    color: #fff;
    text-align: center;
}
.scalper .scalper__benefits--contact-form input[type=email], 
.scalper .scalper__benefits--contact-form input[type=text] {
    background: #fff;
    color: #666;
    font-size: 15px;
}
.scalper .scalper__benefits--contact-form input[type=submit]{
	width: 100%;
}
.scalper .scalper__benefits--contact-form .wpcf7-spinner{
	position: absolute;
	right: 80px;
	transform: translateY(26px);
}
.scalper .scalper__benefits--contact-form .wpcf7 form .wpcf7-response-output{
	color: #fff;
}
.scalper .product-buttons{
	display: flex;
	gap: 24px;
}
.scalper .product-buttons .btn{
	flex: 1;
	margin: 0;
	text-align: center;
	line-height: 1.5;
}
.product-accordion{
	padding-bottom: 116px;
}
.product-accordion .product-accordion__title{
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 700;
	font-family: Poppins, sans-serif;
	margin-bottom: 25px;
}
.product-accordion .accordion{
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.product-accordion .accordion__item{
	border: 1px solid #D6D6D6;
	padding: 15px 25px;
}
.product-accordion .accordion__item .accordion__item-title{
	font-family: Poppins, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 22px;
	color: #1F1F23;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9H9M9 9H17M9 9V17M9 9V1' stroke='%230D0D0D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-position: right 2px;
	background-repeat: no-repeat;
	padding-right: 25px;
}
.product-accordion .accordion__item.active .accordion__item-title{
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='2' viewBox='0 0 14 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H13' stroke='%230D0D0D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-position: right 10px;
}
.product-accordion .accordion__item .accordion__item-content{
	font-size: 15px;
	line-height: 22px;
	color: #1F1F23;
	padding-right: 20px;
	transition: 0.5s ease-in-out all;
}
.product-accordion .accordion__item.active .accordion__item-content{
	padding-top: 14px;
}
.product-accordion .accordion__item .accordion__item-content p{
	font-size: 15px;
	line-height: 22px;
	color: #1F1F23;
}
.product-accordion .accordion__item .accordion__item-content p:last-child{
	margin-bottom: 0;
}

@media (max-width: 767px){
	.scalper .product-tax{
		flex-direction: column;
    align-items: flex-start;
		padding-bottom: 20px;
	}
	.scalper .scalper__benefits{
		padding: 30px;
	}
	.scalper .scalper__benefits--contact-form .wpcf7-spinner{
		right: 40px;
	}
	.scalper .product-buttons{
		flex-direction: column;
    gap: 15px;
	}
	.product-accordion {
    padding-bottom: 30px;
	}
}