<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.et-formel-testmonial{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.et-landing-banner-section{
    padding-top: 0px;
}
.et-main-banner-section {
	background-image: url('https://www.irish-pure.de/wp-content/uploads/2022/11/20-min.jpg');
	background-repeat: no-repeat;
	margin-bottom: 60px;
	background-position: center center;
	background-size: cover;
}
.et-main-banner {
	display: grid;
    grid-template-columns: 5fr 7fr;
    grid-column-gap: 40px;
    height: 500px;
    position: relative;
}
.et-main-banner .banner-img img {
	position: absolute;
	width: auto;
	height: 420px;
	bottom: -60px;
}
.et-main-banner .banner-cont {
	align-self: center;
	text-align: right;
}
.et-main-banner .banner-cont .banner-cont-title {
	color: white;
	margin-bottom: 10px;
	font-size: 42px;
}
.et-main-banner .banner-cont .sub-title {
	margin-bottom: 20px;
	color:white;
	font-weight:bold;
	font-size: 22px;
}
.et-main-banner .banner-cont a.btn {
	background: #3da434;
    color: #fff;
    text-transform: capitalize;
    font-weight: 800;
    font-size: 20px;
    padding: 18px 42px;
	border-radius: 6px;
	position: relative;
	box-shadow: 0 0 37px rgba(0, 0, 0,  .4);
	display: inline-flex;
    justify-content: center;
    align-items: center;
	
}
.et-main-banner .feature-wrap .feature-item {
    position: relative;
    padding-right: 20px;
    display: inline-flex;
    align-items: center;
}
.et-main-banner .feature-wrap {
	padding-top: 90px;
}
.et-main-banner .feature-wrap .feature-item img {
    width: auto;
    height: 35px;
}
.et-main-banner .feature-wrap .feature-item h4 {
	color: #fff;
	margin: 0;
	font-size: 14px;
	padding-left: 10px;
}
.et-benefit-section {
    margin-top: 120px;
	position: relative;
}
.benefit-section-wrap {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 50px;
}
.benefit-section-img {
	border-radius: 10px 0 0 10px;
    overflow: hidden;
}
.benefit-section-img img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.benefit-section-cont {
    align-self: center;
}
.benefit-section-cont h2 {
    color: #000;
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 42px;
}
.benefit-wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 20px;
    grid-row-gap: 35px;
}
.benefit-wrap .benefit-item {
    position: relative;
    padding-left: 62px;
    min-height: 50px;
    display: flex;
    align-items: center;
}
.benefit-wrap .benefit-item img {
    position: absolute;
    left: 0;
    width: auto;
    height: 50px;
}
.benefit-wrap .benefit-item p {
	margin: 0;
    font-size: 16px;
    line-height: 20px;
}
.bg-art-img-1 {
    position: absolute;
    top: 50%;
    right: -121px;
	transform: translateY(-50%);
}
.bg-art-img-2 {
	position: absolute;
    top: -105px;
    right: 10%;
}
.bg-art-img-1 img {
	width: auto;
    height: 110px;
}
.bg-art-img-2 img {
	width: auto;
	height: 140px;
}
.section-title {
    text-align: center;
    margin-bottom: 30px;
}
.section-title h2 {
	color: #3da434;
    margin: 0;
    font-size: 42px;
    margin-bottom: 0;
}
.section-title p{
    font-size: 20px;
}
.et-best-seller-section {
    margin-top: 80px;
	margin-bottom: 60px;
}
.best-seller-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.best-seller-item.alt {
    background: #8C1415;
}
.best-seller-item {
    background: #EFC300;
    padding: 40px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 3fr 5fr;
	grid-gap: 30px;
}

