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

/* 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;
}


/* Variables */
:root {
  /* Colors */
  --primary-color: #FFFFFF;
  --background-color: #000;
  --text-color: rgba(174, 174, 174, 1);
  
  /* Transitions */
  --transition-duration: 0.4s;
  --transition-timing: cubic-bezier(0.4, 0, 0.2, 1);
  
  /* Tabs specific */
  --tabs-gap: 8px;
  --tab-padding: 1.40rem 1.8rem;
  --tab-border-radius: 10px;
  --tab-font-size: 17px;
  --tab-font-weight: 500;
  --tabs-bg: linear-gradient(158.39deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
}

.tabs i {
	width: 30px;height: 0px;gap: 0px;border: 1px solid rgba(18, 151, 22, 1);
	display:none;
}

/* Tabs Container */
.tabs {
  width: 100%;
  margin-top: 20px;
}

.tab_panel__description_container summary {
	display:none;
}

/* Tabs Navigation */
.tabs-nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: var(--tabs-gap);
  border-radius: var(--tab-border-radius);
  margin-bottom: 3rem;
  isolation: isolate; /* Create new stacking context */
}

.tab_panel__description_container {
	min-width:70%;
}

/* Tab Buttons */
.tab-button {
  flex: 1;
  all: inherit;
  position: relative;
  padding: var(--tab-padding);
  font-size: var(--tab-font-size);
  font-weight: var(--tab-font-weight);
  color: var(--text-color) !important;
  border-radius: var(--tab-border-radius);
  cursor: pointer;
  transition: color var(--transition-duration) var(--transition-timing);
  text-align: center;
  white-space: nowrap;
  z-index: 1;
  background: var(--tabs-bg);
  text-decoration:none !important;
}

.tab-button a {
  color: var(--text-color) !important;	
}

.tab-button:before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(158deg, rgb(255 255 255 / .2) 0%, #fff0 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;
}

.tab-button:hover {
  color: var(--primary-color) !important;
}

.tab-button[aria-selected="true"] {
  color: var(--primary-color) !important;
  background: linear-gradient(158.39deg, rgba(18, 151, 22, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}

.tab-button[aria-selected="true"] a {
  color: var(--primary-color) !important;
}

.tab-button[aria-selected="true"] i {
	display: inline;
    margin-right: 10px;
}

.tab-button[aria-selected="true"]:before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(147.42deg, rgba(18, 151, 22, 0.5) 0%, rgba(255, 255, 255, 0) 99.04%);
    -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;
}

/* Moving Indicator */
.tabs-indicator {
  position: absolute;
  top: var(--tabs-nav-padding);
  bottom: var(--tabs-nav-padding);
  left: 0;
  border-radius: calc(var(--tab-border-radius) - 2px);
  background: var(--highlight-color);
  transition: 
    transform var(--transition-duration) var(--transition-timing),
    width var(--transition-duration) var(--transition-timing);
  pointer-events: none;
  z-index: 0;
  box-shadow: 
    0 0 0 1px var(--border-color),
    0 4px 12px rgba(0, 0, 0, 0.1);
  will-change: transform, width;
}

/* Tab Panels */
.tab-panel {
  background: transparent;
  border-radius: var(--tab-border-radius);
  display: none;
  transform-origin: top;
  animation: slideIn var(--transition-duration) var(--transition-timing);
  box-shadow: 
    0 0 0 1px var(--border-color),
    0 4px 12px rgba(0, 0, 0, 0.1);
}

.tab-panel p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	margin-top: 15px;
	color: rgba(255, 255, 255, 0.75);
}

.tab-panel_img__containter {
	min-width:30%;
	max-width:420px;
}

.tab_panel__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 30.24px;
	text-align: left;
}

.tab_panel__title a {
    text-indent: 0;
}

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

.tab_panel__description {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	display:flex;
	gap:15px;
}

details .theme-btn {
	margin-bottom: 20px;
}

.tab-panel[aria-hidden="false"] {
  display: block;
}

/* Animations */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Focus styles */
.tab-button:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}

/* Content styling */
.tab-panel h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: var(--primary-color);
}

.tab-panel p {
  line-height: 1.6;
  opacity: 0.9;
}

