@import "reset.css";
@import "layout.css";
@import "swiper.css";
@import "header.css";
@import "footer.css";

.logo img {
    width: 66px;
    height: 66px;
    box-shadow: 0px 0px 6px 0px rgba(0, 255, 41, 0.50);
    border-radius: 100%;
}

/* Consent cookie banner */
.consent_wrapper {
	display:none;
    position: fixed;
    bottom: 30px;
    left: 30px;
    max-width: 500px;
    z-index: 9999;
    background: #222922;
    backdrop-filter: blur(10px);
    padding: 16px 26px 26px 26px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    width: 100%
}

.consent_title {
	font-size: 20px;
    font-weight: 600;
    text-shadow: 0px 0px 20px #129716;
	text-transform: uppercase;
}

.consent_description {
	margin-top: 5px;
	color: #bfc1bf;
}

.consent_chooses {
	display: none;
    margin-top: 15px;
	flex-wrap: wrap;
}

#consentcustomize {
	text-decoration: underline;
    color: #bfc1bf;
}

#consentcustomize:hover {
	color:#129716;
}

#consentchoose {
	display:none;
}

.consent_chooses__single {
	display: flex;
    align-items: center;
    gap: 5px;
}

.consent_chooses__single .checkbox-btn {
	display: flex;
    user-select: none;
    position: relative;
    width: auto;
    cursor: pointer;
    gap: 0 !important;
    line-height: 30px;
    border-radius: 10px;
    transition: background-color .3s, border-color .3s, box-shadow .3s;
    padding: 10px 10px !important;
}
.consent_chooses__single .checkbox-btn input[type=checkbox] {

}
.consent_chooses__single0 .checkbox-btn input[type=checkbox] + span {
	gap:5px !important;
}
.consent_chooses__single .checkbox-btn span {

}

.consent_chooses__single .checkbox-btn span:before {
	opacity:0 !important;
	width:0 !important;
	height:0 !important;
}
 
/* Checked */
.consent_chooses__single .checkbox-btn input[type=checkbox]:checked + label {
	background: var(--accent);
}
 
/* Focus */
.consent_chooses__single .focused span {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
	border-radius:10px;
}
 
/* Hover */
.consent_chooses__single .checkbox-btn:hover {
	background:#17bc1c;
	color: #FFF;
	border-radius:10px;
	box-shadow: 0 0 20px 0 #129716;
	border: 1px solid rgb(255 255 255 / .2);
}
 
/* Active */
.consent_chooses__single .checkbox-btn input[type=checkbox]:active:not(:disabled) + span {
	background: #d2c5ac;
	color: #000;
}
 
/* Disabled */
.consent_chooses__single .checkbox-btn input[type=checkbox]:disabled + span {
	background: #efefef;
	color: #666;
	cursor: default;
}
.consent_chooses__single .checkbox-btn input[type=checkbox]:checked:disabled + span {
	background: #f7efdc;
}

.checkbox-wrapper-30 .checkbox {
    --bg: #fff;
    --brdr: #d1d6ee;
    --brdr-actv: #1e2235;
    --brdr-hovr: #bbc1e1;
    --dur: calc((var(--size, 2) / 2)* 0.6s);
    display: inline-block;
    width: calc(var(--size, 1)* 22px);
    position: relative;
    height: 20px;
    border: 1px solid rgb(255 255 255 / .2);
    border-radius: 5px;
    margin-top: 5px;
    margin-right: 5px;
  }
  .checkbox-wrapper-30 .checkbox:after {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
  }
  .checkbox-wrapper-30 .checkbox > * {
    position: absolute;
  }
  .checkbox-wrapper-30 .checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    background-color: var(--bg);
    border-radius: calc(var(--size, 1) * 4px);
    border: calc(var(--newBrdr, var(--size, 1)) * 1px) solid;
    color: var(--newBrdrClr, var(--brdr));
    outline: none;
    margin: 0;
    padding: 0;
    transition: all calc(var(--dur) / 3) linear;
  }
  .checkbox-wrapper-30 .checkbox input:hover,
  .checkbox-wrapper-30 .checkbox input:checked {
    --newBrdr: calc(var(--size, 1) * 2);
  }
  .checkbox-wrapper-30 .checkbox input:hover {
    --newBrdrClr: var(--brdr-hovr);
  }
  .checkbox-wrapper-30 .checkbox input:checked {
    --newBrdrClr: var(--brdr-actv);
    transition-delay: calc(var(--dur) /1.3);
  }
  .checkbox-wrapper-30 .checkbox input:checked + svg {
    --dashArray: 16 93;
    --dashOffset: 109;
  }
  .checkbox-wrapper-30 .checkbox svg {
    fill: none;
    left: 0;
    pointer-events: none;
    stroke: var(--stroke, var(--border-active));
    stroke-dasharray: var(--dashArray, 93);
    stroke-dashoffset: var(--dashOffset, 94);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    top: 0;
    transition: stroke-dasharray var(--dur), stroke-dashoffset var(--dur);
  }
  .checkbox-wrapper-30 .checkbox svg,
  .checkbox-wrapper-30 .checkbox input {
    display: block;
    height: 100%;
    width: 100%;
	width: 20px;
    height: 18px;
  }
  
  .checkbox-btn label:hover {
	  background:#17bc1c;
  }

.consent_buttons {
	display: flex;
	gap: 10px;
	margin-top: 15px;
	justify-content: end;
}

.consent_buttons button {
	height:auto !important;
	text-transform: uppercase;
}

/** SOME COMMON STYLES **/

ul.awesomeiconslist {
	list-style: none !important;
	padding-inline-start: 0 !important;
}

