.product-detail {
	width: min(calc(100% - 40px), 1280px);
	margin: 0 auto;
	padding: 28px 0 100px;
	color: #171717;
}

.product-detail__breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	overflow: hidden;
	padding: 0 0 24px;
	color: #888;
	font-size: 12px;
	white-space: nowrap;
}

.product-detail__breadcrumb strong {
	overflow: hidden;
	color: #333;
	font-weight: 600;
	text-overflow: ellipsis;
}

.product-overview {
	display: grid;
	align-items: start;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(38px, 5vw, 68px);
	padding-bottom: 50px;
}

.product-gallery {
	position: sticky;
	top: 24px;
	display: block;
	min-width: 0;
}

.product-gallery__thumbs {
	width: 100%;
	margin-top: 14px;
}

.product-gallery__thumb {
	height: 92px;
	padding: 0;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	opacity: .58;
	transition: border-color .2s ease, opacity .2s ease, transform .2s ease;
}

.product-gallery__thumb.swiper-slide-thumb-active {
	border-color: #8452b2;
	opacity: 1;
	transform: translateY(-2px);
}

.product-gallery__thumb img,
.product-gallery__main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-gallery__image {
	display: block;
	width: 100%;
	height: 100%;
	cursor: zoom-in;
}

.product-gallery__stage {
	position: relative;
	min-width: 0;
}

.product-gallery__main {
	aspect-ratio: 1 / 1;
	border-radius: 12px;
	background: #f7f7f7;
	overflow: hidden;
}

.product-gallery__main .swiper-slide {
	height: auto;
}

.product-gallery__main .swiper-pagination {
	display: none;
}

.product-summary {
	padding-top: 8px;
}

.product-summary__brand {
	padding-bottom: 17px;
	border-bottom: 1px solid #ededed;
	color: #777;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.product-summary__title {
	margin: 24px 0 12px;
	font-size: clamp(25px, 2.4vw, 36px);
	font-weight: 500;
	line-height: 1.3;
}

.product-summary__short {
	color: #737373;
	font-size: 14px;
	line-height: 1.75;
}

.product-summary__short p:last-child {
	margin-bottom: 0;
}

.product-price {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 25px 0;
	padding: 18px 20px;
	border: 1px solid #f1dfe5;
	border-radius: 12px;
	background: linear-gradient(135deg, #fff8fa 0%, #fff 70%);
}

.product-price__discount {
	display: grid;
	min-width: 58px;
	height: 34px;
	place-items: center;
	border-radius: 999px;
	background: #ff0037;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
}

.product-price__html {
	display: flex;
	flex-direction: column-reverse;
	gap: 5px;
	color: #eb5c7b;
	font-size: 31px;
	font-weight: 800;
	line-height: 1.05;
}

.product-price__html del {
	display: inline-block;
	margin: 0;
	color: #aaa;
	font-size: 12px;
	font-weight: 500;
}

.product-price__html ins {
	color: #171717;
	text-decoration: none;
}

.product-highlights {
	margin: 24px 0;
	border-top: 1px solid #dedede;
}

.product-highlight {
	border-bottom: 1px solid #dedede;
	font-size: 13px;
	line-height: 1.6;
}

.product-highlight__toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 15px 2px;
	color: #222;
	text-align: left;
}

.product-highlight__toggle strong {
	font-size: 13px;
	font-weight: 600;
}

.product-highlight__toggle i {
	transition: transform .25s ease;
}

.product-highlight.is-open .product-highlight__toggle i {
	transform: rotate(45deg);
}

.product-highlight__content {
	display: none;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	padding: 0 0 17px;
	color: #666;
}

.product-highlight.is-open .product-highlight__content {
	    display: flex;
    flex-direction: column;
}

.product-highlight article {
	padding: 11px 12px;
	border-radius: 8px;
	background: #f8f8f8;
}

.product-highlight article > span {
	color: #333;
	font-weight: 700;
}

.product-highlight__description {
	margin-top: 3px;
	font-size: 12px;
	line-height: 1.55;
}

.product-highlight__description p {
	margin: 0;
}

.product-summary__cart .stock {
	margin: 0 0 12px;
	font-size: 13px;
}

.product-summary__cart {
	padding: 18px;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	background: #fafafa;
}

.product-summary__cart .variations {
	width: 100%;
	margin: 0 0 24px;
	border-collapse: collapse;
}