.readmorecontent {
  display: -webkit-box;
  -webkit-line-clamp: unset;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: max-height 1.3s ease;
}

.readmorecontent.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}

.readmorecontent + .read-more.hidden {
 display: none;
}

.read-more {
	display: none;
	margin: 0;
    padding: 0;
	color: var(--accent);
}

.read-more:after {
	width: 11px;
    height: 6px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    min-width: 11px;
    margin-top: 12px;
    margin-left: 5px;
    content: "";
    background-color: var(--accent);
    background-position: center bottom;
    mask: url("https://leprestore.com/media/assets/img/chevron.svg") 50% 50% / cover no-repeat;
    transition: 0.3s;
}

@media all and (max-width: 768px) {
	
	.content_chat_engagement {
		flex-direction: column;
	}
	
	.tab_panel__description {
		flex-direction: column;
	}
	.tab-panel_img__containter {
		display:none;
	}
	.tabs-nav {
		flex-wrap: nowrap;
		padding-bottom: 10px;
	}
	
	.readmorecontent {
	  display: -webkit-box;
	  -webkit-line-clamp: 9; 
	  -webkit-box-orient: vertical;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  transition: max-height 1.3s ease;
	}
	
	.read-more {
		display: flex;
	}
}

.content_spoiler {
	margin-top:20px;
margin-bottom: 20px;
    transition: 0.3s all;
    box-shadow: 0 3px 6px rgb(16 55 133 / .16);
    background: #222922;
    backdrop-filter: blur(10px);
    color: #FFF;
    line-height: 100%;
    border-radius: 10px;
    border: 1px solid rgb(255 255 255 / .1);
}

.content_spoiler_active {
	margin-bottom: 30px;
}

.content_spoiler__question {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    min-height: 62px;
    padding: 10px 35px;
    transition: 0.3s all;
    cursor: pointer;
}

.content_spoiler__question:hover {
	background: #2e372e;
	border-radius:10px;
}

.content_spoiler_active .content_spoiler__question {
	background: #2e372e;
	border-radius:10px;
}


.content_spoiler__ttl {
	color: #FFF;
	font-size: var(--desc-h3);
	font-weight: 600;
	flex-grow: 1;
}

.content_spoiler__close {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
}

.content_spoiler__close:before {
	content: "";
	display: block;
	height: 2px;
	background-color: #FFF;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	right: 0;
	transition: 0.3s all;
}

.content_spoiler_active .content_spoiler__close:before {
	transform: rotate(180deg);
}

.content_spoiler__close:after {
	content: "";
	display: block;
	width: 2px;
	background-color: #FFF;
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
	bottom: 0;
	transition: 0.3s all;
}

.content_spoiler_active .content_spoiler__close:after {
	transform: rotate(180deg);
	opacity: 0;
}

.content_spoiler__answer {
	border-radius: 2px;
	padding: 30px 35px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	display: none;
}

.content_spoiler__txt {
	font-size: 100%;
	font-weight: normal;
    line-height: 25px;
    color: rgb(255 255 255 / .75);
}

/* Mega Highlights styles */

@property --bg-angle {
  inherits: false;
  initial-value: 0deg;
  syntax: "<angle>";
}

@keyframes spin {
  to {
    --bg-angle: 360deg;
  }
}

.product_highlight {
  /* add the animation, but pause it by default */
  animation: spin 2.5s infinite linear;

  background: linear-gradient(to bottom, oklch(0.23 0.01 145.12), oklch(0.23 0.01 0 / 0.9)) padding-box, conic-gradient(from var(--bg-angle) in oklch longer hue, oklch(0.89 0.29 136.55) 0 0) border-box !important;

  /* a clear border lets the background gradient shine through */
  border: 2px solid transparent !important;
}

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

.product_highlight:hover img {
	transform: scale(1.1);
}

.menu_highlight {
  /* add the animation, but pause it by default */
  animation: spin 2.5s infinite linear;

  background: linear-gradient(to bottom, oklch(0.23 0.01 145.12), oklch(0.23 0.01 0 / 0.83)) padding-box, conic-gradient(from var(--bg-angle) in oklch longer hue, oklch(0.89 0.29 136.55) 0 0) border-box !important;

  /* a clear border lets the background gradient shine through */
  border: 2px solid transparent !important;
}

