h2 {
	margin-bottom: var(--big-head);
	width: 100%;
}

h3 {
	margin-bottom: var(--small-head);
}

.p-bar {
	border-radius: 5rem;
	background: #faaf00;
}

.product section:nth-child(odd) {
	background: var(--prod-prime-bg);
}

.product section:nth-child(even) {
	background: var(--prod-sec-bg);
}

.desc-setting p {
	width: 100%;
}

.splide__list {
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block
}

.splide__pagination {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	pointer-events: none
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
	display: none
}

.splide__progress__bar {
	width: 0
}

.splide {
	position: relative;
	visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
	visibility: visible
}

.splide__slide {
	backface-visibility: hidden;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative
}

.splide__slide img {
	vertical-align: bottom
}

.splide__spinner {
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px
}

.splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0
}

@keyframes splide-loading {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(1turn)
	}
}

.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
	opacity: 1;
	z-index: 1
}

.splide--rtl {
	direction: rtl
}

.splide__track--ttb>.splide__list {
	display: block
}

.splide__arrow {
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1
}


.splide__arrow {
	height: 5rem;
	width: 5rem;
	transition: .3s;
	background-color: var(--prim-elem-bg);
}

.splide__arrow svg {
	height: 1.2em;
	width: 1.2em;
	fill: var(--prim-elem-text);
}

.splide__arrow:hover:not(:disabled) {
	opacity: .9
}

.splide__arrow:disabled {
	opacity: .3
}

.splide__arrow:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide__arrow--prev svg {
	transform: scaleX(-1)
}

.splide__arrow--next {
	right: 1rem
}

.splide__arrow--prev {
	left: 1rem
}

.splide.is-focus-in .splide__arrow:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide__pagination {
	bottom: .5em;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1
}

.splide__pagination__page {
	background: #ccc;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 3px;
	opacity: .7;
	padding: 0;
	position: relative;
	transition: transform .2s linear;
	width: 8px
}

.splide__pagination__page.is-active {
	background: #fff;
	transform: scale(1.4);
	z-index: 1
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: .9
}

.splide__pagination__page:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide__progress__bar {
	background: #ccc;
	height: 3px
}

.splide__slide {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.splide__slide:focus {
	outline: 0
}

@supports(outline-offset:-3px) {
	.splide__slide:focus-visible {
		outline: 3px solid #0bf;
		outline-offset: -3px
	}
}

@media screen and (-ms-high-contrast:none) {
	.splide__slide:focus-visible {
		border: 3px solid #0bf
	}
}

@supports(outline-offset:-3px) {
	.splide.is-focus-in .splide__slide:focus {
		outline: 3px solid #0bf;
		outline-offset: -3px
	}
}

@media screen and (-ms-high-contrast:none) {
	.splide.is-focus-in .splide__slide:focus {
		border: 3px solid #0bf
	}

	.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
		border-color: #0bf
	}
}

.splide__toggle {
	cursor: pointer
}

.splide__toggle:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
	border: 3px solid transparent;
	cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
	border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
	transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
	transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
	left: 50%;
	transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
	top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
	transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
	transform: rotate(90deg)
}

.splide__pagination--ttb {
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: .5em;
	top: 0
}

.splide__arrow--next,
.splide__arrow--prev {
	bottom: -1.5rem;
	right: 1rem;
}

.splide__arrow:hover:not(:disabled) {
	opacity: 1;
}
  
  #main-slider .splide__slide img {
	aspect-ratio: 1;
	width: 100%;
	object-fit: cover;
}

#thumbnail-slider .splide__slide {
	opacity: .7;
}

#thumbnail-slider .splide__slide.is-active, .splide__slide {
	opacity: 1;
}

.lightbox-slider-cont {
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .8);
    transition: opacity .3s;
}

.lightbox-slider-cont.open {
    opacity: 1;
    pointer-events: auto;
}

.lightbox-slider-cont .splide__slide {
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    border: transparent !important;
    outline: none !important;
}

.lightbox-slider-cont .splide__slide.is-active {
    border: transparent !important;
}

.lightbox-slider-cont .splide__slide img {
    object-fit: contain;
    max-height: 100vh;
}

.close-lightbox {
    position: fixed;
    top: 5rem;
    right: 5rem;
    font-size: 6rem;
    color: #fff;
    transform: rotate(45deg);
    cursor: pointer;
    z-index: 99999;
}

.product-average-rating {
    line-height: 1.2;
}

.product-tags {
    padding-top: .5rem;
    padding-right: 2rem;
    padding-bottom: .5rem;
    padding-left: 2rem;
    font-size: clamp(1rem,.096vw + .969rem,1.1rem);
    color: #FFF;
    text-align: center;
    background: #000;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    top: 0;
    right: 0;
}

.best-seller-tag {
    margin-top: 1rem;
    margin-bottom: .5rem;
    top: 1.7rem !important;
    transform: rotateZ(315deg);
    width: 15rem;
    left: -3.8rem;
}

.sale-tag-prod {
    display: flex;
}

.sale-tag-prod svg {
    height: 2rem;
	max-height: 2rem;
	min-width: auto;
}