.running-text-wrap {
  max-width: 100%;
  margin: auto;
  padding: 20px;
}
.running-text-items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 0;
}
.running-text-items-wrap:before,
.running-text-items-wrap:after {
  content: "";
  height: 100%;
  top: 0;
  width: 10%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.running-text-items {
  flex-shrink: 0;
  display: flex;
  gap: 0;
  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
}
.running-text-item {
  font-family:'Outfit';
  background: #1f241f;
  flex: 0 0 auto;
  width: 200px;
  height: 40px;
  counter-increment: item;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  transition: all 0.1s ease-in-out;
  gap: 6px;
}
.running-text-item span {
  font-family:'Outfit';
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.running-text-item span.green {
  color: #129716;
}

.running-text-item-marquee {
  animation: scroll 20s linear infinite;
}
.running-text-reverce {
  animation-direction: reverse;
}
.running-text-items-wrap:hover .marquee {
  animation-play-state: paused;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

.logo_text_main {
  position: relative;
  width:100px;
  height:56px;
}

.logo_text {
/*   color: white; */
  font-size: var(--desc-h2);
  position:absolute;
  transform: translate(0%, 25%);
  margin: 0;
}

.logo_first {
  color: #000000;
}

.logo_second {
  color: #ff0000;
  -webkit-text-stroke: 2px #ff0000;
  animation: waves 4s ease-in-out infinite;
}

@keyframes waves {
 0%,
	100% {
		clip-path: polygon(
			0% 45%,
			16% 44%,
			33% 50%,
			54% 60%,
			70% 61%,
			84% 59%,
			100% 52%,
			100% 100%,
			0% 100%
		);
	}

	50% {
		clip-path: polygon(
			0% 60%,
			15% 65%,
			34% 66%,
			51% 62%,
			67% 50%,
			84% 45%,
			100% 46%,
			100% 100%,
			0% 100%
		);
	} 
}

.running-text-wrap {
  max-width: 100%;
  margin: auto;
  padding: 20px;
}
.running-text-items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 0;
}
.running-text-items-wrap:before,
.running-text-items-wrap:after {
  content: "";
  height: 100%;
  top: 0;
  width: 10%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.running-text-items {
  flex-shrink: 0;
  display: flex;
  gap: 0;
  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
}
.running-text-item {
  font-family:'Outfit';
  background: #1f241f;
  flex: 0 0 auto;
  width: 200px;
  height: 40px;
  counter-increment: item;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  transition: all 0.1s ease-in-out;
  gap: 6px;
}
.running-text-item span {
  font-family:'Outfit';
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.running-text-item span.green {
  color: #129716;
}

.running-text-item-marquee {
  animation: scroll 20s linear infinite;
}
.running-text-reverce {
  animation-direction: reverse;
}
.running-text-items-wrap:hover .marquee {
  animation-play-state: paused;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

.footer__columns {
    padding: 60px 0 41px;
    gap: 55px 57px;
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.page ol {
	padding-left: 0 !important;
}
.page ol li {
	list-style: auto !important;
}

.page ul li ul {
	padding-left: 25px;
}

.page ol {
	padding-left: 15px !important;
}
	
.page ul {
	padding-left: 15px !important;
}

.single__content.content {
	display: flex;
    gap: 20px;
}

.blog_neon_frame {
	border: 1px solid;
	border-radius:10px;
	padding:10px;
	width: fit-content;
	background: linear-gradient(to right, #fff0, #222922, #384338, #fff0);
}

.content_chat_engagement {
	background: linear-gradient(to right, #fff0, #222922, #384338, #fff0);
    display: flex;
    padding: 10px 10px;
    font-size: 16px;
    border-radius: 4px;
    height: auto;
    font-weight: 700;
    margin: 0 auto;
    border-radius: 10px;
    font-size: 16px;
    transition: background-color .3s, border-color .3s, box-shadow .3s;
    position: relative;
    align-items: center;
    line-height: normal;
    gap: 8px;
}

.content_chat_engagement span {
	height: auto !important;
}

.content_chat_engagement span svg {
	fill: #fff;
    transition: fill .3s ease;
}

.content_chat_engagement a {
	height: auto !important;
	text-decoration:none !important;
}

.no-margin-top {
	margin-top:0;
}

.no-margin-bottom {
	margin-bottom:0;
}

.section.-reviews h3 {
	margin-bottom:0 !important;
}

.guides__title {
	margin-bottom:0 !important;
}

.section.-subscription h6 {
	margin-bottom: 30px;
}

.header__inner {
	padding: 16px 0px;
}

.header__inner:after {
    width: 100%;
    height: 1px;
    display: block;
    content: '';
    background: linear-gradient(90deg, #fff0 1.04%, rgb(255 255 255 / .2) 52.58%, #fff0 100%);
    bottom: 0;
    position: absolute;
}

/** Halloween Styles **/

.horror-text {
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-name: halloflickering;
  animation-timing-function: step-start;
  color: #FFFFFF;
}

@keyframes halloflickering {
  0% {
    color: #129716;
    text-shadow: none;
    transform: skewX(0);
  }
  5% {
    color: #129716;
    text-shadow: none;
    transform: skewX(0);
  }
  10% {
    color: #FFFFFF;
    text-shadow: 1px 1px #175119;
    transform: skewX(-15deg);
  }
  15% {
    color: #175119;
    text-shadow: none;
    transform: skewX(-15deg);
  }
  20% {
    color: #129716;
    text-shadow: none;
    transform: skewX(0);
  }
  25% {
    color: #FFFFFF;
    text-shadow: 2px 2px #129716;
    transform: skewX(0);
  }
  30% {
    color: #175119;
    text-shadow: 2px 2px #129716;
    transform: skewX(0);
  }
  35% {
    color: #175119;
    text-shadow: 2px 2px #129716;
    transform: skewX(0);
  }
  37% {
    color: #175119;
    text-shadow: 1px 1px #175119;
    transform: skewX(0);
  }
  40% {
    color: #129716;
    text-shadow: 1px 1px #175119;
    transform: skewX(0);
  }
  45% {
    color: #129716;
    text-shadow: 1px 1px #175119;
    transform: skewX(0);
  }
  50% {
    color: #129716;
    text-shadow: none;
    transform: skewX(0);
  }
  55% {
    color: #129716;
    text-shadow: none;
    transform: skewX(0);
  }
  60% {
    color: #129716;
    text-shadow: none;
    transform: skewX(0);
  }
  65% {
    color: #129716;
    text-shadow: none;
    transform: skewX(0);
  }
  68% {
    color: #129716;
    text-shadow: 1px 1px #175119;
    transform: skewX(0);
  }
  70% {
    color: #129716;
    text-shadow: 1px 1px #175119;
    transform: skewX(0);
  }
  75% {
    color: #129716;
    text-shadow: 1px 1px #175119;
    transform: skewX(10deg);
  }
  80% {
    color: #129716;
    text-shadow: 1px 1px #175119;
    transform: skewX(10deg);
  }
  85% {
    color: #129716;
    text-shadow: 1px 1px #175119;
    transform: skewX(10deg);
  }
  90% {
    color: #129716;
    text-shadow: none;
    transform: skewX(0);
  }
  95% {
    color: #129716;
    text-shadow: 1px 1px #175119;
    transform: skewX(0);
  }
  100% {
    color: #129716;
    text-shadow: none;
    transform: skewX(0);
  }
}

.page__content ol {
	list-style:decimal;
}

.page__content ol li {
	list-style:decimal !important;
}

.notifier-div {
    color: #f5f5f5;
    padding: 10px;
    position: relative;
	display:flex;
    font-weight: 300;
    text-align: left;
    max-width: 831px;
    opacity: 1;
    border-radius: 10px;
}

.section__title .section__navigation {
	gap:8px;
}

.notifier-div.alert {
	background: linear-gradient(to right, rgba(255,0,0,1), rgba(255,0,0,.2), rgba(255,0,0,0));
}

.notifier-div.info {
	background: linear-gradient(to right, rgba(68,78,191,1), rgba(68,78,191,.2), rgba(255,0,0,0));
	margin-bottom:30px;
}

.notifier-div span {
	font-size: 22px;
    margin-left: 15px;
	font-weight: 600;
}

.notifier-div p {
    margin-left: 15px;
    font-size: 14px;
}

.notifier__image {
	display: flex;
    justify-content: center;
    align-items: center;
	width:50px;
	margin-left:10px;
}

.notifier__image svg {
	width:50px;
	height:50px;
}

.js-rmp-vote-count {
	display:none !important;
}

aside {
  width: 40%;
  padding-left: 0.5rem;
  margin-left: 0.5rem;
  float: right;
  box-shadow: inset 5px 0 5px -5px var(--accent);
  font-style: italic;
  color: var(--accent);
}

aside > p {
  margin: 0.5rem;
}


mark {
	background: 0;
    color: var(--accent);
    font-weight: 600;
    text-shadow: 0px 0px 20px var(--accent);
    font-size: 22px;
    line-height: normal;
}

.footer-brand-title {
	text-transform: none;
}

.mob-menu div {
    text-transform: uppercase;
    font-size: 20px;
}

ol, ol li {
    list-style: disc;
}
ol {
    padding-left: 25px;
}

.highlight-link {
	background: #129716;
	text-decoration: none !important;
    color: #FFFFFF !important;
    padding: 3px 10px;
    border-radius: 15px;
    color: #fff;
	display: ruby;
}
.highlight-link:hover {
	background-color: var(--accent);
    color: #fff;
    border-width: 1px;
    box-shadow: 0 0 20px 0 #129716;
}

/**\end SOME COMMON STYLES **/

/* FAQ */

.faq_add_container {
	padding: 10px 30px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    background: radial-gradient(61.3% 33.48% at 50% 0%, rgba(19, 160, 67, .2) 0%, rgba(18, 151, 22, 0) 100%), rgba(32, 45, 33, .2);
}

div.faq {
	margin-bottom: 45px;
}

.faq__title {
	margin-bottom: 34px;
	text-shadow: 0 0 20px #129716;
}

.work__faq {
	margin-top: 80px;
}
.faq__item {
	position: relative;
	padding: 24px 0px;
}
.faq__item:first-child {
	padding-top: 0px;
}
.faq__item:after {
	position: absolute;
	width: 100%;
	height: 1px;
	display: block;
	content: "";
	background: linear-gradient(90deg, #fff 1.04%, rgba(255, 255, 255, 0) 100%);
	bottom: 0;
}
.faq__answer {
	margin-top: 12px;
	display: none;
	line-height: 150%;
}
.faq__item.is-active .faq__answer {
	display: block;
	color: rgba(255, 255, 255, 0.75);
}
.faq__question:before,
.faq__question:after {
	width: 20px;
	height: 0px;
	flex-shrink: 0;
	content: "";
	border: 1px solid var(--accent);
	display: block;
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}
.faq__question:after {
	transform: rotate(90deg);
	transition: transform 0.3s ease;
}
.faq__question {
	position: relative;
	font-weight: 600;
	padding-right: 25px;
	line-height: normal;
	cursor: pointer;
}
.faq__item.is-active .faq__question:after {
	transform: none;
}
.faq__item:last-child {
	padding-bottom: 0;
}
.faq__item:last-child:after {
	display: none;
}
/*\end FAQ */

.product__image {
	z-index:1;
}

.draw-border {
  transition: color 0.25s 0.0833333333s;
  position: relative;
  border-radius:10px;
}
.draw-border::before, .draw-border::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-radius:10px;
}
.draw-border::before {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-radius:10px;
}
.draw-border::after {
  border-top-width: 1px;
  border-right-width: 1px;
  border-radius:10px;
}
.draw-border:hover {
  color: #129716;
  border-radius:10px;
}

.draw-border img {
	transition: all .6s ease-in-out;
}

.draw-border:hover img {

}
.draw-border:hover::before, .draw-border:hover::after {
  border-color: rgba(18, 151, 22, 0.7);
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
  border-radius:10px;
}
.draw-border:hover::before {
  transition-delay: 0s, 0s, 0.25s;
  border-radius:10px;
}
.draw-border:hover::after {
  transition-delay: 0s, 0.25s, 0s;
  border-radius:10px;
}

.choose__toggler {
	background-color: var(--accent);
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}

.menu--games {
	max-height: 500px;
    overflow-y: auto;
}

.guides__title {
	margin-bottom:0;
}

.dark-background {
    background: #222922;
    border-radius: 10px;
    padding: 30px;
}

@media screen and (min-width: 1025px) {
    .nav.-main .-has-children:hover .sub-menu, .sidebar .-has-children.is-open .sub-menu {
        display: block;
        transform: translate(0, 0px);
        pointer-events: all;
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
	
	.logo img {
		width: 36px;
		height: 36px;
		box-shadow: 0px 0px 6px 0px rgba(0, 255, 41, 0.50);
		border-radius: 100%;
	}
	
	.footer__columns {
        gap: 28px 14px;
        display: flex !important;
        flex-wrap: wrap;
        padding-top: 30px;
    }
	
	.content_chat_engagement {
		flex-direction: column;
	}
	
	.consent_wrapper {
		width:100% !important;
		left: 0 !important;
		max-width: 100% !important;
		z-index: 9999999999;
        bottom: 120px;
	}
	
	.consent_title {
		font-size: 20px;
	}
	
	.consent_description {
		margin-top: 5px;
		font-size: 14px;
	}
	
	.notifier__image {
		width: 80px;
		margin-left: 10px;
	}
	.notifier__image img {
		width: 80px;
		height: 80px;
	}
	.notifier__content {
		text-align: center;
	}
    .dark-background {
        padding: 20px;
    }
	
	.sidebar__search {
		padding: 0 !important;
	}
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
}

.nav.-main .sub-menu {
	transform: translate(0, 0px);
}

@media screen and (max-width: 1024px) {
    .navigation {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .navigation {
        margin-bottom: 14px;
    }
}

.checkout__support {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    line-height: 25px;
}

@media screen and (max-width: 1024px) {
    .checkout__support {
        font-size: 16px;
        line-height: 18px;
        gap: 10px;
    }

    .checkout__support svg {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }
}

@media screen and (max-width: 767px) {
    .checkout__support {
        font-size: 14px;
        line-height: 18px;
        gap: 10px;
        max-width: 253px;
    }

    .checkout__support svg {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }
}

.checkout__return:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background-image: url(https://leprestore.com/media/assets/img/forward.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 3px;
    transform: rotate(180deg);
}

.checkout__return {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 20px;
    color: #B3B3B3;
    position: absolute;
    left: 0;
}

.input-validate.invalid input {
    box-shadow: 0px 0px 0px 1px #D03232;
}

.input-validate.invalid:after {
    content: 'Not correct';
    color: #D03232;
    bottom: -25px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    transition: all .3s ease;
    opacity: 1;
}

.input-validate {
    position: relative;
    width: 100%;
}

.input-validate--clear {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    transition: all .3s ease;
    cursor: pointer;
}

.invalid .input-validate--clear {
    opacity: 1 !important;
}

.input-validate--clear svg {
    stroke: #D03232 !important;
}
table {
    margin-bottom: 20px;
	width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
	table-layout: fixed;
}

th:nth-child(4) {
    width: auto;
}

th {
	background: #129716 !important;
    padding: 10px 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    width: auto;
    color: white;
}

th:first-child, td:first-child {
    border-radius: 10px 0px 0px 10px;
}

th:last-child, td:last-child {
    border-radius: 0px 10px 10px 0px;
}

th:nth-child( n + 6) {
    min-width: 60px;
}

td {
	font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 15px;
    width: auto;
    vertical-align: middle;
}

@media screen and (max-width: 1024px) {
    th {
        line-height: 22px;
    }

    td {
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    table {
        margin-top: -10px;
    }

    th {
        font-size: 14px;
    }
	tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    gap: 0px 2px;
	}
	thead {
    display: none;
	}
	td:first-child {
    border-radius: 10px 10px 0px 0px;
	}
	td:last-child {
    border-radius: 0px 0px 10px 10px;
	}
	td {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: white;
    text-align: left;
    justify-content: left;
    min-height: auto;
    vertical-align: middle;
    align-items: center;
    width: 100%;
    line-height: normal;
    font-size: 14px;
    border: 0px;
    margin-bottom: 2px;
	padding-left: calc(50% + 12px);
	flex-wrap:wrap;
	}
	td::before {
	content: attr(data-label);
    display: block;
    font-size: 14px;
    font-weight: 900;
    color: #129716;
    width: 50%;
    flex-shrink: 0;
    vertical-align: middle;
    position: absolute;
    left: 10px;
	}
	td:after {
    width: 2px;
    height: auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    content: '';
    background-color: #222922;
}

}

/* Custom select */
details.custom-select {
    position: relative;
}

details[open] .list {
    animation: opacity .3s ease-in-out;
}

details .list {
    animation: opacity .3s ease-in-out;
}

@keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

details.custom-select[open] {
    z-index: 1;
}

.custom-select summary {
    cursor: pointer;
    list-style: none;
}

.custom-select summary::-webkit-details-marker {
    display: none;
}

.custom-select summary:after {
    width: 11px;
    height: 6px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-top: 4px;
    content: '';
    -webkit-mask: url(https://leprestore.com/media/assets/img/chevron.svg) no-repeat 50% 50%;
    mask: url(https://leprestore.com/media/assets/img/chevron.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: white;
    transition-property: transform, background-color;
    transition: .3s ease;
    right: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

details.custom-select[open] summary:after {
    transform: rotate(180deg) translate(0%, 0%);
    background-color: var(--accent);
}

.custom-select .list ul {
    counter-reset: labels;
}

.custom-select ul {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    border-radius: 5px;
    max-height: 200px;
    overflow-y: auto;
    list-style: none;
}

.custom-select li label:before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg,#fff 1.04%,rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.20) 1.04%, rgba(255, 255, 255, 0.00) 100%);
    bottom: 0;
}

.custom-select li:last-child label:before {
    display: none;
}

.custom-select li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

/* FAKE SELECT */

.custom-select summary.radios {
    counter-reset: radios;
    line-height: normal;
    border-radius: 10px;
    background: rgba(255,255,255,.05);
    padding: 9px 30px;
    border: 0;
    min-height: 48px;
    color: rgb(255 255 255);
    outline: none;
    width: 100%;
    display: flex;
    align-items: center;
}

.custom-select input[type=radio] {
    counter-increment: radios;
    appearance: none;
    display: none;
    counter-increment: radios;
    appearance: none;
    display: none;
    opacity: 1;
    width: 100%;
    font-size: 16px;
    line-height: 171%;
    font-family: 'Outfit';
    position: relative;
}

.custom-select input[type=radio]:checked {
    display: block;
    pointer-events: none;
}

.custom-select input[type=radio]::checked {
    display: block
}

.custom-select input[type=radio]:after {
    content: attr(title);
    display: inline;
    font-size: 16px;
    line-height: 160%;
}

.custom-select .list ul {
    counter-reset: labels;
    padding-right: 10px;
}

.custom-select .list ul li label {
    position: relative;
    padding: 10px 0px;
    transition: color .3s ease;
    display: block;
    cursor: pointer;
}

.custom-select .list ul li:first-child label {
    padding-top: 0;
}

.custom-select .list ul li:last-child label {
    padding-bottom: 0;
}

details .list {
    width: 100%;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    padding: 20px 30px;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    border-radius: 10px;
    background: #2d342d;
    transition: all .3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
}

.custom-select .list ul li:hover {
    color: var(--accent);
}

.custom-select .label {
    width: 100%;
    cursor: pointer;
    justify-content: space-between;
}

/* Payments */
.section.-payments {
    padding-bottom: 14px;
}

.section.-payments .list.-icons svg {
    width: 64px;
    height: 64px;
    opacity: .5
}

.section.-payments .list.-inline {
    justify-content: space-between;
    margin: auto
}

@media screen and (max-width: 1024px) {
    .section.-payments .list.-icons svg {
        width: 48px;
        height: 48px
    }

    .section.-payments {
        padding-bottom: 0;
        margin-bottom: -10px;
    }
}

@media screen and (max-width: 767px) {
    .bottom-menu__search .form.--search {
        width: calc(100% - 20px) !important;
    }

    .section.-payments .list.-inline {
        gap: 10px 32px;
        flex-wrap: wrap;
        justify-content: center
    }

    .section.-payments .list.-icons svg {
        width: 38px;
        height: 38px
    }

    .section.-payments {
        margin-bottom: 7px;
    }
}

/* Socials */
.section.-socials .row {
    display: flex;
    justify-content: center;
    gap: 146px;
    padding-right: 20px;
}

.section.-socials .col {
    position: relative
}

.section.-socials .list.-inline svg {
    width: 50px;
    height: 50px;
    fill: currentColor
}

.section.-socials .col:not(:last-child):after {
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    right: -75px;
    top: 0;
    background: linear-gradient(181deg,#fff 1.04%,rgba(255,255,255,0) 100%)
}

@media screen and (max-width: 1024px) {
    .section.-socials .list.-inline svg {
        width: 36px;
        height: 36px
    }

    .section.-socials .row {
        gap: 72px;
        padding-right: 0;
    }

    .section.-socials .col:not(:last-child):after {
        right: -36px
    }

    .list.-inline {
        gap: 30px;
    }
}

@media screen and (max-width: 767px) {
    .section.-socials .row {
        gap: 0;
        flex-direction: column
    }

    .section.-socials .col.-left,.section.-socials .col.-right {
        text-align: center
    }

    .section.-socials .col:not(:last-child):after {
        display: none
    }
}

/* Subscription */
.section.-subscription {
    text-align: center;
    background: linear-gradient(0,rgba(25,30,25,.2) 0,rgba(25,30,25,.2) 100%),radial-gradient(20.49% 100% at 50% 0,rgba(18,151,22,.3) 0,rgba(18,151,22,0) 100%);
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 0;
}

.subscription__bg {
    width: 876px;
    height: 246px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: scale(1.1);
    z-index: -2;
    pointer-events: none;
}

.subscription__bg.left {
    left: -624px;
}

.subscription__bg.right {
    right: -621px;
    left: auto
}

.subscription__subtitle {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    max-width: 474px;
    margin: -20px auto 30px;
}

.-subscription .theme-btn {
    height: 48px;
    text-transform: uppercase;
    font-size: 17px;
    padding: 10px 32px;
    border-width: 2px;
}

.-subscription form {
    gap: 20px;
    display: flex;
    justify-content: center;
    margin: auto;
    max-width: 532px;
}

.section.-subscription:before {
    content: '';
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(25,202,31,0) 0, rgba(25,202,31,.3) 50%, rgba(25,202,31,0) 100%);
    display: block;
    position: absolute;
    top: 0;
}

.section.-subscription:after {
    content: '';
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(25,202,31,0) 0, rgba(25,202,31,.3) 50%, rgba(25,202,31,0) 100%);
    display: block;
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 1024px) {
    .subscription__bg {
        position: absolute;
        top: 0%;
        bottom: 0;
        margin: auto;
        transform: scale(.743);
    }

    .subscription__bg.left {
        left: -595px;
    }

    .subscription__subtitle {
        font-size: 15px;
        max-width: 400px;
        margin-top: -10px;
        margin-bottom: 16px;
        line-height: 150%;
    }

    .-subscription form {
        max-width: 360px;
        flex-direction: COLUMN;
        align-items: center;
        width: 100%
    }

    .-subscription input {
        width: 100%;
    }

    .section.-subscription {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .subscription__bg.right {
        right: -583px;
    }
}

@media screen and (max-width: 767px) {
    .-subscription .theme-btn, .-subscription input {
        text-align: center;
        max-width: 100%
    }

    .section.-subscription h2 {
        margin-bottom: 5px
    }

    .subscription__subtitle {
        font-size: 15px;
        margin-top: 0;
        margin-bottom: 18px;
    }

    .-subscription form {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        max-width: 320px;
    }

    .subscription__bg {
        width: 647px;
        height: 151px;
        display: none
    }

    .-subscription .theme-btn {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .section.-subscription {
        padding-top: 30px;
    }
}

/* Stars */
.stars {
    gap: 8px;
    display: flex
}

.stars svg {
    width: 20px;
    height: 20px;
    stroke: white;
    fill: transparent
}

.stars.-five svg:nth-child(-n+5),.stars.-four svg:nth-child(-n+4),.stars.-one svg:nth-child(-n+1),.stars.-three svg:nth-child(-n+3),.stars.-two svg:nth-child(-n+2) {
    fill: var(--accent);
    stroke: var(--accent)
}

/* Products */
.products {
    gap: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.product {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    min-width: 220px;
    background: radial-gradient(46.82% 22.97% at 100% 100%, rgba(18, 151, 22, 0.2) 0%, rgba(18, 151, 22, 0) 100%) , rgba(32, 45, 33, 0.1);
    width: calc(25% - 32px * 3/4);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.product__mark {
    color: #192c1c;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.28px;
    border-radius: 15px;
    padding: 0 17px;
    display: block;
    position: absolute;
    top: 45px;
    right: 0px;
}

.product__mark.-orange-gradient {
    background: linear-gradient(270deg,#ffb800 0,#ff2e00 100%);
}

.product__mark.-blue-gradient {
    background: linear-gradient(270deg, #00D1FF 0%, #00FFC2 100%);
}

.product__mark.-green-gradient {
    background: linear-gradient(270deg, #D0FF00 0%, #94FF00 100%);
}

.product__mark.-yellow-gradient {
    background: linear-gradient(270deg, #FFD600 0%, #FFAB07 100%);
    top: 35px;
    font-size: 16px;
    padding: 0px 17px;
}

.product__mark.-black-gradient {
    background: linear-gradient(270deg, #171717 0%, #343434 100%);
    box-shadow: 0px 1px 10px 0px rgba(185, 185, 185, 0.25);
}

.product__image {
    position: relative;
    margin-bottom: 3px;
    margin-top: -44px;
}

.product__image img {
    height: 172px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.product__title {
    margin-bottom: 14px;
    text-align: center;
    max-width: 97%;
    margin: 0px auto 11px;
    line-height: 140%;
}

.product__description {
    line-height: 160%;
    margin-bottom: 10px;
    margin-top: auto;
}

.product__description ul li {
    list-style: disc !important
}

.product__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.product__bottom a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.8px;
    height: 46px;
}

.product__price {
    font-size: 20px;
    font-weight: 700
}

@media screen and (max-width: 1024px) {
    .product {
        width: calc(25% - 16px * 3/4);
    }

    .products {
        gap: 10px;
        padding-bottom: 13px;
        padding-top: 30px;
        flex-wrap: wrap
    }

    .product__title {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: normal;
    }

    .products.--inline {
        overflow-x: auto;
        flex-wrap: nowrap
    }

    .product__image img {
        height: 160px;
        margin-bottom: 0px;
    }

    .product__image {
        margin-bottom: 10px;
        margin-top: -40px;
    }

    .product__mark.-orange-gradient {
        top: 40px;
        right: 0px;
    }

    .product__description {
        margin-top: auto;
        letter-spacing: .4px;
        font-size: 16px;
    }

    .product-more {
        padding: 10px 14px;
    }
}

@media screen and (max-width: 767px) {
    .products {
        gap: 10px
    }

    .product__description {
        margin-bottom: 14px;
    }

    .product__title {
        line-height: normal;
    }
}

/* Blog */
.blog__articles {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 25px;
}

.article {
    width: calc(100% / 3 - 75px* 1 / 4);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: radial-gradient(66.82% 42.97% at 100% 100%, rgba(18, 151, 22, .2) 0%, rgba(18, 151, 22, 0) 100%), rgba(32, 45, 33, .1);
    border-radius: 15px;
	border: 1px solid rgb(255 255 255 / .1);
	height:409px;
}

.article:hover {
	cursor:pointer;
}

.article__image {
    margin-bottom: 5px;
	position:relative;
}

.article__image svg {
	position:absolute;
	top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
}

.article__image img {
    object-fit: cover;
    border-radius: 10px;
    max-width: 100%;
    -webkit-mask-image: linear-gradient(to top, transparent 20%, #555555, transparent 125%);
}

.article .h4 {
    line-height: 120%;
    font-weight: 500;
    display: flex;
    align-items: flex-end;
    height: 45px;
    margin-top: -90px;
    z-index: 9;
    padding-left: 15px;
    padding-right: 15px;
}

.article__date {
	display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.article__meta {
	display: flex;
    opacity: .5;
    margin-bottom: 15px;
	margin-left: 15px;
    margin-top: auto;
    width: 100%;
    gap: 8px;
}

.article__meta svg {
    width: 24px;
    height: 24px
}

.article__author {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.article__excerpt {
    line-height: 160%;
	padding: 15px;
}

.article .theme-btn {
    height: 46px;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 10px;
}

@media screen and (max-width: 1360px) {
    .article__image img {
        height: auto;
    }
}

@media screen and (max-width: 1024px) {
    .article__image img {
        display: block;
        margin: AUTO;
    }

    .article__image {
        display: block;
        text-align: center;
    }

    .article .h4 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .blog__articles {
        gap: 40px 20px;
    }

    .article .h4 {
        margin-bottom: 10px;
        line-height: 22px;
    }

    .article__meta svg {
        flex-shrink: 0;
    }

    .article__meta {
        line-height: normal;
        margin-bottom: 10px;
    }

    .article__author {
        max-width: 47%;
    }

    .article__excerpt {
        margin-bottom: 10px;
        line-height: 22px;
        font-size: 14px;
    }

    .article {
        width: calc(100%/3 - 20px*2/3);
    }

    .article .theme-btn {
        padding: 10px 31px;
        letter-spacing: .8px;
        height: 46px;
    }

    .article.-sidebar h4 {
        margin-bottom: 16px;
    }

    .article.-sidebar .article__meta {
        padding-right: 18px;
    }
}

@media screen and (max-width: 767px) {
    .article,.article__date {
        width: 100%
    }

    .article {
        position: relative;
        width: calc(100% / 1 - 0px* 3 / 3);
		height:322px;
    }

    .article__image {
        grid-area: 1/1/5/2;
        margin-bottom: 0;
        min-width: 150px;
    }

    .article h4,.div2 {
        grid-area: 1/2/2/3
    }

    .article__meta,.div3 {
        grid-area: 2/2/3/3
    }

    .article__excerpt,.div4 {
        grid-area: 3/2/4/3
    }

    .article .theme-btn {
        grid-area: 4/2/5/3;
        max-width: 114px;
        align-items: center
    }

    .div5 {
        grid-area: 4/2/5/3
    }

    .article__author {
        max-width: 100%;
    }

    .article__image img {
        
    }

    .article__meta {
        flex-direction: column;
        gap: 5px
    }

    .article__date {
        line-height: normal;
    }

    .blog__articles {
        gap: 20px;
    }

    .article.-sidebar .article__meta {
        padding-right: 4px;
        justify-content: left;
    }

    .article__author {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .article .theme-btn {
        width: 114px;
        text-align: center;
        align-items: center;
        bottom: 10px;
        right: 0;
        grid-area: 3/2/4/3;
        top: 10px;
		display: block;
        margin-bottom: 30px;
    }
	

    .article__image {
        grid-area: 1/1/3/2;
        margin-bottom: 0;
    }

    .article h4 {
        grid-area: 1/2/2/3
    }
	
	.article .h4 {
	font-size:20px;
    line-height: 120%;
    font-weight: 500;
    display: flex;
    align-items: flex-end;
    height: 35px;
    margin-top: -190px;
    z-index: 9;
    padding-left: 15px;
    padding-right: 15px;
}

    .article__meta {
        grid-area: 2/2/3/3;
        justify-content: space-between;
    }

    .article__excerpt {
        grid-area: 3/1/4/3;
        margin-bottom: 0;
        min-height: 48px;
		z-index: 9;
        padding-top: 0;
    }
	
    .article .theme-btn {
		margin-top: 0px;
	}
}

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

}

/* Advantages */
.section.-why h2+p {
    font-size: 17px;
    line-height: 141.176%;
    margin-top: -2px;
    display: block;
    max-width: 1044px;
    margin: -3px auto 0px;
}

.numbers {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    max-width: 1282px;
    margin: 48px auto 100px;
    padding-left: 10px;
}

.numbers__item {
    padding: 5px 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 18px;
    justify-content: center;
    position: relative;
    text-align: center
}

.numbers__item svg {
    width: 32px;
    height: 32px;
    fill: var(--accent);
    flex-shrink: 0;
}

.numbers__item span:nth-child(1) {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.72px;
    line-height: 133.333%;
    display: flex;
    align-items: center;
    gap: 16px;
}

.numbers__item span:nth-child(2) {
    width: 100%;
    line-height: normal;
}

.numbers__item:not(:last-child):after {
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    background-color: #fff;
    position: absolute;
    right: -15px;
    opacity: .2;
    height: 92px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sidebar__menu .-has-children,.sidebar__search form {
    position: relative
}

.advantages {
    display: flex;
}

.advantages_item {
    border-radius: 10px;
    padding: 40px 29px;
    line-height: 200%;
    height: auto;
    width: calc(25% - 32px * 3/4) !important;
    text-align: left;
    background: linear-gradient(158deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.00) 100%);
    position: relative;
}

.advantages_item:before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(158deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.00) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    border-radius: 10px;
}

.advantages_item h3 {
    margin-bottom: 32px;
    line-height: 125%;
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width: 1360px) {
    .numbers {
        gap: 60px
    }

    .numbers__item:not(:last-child):after {
        right: -30px
    }
}

@media screen and (max-width: 1024px) {
    .numbers__item span:nth-child(1) {
        gap: 6px
    }

    .section.-why h2+p {
        font-size: 15px;
        margin-top: 0px;
        line-height: 160%;
    }

    .numbers {
        margin-top: 16px;
        margin-bottom: 40px;
        gap: 16px;
        padding-left: 0;
    }

    .numbers__item {
        gap: 6px;
        font-size: 15px
    }

    .numbers__item span:nth-child(1) {
        font-size: 26px;
        line-height: normal;
    }

    .numbers__item svg {
        width: 26px;
        height: 26px;
        flex-shrink: 0;
    }

    .numbers__item:not(:last-child):after {
        right: -8px;
        height: 60px;
    }

    .advantages {
        margin-bottom: 0px;
        justify-content: space-between
    }

    .advantages_item {
        padding: 26px 15px;
        font-size: 14px;
        width: calc(25% - 16px * 3/4) !important;
        text-align: left;
        line-height: 158%
    }

    .advantages_item h3 {
        font-size: 18px;
        margin-bottom: 15px;
        text-align: center;
        white-space: nowrap
    }
}

@media screen and (max-width: 767px) {
    .numbers {
        gap: 8px 12px;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-bottom: 40px;
        margin-top: 12px;
    }

    .advantages_item h3 br,.numbers__item:not(:last-child):after {
        display: none
    }

    .numbers__item {
        width: calc(100%/3 - 12px);
        gap: 8px 5px;
        flex-direction: column;
    }

    .advantages_item {
        width: 305px !important;
        height: auto;
        padding: 16px
    }

    .advantages_item h3 {
        margin-bottom: 10px
    }

    .section.-why h2+p {
        margin-top: -7px;
    }

    .section.-why .swiper-pagination {
        margin-top: 16px;
        margin-bottom: -13px;
    }

    .numbers__item span:nth-child(2) {
        max-width: 100px;
    }

    .numbers__item:nth-child(n + 4) span:nth-child(2) {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 460px) {
    .numbers__item {
        width: auto;
    }

    .numbers__item:nth-child(n+4) {
        width: calc(100%/2 - 13px);
    }

    .numbers {
        gap: 8px 3px;
    }
}

/* Reviews */
.review {
    padding: 18px;
    position: relative;
}

.review:before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(158deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.00) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    border-radius: 10px;
}

.review__image {
    position: absolute;
	margin-top:-10px;
}

.review__image img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 100%
}

.review__stars span {
    display: block;
    width: 22px;
    height: 21px;
    background-color: #00b67a;
    display: flex;
    align-items: center;
    justify-content: CENTER
}

.-banner .review__stars span svg {
    width: 14px;
    height: 14px;
}

.review__stars {
    display: flex;
    gap: 5px;
    padding-left: 80px;
    margin-bottom: 11px;
    margin-top: 6px;
}

.review__name,.reviews-slider .review__stars {
    display: inline-flex
}

.review__name,.review__score {
    padding-left: 80px;
    font-size: var(--desc-h5);
    text-align: left
}

.review__score {
    margin-bottom: 11px;
}

.review__text {
    text-align: left;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: -.32px;
    font-size: var(--desc-h5)
}

.review__name {
	display:block;
    margin-bottom: 24px;
}

.reviews-slider .review__stars span {
    width: 34px;
    height: 28px;
}

.reviews-slider .review__stars {
    padding-left: 75px;
    gap: 4px;
    margin-top: 4px;
    margin-bottom: 12px;
}

.reviews-slider .review__stars span svg {
    width: 24px;
    height: 24px;
}

.reviews-slider .review__score b {
    margin-right: 6px;
}

.reviews-slider .review__name {
    padding-left: 76px;
}

.reviews-slider .review {
    padding: 30px 30px;
    background: linear-gradient(158deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.reviews-slider .swiper-wrapper {
    margin-bottom: 19px;
}

.reviews-slider .review__score {
    padding-left: 15px;
    text-align: left;
    font-size: var(--desc-h5);
    margin-bottom: 8px;
    display: block;
    margin-top: 0px;
    position: absolute;
    top: 78px;
    left: 306px;
}

@media screen and (max-width: 1024px) {
    .reviews-slider .swiper-wrapper {
        margin-bottom: 25px;
    }

    .reviews-slider .review__stars span svg {
        width: 16px
    }

    .reviews-slider .review {
        padding: 25px 20px 25px 25px;
    }

    .reviews-slider  .review__name {
        margin-bottom: 15px;
        padding-left: 81px;
        line-height: 140%;
    }

    .reviews-slider .review__text {
        font-size: 14px;
        line-height: 157.143%;
        letter-spacing: .4px;
    }

    .reviews-slider .review__stars {
        display: inline-flex;
        gap: 5px;
        padding-left: 80px;
        margin-bottom: 11px;
        margin-top: 7px;
    }

    .reviews-slider .review__score {
        padding-left: 5px;
        text-align: left;
        font-size: var(--desc-h5);
        margin-bottom: 8px;
        display: inline-flex;
        top: 30px;
        right: 10px;
        left: auto;
    }

    .reviews-slider .review__stars span {
        width: 22px;
        height: 20px;
    }
}

@media screen and (max-width: 767px) {
    .reviews-slider .swiper-wrapper {
        margin-bottom: 16px
    }

    .reviews-slider .review {
        width: 305px !important
    }

    .reviews-slider .review__score {
        padding-left: 80px;
        margin-bottom: 5px;
        position: relative;
        top: 0;
        left: 0;
        width: auto;
    }

    .reviews-slider .review__stars {
        margin-bottom: 10px;
        margin-top: 0
    }

    .review__stars {
        margin-top: 6px;
        padding-left: 80px;
        gap: 5.5px;
        margin-bottom: 8px
    }

    .review__score {
        margin-bottom: 17px
    }
}

/* Content */
.content__section {
    color: rgba(255,255,255,.75);
    line-height: 175%;
    padding: 0 0
}

.content__section:last-child {
    padding-bottom: 0px !important;
}

.content__section h3 {
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
    line-height: 133.333%;
}

.content__section p {
    margin-bottom: 20px;
}

.content__section p:last-child {
    margin-bottom: 0
}

.content__section ul, .content__section ol {
    margin-bottom: 20px;
    line-height: 200%;
}

.content__section ul,.content__section ol, .product__description ul {
    padding-inline-start: 25px;
}

.content__section ul li {
    list-style: disc
}

.content__section  a {
    color: var(--accent);
    text-decoration: underline;
	text-indent:0;
	margin-left: 2px;
    margin-right: 2px;
}

.content__section  a:hover {
    color: #16bd1b;
}

.--width-sidebar .page__content .category-inner {
    padding: 0px 0px 80px;
}

.--width-sidebar .category-inner .breadcrumbs {
    line-height: normal;
    margin-bottom: 15px;
}

p#breadcrumbs span:first-child {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

/* Sidebar */
.sidebar {
    max-width: 320px;
    flex-shrink: 0;
    z-index: 999;
}

.sidebar__search {
    padding: 20px 20px 16px;
}

.sidebar,.form.--search input {
    width: 100%
}

.form.--search {
    position: relative;
}

.form.--search .button {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.form.--search .button svg {
    fill: var(--accent);
}

.search-results {
    border-radius: 10px;
    background: #222922;
    padding: 20px;
    margin-top: 1px;
    position: absolute;
    z-index: 9;
    max-width: 280px;
    opacity: 0;
    pointer-events: none;
    transform: translate(0,20px);
    transition: .3s ease;
    transition-property: transform, opacity
}

.search-results.is-open {
    transform: translate(0,0);
    opacity: 1;
    pointer-events: all;
}

.search-results__inner {
    max-height: 500px;
    overflow-y: auto;
    padding-right: 10px;
}

.search-results__item {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 0px;
}

.search-results__item img {
    width: 72px;
    height: 76px;
    object-fit: contain;
    object-position: center;
}

.search-results__item span:first-child {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
}

.search-results__item span:last-child {
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--accent);
    display: block;
}

.search-results__item:first-child {
    padding-top: 0;
}

.search-results__item:last-child {
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .form.--search input {
        text-align: left;
        font-size: 16px;
        padding: 8px 15px;
        max-width: 100%;
    }
	
	.form.--search input::placeholder {
        display:none !important;
		opacity:0 !important;
    }

    .form.--search button {
        right: 10px
    }
	
	.form.--search .button {
		right: 10px;
	}
}

.sidebar__menu svg {
    min-width: 20px;
    width: 20px;
    height: 20px
}

.header__nav .menu>li {
	padding:0;
}

.menu__item.-has-children a {
	font-size:16px;
}

.sidebar__menu .menu>li a {
    justify-content: left;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 20px;
    position: relative;
    font-weight: 400;
    height: 48px;
}

.sidebar__menu .menu>.menu-item {
    list-style: none;
}

.sidebar__menu .-has-children>a:after {
    content: '';
    width: 8.333px;
    height: 4.333px;
    display: block;
    background-image: url(https://leprestore.com/media/assets/img/chevron.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(270deg);
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: transform .3s ease;
    background-position: center bottom;
    min-width: 8.333px;
    min-height: 4.33px;
}

.sidebar__menu .menu>.menu-item {
    margin-bottom: 16px;
    padding: 0 20px;
}

.sidebar__menu .menu>li a.theme-btn.-green {
    border-width: 2px;
}

.sidebar__menu .menu-item svg {
    fill: var(--accent);
    transition: fill .3s
}

.sidebar__menu .menu-item .-green svg {
    fill: white;
    transition: fill .3s
}

.sidebar__menu .menu-item.is-active svg {
    fill: white
}

.sidebar__menu .menu>.menu-item:hover>a {
    color: #fff;
}

.sidebar__menu .menu-item.is-active>a {
    background-color: var(--accent)
}

@media screen and (min-width: 1440px) {

    .sidebar__menu .-has-children.is-open .sub-menu {
        display: block;
        left: 339px
    }

    .sidebar__menu .menu-item:hover svg {
        fill: white;
        transition: fill .3s
    }
}

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

.sidebar__menu .sub-menu {
    display: none;
}

@media screen and (min-width: 1440px) {
    
    .sidebar__menu .sub-menu {
        font-size: 14px;
        top: -20px;
        opacity: 0;
        list-style: none;
        display: none;
        transition: height .3s ease;
        position: absolute;
        padding: 5px 20px;
        margin-left: -25px;
        z-index: 3;
        transform: translate(0,10px);
        transition: transform .3s,opacity .3s;
        opacity: 0;
        pointer-events: none;
        list-style: none;
        border-radius: 10px;
        background: #222922;
        width: 300px;
    }
}

.sidebar__menu .sub-menu li a {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: white;
    padding: 15px 0px;
}

.sidebar__menu .menu>li a:hover {
    color: var(--accent)
}

.sidebar__menu .sub-menu li:not(:first-child) a:before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg,#fff 1.04%,rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.20) 1.04%, rgba(255, 255, 255, 0.00) 100%);
}

.sidebar__menu .sub-menu li:hover a {
    color: var(--accent);
}

.sidebar__menu .sub-menu li {
    text-align: left
}

/* Bottom menu */
.bottom-menu__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    display: none
}

.bottom-menu__buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bottom-menu__toggler {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    height: 38px;
    font-size: 14px;
    border-width: 2px;
}

.bottom-menu__content {
    background: rgba(34, 41, 34, 0.90);
    backdrop-filter: blur(10px);
    overflow-y: scroll;
    max-height: calc(100vh - 48px);
}

.bottom-menu__menu .theme-toggler.-currency {
    margin-bottom: 10px;
    width: 110px;
}

.bottom-menu__menu .sidebar__menu .menu>.menu-item {
    margin-bottom: 10px;
    padding: 0;
}

.bottom-menu__menu {
    display: none;
    padding: 20px 0px !important;
}

.bottom-menu__search {
    display: none;
}

.bottom-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(40, 48, 40, 0.50);
    backdrop-filter: blur(10px);
    z-index: 99;
}

svg.bottom-menu__close {
    fill: white;
    padding: 3px;
}

.sidebar__menu .menu>li a {
    font-size: 16px;
}

.bottom-menu__search .search-results {
    bottom: 85px;
    max-width: 100%;
    width: calc(100% - 40px);
}

.search-results__inner {
    max-height: 100%;
    max-height: calc(100vh - 250px);
}

@media screen and (max-width: 1439px) {
    .bottom-menu__nav {
        display: flex
    }

    .bottom-menu__menu, .bottom-menu__nav {
        padding: 5px 0px;
        width: 1312px;
        max-width: 94%;
        margin: 0 auto;
    }

    .bottom-menu__search {
        width: 1312px;
        max-width: 94%;
        margin: auto;
        padding: 20px 0px
    }

    .theme-btn.-cart, .theme-btn.-login, .theme-btn.-search {
        width: 38px;
        height: 38px;
        padding: 9px !important;
    }

    .bottom-menu__menu .-has-children .sub-menu {
        position: relative;
        margin-left: 0;
        padding: 0;
        width: 100%;
        color: white !important;
        background-color: transparent;
        border: 0px;
        padding-top: 10px;
        pointer-events: none
    }

    .bottom-menu__menu .-has-children.is-active .sub-menu {
        opacity: 1;
        pointer-events: all;
        top: 0;
        transform: translate(0,0);
        width: 100%;
        overflow: hidden;
    }

    .bottom-menu__menu .-has-children ul.sub-menu li {
        padding: 0px 20px;
        color: white;
        font-size: 16px;
        font-weight: 400;
        line-height: 160%;
        position: relative;
    }

    .bottom-menu__menu .-has-children ul.sub-menu li a {
        padding: 10px 0px;
        height: 46px;
    }

    .sidebar__menu .-has-children>a:after {
        transform: none;
    }

    .sidebar__menu .-has-children.is-active>a:after {
        transform: rotate(180deg);
    }
}

@media screen and (max-width: 1200px) {
    .bottom-menu__nav {
        padding: 5px 20px;
        width: 100%;
        max-width: 100%;
    }

    .bottom-menu__menu {
        padding: 20px 20px !important;
        width: 100%;
        max-width: 100%;
    }

    .bottom-menu__search {
        padding: 20px 20px;
        width: 100%;
        max-width: 100%;
        height: calc(100vh - 48px);
        position: relative
    }

    .bottom-menu__search .form.--search {
        position: absolute;
        width: calc(100% - 40px);
        bottom: 20px
    }
}

@media screen and (max-width: 1024px) {
   
    .bottom-menu__nav {
        max-width: 100%;
    }

    .bottom-menu__search .form.--search {
        position: absolute;
        bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .bottom-menu__menu, .bottom-menu__search {
        max-width: 100%;
        padding: 20px 10px !important;
    }

    .bottom-menu__search .search-results {
        bottom: 85px;
        max-width: 100%;
        width: calc(100% - 20px);
    }

    .bottom-menu__nav {
        max-width: 100%;
        padding: 10px;
    }

    .bottom-menu__menu .-has-children ul.sub-menu li a {
        padding: 10px 0px;
    }

    .bottom-menu__search {
        padding: 20px 10px;
        width: 100%;
        max-width: 100%
    }

    .bottom-menu__nav {
        padding: 5px 10px;
    }

    .bottom-menu__toggler {
        font-size: 14px;
        gap: 8px;
    }

    .bottom-menu__burger {
        padding: 2px;
    }

    .theme-btn.-cart, .theme-btn.-login, .theme-btn.-search {
        width: 38px;
        height: 38px;
        padding: 0;
    }

    .cart-count {
        top: 2px;
        right: 2px;
    }

    .currency {
        padding: 4px 11px;
    }

    .bottom-menu__menu .-has-children.is-active .sub-menu {
        padding: 10px 0px 0px;
    }

    .bottom-menu__toggler {
        height: 38px;
        width: 155px;
    }
}

/* Page with sidebar */
.--width-sidebar .-banner .breadcrumbs {
    margin-top: 0;
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .--width-sidebar .-banner .breadcrumbs {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 767px) {
    .--width-sidebar .-banner .breadcrumbs {
        margin-bottom: 0;
    }
}

.--width-sidebar {
    display: flex;
    padding-bottom: 35px;
    gap: 0px;
    max-width: 1440px;
    margin: auto;
    position: relative;
    align-items: flex-start;
}

.--width-sidebar .container {
    width: 100%;
    padding-left: 80px;
    max-width: 100%;
    padding-right: 64px;
}

.--width-sidebar .page__content {
    flex-shrink: 0;
    width: calc(100% - 320px);
}

.--width-sidebar .page__content section {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media screen and (max-width: 1439px) {
    .--width-sidebar .sidebar {
        display: none;
    }

    .--width-sidebar .page__content {
        width: 100%;
    }

    .--width-sidebar .container {
        z-index: unset;
        position: relative;
        width: 1312px;
        max-width: 94%;
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (max-width: 1200px) {
    .--width-sidebar .container {
        width: 100%;
        padding: 0px 20px;
        max-width: 100%
    }
}

@media screen and (max-width: 1024px) {
    .--width-sidebar .content__section {
        padding: 20px 0px;
    }

    .--width-sidebar .page__content section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .--width-sidebar .container {
        padding: 0 10px;
    }

    .--width-sidebar .page__content section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .--width-sidebar {
        padding-bottom: 0;
    }
}

.raiting {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.raiting svg {
    margin-left: 8px;
}

.notification {
    position: fixed;
    top: 88vh;
    right: 10px;
    z-index: 9;
}

.notification .theme-btn {
    width: 48px;
    height: 48px;
    padding: 0;
    border-width: 2px;
}

.notification svg {
    fill: white
}

.notification__content {
    position: absolute;
    border-radius: 10px 10px 0px 10px;
    background: rgba(18, 151, 22, 0.20);
    backdrop-filter: blur(10px);
    padding: 20px;
    width: 338px;
    left: -348px;
    top: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}

.notification__count {
    font-size: 12px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 6px;
    background: #E43131;
    border-radius: 16px;
}

.notification:hover .notification__content {
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .notification .theme-btn {
        width: 38px;
        height: 38px;
    }

    .notification__count {
        font-size: 10px;
        width: 13px;
        height: 13px;
        top: 4px;
        right: 3px;
    }

    .notification__content {
        padding: 15px;
        font-size: 12px;
        width: 280px;
        left: -285px;
        bottom: 0;
        top: auto;
    }
}

datalist {
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.50);
    font-family: Outfit;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    transform: none !important;
    line-height: normal;
    height: 15px;
}

/* Sliders overflow */
.products.--inline, .advantages, .reviews-slider, .banner__reviews {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: -10px;
    margin-left: -10px;
    justify-content: left
}

.products.--inline::-webkit-scrollbar-track {
    margin-right: 10px!important;
    margin-left: 10px!important;
}


/* Recommendsations */
.recommendations .theme-btn.-green.product-more {
    padding: 10px 13px;
    min-width: 75px;
}

.circle {
    background: radial-gradient(50% 50% at 50% 50%,rgba(0,124,5,.3) 0,rgba(0,124,5,0) 100%);
    position: absolute;
    border-radius: 100%;
    pointer-events: none;
    display: none;
    z-index: -1;
}

.circle--footer-1 {
    top: -54vw;
    right: 64vw;
    width: 1321px;
    height: 1321px;
    display: block;
}

.circle--footer-2 {
    top: -41vw;
    left: 56vw;
    width: 1321px;
    height: 1321px;
    display: block;
}

@media screen and (max-width: 1024px) {
    .circle--footer-1 {
        top: -18%;
        width: 140vw;
        height: 140vw;
        right: 47vw;
        display: block;
    }

    .circle--footer-2 {
        display: block;
        top: -17vw;
        left: 68vw;
        width: 120vw;
        height: 120vw
    }

    .circle--footer-3 {
        display: block;
        top: 115vw;
        right: 44vw;
        width: 134vw;
        height: 140vw
    }

    .circle--footer-4 {
        display: block;
        top: 130vw;
        left: 66vw;
        width: 100vw;
        height: 100vw
    }
}

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

    .circle--footer-1 {
        display: block;
        top: -13vw;
        width: 100vw;
        height: 100vw;
        right: 57vw
    }

    .circle--footer-2 {
        display: block;
        top: 3vw;
        width: 100vw;
        height: 100vw;
        left: 64vw
    }

    .circle--footer-3,.circle--footer-5,.circle--footer-6,.circle--footer-7 {
        display: block;
        width: 140vw;
        height: 140vw
    }

    .circle--footer-3 {
        display: block;
        right: 58vw;
        top: 106vw
    }

    .circle--footer-4 {
        display: block;
        top: 143vw;
        left: 69vw
    }

    .circle--footer-5 {
        display: block;
        right: 47vw;
        top: 217vw
    }

    .circle--footer-6 {
        display: block;
        top: 223vw;
        left: 69vw;
    }

    .circle--footer-7 {
        display: block;
        right: 42vw;
        top: 374vw;
    }

    .circle--footer-8 {
        top: 389vw;
        left: 67vw;
        width: 100vw;
        height: 100vw;
        display: block;
    }

    .circle--footer-9 {
        top: 526vw;
        right: 57vw;
        width: 100vw;
        height: 100vw;
        display: block;
    }

    .circle--footer-10 {
        top: 541vw;
        left: 65vw;
        width: 100vw;
        height: 100vw;
        display: block;
    }

    .circle--footer-11 {
        display: block;
        bottom: 48vw;
        right: 59vw;
        width: 516.536px;
        height: 517.246px;
    }

    .circle--footer-12 {
        display: block;
        bottom: 52vw;
        left: 69vw;
        width: 356.502px;
        height: 356.992px;
    }

    .circle--footer-13 {
        display: block;
        bottom: -65vw;
        right: 47vw;
        width: 518.155px;
        height: 518.868px;
    }

    .circle--footer-14 {
        display: block;
        left: 69vw;
        width: 479.294px;
        height: 479.953px;
        bottom: -67vw;
    }
}