.menu_highlight:hover {
	cursor:pointer;
}

/** 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);
  }
}

hr {
	border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 1.04%, rgba(255, 255, 255, .2) 52.58%, rgba(255, 255, 255, 0)) 30;
    border-width: 1px;
    border-style: solid;
    width: 100%;
}

.page__content ol {
	list-style:decimal;
}

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

.out-of-stock {
	filter: grayscale(100%);
    opacity: 0.6;
}

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

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

.product-inner__description a img {
	border-radius: 10px;
}

.product-inner__description a img:hover {
	box-shadow: 0 0 20px 0 #129716;
    transform: scale(1.03) translate(0%, 2%);
    transition: transform 0.5s;
}

.wowhead-tooltip {
	border: 1px solid #545d54 !important;
    border-radius: 10px !important;
}

.wowhead-tooltip td {
	display:block !important;
	background: rgba(37, 41, 37, .5) !important;
}
.wowhead-tooltip table tr {
	display: table-row !important;
}

.wowhead-tooltip table {
	overflow:hidden !important;
}

.wowhead-tooltip table th {
	background:none !important;
	padding: 0px !important;
}

.iconmedium ins {
	left: -15px !important;
}

.iconmedium del {
	margin-top: 0 !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));
}

.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;
}

.discount_offer_main__container {
	animation: 2s slide-right;
	width:580px;
	height:210px;
	position:fixed;
	bottom:80px;
	left:0px;
	border-radius:10px;
	color:#FFF;
	font-size:20px;
	z-index: 999999999999999999999999;
	display:flex;
	justify-content:space-evenly;
	padding: 15px;
}
@keyframes slide-right {
	from {
		margin-left: -100%;
	}
	to {
		margin-left: 0%;
	}
}
.discount_offer__thumbnail {
	position: relative;
	width: 200px;
}
.discount_offer__thumbnail img {
	width:200px;
	height:150px;
}
.discount_offer__title {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	display: block;
}
.discount_offer__description {
	max-width: 350px;
	font-size: 16px;
	text-align: center;
	display: block;
}
.discount_offer__link {
	display: flex;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	height: auto;
	width:210px !important;
}
.discount_offer_coupon__main_container {
	display: flex;
	width: 100%;
	gap: 10px;
	margin-top: 10px;
	justify-content: center;
	align-items: center;
}
.discount_offer_coupon__container {
	display: block;
	text-align: center;
	min-width: 120px;
	height: auto;
	border-radius: 10px;
	font-weight: 700;
	letter-spacing: 2px;
}
.discount_offer__coupon_label {
	font-size: 16px;
}
.discount_offer__hr {
	border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 1.04%, rgba(255, 255, 255, .2) 52.58%, rgba(255, 255, 255, 0)) 30;
	border-width: 1px;
	border-style: solid;
	margin: 3px;
}
.discount_offer__close {
	position: absolute;
	right: 7px;
	display: flex;
	text-align: center;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	top: 7px;
	padding: 3px;
	font-size: 15px;
	width: 25px;
	height: 25px;
	line-height: 30px;
	border-radius: 20px;
	background: #FFF;
	color: #000;
	font-weight: 600;
	opacity: 0.8;
}
.discount_offer__close:hover {
	cursor:pointer;
	transform: rotate(180deg);
	transition: 1s ease;
	opacity: 1;
}

.discount_offer_content {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#chat-container {
	margin-bottom: 30px;
}

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

#hideshit {
	display:none !important;
}

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

.h1 {
	text-transform: uppercase;
}

.woo_amc_open.right-bottom-fixed {
	display:none !important;
}

/** Search **/

#wpls-searchform input[type="text"] {
	background:#435943 !important;
}

#wpls-live-search #wpls-searchform {
	background:none !important;
	border:none !important;
}

#wpls-search-result {
	top:0;
	min-width:auto !important;
	position:static;
	padding:10px !important;
	overflow-y: auto;
    max-height: 500px;
	z-index: 9999999999 !important;
}

#jquery-live-search {
	z-index: 9999999999 !important;
}

.search-single-result {
	display: flex;
    align-items: center;
}

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

