/*.sec-product-slider .product-slider-outer {
    padding-left: calc((100vw - 121.7rem) / 2);
}
.sec-product-slider .owl-stage,
.sec-product-slider .owl-item{
	display: flex;
}
.sec-product-slider .product-slider .product-item {
	width: 28.2rem;
}
.sec-product-slider .product-banner{
	display: block;
}
.sec-product-slider .product-banner img{
	width: 100%;
	border-radius: var(--border_radius);
}
.sec-product-slider .owl-nav button{
	top: 17rem;
}
.sec-product-slider .owl-nav .owl-next {
    right: calc((100vw - 126.5rem) / 2);
}
.product-item{
	display: flex;
	flex-direction: column;
	border: 0.1rem solid var(--footer_line_color);
	border-radius: var(--border_radius);
	width: 100%;
	height: 100%;
	background: var(--header_font_color);
	text-align: center;
}
.product-item:hover{
	border-color: #A4A4A4;
}
.product-item .product-img-outer{
	position: relative;
	width: 100%;
}
.product-item .product-img-outer .product-img{
	height: 29.3rem;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 2rem 0 0;
}
.product-item .product-img-outer .product-img img{
	max-width: 100%;
	max-height: 100%;
}
.product-item .product-img-outer .product-budge{
	position: absolute;
	top: 2rem;
	left: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.product-item .product-img-outer .product-budge.budge-bottom{
	letter-spacing: 2.1rem !important;
	top: auto !important;
	bottom: -3.34rem;
}
.product-item .product-img-outer .product-budge span{
	height: 2.5rem;
	padding: 0 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.4rem;
	border-radius: 0.3rem;
	margin-right: 0.6rem;
	color: var(--header_font_color);
	letter-spacing: 0.024rem;
}
.product-item .product-img-outer .product-budge span:last-child{
	margin-right: 0;
}
.product-item .product-img-outer .btn-like{
	padding: 0;
	height: auto;
	position: absolute;
	z-index: 1;
	top: 2.35rem;
	right: 2.06rem;
	opacity: 0.12;
}
.product-item .product-img-outer .btn-like.active{
	opacity: 1;
}
.product-item .product-img-outer .btn-like.active img{
	-webkit-filter: invert(31%) sepia(97%) saturate(7430%) hue-rotate(351deg) brightness(93%) contrast(90%);
	filter: invert(31%) sepia(97%) saturate(7430%) hue-rotate(351deg) brightness(93%) contrast(90%);
}
.product-item .product-info{
	width: 100%;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 3.5rem 2.1rem;
}
.product-item .product-info-box{
	padding-top: 5.05rem;
	text-align: left;
}
.product-item .product-info-box:has(.btn){
	padding-bottom: 1.6rem;
}
.product-item .product-info .product-info-top{
	width: 100%;
}
.product-item .product-info .rating-outer{
	justify-content: center;
}
.product-item .product-info-box .rating-outer {
    justify-content: flex-start;
    margin-top: 1.4rem;
}
.product-item .product-info .rating-outer .rating-text{
	font-size: 1.2rem;
	line-height: 1.2rem;
	color: #B4B4B4;
	letter-spacing: 0.03rem;
	margin-left: 0.6rem;
	margin-top: -0.1rem;
}
.product-item .product-info .product-title{
	margin-top: 1.3rem;
}
.product-item .product-info-box .product-title{
	margin-top: 0 !important;
}
.product-item .product-info .product-title *{
	color: var(--body_font_colork) !important;
	letter-spacing: 0.04rem;
}
.product-item .product-info-box .product-title * {
    letter-spacing: 0.035rem;
}
.product-item .product-info .prodcut-short-desc{
	margin-top: 1.45rem;
}
.product-item .product-info .prodcut-short-desc p,
.product-item .product-info .prodcut-short-desc h2{
	font-weight: normal;
	color: var(--body_font_color);
	font-size: 1.3rem;
	line-height: 1.8rem;
	margin: 0 !important;
}
.product-item .product-info .product-info-bottom{
	margin-top: 1.85rem;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.product-item .product-info-box .product-info-bottom{
	justify-content: space-between;
	margin-top: 1.75rem;
}
.product-item .product-info-box .product-info-bottom:has(.btn){
	margin-top: 0.5rem;
}
.product-item .product-info .product-info-bottom .price{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.product-item .product-info .product-info-bottom .price del{
	color: #A4A4A4;
	font-size: 1.4rem;
	line-height: 1.4rem;
	letter-spacing: 0.035rem;
	margin-right: 1.2rem;
}
.product-item .product-info .product-info-bottom .price ins{
	color: var(--body_font_color);
	font-size: 1.8rem;
	line-height: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.045rem;
	text-decoration: none;
}
.product-item .product-info .product-info-bottom .price-discount del + ins{
	color: var(--text-red);
}
.product-item .product-info .product-info-bottom .btn-cart{
	height: 5rem;
	width: 5rem;
	border: 0.1rem solid var(--bg-dark-green) !important;
	padding: 0;
}
.product-item .product-info .product-info-bottom .btn-cart:hover{
	background: var(--bg-dark-green) !important;
}
.product-item .product-info .product-info-bottom .btn-cart:hover img{
	-webkit-filter: brightness(0%) invert(100%);
	filter: brightness(0%) invert(100%);
}
*/