.sale-tag-prod .sale-tag {
    line-height: 1;
    color: #FFF;
    background: #000;
    font-size: 1.2rem;
    padding: .2rem .5rem;
    max-height: 2rem;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-left: .1rem;
}

.variations tbody {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: 3rem;
    position: relative;
}

.variations .label {
    display: flex;
    margin-right: 1rem;
}

.variations .label label {
    margin-bottom: 0;
}

.variations tr {
    display: flex;
    align-items: center;
}

.variations select {
    padding: .5rem 4rem .3rem 1rem;
    border-radius: .3rem;
    font-size: 1.4rem;
    line-height: 1.6;
}

#hero-cart .quantity, #last-cart .quantity, .value select {
	border: .1rem solid #767676;
	border-radius: var(--btn-border-radius);
	background-color: #FFF;
}

.value select {
	height: 4rem;
}

form.cart table.variations td, form.woocommerce-cart-form table.variations td {
    padding: 0!important;
    width: auto!important;
}

.woocommerce-variation-add-to-cart {
    display: flex;
	flex-wrap: wrap;
    gap: 1rem;
}

form.cart table.variations, form.woocommerce-cart-form table.variations {
	margin-bottom: clamp(1rem, 3.333vw + -1.553rem, 3rem)!important;
}

.cart .button {
    font-size: inherit;
    border: none;
    cursor: pointer;
    width: 100%;
    padding: 1.5rem 3rem;
}
.product .button {
    margin-top: auto;
    justify-content: center;
    text-align: center;
    width: auto;
}

form.cart .quantity+button, form.woocommerce-cart-form .quantity+button {
    margin-top: 0!important;
}

.icon-cont {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
}

.icon-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.icon-item svg, .icon-item img {
    width: 100%;
    max-width: 25rem;
    max-height: 10rem;
}

.icon-description {
    display: flex;
    justify-content: center;
    text-align: center;
}

.gall-imgs {
	position: sticky;
	top: 0;
}
  
.ez-zoom-in {
    background: rgba(255, 255, 255, .95);
    border-radius: 50%;
    padding: .8rem;
    z-index: 1;
    height: 4rem;
    width: 4rem;
    position: absolute;
    top: 6%;
    right: 6%;
    cursor: pointer;
    box-shadow: .1rem .1rem 1rem .1rem #0000001f;
    stroke: var(--prim-elem-bg);
}

.reset_variations {
    position: absolute;
}

#reviews .description {
	margin-top: 1rem!important;
    padding-bottom: 2.5rem!important;
}

#reviews .commentlist li {
	margin-bottom: 2.5rem!important;
}

#reviews .avatar {
	margin-right: 2rem!important;
}

.payment-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.payment-item {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 2rem;
    max-width: 6rem;
}

.payment-item svg, .payment-item img {
    width: 100%;
    height: 100%;
}

.ez-stars-cont {
	display: inline-flex;
	position: relative;
	margin: auto;
}

.ez-rating-top {
	font-size: 60%;
	font-weight: bold;
	color: var(--headings-color);
}

.gray-stars-cont, .yellow-stars-cont {
	width: 10rem;
	height: 2rem;
	overflow: hidden;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23969696' viewBox='0 -960 960 960'%3E%3Cpath d='m233-80 65-281L80-550l288-25 112-265 112 265 288 25-218 189 65 281-247-149L233-80Z'/%3E%3C/svg%3E");
	background-size: 2rem 2rem;
	background-repeat: repeat-x;
}

.yellow-stars-cont {
	max-width: 10rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23E9B667' viewBox='0 -960 960 960'%3E%3Cpath d='m233-80 65-281L80-550l288-25 112-265 112 265 288 25-218 189 65 281-247-149L233-80Z'/%3E%3C/svg%3E");
	position: absolute;

}

.ratings-data-modal {
	display: none;
	background: #fcfcfc;
	width: 100%;
	max-width: 30rem;
	position: absolute;
	top: 100%;
	left: 0;
	padding: .8rem;
	z-index: 1;
	box-shadow: .1rem .1rem .3rem .5rem #00000012;
}

.woocommerce-tabs .ratings-data-modal {
	background: #fff;
	max-width: 20rem;
	box-shadow: none;
}

.ratings-data-modal>p {
	text-align: center;
	font-size: 1.5rem !important;
	font-weight: 600;
}

.woocommerce-tabs .ratings-data-modal>p {
	display: none;
}

.ratings-data-modal>div {
	height: 2rem;
	display: flex;
	justify-content: space-between;
	margin: .8rem .2rem;
	border-radius: .5rem;	
}

.woocommerce-tabs .ratings-data-modal>div {
	margin: .3rem;
}

.trex-star-rating {
    --percent: calc(var(--rating) / 5* 100%);
    font-size: 2.5rem;
    line-height: 1;
    transition: .3s;
}

