.set-detail {
	padding: 40px 0 90px;
}
.set-detail__layout {
	display: flex;
}
.set-detail__content {
	width: 100%;
	max-width: 700px;
	padding-left: 45px;
}
.set-detail__placeholder {
	background: rgba(255, 255, 255, 0.45);
}
.set-detail__intro {
	margin-bottom: 25px;
}
.set-detail__title {
	max-width: 760px;
	font-size: clamp(30px, 2.45vw, 44px);
	font-weight: 700;
	line-height: 1;
}
.set-products {
	display: grid;
	gap: 10px;
}
.set-product {
	display: grid;
	grid-template-columns: 100px minmax(130px, 0.75fr) minmax(245px, 1.25fr);
	align-items: center;
	gap: 18px;
	min-height: 136px;
	padding: 12px 18px 12px 12px;
	border: 1px solid rgba(71, 69, 72, 0.14);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.62);
}
.set-product.is-unavailable {
	opacity: 0.62;
}
.set-product__image {
	align-self: stretch;
	min-height: 110px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.set-product__image img {
	width: 100%;
	aspect-ratio: 1 / 1.48;
	object-fit: cover;
}
.set-product__info {
	min-width: 0;
}
.set-product__name {
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
}
.set-product__name:hover {
	color: #f97ebf;
}
.set-product__price {
	margin-top: 12px;
	font-size: 19px;
	font-weight: 500;
}
.set-product__price del {
	margin-right: 6px;
	color: #9f9f9f;
	font-size: 0.82em;
}
.set-product__stock {
	display: block;
	margin-top: 8px;
	color: #e02828;
	font-size: 13px;
}
.set-product__form {
	min-width: 0;
	padding-left: 18px;
	border-left: 1px solid rgba(71, 69, 72, 0.14);
}
.set-product__form .variations_form,
.set-product__form .variations,
.set-product__form .variation-item {
	margin: 0;
}
.set-product__form .variation-item + .variation-item {
	margin-top: 10px;
}
.set-product__form .productSizeHead {
	display: block;
}
.set-product__form .productSizeHead .label {
	color: #767477;
	font-size: 14px;
	font-weight: 400 !important;
}
.set-product__form .productSizeInputs {
	gap: 6px;
	margin-top: 8px;
}
.set-product__form select {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 12px;
	border: 1px solid rgba(71, 69, 72, 0.22);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.58);
	font-size: 14px;
}
.set-product__form .variable-items-wrapper {
	gap: 6px;
	margin: 0 !important;
}
body.woo-variation-swatches .set-product__form .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	width: auto !important;
	min-width: 42px !important;
	height: 40px !important;
	margin: 0 !important;
	padding: 0 10px !important;
}
.set-product__form .single-preorder,
.set-product__form .single_variation_wrap,
.set-product__form .productSizeTableBtn {
	display: none !important;
}
.set-product__simple-note {
	display: flex;
	align-items: center;
	gap: 7px;
	color: #8a888b;
	font-size: 12px;
}
.set-product__simple-note svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: #f97ebf;
	stroke-width: 2;
}
.set-products__empty {
	padding: 30px;
	border: 1px dashed rgba(71, 69, 72, 0.3);
	border-radius: 14px;
	text-align: center;
}
.set-summary {
	margin-top: 12px;
	padding: 18px;
	border: 1px solid rgba(249, 126, 191, 0.48);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.52);
}
.set-summary__row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
}
.set-summary__row + .set-summary__row {
	margin-top: 10px;
}
.set-summary__row--regular {
	color: #6d6b6e;
	font-size: 15px;
}
.set-detail.hasDiscount .set-summary__regular-price {
	text-decoration: line-through;
}
.set-summary__row--discount {
	color: #f05da9;
	font-size: 15px;
}
.set-summary__row--discount strong {
	font-weight: 500;
}
.set-summary__divider {
	margin: 16px 0;
	border-top: 1px dashed rgba(71, 69, 72, 0.22);
}
.set-summary__row--total {
	font-size: 18px;
}
.set-summary__total-price {
	color: #f05da9;
	font-size: 34px;
	font-weight: 600;
	line-height: 1;
}
.set-summary .set-summary__button {
	width: 100%;
	max-width: none;
	margin-top: 14px;
}
.set-summary__button svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}
.set-summary__button:disabled {
	border-color: transparent;
	background: rgba(71, 69, 72, 0.32);
	color: rgba(255, 255, 255, 0.86);
	cursor: not-allowed;
}
.set-detail__description {
	max-width: 900px;
	margin: 55px auto 0;
}
.set-added-popup {
	width: 550px;
	max-width: calc(100% - 30px);
	padding: 26px;
	border-radius: 30px;
	background: #fef5f2;
}
.set-added-popup__head,
.set-added-popup__heading,
.set-added-popup__set,
.set-added-popup__info,
.set-added-popup__check,
.set-added-popup__close {
	display: flex;
}
.set-added-popup__head {
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 28px;
}
.set-added-popup__heading {
	align-items: center;
	gap: 10px;
	font-size: 21px;
	font-weight: 600;
}
.set-added-popup__check {
	align-items: center;
	justify-content: center;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background: #098b4b;
	color: #fff;
}
.set-added-popup__check svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.4;
}
.set-added-popup__close {
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(71, 69, 72, 0.09);
}
.set-added-popup__close svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: #474548;
	stroke-linecap: round;
	stroke-width: 1.7;
}
.set-added-popup__set {
	align-items: center;
	gap: 24px;
	margin-bottom: 30px;
}
.set-added-popup__image {
	flex: 0 0 125px;
	height: 165px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.set-added-popup__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.set-added-popup__info {
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	min-width: 0;
}
.set-added-popup__title {
	font-size: 20px;
	line-height: normal;
}
.set-added-popup__count,
.set-added-popup__discount {
	color: #8a888b;
	font-size: 14px;
}
.set-added-popup__price {
	margin-top: 4px;
	font-size: 20px;
	font-weight: 500;
}
.set-added-popup__cart {
	width: 100%;
	max-width: none;
}
@media (max-width: 1399px) {
	.set-product {
		grid-template-columns: 86px minmax(120px, 0.72fr) minmax(230px, 1.28fr);
		gap: 14px;
		padding-right: 14px;
	}
	.set-product__form {
		padding-left: 14px;
	}
}
@media (max-width: 1199px) {
	.set-detail {
		padding-top: 30px;
	}
	.set-detail__content {
		padding-left: 30px;
	}
	.set-product {
		grid-template-columns: 78px minmax(0, 1fr);
		min-height: 0;
	}
	.set-product__image,
	.set-product__image img {
		min-height: 96px;
	}
	.set-product__form {
		grid-column: 1 / -1;
		padding: 12px 0 0;
		border-top: 1px solid rgba(71, 69, 72, 0.12);
		border-left: 0;
	}
}
@media (max-width: 991px) {
	.set-detail {
		padding: 22px 0 65px;
	}
	.set-detail__layout {
		flex-direction: column;
		row-gap: 30px;
	}
	.set-detail__content {
		max-width: none;
		padding-left: 0;
	}
	.set-detail__title {
		font-size: clamp(27px, 7.4vw, 36px);
	}
}
@media (max-width: 575px) {
	.set-added-popup {
		padding: 20px 14px;
		border-radius: 25px;
	}
	.set-added-popup__head {
		gap: 12px;
		margin-bottom: 24px;
	}
	.set-added-popup__heading {
		font-size: 18px;
	}
	.set-added-popup__set {
		align-items: flex-start;
		gap: 16px;
		margin-bottom: 26px;
	}
	.set-added-popup__image {
		flex-basis: 92px;
		height: 122px;
	}
	.set-added-popup__title,
	.set-added-popup__price {
		font-size: 17px;
	}
	.set-product {
		grid-template-columns: 74px minmax(0, 1fr);
		gap: 12px;
		padding: 10px;
		border-radius: 11px;
	}
	.set-product__image,
	.set-product__image img {
		min-height: 92px;
	}
	.set-product__name {
		font-size: 16px;
	}
	.set-product__price {
		margin-top: 7px;
		font-size: 17px;
	}
	.set-summary {
		padding: 15px 12px;
		border-radius: 11px;
	}
	.set-summary__total-price {
		font-size: 29px;
	}
	.set-summary .set-summary__button {
		padding: 0 14px;
		font-size: 16px;
	}
	.set-detail__description {
		margin-top: 38px;
	}
}
.set-archive {
	padding: 40px 0 90px;
}
.set-archive__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}
.set-archive__empty {
	font-size: 18px;
}
.set-archive .navigation {
	margin-top: 45px;
}
.set-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	border: 1px solid rgba(71, 69, 72, 0.12);
	overflow: hidden;
	background: rgba(255, 255, 255, 0.62);
}
.set-card__image {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1.1;
	overflow: hidden;
	background: #fff;
}
.set-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.set-card__discount {
	position: absolute;
	top: 14px;
	left: 14px;
	padding: 5px 9px;
	border-radius: 6px;
	background: #f05da9;
	color: #fff;
	font-size: 14px;
	line-height: 1;
}
.set-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 14px 18px 18px;
}
.set-card__title {
	font-size: 21px;
	font-weight: 600;
	line-height: normal;
}
.set-card__products {
	display: flex;
	flex-direction: column;
	font-size: 13px;
	line-height: normal;
	margin-top: 7px;
}
.set-card__products span::before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	margin: 0 9px 3px 0;
	border-radius: 50%;
	background: #f05da9;
}
.set-card__prices {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 15px;
	margin-top: auto;
	padding-top: 18px;
}
.set-card__price {
	display: flex;
	align-items: baseline;
	gap: 20px;
}
.set-card__price del {
	color: #8a888b;
	font-size: 15px;
}
.set-card__price strong {
	color: #f05da9;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
}
.set-card__saving {
	color: #f05da9;
	font-size: 13px;
	white-space: nowrap;
}
.set-card__button {
	padding: 10px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	border-radius: 6px;
	background: #f05da9;
	color: #fff;
	font-size: 15px;
	margin-top: 15px;
}
@media (max-width: 1199px) {
	.set-card__body {
		padding: 10px;
	}
	.set-card__title {
		font-size: 18px;
	}
	.set-card__products {
		font-size: 12px;
	}
	.set-card__prices {
		padding-top: 10px;
		gap: 10px;
	}
	.set-card__price {
		gap: 10px;
	}
	.set-card__price strong {
		font-size: 18px;
	}
	.set-card__price del {
		font-size: 13px;
	}
	.set-card__button {
		margin-top: 10px;
	}
}
@media (max-width: 991px) {
	.set-archive__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}
}
@media (max-width: 767px) {
	.set-card__prices {
		flex-wrap: wrap;
		gap: 0 10px;
	}
	.set-card__saving {
		width: 100%;
	}
}