.sec-product-slider {
  font-family: 'Metropolis Semi';
  margin-bottom: 7.6rem;
  margin-top: 3.8rem;
}

.product-item {
	display: flex;
	flex-direction: column;
	border: 0.1rem solid var(--footer_line_color);
	border-radius: var(--border_radius);
	width: 100%;
	height: 100%;
	background: var(--header_font_color);
	text-align: center;
}

.product-item:hover {
	border-color: #A4A4A4 !important;
}

.product-item .product-img-outer {
	position: relative;
	width: 100%;
}

.product-item .product-img-outer .product-img {
	height: 29.3rem;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 2rem 0 0;
}

.product-item .product-img-outer .product-img img {
	max-width: 100%;
	max-height: 100%;
}

.product-item .product-img-outer .product-budge {
	position: absolute;
	top: 2rem;
	left: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.product-item .product-img-outer .product-budge.budge-bottom {
	letter-spacing: 2.1rem !important;
	top: auto !important;
	bottom: -3.34rem;
}

.product-item .product-img-outer .product-budge span {
	height: 2.5rem;
	padding: 0 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.4rem;
	border-radius: 0.3rem;
	margin-right: 0.6rem;
	color: var(--header_font_color);
	letter-spacing: 0.024rem;
}

.product-item .product-img-outer .product-budge span:last-child {
	margin-right: 0;
}

.product-item .product-img-outer .btn-like {
	padding: 0;
	height: auto;
	position: absolute;
	z-index: 1;
	top: 2.35rem;
	right: 2.06rem;
	opacity: 0.12;
}

.product-item .product-img-outer .btn-like.active {
	opacity: 1;
}

.product-item .product-img-outer .btn-like.active img {
	-webkit-filter: invert(31%) sepia(97%) saturate(7430%) hue-rotate(351deg) brightness(93%) contrast(90%);
	filter: invert(31%) sepia(97%) saturate(7430%) hue-rotate(351deg) brightness(93%) contrast(90%);
}

.product-item .product-info {
	width: 100%;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 3.5rem 2.1rem;
}

.product-item .product-info-box {
	padding-top: 5.05rem;
	text-align: left;
}

.product-item .product-info-box:has(.btn) {
	padding-bottom: 1.6rem;
}

.product-item .product-info .product-info-top {
	width: 100%;
}

.product-item .product-info .rating-outer {
	justify-content: center;
}

.product-item .product-info-box .rating-outer {
	justify-content: flex-start;
	margin-top: 1.4rem;
}

.product-item .product-info .rating-outer .rating-text {
	font-size: 1.2rem;
	line-height: 1.2rem;
	color: #B4B4B4;
	letter-spacing: 0.03rem;
	margin-left: 0.6rem;
	margin-top: -0.1rem;
}

.product-item .product-info .product-title {
	margin-top: 1.3rem;
}

.product-item .product-info-box .product-title {
	margin-top: 0 !important;
}

.product-item .product-info .product-title * {
	color: var(--body_font_color) !important;
	letter-spacing: 0.04rem;
}
.product-item .product-info .single-box-gray * {
  color: var(--text-black) !important;
}
.product-info .single-box-gray {
  margin-top: 0.5rem;
}

.product-item .product-info-box .product-title * {
	letter-spacing: 0.035rem;
}

.product-item .product-info .prodcut-short-desc {
	margin-top: 1.45rem;
}

.product-item .product-info .prodcut-short-desc p,
.product-item .product-info .prodcut-short-desc .prodcut-short-desc-h2 {
	font-weight: normal;
	color: var(--body_font_color);
	font-size: 1.3rem;
	line-height: 1.8rem;
	margin: 0 !important;
}

.product-item .product-info .product-info-bottom {
	margin-top: 1.85rem;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.product-item .product-info-box .product-info-bottom {
	justify-content: space-between;
	margin-top: 1.75rem;
}

.product-item .product-info-box .product-info-bottom:has(.btn) {
	margin-top: 0.5rem;
}

.product-item .product-info .product-info-bottom .price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.product-item .product-info .product-info-bottom .price del {
	color: #A4A4A4;
	font-size: 1.4rem;
	line-height: 1.4rem;
	letter-spacing: 0.035rem;
	margin-right: 1.2rem;
}

.product-item .product-info .product-info-bottom .price ins {
	color: var(--body_font_color);
	font-size: 1.8rem;
	line-height: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.045rem;
	text-decoration: none;
}

.product-item .product-info .product-info-bottom .price ins.price-individual {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.product-item .product-info .product-info-bottom .price-discount del+ins {
	color: var(--text-red);
}

.sec-product-list .product-block .product-list .product-item {
	margin-top: 2.7rem !important;
	border-color: var(--header_font_color);
	height: auto !important;
}

@media(min-width:768px) and (max-width:991px) {
	.product-item .product-img-outer .product-img {
		height: 20.3rem;
	}

	.product-item .product-img-outer .product-budge {
		top: 1rem;
		left: 1rem;
	}

	.product-item .product-img-outer .product-budge span {
		height: 2rem;
		padding: 0.2rem 1rem 0;
		font-size: 0.9rem;
	}

	.product-item .product-img-outer .btn-like {
		top: 1.35rem;
		right: 1.06rem;
	}

	.product-item .product-info {
		padding: 3.5rem 1rem;
	}

	.product-item .product-info .prodcut-short-desc {
		margin-top: 1.25rem;
	}

	.product-item .product-info .prodcut-short-desc p,
	.product-item .product-info .prodcut-short-desc .prodcut-short-desc-h2 {
		font-size: 1.2rem;
		line-height: 1.7rem;
	}
}

@media(max-width:767px) {
	.product-item .product-img-outer .product-img {
		height: 19.3rem;
	}

	.more-product .btn {
		width: 100%;
	}

	.product-item .product-info .product-info-bottom .btn-cart {
		height: 4.5rem;
		width: 4.5rem;
	}

	.sec-product-list .product-block .product-list .product-item {
		margin-top: 2rem !important;
	}

	.sec-product-list .product-block .product-list .gx-5 {
		--bs-gutter-x: 1rem;
	}

	.product-item .product-info .product-info-bottom .price ins {
		font-size: 1.6rem;
		line-height: 1.6rem;
	}
  
  .product-item .product-info .product-info-bottom .price ins.price-individual {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
}

.sec-product-slider .product-slider-outer {
	padding-left: calc((100vw - 121.7rem) / 2);
}
.sec-product-slider .owl-stage,
.sec-product-slider .owl-item{
display: flex;
}
.sec-product-slider .product-slider .product-item {
width: 28.2rem;
}
.sec-product-slider .product-banner{
display: block;
}
.sec-product-slider .product-banner img{
width: 100%;
border-radius: var(--border_radius);
height: auto;
}
.sec-product-slider .owl-nav button{
top: 17rem;
}
.sec-product-slider .owl-nav .owl-next {
	right: calc((100vw - 126.5rem) / 2);
}


.sec-product-slider .see-more-link .link {
  color: var(--body_active_color, #000) !important;
}

@media(min-width:1360px) and (max-width:1399px){
.sec-product-slider .container-full{
	padding: 0;
}
}
@media(min-width:1260px) and (max-width:1359px){
.sec-product-slider .container-full{
	padding: 0;
}
.sec-product-slider .owl-nav .owl-next {
		right: calc((100vw - 125rem) / 2);
}
}
@media(min-width:1200px) and (max-width:1259px){
.sec-product-slider .container-full{
	padding: 0;
}
	.sec-product-slider .product-slider-outer {
		padding-left: calc((100vw - 115.5rem) / 2);
}
.sec-product-slider .product-slider .product-item {
		width: 26.7rem;
}
.sec-product-slider .owl-nav .owl-next {
		right: calc((100vw - 119rem) / 2);
}
}
@media(min-width:992px) and (max-width:1199px){
.sec-product-slider .container-full{
	padding: 0;
}
	.sec-product-slider .product-slider-outer {
		padding-left: calc((100vw - 95rem) / 2);
}
.sec-product-slider .product-slider .product-item {
		width: 29.45rem;
}
.sec-product-slider .owl-nav .owl-next {
		right: calc((100vw - 98.5rem) / 2);
}
}
@media(min-width:768px) and (max-width:991px){
.sec-product-slider .container-full{
	padding: 0;
}
.sec-product-slider .gx-5 {
		--bs-gutter-x: 0;
}
.sec-product-slider .product-banner img {
		border-radius: 0;
}
.sec-product-slider .product-slider .product-item {
		width: 22.4rem;
}
	.sec-product-slider .product-slider-outer {
		padding-left: calc((100vw - 71rem) / 2);
}
.sec-product-slider .owl-nav .owl-next {
		right: calc((100vw - 75rem) / 2);
}
}
@media(max-width:767px){
.sec-product-slider .container-full{
	padding: 0;
}
	.sec-product-slider .product-slider-outer {
		padding-left: 2.5rem;
}
.sec-product-slider .owl-nav .owl-next {
		right: 0.5rem;
}
.sec-product-slider .product-banner img {
		border-radius: 0;
}
.sec-product-slider .owl-nav button{
	left: -1.5rem;
}
}