.trex-star-rating::before {
    content: "★★★★★";
    background: linear-gradient(90deg, #c71b00 var(--percent), #fff var(--percent));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rating-nr::after {
	content: "★";
	color: #faaf00;
	margin-left: .3rem;
}

.star-hover:hover .star-rating-box {
	opacity: 1!important;
	pointer-events: auto!important;
}

.rep-txt {
	display: flex;
	flex-direction: column;
}

.rep-ht:not(.benef-sec .rep-ht) {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: .5rem;
	line-height: 1.2;
}

.rep-img svg, .rep-img img, .pay-logo {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pay-logo {
	max-width: 7rem;
}

.sell-pts {
	display: flex;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.sell-pts img, .sell-pts svg {
	max-width: 2.5rem;
	margin-right: 1rem;
}

.awrds-sec{
	display: flex;
	column-gap: 2rem;
}

.awrds-sec img, .awrds-sec svg {
	width: 100%;
	max-width: 25rem;
	height: auto;
	object-fit: contain;
}

.extr-sec {
	display: flex;
	column-gap: 2rem;
}

.extr-sec .rep-img {
	max-width: 8rem;
}

.img-rep {
	display: flex;
	align-items: center;
	margin-bottom: 4rem;
	gap: 2rem;
}

.tran-sec {
	display: flex;
    flex-direction: column;
    align-items: center;
	row-gap: 2rem;
	width: 100%;
}


.tran-sec .rep-img {
	max-width: 30rem;
}

.benef-sec {
	display: grid;
	grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: clamp(2rem, 2.611vw + 0.433rem, 4rem);
}

.benef-sec:nth-child(even) .rep-img {
    order: 2;
}

.benef-sec:nth-child(even) .rep-txt {
	text-align: right;
}

.trait-sec {
	justify-content: center;
	text-align: center;
	max-width: 15rem;
}

.trait-sec .rep-img {
	margin: 0 auto 1rem auto;
	max-width: 10rem;
	height: auto;
}

.comp-table {
    display: flex;
    flex-direction: column;
    box-shadow: 0 .4rem .8rem rgba(0, 0, 0, .1);
    border-radius: .8rem;
    width: 100%;
	border: .1rem solid #ddd;
}

.comp-header-row {
	text-align: center;
}

.comp-body-row:nth-child(even) .comp-cell, .comp-body-row:nth-child(even) .comp-textarea-cell {
	background-color: #f0f0f0;
}

.comp-header-row, .comp-body-row {
    display: flex;
}

.comp-header-cell, .comp-cell, .comp-textarea-cell {
    padding: 1rem 2rem;
    flex: 1;
}

.comp-header-cell {
    background-color: #eeeeee;
    font-weight: bold;
    text-transform: uppercase;
    border-right: .1rem solid #ddd;
	padding: 2rem;
	display: flex;
    align-items: center;
    justify-content: center;
}

.comp-textarea-cell {
	background: #fff;
	z-index: 1;
}

.comp-cell, .comp-header-cell {
	min-width: 12rem;
}

.desc-cell {
    flex: 1.5;
	padding: 1rem 2rem;
	min-width: 16rem;
	position: sticky;
	left: 0;
}

.comp-cell, .desc-cell {
	display: flex;
	justify-content: center;
	align-items: center;
    border-right: .1rem solid #ddd;	
}

.comp-header-cell:last-child,
.comp-cell:last-child,
.comp-textarea-cell:last-child,
.comp-cell:last-child,
.comp-body-row:last-child {
    border-right: none;
}

.comp-cell {
    text-align: center;
	font-weight: 700;
}

.comp-textarea-cell {
	text-align: left;
	justify-content: flex-start;
}


.faq-sec {
    border-bottom: 0.1rem solid #ccc;
    background: #f0f0f0;
}

.faq-sec:last-child {
    border-bottom: none;
}

.faq-sec [data-heading="true"] {
    cursor: pointer;
    position: relative;
    padding-right: 2rem;
}

.faq-sec .rep-ht {
	padding: 2rem;
}

.faq-sec .rep-ht,
.faq-sec .rep-txt.collapsed {
	margin: 0!important;
}

.faq-sec .rep-txt {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    color: #333;
}

.faq-sec .rep-txt.expanded {
	padding: 0 2rem 2rem;
	margin-bottom: 2rem!important;
}

.faq-sec .rep-txt.collapsed {
	padding: 0 2rem!important;
}

.faq-sec [data-heading="true"]::after {
    content: '+';
    position: absolute;
    right: 2rem;
    transition: transform 0.3s ease;
}

.faq-sec [data-heading="true"].expanded::after {
    content: '-';
    transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
	.trait-sec {
		max-width: 12rem;
	}
	.trait-sec .rep-img {
		max-width: 8rem;
	}
}

@media only screen and (max-width: 600px) {
	#transf-steps .tran-sec {
		row-gap: 1rem;
	}
	#benef-steps .benef-sec {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
	#benef-steps .rep-img {
		order: 1;
	}
	#benef-steps .rep-txt {
		order: 2;
		text-align: left;
	}
	#transf-steps, #benef-steps {
		display: flex;
		flex-direction: column;
		gap: 4rem!important;
	}
	.woocommerce-tabs .wc-tabs li, .woocommerce-tabs .panel {
		padding: 1.5rem 1.5rem 1.5rem 0!important;
	}
	.desc-cell {
		max-width: 14rem;
	}
  }