.search-single-result svg {
    width: 25px;
    height: 25px;
    min-width: 25px;
}

#wpls-search-result a {
	font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
	padding:0 !important;
}

#wpls-search-result span {
	font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--accent);
    display: block;
}

/** Currency Switcher styles **/

.currency_switch_form {
	border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 34px;
}

.widget_wc_aelia_currencyswitcher_widget .currency_button {
    display: inline-block;
    padding: 4px 11px;
    font-family: Outfit;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color .3s ease;
    text-align: center;
}

.currency_button:hover {
	background-color: var(--accent);
    transition: background-color .3s ease;
}

.currency_button.active {
	background-color: var(--accent);
    transition: background-color .3s ease;
}

/** SOME COMMON STYLES **/

.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;
    justify-content: space-evenly;
    text-align: 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;
}

.test__section_tooltips .tc-row:nth-child(1) {
	display: table;
    width: 100%;
}

.test__section_tooltips .tc-cell {
	display: table-cell;
    width: auto;
}

.test__section_tooltips .tc-cell:nth-child(0) {
	text-align:left;
}

.test__section_tooltips .tc-cell:nth-child(2) {
	text-align:right;
}

.slick-slide p {
	position: absolute;
    bottom: 0;
    background: linear-gradient(to right, rgb(18 151 22), rgb(21 182 26 / 50%), #fff0);
    padding: 5px 10px;
}

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

.choose__game_button:hover {
	color: #fff;
    border-width: 2px;
	border: 1px solid rgb(255 255 255 / .2);
    box-shadow: 0 0 20px 0 #129716;
}

.cart__title .raiting {
	margin-bottom: 0;
}

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

.socials-subscribe {
	margin-bottom: 30px;
}

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

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

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

.highlight-link {
	background: #129716;
    color: #FFFFFF !important;
    padding: 0px 10px;
    border-radius: 15px;
    color: #fff;
}
.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 h3 {
	font-size:16px;
}

.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__answer p {
	margin-top: 15px;
    margin-bottom: 10px;
    line-height: 200%;
}

.faq__answer ul {
	padding-inline-start: 20px;
	line-height: 200%;
}

.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 */

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

@media all and (min-width:2000px) {

}

@media all and (max-width: 767px) {
	
	.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;
	}
	
	.content_spoiler__ttl {
		font-size: 16px;
		font-weight: 600;
		line-height: normal;
		flex-grow: 1;
	}
	
	.content_spoiler__ttl {
		font-size: 16px;
		font-weight: 600;
		line-height: normal;
		flex-grow: 1;
	}
	
	.header.header.--game canvas {
		height:56px !important;
	}	
	
	.bottom-menu__search .form.--search {
		background: #1b1b1b;
		border-radius: 10px;
	}
	
	.notifier__image {
		width: 80px;
		margin-left: 10px;
	}
	.notifier__image img {
		width: 80px;
		height: 80px;
	}
	.notifier__content {
		text-align: center;
	}
	
	.wowhead-tooltip .whtt-tooltip-icon {
		height: 44px;
		right: 0;
		margin: 0 !important;
		padding: 0;
		position: absolute;
		top: -1px;
		width: 44px;
	}
	
	.section__title .section__navigation {
		gap:8px;
	}
	
	.discount_offer_main__container {
		width:96%;
		bottom: 80px;
		height:215px;
		background: linear-gradient(to left, rgba(68, 78, 191, 1), rgba(68, 78, 191, 1), rgba(255, 0, 0, 0));
	}
	

	.discount_offer__title {
		font-size:16px;
	}
	.discount_offer__description {
		font-size:14px;
	}
	.discount_offer__thumbnail img {
		height: auto;
	}
	.discount_offer__coupon_label {
		font-size: 14px;
	}
	.discount_offer__close {
		right: 3px;
		top: 3px;
	}
	
	#wpls-search-result {
    top: -20px;
    left: -5px;
    position: absolute !important;
	min-width: 230px !important;
	}
    .dark-background {
        padding: 20px;
    }
}

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

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

@media screen and (max-width: 767px) {
    .navigation {
        margin-bottom: 14px;
    }
	.bottom-menu {
		z-index: 99 !important;
	}
}