.sell-item-img {
    text-align: center;
}
.sell-item-img img {
    width: auto;
    height: 250px;
	position: relative;
    z-index: 2;
}
.stars i {
    color: #FF9529;
    font-size: 18px;
}
.sell-item-cont {
    align-self: center;
}
.sell-item-cont h2 {
	color: #fff;
	font-size: 30px;
}
.sell-item-cont a.btn {
    background: #3da434;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 20px;
    padding: 14px 35px;
    border-radius: 6px;
    position: relative;
    box-shadow: 0 0 37px rgb(0 0 0 / 40%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.et-formula-section {
	position: relative;
	padding-top: 60px;
}
.et-formula-section:before {
    content: '';
    background: rgba(61,164,52,.11);
    width: 100%;
    height: 270px;
    display: block;
    position: absolute;
    top: 0;
}
.formula-box-wrap {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.formula-top-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.formula-top-wrap div {
	border-right: 1px solid #e7e7e7;
}
.formula-top-wrap div:last-child {
	border-right: none;
}
.formula-top-item h2 {
    font-size: 18px;
    color: #fff;
    margin: 0;
    text-align: center;
    font-weight: 400;
    padding: 25px 0;
    background: #3da434;
}
.formula-top-item p {
	background: #fff;
	text-align: center;
	padding: 25px;
	margin: 0;
    line-height: 24px;
    font-size: 16px;
}
.formula-bottom-wrap {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.formula-bottom-item {
    background: #F9F9F9;
    text-align: center;
    padding: 25px 50px;
}
.formula-bottom-item img {
	width: auto;
    height: 60px;
}
.formula-bottom-item p {
    margin: 0;
    padding-top: 15px;
    line-height: 24px;
    font-size: 16px;
}
.formula-bg {
    position: absolute;
    top: 170px;
    left: 0;
}
.formula-bg.alt {
    left: inherit;
	right: 0;
	transform: scaleX(-1);
}
.formula-bg img{
    width: auto;
	height: 100px;
}
.et-testimonial-section {
    margin: 60px 0;
}
.testimonial-reviews {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
 .testimonial-reviews .review-item {
	 background-color: #F9F9F9;
	 padding: 20px;
	 position: relative;
}
 .testimonial-reviews .review-item::before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    font-size: 87px;
    top: -15px;
    left: 10px;
    color: #EAEBEC;
}
 .client-info {
	 position: relative;
	 padding-left: 60px;
}
 .client-info .client-name {
    margin: 0;
    font-size: 14px;
    color: #000;
}
 .client-info .review-stars i {
	 color: #ff9529;
	 font-size: 12px;
}
 .client-info .review-verified-bagde {
	 margin: 0;
	 font-size: 12px;
}
 .client-avatar {
	 position: absolute;
	 left: 0;
	 top: 0;
}
 .client-avatar img {
	 width: auto;
	 height: 50px;
	 border-radius: 50px;
}
 .review-item .review-txt {
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
	 position: relative;
}
.review-stars {
    line-height: 12px;
}

.et-faq-section {
	padding: 60px 0;
	background: rgba(61, 164, 52, 0.04);
}
.faq-accordion-wrap &gt; dt {
    display: block;
    background: #fff;
    padding: 15px;
	margin-top: 10px;
}
.faq-accordion-wrap &gt; dt &gt; a {
	font-size: 18px;
    display: block;
    text-decoration: none;
    color: #000;
	position: relative;
	padding-right: 20px;
}
.faq-accordion-wrap &gt; dt &gt; a:after {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    font-size: 14px;
    top: 4px;
}
.faq-accordion-wrap &gt; dt.active &gt; a:after {
    content: "\f068";
}
.faq-accordion-wrap &gt; dd {
    margin: 0;
    padding: 0 20px 20px;
    background: #fff;
}
.faq-accordion-wrap &gt; dd &gt; p {
    font-size: 14px;
    margin: 0;
}


.et-arrow {
    background: #fff;
    height: 2px;
    width: 28px;
    cursor: pointer;
    position: relative;
    margin-left: 10px;
}
.et-arrow:before, .et-arrow:after {
    content: "";
    background: #fff;
    position: absolute;
    height: 2px;
    width: 12px;
}
.et-arrow:before {
  right: -3px;
  bottom: -4px;
  transform: rotate(-45deg);
}
.et-arrow:after {
  right: -3px;
  top: -4px;
  transform: rotate(45deg);
}

.sell-item-img{
	position: relative;
}
.sell-item-img:before{
	 content: "";
    width: 100px;
    height: 177px;
    position: absolute;
    bottom: 4px;
    box-shadow: 23px 19px 52px rgb(28 28 28 / 90%);
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.et-landing-banner-wrap3 {
	display: grid;
	grid-template-columns: 9fr 3fr;
	grid-gap: 20px;
}

.et-landing-banner-wrap3 .main-banner{
	background: #8C1415;
	border-radius: 20px;
    grid-row-start: 1;
    grid-row-end: 3;
    display: grid;
    padding: 40px 60px;
    grid-template-columns: 1fr 1fr;
    align-content: center;
}
.et-landing-banner-wrap3 .main-banner:hover,
.et-landing-banner-wrap3 .side-banner:hover{
	text-decoration: none;
}
.et-landing-banner-wrap3 .main-banner .banner-cont {
	align-self: center;
	position: relative;
}
.main-banner .banner-cont .paw i {
	font-size: 30px;
	color: #a74c4c;
	position: absolute;
	transform: rotate(45deg);
}
.main-banner .banner-cont .paw i:nth-child(1) {
	    bottom: -43px;
    right: 72px;
    transform: rotate(13deg);
}
.main-banner .banner-cont .paw i:nth-child(2) {
	bottom: 95px;
	right: 0;
}
.main-banner .banner-cont .paw i:nth-child(3) {
	bottom: 29px;
    right: 34px;
    transform: rotate(27deg);
}
.et-formel-faq-section{
    padding: 50px 0;
}
.et-landing-banner-wrap3 .main-banner .banner-img {
	position: relative;
}
.et-landing-banner-wrap3 .main-banner .banner-img .promo-toltip {
	position: absolute;
    width: 82px;
    height: 80px;
    top: -10px;
    right: -20px;
    background: #FFA72D;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.et-landing-banner-wrap3 .main-banner .banner-img .promo-toltip p {
	color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
	text-align: center;
}
.et-landing-banner-wrap3 .main-banner .banner-img .promo-toltip p span {
	font-size: 12px;
	word-break: break-all;
	font-weight: 100;
}
.et-landing-banner-wrap3 .main-banner .banner-img img {
	width: auto;
	height: 100%;
}
.et-landing-banner-wrap3 .main-banner .banner-cont p {
	margin: 0;
	color: #fff;
	padding-bottom: 10px;
	text-transform:  uppercase;
	font-size: 16px;
}
.et-landing-banner-wrap3 .main-banner .banner-cont h2 {
    font-size: 32px;
    margin: 0;
    color: #fff;
    padding-bottom: 20px;
}
.et-landing-banner-wrap3 .main-banner .banner-cont ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 20px;
	    margin-left: 0;
}
.et-landing-banner-wrap3 .main-banner .banner-cont ul li {
	color: #fff;
	font-size: 18px;
}
.et-landing-banner-wrap3 .main-banner .banner-cont ul li i {
	padding-right: 10px;
	font-size: 12px;
}
.et-landing-banner-wrap3 .main-banner .banner-cont ul li svg{
    width: 20px;
    height: 20px;
    margin-right: 6px;
    fill: #fff;
    position: relative;
    top: 4px;
}
.et-landing-banner-wrap3 .main-banner .banner-cont div.btn {
	background: #3da434;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    padding: 10px 50px;
    border-radius: 6px;
    position: relative;
	z-index: 2;
	text-transform: none;
}

.et-landing-banner-wrap3 .side-banner{
	background: #EFC300;
	border-radius: 20px;
	display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: center;
	padding: 15px;
	grid-gap: 10px;

}
.et-landing-banner-wrap3 .side-banner.second {
	background: #002842;

	
}
.et-landing-banner-wrap3 .side-banner .banner-img {
	position: relative;
    z-index: 2;
	text-align: center;
}
.et-landing-banner-wrap3 .side-banner .banner-img img {
	width: auto;
	height: 150px;
}
.et-landing-banner-wrap3 .side-banner .banner-cont {
	align-self: center;
	position: relative;
}
.et-landing-banner-wrap3 .side-banner .banner-cont h4 {
    font-size: 16px;
    margin: 0;
    color: #000;
    padding-bottom: 5px;
	text-transform: capitalize;
}
.et-landing-banner-wrap3 .side-banner .banner-cont .link {
	color: #000;
	font-size: 14px;
	text-decoration: underline;
	position: relative;
}
.et-landing-banner-wrap3 .side-banner.second .banner-cont h4,
.et-landing-banner-wrap3 .side-banner.second .banner-cont .link {
	color: #fff;
}
.et-landing-banner-wrap3 .side-banner .banner-cont a i {
	background: #3da434;
	position: absolute;
	width: 14px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	right: -20px;
	top: 3px;
	color: #fff;
}
.side-banner .banner-cont .paw i {
	font-size: 30px;
	color: #aba630;
	position: absolute;
	transform: rotate(45deg);
}
.side-banner .banner-cont .paw i:nth-child(1) {
	    transform: rotate(59deg);
    top: -35px;
}
.side-banner .banner-cont .paw i:nth-child(2) {
	    right: 40px;
    top: -42px;
}
.side-banner .banner-cont .paw i:nth-child(3) {
    left: -39px;
    top: 10px;
    z-index: 1;
}

.side-banner.second .banner-cont .paw i:nth-child(1) {
	      top: 10px;
    left: -48px;
    transform: rotate(5deg);
}
.side-banner.second .banner-cont .paw i:nth-child(2) {
    left: -18px;
    top: inherit;
    bottom: -33px;
    transform: rotate(5deg);
}
.side-banner.second .banner-cont .paw i:nth-child(3) {
	top: 70px;
    left: -48px;
    transform: rotate(5deg);
}
.banner-bottom-feature-section {
	margin-top: 60px;
}
.banner-bottom-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}
.banner-bottom-features .feature-item {
   position: relative;
}
.banner-bottom-features .feature-item .feature-img {
	position: absolute;
	left: 0;
	top: 0;
}
.banner-bottom-features .feature-item .feature-img svg{
    width: 50px;
    height: 50px;
}
.banner-bottom-features .feature-item .feature-img i {
	font-size: 25px;
}
.banner-bottom-features .feature-item .feature-cont {
	padding-left: 60px;
}
.feature-item .feature-cont h4 {
	color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
	text-transform: capitalize;
}
body.page-id-435233 .feature-cont p {
    font-size: 16px !important;
}
.feature-item .feature-cont p {
    font-size: 16px !important;
	color: #777777;
    font-weight: 400;
	margin-bottom: 0;
	line-height: 18px;
}
.sale-banner-section {
	margin-top: 60px;
	margin-bottom: 60px;
}
.sale-banner-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: #002842;
	padding: 10px 15px;
	grid-gap: 40px;
	border-radius: 100px;
}
.sale-banner-left {
	position: relative;
	align-self: center;
}
.sale-banner-left:before {
	content: '';
	background-image: url('https://www.irish-pure.de/wp-content/uploads/2022/12/Promotion-Tag.png');
	position: absolute;
    left: -10px;
    top: -2px;
    width: 52px;
    height: 52px;
    background-size: contain;
    background-repeat: no-repeat;
}
.sale-banner-left img {
    position: absolute;
    width: auto;
    height: 115px;
    top: -30px;
    right: 0;
}
.sale-banner-left h4 {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 47px;
	padding-left: 100px;
}
.sale-banner-left h4 span {
	display: inline-block;
}
.sale-banner-left h4 span.left {
	text-align: right;
	color: #EFC300;
	font-size: 20px;
}
.sale-banner-left h4 span.right {
	color: #EFC300;
	font-size: 20px;
}
.sale-banner-right {
    display: flex;
    align-items: center;
	justify-content: space-between;
}
.sale-banner-right .cont h6 {
	color: #fff;
	margin: 0;
	font-size: 16px;
	text-transform: capitalize;
}
.sale-banner-right .cont p {
	color: #fff;
	margin: 0;
	font-size: 16px;
}
.sale-banner-right .cont p span.code {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}
.sale-banner-right a.button {
	background: #f4f4f4;
	color: #000;
	text-transform: uppercase;
	padding: 10px 30px;
	font-size: 16px;
	border-radius: 50px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .et-main-banner .banner-img img {
        height: 340px;
    }
    .et-formel-testmonial {
        display: block;
    }
    .best-seller-item {
        display: block;
    }
    .bg-art-img-1 {
        position: absolute;
        top: unset;
        right: 100px;
        transform: rotate(90deg);
        bottom: -82px;
    }
    .bg-art-img-1 img {
        height: 80px;
    }
    .formula-top-item h2 {
        font-size: 14px;
    }
    .formula-top-item p,
    .formula-bottom-item{
        padding: 10px;
    }
    .sell-item-img:before {
        width: 115px;
        height: 240px;
        bottom: 15px;
    }
    .sell-item-cont {
        margin-top: 20px;
    }
    .sell-item-cont h2 {
        font-size: 22px;
    }
    .et-landing-banner-wrap3 .main-banner {
        padding: 25px;
    }
    .et-landing-banner-wrap3 .side-banner {
        display: block;
    }
    .et-landing-banner-wrap3 .main-banner .banner-cont h2 {
        font-size: 25px;
    }
    .et-landing-banner-wrap3 .main-banner .banner-cont div.btn {
        padding: 10px 20px;
    }
    .et-landing-banner-wrap3 .main-banner .banner-img img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
	.et-landing-banner-wrap3 {
		grid-template-columns: 1fr;
	}
	.et-landing-banner-wrap3 .main-banner {
		display: block;
		padding: 20px;
		margin-top: 20px;
	}
	.et-landing-banner-wrap3 .main-banner .banner-img {
		text-align: center;
		margin-top: 20px;
	}
	.et-landing-banner-wrap3 .main-banner .banner-img img {
		width: auto;
		height: 200px;
		margin: 0 auto;
	}
	.et-landing-banner-wrap3 .side-banner .banner-img {
		z-index: 0;
	}
	.banner-bottom-features {
		grid-template-columns: 1fr;
		margin: 0 12%;
		grid-gap: 12px;
	}
	.banner-bottom-feature-section,
	.sale-banner-section {
		margin-top: 40px;
	}
	.sale-banner-wrap {
		display: block;
		border-radius: 20px;
		padding: 20px;
	}
	.sale-banner-left h4 {
		padding-left: 75px;
	}
	.sale-banner-right {
		display: block;
		margin-top: 10px;
	}
	.sale-banner-right .cont{
		margin-bottom: 15px;
	}
	.sale-banner-left img {
		height: 78px;
		top: 120px;
		right: 0;
	}
	
	
	.et-main-banner-section {
		background-image: url(https://www.irish-pure.de/wp-content/uploads/2022/11/20_mobile2.jpg);
		background-position: center center;
		height: 600px;
	}
	.et-main-banner {
		display: grid;
		grid-template-columns: 1fr;
		padding: 30px 0;
	}
	.et-main-banner .banner-img {
		order: 2;
	}
	.et-main-banner .feature-wrap .feature-item {
		padding-bottom: 15px;
	}
	.et-main-banner .banner-img img {
		width: auto;
		height: 200px;
		bottom: inherit;
		position: inherit;
		margin-top:35px;
	}
	.et-main-banner .feature-wrap .feature-item h4 {
		font-size: 12px;
	}
	.et-main-banner .feature-wrap {
		padding-top: 25px;
		position: absolute;
		bottom: -75px;
		display: grid;
    	grid-template-columns: 1fr 1fr;
	}
	.et-main-banner .banner-cont a.btn {
		padding: 10px 20px;
		
	}
	.et-main-banner .et-arrow {
		top: 25px;
	}
	.et-benefit-section {
		margin-top: 95px;
	}
	.benefit-section-img {
		width: 100%;
		border-radius: 10px 10px 0 0;
		height: 450px;
	}
	.benefit-section-cont {
		width: 100%;
		padding: 20px;
	}
	.benefit-wrap {
		grid-column-gap: 5px;
		grid-row-gap: 15px;
	}
	.benefit-section-cont h2 {
		font-size: 22px;
		margin-bottom: 22px;
		line-height: 32px;
	}
	.benefit-wrap .benefit-item p {
		font-size: 14px;
		line-height: 18px;
	}
	.benefit-wrap .benefit-item {
		padding-left: 40px;
	}
	.benefit-wrap .benefit-item img {
		height: 35px;
	}
	.bg-art-img-1 {
		top: inherit;
		bottom: -74px;
		right: inherit;
		left: 50%;
		transform: translateX(-50%);
	}
	.bg-art-img-1 img {
		height: 70px;
		position: relative;
    	transform: rotate(90deg);
	}
	.bg-art-img-2 {
		top: -85px;
		right: inherit;
		left: 50%;
		transform: translateX(-50%);
	}
	.bg-art-img-2 img {
		height: 100px;
	}
	.section-title h2 {
		font-size: 22px;
	}
	.section-title p {
		font-size: 16px;
	}
	.benefit-section-wrap {
		display: block;
	}
	.best-seller-wrap {
		display: block;
	}
	.best-seller-item {
		grid-gap: 10px;
		padding: 20px;
		grid-template-columns: 4fr 4fr;
	}
	.best-seller-item.alt {
		margin-top: 20px;
	}
	.sell-item-img img {
		height: 200px;
	}
	.sell-item-cont h2 {
		font-size: 22px;
		margin-bottom: 20px;
		line-height: 24px;
	}
	.sell-item-img:before {
		width: 85px;
	}
	.stars i {
		font-size: 14px;
	}
	.sell-item-cont a.btn {
		font-size: 12px;
    	padding: 10px 35px 10px 10px;
	}
	.et-arrow {
		top: 19px;
		width: 16px;
		right: 10px;
	}
	.et-formula-section:before {
		height: 160px;
	}
	.et-arrow:before, .et-arrow:after {
		width: 8px;
	}
	.et-arrow:before {
		right: -2px;
		bottom: -2px;
	}
	.et-arrow:after {
		right: -2px;
		top: -2px;
	}
	.et-formula-section {
		padding-top: 30px;
	}
	.formula-bg {
		top: 0;
		display: none;
	}
	.formula-bg img {
		height: 60px;
	}
	.formula-top-wrap {
		grid-template-columns: 1fr 1fr;
	}
	.formula-bottom-wrap {
		grid-template-columns: 1fr;
	}
	.formula-top-item h2 {
		display: inline-flex;
		padding: 15px;
		font-size: 16px;
		min-height: 67px;
		align-items: center;
		width: 100%;
		justify-content: center;
	}
	.formula-top-item p {
		padding: 10px 5px;
		font-size: 14px;
	}
	.formula-bottom-item {
		padding: 10px;
		display: flex;
		align-items: center;
	}
	.formula-bottom-item p {
		padding-top: 0;
		line-height: 20px;
		font-size: 14px;
		padding-left: 16px;
		text-align: left;
	}
	.testimonial-reviews {
		grid-template-columns: 1fr;
	}
	.et-testimonial-section{
		padding-bottom: 20px;
	}
	.testimonial-reviews{
		padding: 0 30px;
	}
	.et-landing-banner-wrap3 .main-banner .banner-img .promo-toltip {
		right: 15px;
	}
	.sale-banner-left:before {
		left: -20px;
		top: -17px;
	}
	.et-formel-testmonial {
	    grid-template-columns: 1fr;
	}
	.et-main-banner .banner-cont .banner-cont-title {
	    font-size: 28px;
	}
	.et-main-banner .et-arrow {
        top: 2px;
        right: 0;
    }
}


.testimonial-reviews .slick-arrow{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border: none;
    background: transparent;
}
.testimonial-reviews .slick-arrow.slick-prev{
	
}
.testimonial-reviews .slick-arrow.slick-next{
	right: 0;
}



</pre></body></html>