.product-summary__cart .variations tbody {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.product-summary__cart .variations tr {
	display: grid;
	align-content: start;
	gap: 8px;
	margin: 0;
}

.product-summary__cart .variations th,
.product-summary__cart .variations td {
	display: block;
	position: relative;
	padding: 0;
	text-align: left;
}

.product-summary__cart .variations label,
.handskin-product-cart__label {
	color: #333;
	font-size: 13px;
	font-weight: 700;
}

.product-summary__cart .variations select {
	width: 100%;
	height: 46px;
	padding: 0 14px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fff;
	color: #222;
	font-size: 13px;
	outline: 0;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.product-summary__cart .variations select:focus {
	border-color: #b681c9;
	box-shadow: 0 0 0 3px rgb(132 82 178 / 10%);
}

.product-summary__cart .reset_variations {
	position: absolute;
	top: 100%;
	left: 0;
	display: inline-block;
	margin-top: 6px;
	color: #999;
	font-size: 11px;
	line-height: 1;
}

.product-summary__cart .woocommerce-variation-description {
	color: #777;
	font-size: 13px;
	line-height: 1.7;
}

.product-summary__cart .woocommerce-variation-price {
	display: none;
}

.handskin-product-cart {
	display: grid;
	gap: 11px;
}

.handskin-product-cart__quantity {
	display: grid;
	grid-template-columns: 44px 62px 44px;
	width: max-content;
	border: 1px solid #d7d7d7;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.handskin-product-cart__quantity button {
	height: 42px;
	color: #555;
	font-size: 19px;
}

.handskin-product-cart__quantity .quantity {
	display: block;
}

.handskin-product-cart__quantity input.qty {
	width: 62px;
	height: 42px;
	padding: 0;
	border: 0;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	outline: 0;
	background: #fff;
	text-align: center;
	-moz-appearance: textfield;
}

.handskin-product-cart__quantity input.qty::-webkit-inner-spin-button,
.handskin-product-cart__quantity input.qty::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.handskin-product-cart__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 9px;
	margin-top: 7px;
}

.handskin-product-cart__actions .button {
	display: grid;
	min-height: 56px;
	place-items: center;
	border: 1px solid #111;
	border-radius: 8px;
	background: #fff;
	color: #111;
	font-size: 14px;
	font-weight: 800;
	transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.handskin-product-cart__actions .button:not(.disabled):hover {
	transform: translateY(-1px);
	background: #111;
	color: #fff;
}

.handskin-product-cart__actions .handskin-buy-now {
	background: #111;
	color: #fff;
}

.handskin-product-cart__actions .single_add_to_cart_button {
	border-color: #00c73c !important;
	background: #00c73c !important;
	color: #fff;
}

.handskin-product-cart__actions .single_add_to_cart_button.loading {
	cursor: wait;
	opacity: .65;
}

.handskin-product-cart__actions .disabled {
	cursor: not-allowed;
	opacity: .45;
}

.product-detail-tabs {
	margin-bottom: 55px;
	border-top: 1px solid #111;
}

.product-detail-tabs__nav {
	position: sticky;
	top: 0;
	z-index: 20;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-bottom: 1px solid #dedede;
	background: #fff;
}

.admin-bar .product-detail-tabs__nav {
	top: 32px;
}

.product-detail-tabs__nav button {
	min-height: 66px;
	padding: 12px;
	border-bottom: 3px solid transparent;
	color: #888;
	font-size: 14px;
	font-weight: 700;
}

.product-detail-tabs__nav button.is-active {
	border-color: #111;
	color: #111;
}

.product-detail-tabs__panel {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 0 15px;
}

.product-content {
	font-size: 15px;
	line-height: 1.85;
}

.product-content img {
	max-width: 100%;
	height: auto;
}

.product-content h2,
.product-content h3 {
	margin: 1.5em 0 .7em;
	line-height: 1.35;
}

.product-certificates {
	display: grid;
	gap: 22px;
}

.product-certificate {
	display: grid;
	position: relative;
	grid-template-columns: minmax(190px, 260px) 1fr;
	gap: clamp(20px, 3vw, 32px);
	padding: clamp(20px, 2.6vw, 28px);
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 32px rgb(17 17 17 / 4%);
	overflow: hidden;
}

.product-certificate::before {
	content: none;
}

.product-certificate__media {
	position: relative;
}

.product-certificate__media::after {
	content: none;
}

.product-certificate img {
	width: 100%;
	aspect-ratio: 4 / 3;
	height: auto;
	border-radius: 10px;
	object-fit: cover;
}

.product-certificate__placeholder {
	display: grid;
	aspect-ratio: 4 / 3;
	place-items: center;
	border-radius: 10px;
	background: #f7f7f7;
	color: #999;
	font-size: 44px;
}

.product-certificate__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-width: 0;
}

.product-certificate__badge {
	display: inline-flex;
	align-items: center;
	margin-bottom: 12px;
	padding: 5px 9px;
	border: 1px solid #e5e5e5;
	border-radius: 999px;
	background: #fafafa;
	color: #777;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.product-certificate h3 {
	margin: 0 0 8px;
	font-size: clamp(20px, 1.8vw, 25px);
	font-weight: 600;
	line-height: 1.35;
}

.product-certificate__issuer {
	margin: 0 0 14px;
	color: #999;
	font-size: 13px;
	font-weight: 600;
}

.product-certificate__description {
	max-width: 620px;
	color: #555;
	font-size: 14px;
	line-height: 1.75;
}

.product-certificate__description p:last-child {
	margin-bottom: 0;
}

.product-certificate__link {
	display: inline-flex;
	align-items: center;
	margin-top: 18px;
	padding-bottom: 3px;
	border-bottom: 1px solid #111;
	background: transparent;
	color: #111;
	font-size: 13px;
	font-weight: 800;
	transition: color .2s ease, border-color .2s ease;
}

.product-certificate__link:hover {
	border-color: #777;
	color: #777;
}

.product-related {
	padding-top: 68px;
	border-top: 1px solid #e6e6e6;
}

.product-related__heading {
	margin-bottom: 30px;
	text-align: center;
}

.product-related__heading p {
	margin-bottom: 6px;
	color: #e65d7c;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.product-related__heading h2 {
	font-size: 29px;
	font-weight: 600;
}

.product-related .home-product-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-cart-popup {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	visibility: hidden;
	place-items: center;
	padding: 20px;
	opacity: 0;
	transition: visibility .25s ease, opacity .25s ease;
}

.product-cart-popup.is-open {
	visibility: visible;
	opacity: 1;
}

.product-cart-popup__backdrop {
	position: absolute;
	inset: 0;
	background: rgb(17 17 17 / 34%);
	backdrop-filter: blur(1px);
}

.product-cart-popup__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 380px);
	padding: 24px;
	border: 1px solid #ededed;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 18px 55px rgb(0 0 0 / 14%);
	text-align: center;
	transform: translateY(8px);
	transition: transform .25s ease;
}

