.wc-pci-products {
	clear: both;
	width: calc(100vw - 80px);
	max-width: 1185px;
	margin: 34px 0 24px;
	box-sizing: border-box;
}

.wc-pci-products__accordion {
	overflow: hidden;
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(247, 249, 252, 0.64));
	box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.wc-pci-products__summary {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: space-between;
	padding: 22px 24px;
	cursor: pointer;
	list-style: none;
}

.wc-pci-products__summary::-webkit-details-marker {
	display: none;
}

.wc-pci-products__summary:focus-visible {
	outline: 2px solid rgba(17, 17, 17, 0.28);
	outline-offset: -4px;
}

.wc-pci-products__heading {
	margin: 0;
	color: #111;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: 0;
}

.wc-pci-products__icon {
	position: relative;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(17, 17, 17, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
}

.wc-pci-products__icon::before,
.wc-pci-products__icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	border-radius: 2px;
	background: #111;
	content: '';
	transform: translate(-50%, -50%);
}

.wc-pci-products__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: transform 160ms ease;
}

.wc-pci-products__accordion[open] .wc-pci-products__icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.wc-pci-products__list {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0 24px 8px;
	list-style: none;
}

.wc-pci-products__item {
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr) minmax(128px, 150px) minmax(92px, auto);
	gap: 16px;
	align-items: center;
	padding: 18px 0;
	border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.wc-pci-products__image-link {
	display: block;
	width: 74px;
	height: 74px;
	overflow: hidden;
	border-radius: 14px;
	background: rgba(17, 17, 17, 0.04);
}

.wc-pci-products__image {
	display: block;
	width: 74px;
	height: 74px;
	object-fit: cover;
}

.wc-pci-products__content {
	min-width: 0;
}

.wc-pci-products__title {
	display: -webkit-box;
	overflow: hidden;
	color: #111;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.28;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.wc-pci-products__title:hover,
.wc-pci-products__title:focus {
	color: #111;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.wc-pci-products__description {
	display: none;
}

.wc-pci-products__variation {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.wc-pci-products__variation-label {
	margin: 0;
	color: rgba(17, 17, 17, 0.56);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0;
}

.wc-pci-products__variation-select {
	width: 100%;
	min-height: 38px;
	padding: 7px 34px 7px 12px;
	border: 1px solid rgba(17, 17, 17, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.86);
	color: #111;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.wc-pci-products__selected-size {
	display: none;
}

.wc-pci-products__variation-description {
	color: rgba(17, 17, 17, 0.58);
	font-size: 12px;
	line-height: 1.35;
}

.wc-pci-products__variation-description p {
	margin: 0;
}

.wc-pci-products__price {
	min-width: 92px;
	color: #111;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
	text-align: right;
}

.wc-pci-products__price .price,
.wc-pci-products__price .price_wrapper {
	display: inline-flex;
	justify-content: flex-end;
}

.wc-pci-products__price del {
	display: block;
	color: rgba(17, 17, 17, 0.42);
	font-weight: 500;
}

.wc-pci-products__price ins {
	text-decoration: none;
}

.wc-pci-cart-selected-files {
	display: grid;
	gap: 3px;
	margin: 6px 0 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	line-height: 1.35;
}

.wc-pci-cart-selected-files li {
	margin: 0;
}

.wc-block-components-product-details__
	> .wc-block-components-product-details__name {
	display: none;
}

.wc-block-components-product-details__
	> .wc-block-components-product-details__value::before {
	content: '\2022  ';
}

@media (max-width: 760px) {
	.wc-pci-products {
		margin-top: 28px;
	}

	.wc-pci-products__summary {
		padding: 18px;
	}

	.wc-pci-products__heading {
		font-size: 20px;
	}

	.wc-pci-products__list {
		padding: 0 18px 6px;
	}

	.wc-pci-products__item {
		grid-template-columns: 64px minmax(0, 1fr);
		gap: 12px 14px;
		padding: 16px 0;
	}

	.wc-pci-products__image-link,
	.wc-pci-products__image {
		width: 64px;
		height: 64px;
		border-radius: 12px;
	}

	.wc-pci-products__variation,
	.wc-pci-products__price {
		grid-column: 2;
	}

	.wc-pci-products__price {
		text-align: left;
	}
}
