.wc-pci-products {
	clear: both;
	margin: 48px 0 32px;
}

.wc-pci-products__accordion {
	border-top: 1px dashed #d9d9d9;
	border-bottom: 1px dashed #d9d9d9;
}

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

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

.wc-pci-products__summary:focus-visible {
	outline: 2px solid #24345d;
	outline-offset: 4px;
}

.wc-pci-products__heading {
	margin: 0;
	font-size: clamp(28px, 4vw, 48px);
	line-height: 1.15;
	font-weight: 700;
	color: #24345d;
}

.wc-pci-products__icon {
	position: relative;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border: 2px solid #24345d;
	border-radius: 50%;
}

.wc-pci-products__icon::before,
.wc-pci-products__icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	background: #24345d;
	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 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wc-pci-products__item {
	display: grid;
	grid-template-columns: 90px minmax(0, 1fr) 150px auto;
	gap: 20px;
	align-items: center;
	padding: 28px 0;
	border-bottom: 1px dashed #d9d9d9;
}

.wc-pci-products__image-link {
	display: block;
	width: 90px;
	height: 90px;
}

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

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

.wc-pci-products__title {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 600;
	text-decoration: none;
	color: #24345d;
}

.wc-pci-products__title:hover,
.wc-pci-products__title:focus {
	text-decoration: underline;
}

.wc-pci-products__description {
	max-width: 760px;
	color: #4f5b76;
}

.wc-pci-products__description p {
	margin: 0;
}

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

.wc-pci-products__variation-label {
	margin: 0;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 600;
	color: #6c7488;
}

.wc-pci-products__variation-select {
	width: 100%;
	min-height: 42px;
	padding: 8px 12px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	background: #fff;
	color: #24345d;
	font-size: 15px;
	line-height: 1.3;
}

.wc-pci-products__selected-size {
	font-size: 13px;
	line-height: 1.25;
	color: #4f5b76;
}

.wc-pci-products__variation-description {
	font-size: 13px;
	line-height: 1.35;
	color: #6c7488;
}

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

.wc-pci-products__price {
	min-width: 120px;
	text-align: right;
	font-size: 22px;
	line-height: 1.25;
	font-weight: 700;
	color: #24345d;
}

.wc-pci-products__price del {
	display: block;
	color: #8a91a4;
	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: 700px) {
	.wc-pci-products {
		margin-top: 36px;
	}

	.wc-pci-products__summary {
		gap: 12px;
		padding: 20px 0;
	}

	.wc-pci-products__icon {
		flex-basis: 24px;
		width: 24px;
		height: 24px;
	}

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

	.wc-pci-products__image-link,
	.wc-pci-products__image {
		width: 72px;
		height: 72px;
	}

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

	.wc-pci-products__price {
		grid-column: 2;
		min-width: 0;
		text-align: left;
		font-size: 20px;
	}

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