.product-cart-popup.is-open .product-cart-popup__dialog {
	transform: translateY(0);
}

.product-cart-popup__close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 50%;
	color: #999;
	font-size: 13px;
	transition: background .2s ease, color .2s ease;
}

.product-cart-popup__close:hover {
	background: #f6f6f6;
	color: #333;
}

.product-cart-popup__icon {
	display: inline-grid;
	width: 28px;
	height: 28px;
	margin: 0 auto 12px;
	place-items: center;
	border: 1px solid #e8ddf1;
	border-radius: 999px;
	background: #fff;
	color: #8452b2;
	font-size: 15px;
}

.product-cart-popup__eyebrow {
	margin: 0 0 8px;
	color: #555;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

.product-cart-popup h2 {
	margin: 0;
	color: #222;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.45;
}

.product-cart-popup__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 20px;
}

.product-cart-popup .product-cart-popup__actions .button {
	display: grid;
	min-height: 42px;
	place-items: center;
	border: 1px solid #dedede;
	border-radius: 6px;
	background: #f7f7f7;
	color: #333;
	font-size: 12px;
	font-weight: 700;
	transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.product-cart-popup .product-cart-popup__actions .button:hover {
	border-color: #cfcfcf;
	background: #f0f0f0;
}

.product-cart-popup .product-cart-popup__actions .product-cart-popup__view {
	border-color: #171717;
	background: #171717;
	color: #fff;
}

.product-cart-popup .product-cart-popup__actions .product-cart-popup__view:hover {
	border-color: #333;
	background: #333;
	color: #fff;
}

html.product-popup-open {
	overflow: hidden;
}

@media (max-width: 991px) {
	.product-overview {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.product-gallery {
		position: static;
	}

	.product-summary {
		padding-top: 0;
	}

	.product-related .home-product-grid--four {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.product-detail {
		width: min(calc(100% - 28px), 1280px);
		padding-top: 18px;
	}

	.product-detail__breadcrumb {
		padding-bottom: 16px;
	}

	.product-overview {
		padding-bottom: 55px;
	}

	.product-gallery__thumb {
		height: 76px;
	}

	.product-gallery__main .swiper-pagination {
		display: block;
	}

	.product-summary__title {
		margin-top: 18px;
	}

	.product-highlight {
		display: block;
	}

	.product-highlight__content {
		grid-template-columns: 1fr;
	}

	.product-detail-tabs__nav {
		overflow-x: auto;
		grid-template-columns: repeat(3, minmax(150px, 1fr));
	}

	.product-detail-tabs__nav button {
		min-height: 58px;
		font-size: 12px;
	}

	.product-detail-tabs__panel {
		padding-top: 38px;
	}

	.product-certificate {
		grid-template-columns: 1fr;
		padding: 20px;
	}

	.product-related {
		padding-top: 50px;
	}
}

@media (max-width: 520px) {
	.product-summary__cart .variations tbody,
	.handskin-product-cart__actions {
		grid-template-columns: 1fr;
	}

	.product-cart-popup__dialog {
		padding: 30px 20px 22px;
	}

	.product-cart-popup__actions {
		grid-template-columns: 1fr;
	}

	.product-related .home-product-grid--four {
		grid-template-columns: 1fr 1fr;
		gap: 20px 10px;
	}
}