.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);
	}
	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;
		margin: 0 auto;
    }

    .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;
}

.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;
	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 {
	transform: scale(1.1);
}
.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;
}

.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;
    justify-content: space-between;
}

.article {
    width: calc(100% / 3 - 25px* 2 / 3);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

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

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

.article__image img {
	height: 236px;
    object-fit: cover;
    border-radius: 24px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
}

.article .h4 {
    margin-bottom: 16px;
    line-height: 140%;
    font-weight: 500;
}

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

.article__meta {
	display: flex;
    opacity: .5;
    margin-bottom: 20px;
    margin-top: auto;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    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%;
    margin-bottom: 20px;
}

.article .theme-btn {
    height: 46px
}

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

@media screen and (max-width: 1024px) {
    .article__image img {
        max-width: 220px;
        max-height: 220px;
        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 {
        justify-content: space-between;
        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 {
        display: grid;
        grid-template-columns: 150px auto;
        grid-template-rows: repeat(3,auto);
        grid-column-gap: 16px;
        grid-row-gap: 0;
        position: relative
    }

    .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 {
        height: 150px
    }

    .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;
        position: absolute;
        bottom: 10px;
        right: 0;
        grid-area: 3/2/4/3;
        top: 10px;
    }

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

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

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

    .article__excerpt {
        grid-area: 3/1/4/3;
        margin-bottom: 0;
        padding-right: 123px;
        /* margin-top:10px; */
        min-height: 48px;
    }
}

@media screen and (max-width: 480px) {
    .article .theme-btn {
    /* top: 0px; */
    /* bottom:0; */
        margin: auto
    }
}

/* 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
}

.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,.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 {
    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%);
	height:auto;
}

.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;
		margin-top:20px;
    }

    .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__image {
        margin-bottom: 10px;
    }

    .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
    }

    .reviews-slider .review__name {
        margin-bottom: 10px
    }
}

/* 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: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 200%;
}

.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;
}


/* 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: 20px;
    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 20px;
        max-width: 100%;
    }

    .form.--search button {
        right: 20px
    }
}

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

.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: 12.333px;
    height: 6.333px;
    display: block;
    background-image: url(https://leprestore.com/media/assets/img/dropdown-arrowv2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(270deg);
    position: absolute;
    right: 15px;
    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 (max-width: 1440px) {
	
	#wpls-search-result {
		position:absolute !important;
		top: -21vh !important;
	}
	
	#wpls-search-result:before {
		bottom:0;
		top: 100%;
		transform: rotate(180deg);
	}
	
	#wpls-search-result:after {
		display:none;
	}
	
}

@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;
	border:none;
}

.sidebar__menu a {
	height: 48px;
    padding: 10px 32px;
    font-weight: 700;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .2);
    font-size: 16px;
    cursor: pointer;
    transition: background-color .3s, border-color .3s, box-shadow .3s;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    line-height: normal;
}

.sidebar__menu a:hover {
	background-color: var(--accent);
	color: white;
}

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

.sub-menu a:hover {
	background-color: transparent;
}

.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-top: 60px;
    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.9);
    backdrop-filter: blur(10px);
    z-index: 9;
}

.bottom-menu__nav { 
	background: rgba(40, 48, 40, 0.9);
}

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);
		margin: 0 auto;
        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: 20px;
    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;
}

section.section.-video h2 {
    line-height: 133.333%;
    margin-bottom: 32px;
	margin-top:0;
}

.section.-subscription h2 {
	line-height: 133.333%;
	margin-top:0;
    margin-bottom: 34px;
}

.section.-socials h2 {
	margin-top:0;
    margin-bottom: 34px;
}	

@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 all and (max-width: 1200px) {
    .--width-sidebar .container {
        width: 100%;
        padding: 0px 20px;
        max-width: 100%
    }
	
	.--width-sidebar .page__content {
		padding-right:20px !important;
	}
	
}

@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;
	justify-content:right;
	margin-bottom: 5px;
}

.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--subscribe-1 {
	display:block;
	width: 1321px;
    height: 1321px;
    top: -471px;
    left: -800px;
}

.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;
    }
}

@media screen and (max-width: 480px) {
	#wpls-search-result {
		top: -65vh !important;
	}
}