/* product hero */
:root {
	--product-hero-pad: 30px;
}
.product-hero {
	border-top: 1px solid var(--dark);
	border-bottom: 1px solid var(--dark);
	display: flex;
}
.product-hero--right {
	padding: var(--product-hero-pad);
	padding-right: 0;
	width: 50%;
	border-left: 1px solid var(--dark);
	display: flex;
	flex-direction: column;
}
.product-hero--left {
	padding: var(--product-hero-pad);
	padding-left: 0;
	width: 50%;
}
.product-hero__main-info {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 20px;
	row-gap: 40px;
	margin-bottom: 20px;
}
.product-hero--left {
	position: relative;
	display: flex;
	gap: 30px;
}
.custom-product-gallery {
	width: 100%;
	aspect-ratio: 1 / 1;
}
.product-hero__slider-nav {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: fit-content;
	flex-shrink: 0;
	overflow: auto;
	height: 100%;
	flex-wrap: nowrap;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product-hero__slider-nav-wrap {
	width: 135px;
	height: 100%;
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
}
.product-hero__nav-item {
	width: 135px;
	height: 130px;
	display: grid;
	place-content: center;
	cursor: pointer;
	flex-shrink: 0;
}
.product-hero__slider-nav .product-hero__nav-item:first-child {
	margin-top: auto;
	margin-left: auto;
}
.product-hero__slider-nav .product-hero__nav-item:last-child {
	margin-right: auto;
	margin-bottom: auto;
}
.product-hero__nav-item img {
	width: 80px;
	height: 80px;
	object-fit: cover;
}
.product-wishlist-icon {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1;
}
.custom-product-gallery .swiper-slide {
	padding: 4vh 4.5vw;
}
.custom-product-gallery .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.product-hero__name-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}
.product-hero__title {
	color: var(--main-dark);
	font-family: var(--oswald-font);
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.product-hero__sku {
	color: var(--light-grey-text);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.product-hero__btn-wrap {
	margin-top: auto;
}
.product-hero__desc {
	color: var(--dark-grey);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.custom-product-price {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 30px;
}
.price {
	display: inline-flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 0.5em;
}
.woocs_price_code {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	gap: 5px;
	width: fit-content;
}
.product-hero .woocommerce-Price-amount bdi {
	display: inline-flex;
	flex-direction: row;
	gap: 0.2em;
	color: var(--dark);
	font-family: var(--oswald-font);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.product-hero del .woocommerce-Price-amount bdi {
	color: var(--light-grey-text);
	font-family: var(--oswald-font);
	font-size: 18px;
	text-decoration: line-through;
}
.woocommerce-Price-currencySymbol {
	font: inherit;
}
.woocommerce-Price-currencySymbol {
	order: 1;
}
.product-hero__group-title {
	color: var(--light-grey-text);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.product-hero__delivery,
.product-hero__payment {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.product-hero__text-line {
	display: flex;
	align-items: center;
	gap: 10px;
}
.product-hero__text-line p {
	color: var(--dark);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.product-hero__text-line div {
	display: flex;
	align-items: center;
	gap: 5px;
}
.product-hero--right .in-stock {
	margin-top: 20px;
	margin-bottom: 20px;
}
.custom-quantity-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}

html div.product-hero__quantity .qib-button-wrapper .qib-button {
	width: 40px;
	height: 40px;
	border-radius: var(--rounded-full);
	color: var(--light-grey-text);
	justify-content: center;
	align-items: center;
	display: flex;
	border: 1px solid var(--light-grey-text);
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	background-color: transparent;
	transition: all 0.4s var(--main-transition-ease);
	cursor: pointer;
}
html div.product-hero__quantity .qib-button-wrapper .qib-button:hover {
	color: var(--main-white);
	border-color: var(--main-white);
	background-color: var(--main-red);
}
html div.product-hero__quantity .qib-button-wrapper input {
	padding: 7px 3px;
	border-radius: 50px;
	width: fit-content;
	height: 40px !important;
	background-color: #efefef !important;
	width: 84px;
	min-width: 84px;
	display: inline-block;
	font: inherit;
	text-align: center;
	border: none;
	color: var(--main-dark);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.product-hero__quantity {
	display: flex;
	align-items: center;
	gap: 15px;
}
.product-hero__quantity .qib-button-wrapper {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}
.product-hero__main-info + form.variations_form {
	flex: 1;
}
.product-hero__main-info + form.variations_form .single_variation_wrap {
	height: 100%;
}
.product-hero__main-info
	+ form.variations_form
	> div
	.woocommerce-variation-add-to-cart {
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
	justify-content: space-between;
}
.product-hero__main-info + form.variations_form > div {
	display: flex;
	flex-direction: column;
	gap: 15px;
	height: 100%;
}
.product-hero__main-info + form:not(.variations_form) {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
}
/* product hero */

/* variations */
.variations_form.cart.wvs-loaded {
	margin-top: 15px;
}

form.variations_form tbody {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

form.variations_form tr {
	display: flex;
	align-items: center;
	align-items: flex-start;
	gap: 15px;
}
.variable-items-wrapper {
	display: flex;
	gap: 15px;
}

.variable-item-contents {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 20px;
	border: 1px solid var(--dark);
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.4s var(--main-transition-ease);
}
.variable-item-contents span {
	color: var(--dark-1b);
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: all 0.4s var(--main-transition-ease);
}
.variable-item-contents:hover {
	border-color: var(--main-white);
	background-color: var(--main-red);
}
.variable-item-contents:hover span {
	color: var(--main-white);
}

.variable-item.selected .variable-item-contents {
	background-color: var(--main-red);
	border-color: var(--main-red);
}
.variable-item.selected .variable-item-contents span {
	color: var(--main-white);
}

th.label {
	color: var(--light-grey-text);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

th.label > label {
	/* margin-right: 10px; */
}

.woo-selected-variation-item-name {
	font-weight: 500;
	font-size: 20px;
	color: #000;
}

.reset_variations {
	display: none !important;
	margin-top: 15px;
	color: #000;
}
.woocommerce-variation.single_variation {
	display: none !important;
}
/* variations */

/* product tabs section */
.product-tabs {
	margin-top: 40px;
}
.product-tabs__nav {
	display: flex;
	align-items: center;
	gap: 30px;
}
.product-tabs__nav-btn {
	padding: 19px 25px;
	border-radius: 46px;
	border: 1px solid var(--light-grey-text);
	color: var(--light-grey-text);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 0.9;
	transition: all 0.4s var(--main-transition-ease);
	background-color: transparent;
	outline: none;
	cursor: pointer;
}
.product-tabs__wrap {
	position: relative;
	margin-top: 20px;
	overflow: hidden;
}
.product-tabs__nav-btn:hover,
.product-tabs__nav-btn.active {
	border-color: var(--main-red);
	color: var(--main-red);
}
.product-tabs__nav-btn.active {
	text-shadow: 0 0 0.5px var(--main-red), 0 0 1px var(--main-red);
}
.product-tab.active {
	position: relative;
	opacity: 1;
	z-index: 1;
}
.product-tab {
	position: absolute;
	top: 0;
	z-index: -10;
	opacity: 0;
	transition: all 0.5s var(--main-transition-ease);
	width: 100%;
}
.product-tab-title {
	color: var(--dark);
	font-family: Oswald;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
/* product tabs section */

/* product tab description */
.product-tab-desc--blocks {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.product-tab-desc--block {
	display: flex;
	align-items: center;
	gap: 30px;
}
.product-tab-desc--photo {
	flex-shrink: 0;
	padding: 10px;
	aspect-ratio: 214 / 158;
	width: 25%;
}
.product-tab-desc--left {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.product-tab-desc--left p {
	color: var(--dark);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.product-tab-desc--left h3 {
	color: var(--dark);
	font-family: var(--oswald-font);
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.product-tab-desc--top {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid var(--dark);
}
.product-tab-desc--main {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 30px;
}
.product-tab__set-blocks {
	padding-top: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.product-tab__set-block {
	color: var(--dark);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--semi-grey);
}
.product-tab__video {
	width: 100%;
	aspect-ratio: 910 / 546;
	height: auto;
	overflow: hidden;
}
.product-tab__video img,
.product-tab__video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.product-tab-desc--r {
	height: 100%;
}
.product-tab-desc--product {
	/* position: sticky;
	top: 130px; */
	height: fit-content;
}
.product-tab-desc--r-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.product-tab-desc--card {
	display: flex;
}
.product-tab-card {
	display: flex;
	gap: 60px;
	margin-top: 10px;
	padding: 30px;
	border-radius: 10px;
	background: var(--main-white);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.product-tab-card__main {
	width: 406px;
	flex-shrink: 0;
}
.product-tabs .container {
	overflow: visible;
}
.product-tab-card--wishlist {
	margin-left: auto;
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: var(--dark);
}
.product-tab-card__img {
	width: 12vw;
	aspect-ratio: 250 / 269;
	height: 100%;
}
.product-tab-card__img img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.product-tab-card__main {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}
.product-tab-card__price {
	display: flex;
	align-items: center;
	gap: 2vw;
}
.product-tab-card__price > span {
	color: var(--light-grey-text);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.product-tab-card__price strong {
	color: var(--dark);
	font-family: var(--oswald-font);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.product-tab-card__price strong bdi {
	display: flex;
	gap: 3px;
}
.product-tab-card__price strong * {
	font: inherit;
}
.product-tab-card__title {
	color: var(--dark);
	font-family: var(--oswald-font);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
/* product tab description */

/* product tab slider */
.product-tab-slider {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.product-tab--nav {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
}
.product-tab--slider {
	border-top: 1px solid var(--dark);
	border-bottom: 1px solid var(--dark);
}
.productTabSlider .slide-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px;
}
.productTabSlider .swiper-slide-active,
.productTabSlider .swiper-slide-next {
	border-right: 1px solid var(--dark);
}
.productTabSlider .slide-content--bottom {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.productTabSlider .slide-content--top {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
}
.productTabSlider .slide-content--bottom h4 {
	color: var(--dark);
	font-family: var(--oswald-font);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.productTabSlider .slide-content--bottom p {
	color: var(--dark-grey);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 23.4px */
}
.slide-content--img {
	position: relative;
	overflow: hidden;
	aspect-ratio: 580 / 360;
	width: 100%;
	overflow: hidden;
}
.slide-content--img::before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	background-color: var(--img-proload-color);
	opacity: 0.2;
}
.slide-content--img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.05);
	transition: all 0.5s var(--main-transition-ease);
}
.product-tab-slider.active .slide-content--img img {
	transform: scale(1);
}
.slide-content--date {
	color: var(--dark-grey);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 46px;
	background: #f2f2f2;
	padding: 7px 30px;
}
/* product tab slider */

/* product-tab-chars */
.product-tab-chars--top {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	border-bottom: 1px solid var(--dark);
	padding-bottom: 40px;
}
.product-tab-chars--list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.product-tab-chars--line {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--light-grey-text);
}
.product-tab-chars--tag {
	color: var(--light-grey-text);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.product-tab-chars--tag-value {
	color: var(--dark);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
/* product-tab-chars */

/* product-tab-chars--icons */
.product-tab-chars--icons {
	display: flex;
	flex-wrap: wrap;
	gap: 100px;
}
.product-tab-char-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.product-tab-char-block div {
	width: 180px;
	height: 180px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-tab-char-block div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-tab-char-block span {
	color: var(--dark);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
/* product-tab-chars--icons */

/* other products line */
.other-products__nav {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
}
.other-products__btn {
	width: 465px;
}
.other-products__self {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--dark);
}
.other-products__self > .product-card:not(:nth-child(4)) {
	border-right: 1px solid var(--dark);
}

.other-products__inner > h2.main-title {
	text-align: center;
	margin-top: 2vw;
}

/* other products line */

.product-tab-card__img {
	flex-shrink: 0;
}

.product-hero__review {
	display: flex;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.product-hero__slider-nav {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: fit-content;
	flex-shrink: 0;
	overflow: auto;
	height: 100%;
	flex-wrap: nowrap;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.product-hero__slider-nav::-webkit-scrollbar {
	appearance: none;
}

.product-hero__slider-nav-wrap {
	width: 135px;
	height: 100%;
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
}

.product-hero__slider-nav .product-hero__nav-item:first-child {
	margin-top: auto;
	margin-left: auto;
}
.product-hero__slider-nav .product-hero__nav-item:last-child {
	margin-right: auto;
	margin-bottom: auto;
}
.product-hero__nav-item {
	flex-shrink: 0;
}

/* product chars 2.0 */
form.variations_form tr,
.product-hero__quantity,
.product-hero__main-info,
.custom-product-price,
.form.variations_form tr {
	display: grid;
	grid-template-columns: 80px max-content;
	gap: 20px;
}
th.label > label {
	width: 100%;
	display: block;
	text-align: left;
}
/* product chars 2.0 */

/* media */

@media screen and (min-width: 2000px) {
	.custom-product-gallery {
		aspect-ratio: 1 / 0.9;
	}
}
@media screen and (max-width: 1650px) {
	.product-hero__title {
		font-size: 20px;
	}
	.product-hero .woocommerce-Price-amount bdi {
		font-size: 20px;
	}
	.product-hero__group-title {
		font-size: 16px;
	}
	th.label {
		font-size: 16px;
	}
	.product-hero__group-title {
		font-size: 16px;
	}
	.product-hero--right .in-stock {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.product-hero__sku {
		font-size: 14px;
	}
	.slide-content--date {
		font-size: 14px;
		padding: 5px 25px;
	}
	.productTabSlider .slide-content--bottom h4 {
		font-size: 16px;
	}
	.productTabSlider .slide-content--bottom p {
		font-size: 16px;
	}
	.product-tabs__nav-btn {
		font-size: 18px;
		padding: 15px 20px;
	}
	.product-tab-chars--tag-value {
		font-size: 14px;
	}

	/* new */
	.product-tab-card__main {
		width: 50%;
	}
	.product-tab-card__title {
		font-size: 20px;
	}
	.product-tab-card {
		gap: 30px;
	}
	.product-tab-card__price strong {
		font-size: 20px;
	}
	.product-tab-card__price span {
		font-size: 16px;
	}
	.product-tab-desc--left h3 {
		font-size: 20px;
	}
	.product-tab-desc--left p {
		font-size: 16px;
	}
	.product-tab-desc--photo {
		aspect-ratio: unset;
		height: auto;
		padding: 0;
		/* width: fit-content; */
	}
	.product-tab-desc--photo img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		aspect-ratio: 1 / 1;
		max-width: 150px;
	}
	.product-tab-desc--block {
		gap: 15px;
	}
	.product-tab-desc--main {
		gap: 20px;
	}
	.product-tab-title {
		font-size: 24px;
	}
	.product-tab-chars--icons {
		gap: 50px;
	}
	.product-tab-char-block {
		width: 15%;
	}
	.product-tab-char-block div {
		width: 100%;
		height: auto;
		aspect-ratio: 1/ 1;
	}
	.product-tab-char-block span {
		font-size: 16px;
		text-align: center;
	}
	.variable-item-contents span {
		font-size: 16px;
	}
	.qib-button-wrapper .quantity input.input-text.qty.text {
		font-size: 16px;
	}
}
@media screen and (max-width: 1400px) {
	.other-products__btn {
		width: 350px;
	}
	.product-tab-chars--tag {
		font-size: 14px;
	}
	.product-tab-card {
		padding: 20px;
	}
	.product-tabs__nav-btn {
		font-size: 16px;
		padding: 12px 20px;
	}
	.product-tabs__nav {
		gap: 10px;
	}
	.product-hero__nav-item {
		width: 80px;
		height: 80px;
	}
	.product-hero__nav-item img {
		width: 100%;
		height: 100%;
	}
	.product-hero--left {
		gap: 20px;
	}
	.product-hero__slider-nav-wrap {
		width: 80px;
	}
	.product-hero__slider-nav {
		gap: 10px;
	}
	form.variations_form tr,
	.product-hero__quantity,
	.product-hero__main-info,
	.custom-product-price,
	.form.variations_form tr {
		grid-template-columns: 65px max-content;
	}
}

@media screen and (max-width: 1220px) {
	:root {
		--product-hero-pad: 20px;
	}
	.product-tab-desc--left h3 {
		font-size: 16px;
	}
	.product-tab-desc--left p {
		font-size: 14px;
	}
	.product-tab-card__title {
		font-size: 16px;
	}
	.product-tab-card__price span {
		font-size: 14px;
	}
	.product-tab-card__price strong {
		font-size: 16px;
	}
	.product-tab__set-block {
		font-size: 14px;
	}
	.product-tab-title {
		font-size: 18px;
	}
	.product-hero--left {
		flex-direction: column-reverse;
	}
	.product-hero__slider-nav {
		display: inline-flex;
		flex-direction: row;
		justify-content: flex-start;
		width: 100%;
		gap: 10px;
	}
	.product-hero__nav-item img {
		width: 90%;
		height: 90%;
	}
	.product-hero__text-line p {
		font-size: 14px;
	}
	.variable-item-contents {
		padding: 5px 15px;
	}
	.variable-item-contents span {
		font-size: 14px;
	}
	.custom-product-gallery .swiper-slide {
		padding: 3vh calc(3.5vw + 80px);
	}
	.product-hero__nav-item {
		width: 100px;
		height: 100px;
	}
	.product-hero--left {
		gap: 10px;
	}
	.product-hero__name-wrap {
		flex-direction: column;
		gap: 5px;
		align-items: flex-start;
	}
	.product-hero__slider-nav-wrap {
		width: 100%;
		height: 100px;
	}
	.product-hero__slider-nav-wrap {
		width: 100%;
		height: 100px;
	}
	.product-hero__slider-nav {
		flex-direction: row;
	}
}

@media screen and (max-width: 1044px) {
	.custom-product-price {
		gap: 15px;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.product-hero .woocommerce-Price-amount bdi {
		font-size: 16px;
	}
	.product-hero del .woocommerce-Price-amount bdi {
		font-size: 16px;
	}
	.other-products__nav {
		gap: 10px;
		align-items: flex-end;
	}
	.other-products__btn {
		width: 250px;
	}
	.other-products__self {
		grid-template-columns: 1fr 1fr;
		border-top: unset;
		row-gap: 20px;
	}
	.other-products__self > .product-card {
		border-top: 1px solid var(--dark);
		border-right: 1px solid var(--dark);
	}

	.other-products__self > .product-card:nth-child(2n) {
		border-right: none;
	}

	.product-tab-char-block span {
		font-size: 14px;
	}
	.product-tab-chars--top,
	.product-tab-desc--top {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.product-tab-card__img {
		width: 20vw;
	}
	.product-tab-card {
		width: 100%;
		max-width: fit-content;
	}
	.productTabSlider .swiper-slide-next {
		border: none;
	}
	.productTabSlider .swiper-wrapper > .swiper-slide-active:last-child {
		border-right: none;
		border-left: 1px solid var(--dark);
	}
	.productTabSlider .slide-content {
		padding: 10px;
	}
	.productTabSlider .slide-content--bottom p,
	.productTabSlider .slide-content--bottom h4 {
		font-size: 14px;
	}
	.slide-content--date {
		font-size: 14px;
		padding: 7px 14px;
	}
	.product-tab-desc--r-content {
		gap: 20px;
	}
	.product-tab-card {
		margin-top: 0;
	}
	.product-hero__main-info {
		row-gap: 20px;
	}
}

@media screen and (max-width: 860px) {
	.custom-product-gallery {
		aspect-ratio: 1 / 0.7;
	}
	.product-hero {
		flex-direction: column;
	}
	.product-hero--left {
		width: 100%;
	}
	.product-hero--right {
		width: 100%;
		border-left: none;
		padding: 0;
		padding-bottom: 20px;
	}
	.product-hero__nav-item {
		width: 80px;
		height: 80px;
	}
	.product-hero__slider-nav .product-hero__nav-item:first-child {
		margin-top: unset;
	}
	.product-hero__slider-nav .product-hero__nav-item:last-child {
		margin-bottom: unset;
	}

	.other-products .product-card__tags {
		position: absolute;
		top: 10px;
		left: 10px;
		min-height: auto;
		width: 85% !important;
	}
	.other-products .product-card__img {
		margin-top: 40px;
	}
}

@media screen and (max-width: 550px) {
	.other-products .product-card__img {
		margin-top: 30px;
	}
	.other-products .product-card__tags {
		top: 5px;
		left: 5px;
		gap: 3px;
	}
	.productTabSlider .slide-content {
		gap: 5px;
	}
	html div.product-hero__quantity .qib-button-wrapper .qib-button {
		width: 26px;
		height: 26px;
		font-size: 14px;
	}
	.product-hero__sku {
		font-size: 12px;
	}
	.product-hero__main-info
		+ form.variations_form
		> div
		.woocommerce-variation-add-to-cart {
		gap: 20px;
	}
	.qib-button-wrapper .quantity input.input-text.qty.text {
		font-size: 14px !important;
		height: 26px !important;
	}
	.qib-button-wrapper div.quantity.wqpmb_quantity {
		height: auto !important;
		width: 69px;
	}
	.qib-button-wrapper .quantity input.input-text.qty.text {
		min-width: 100%;
	}
	th.label {
		font-size: 14px;
	}
	.custom-product-gallery .swiper-slide {
		padding: 0;
	}
	.product-hero__title {
		font-size: 14px;
	}
	.product-hero .woocommerce-Price-amount bdi {
		font-size: 16px;
	}
	.product-hero__group-title {
		font-size: 14px;
	}
	.product-wishlist-icon {
		top: 10px;
		right: 10px;
	}
	.custom-product-price {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
	}
	.custom-product-gallery .swiper-slide {
		padding-right: 20px;
		padding-left: 20px;
	}
	.product-hero--left {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.variable-items-wrapper {
		flex-wrap: wrap;
	}
	.product-hero--right .in-stock {
		margin-bottom: 0;
	}
	.product-hero__main-info {
		grid-template-columns: 1fr;
		gap: 0;
		margin-bottom: 0;
	}
	.product-hero__quantity,
	form.variations_form tr {
		flex-direction: column;
		gap: 5px;
		align-items: flex-start;
	}
	.product-hero__delivery,
	.product-hero__payment {
		gap: 5px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.product-tab-card {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		padding: 10px;
	}
	.product-tab-card__img {
		width: 40vw;
		grid-row: span 2;
		aspect-ratio: 153 / 179;
		padding: 10px;
	}
	.product-tab-card__main {
		width: 100%;
	}
	.product-tab-card--wishlist {
		order: 1;
	}
	.product-tab-card__main {
		order: 2;
		gap: 10px;
	}
	.product-tab-card__title {
		font-size: 14px;
		font-weight: 400;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.product-tab-card__price {
		gap: 10px;
		justify-content: space-between;
	}
	.product-tab-card__price strong {
		font-size: 14px;
	}

	.product-tab-chars--icons {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 10px;
		row-gap: 20px;
	}
	.product-tab-char-block {
		width: 100%;
	}
	.product-tab-char-block div {
		width: 50%;
	}
	.product-tab-chars--tag {
		font-size: 12px;
	}
	.product-tab-chars--tag-value {
		font-size: 12px;
	}
	.product-tab-desc--block {
		flex-direction: column;
		gap: 10px;
		align-items: flex-start;
	}
	.product-tab-desc--photo {
		width: 50%;
	}
	.product-tabs__nav-btn {
		font-size: 14px;
	}
	.product-tab-desc--blocks {
		gap: 20px;
	}
	.product-tab-desc--main {
		gap: 40px;
	}
	.product-tabs__nav {
		flex-wrap: wrap;
	}
	.product-tab-card__main .main-btn {
		height: 30px;
	}
	.product-tab-chars--list {
		gap: 10px;
	}
	.product-tab-chars--line {
		padding-bottom: 5px;
	}
	form.variations_form tr,
	.product-hero__quantity,
	.product-hero__main-info,
	.custom-product-price,
	.form.variations_form tr {
		grid-template-columns: 1fr;
	}
	.product-hero__quantity .qib-button-wrapper {
		justify-content: flex-start;
	}
}

/* media */
