.woocommerce div.product p.stock,
.wp-block-woocommerce-product-meta,
.woocommerce div.product form.cart div.quantity {
	display: none;
}

.wp-block-woocommerce-single-product {
	border-radius: 8px;
	box-shadow: inset 0 0 0 1px #CCCCCC;
	overflow: hidden;
}
.wp-block-woocommerce-single-product .wp-block-columns {
	display: flex;
    flex-direction: column;
    gap: 0;
	margin: 0;
}
.wp-block-woocommerce-single-product .wc-block-components-product-image {
	margin: 0;
}
.wp-block-woocommerce-single-product .wp-block-column:last-child {
	padding: 8px 16px 16px;
}
.wp-block-woocommerce-single-product .wp-block-post-title :where(a) {
	font-size: 1.4rem;
	line-height: 1.8rem;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.wc-block-grid__product-price {
	font-size: 2rem;
	line-height: 2.4rem;
	font-weight: 700;
	margin: 16px 0;
}
.woocommerce div.product form.cart {
	display: block;
	margin: 0;
	padding: 0;
}
.woocommerce div.product form.cart .button {
	width: 100%;
	padding: 10px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.7rem;
	color: inherit;
	background: var(--yellow-800);
	border-radius: 5px;
}

.product-contact-form-section #product-category {
	display: none;
}

.nrz-product-purpose-toggle {
	display: inline-block;
	padding: 0;
	margin: 0 0 8px;
	border: 0;
	background-color: #F3F3F3;
	border-radius: 36px;
}

.nrz-product-purpose-toggle__option {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	padding: 4px 10px;
	border-radius: 36px;
	color: #101010;
	font-family: "realist", sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	cursor: pointer;
}

.nrz-product-purpose-toggle__option:hover,
.nrz-product-purpose-toggle__option:focus-visible {
	border-color: #F89011;
	outline: none;
}

.nrz-product-purpose-toggle__option.is-active {
	border-color: #F89011;
	background: #F89011;
}

.nrz-product-purpose-toggle__option:disabled {
	opacity: .45;
	cursor: not-allowed;
}

.nrz-product-purpose-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 29px;
	padding: 4px 13px;
	border: 1px solid #F89011;
	border-radius: 36px;
	background: #FFFFFF;
	color: #101010;
	font-family: "realist", sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.3;
}

.nrz-part-main-attributes {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
	margin: 16px 0 32px;
}

.nrz-part-main-attributes__item {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.nrz-part-main-attributes__item span {
	color: #666666;
	font-size: 1.2rem;
	line-height: 1.3;
}

.nrz-part-main-attributes__item strong {
	color: #101010;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.nrz-piece-price-field {
	display: flex;
	flex-direction: column;
}

.nrz-piece-price-field > .nrz-product-purpose-toggle {
	order: 1;
	align-self: flex-start;
}

.nrz-piece-price-field > label {
	order: 2;
}

.nrz-piece-price-field::after {
	order: 3;
}

.nrz-piece-quantity {
	order: 4;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 56px auto;
	gap: 8px;
	align-items: center;
	margin: 0 0 16px;
}

.nrz-piece-quantity__label {
	color: #666666;
	font-size: 1.2rem;
	line-height: 1.3;
}

.nrz-piece-quantity__input {
	width: 56px;
	height: 32px;
	padding: 0 8px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	background: #FFFFFF;
	color: #101010;
	font: 400 1.2rem/1.3 "realist", sans-serif;
	text-align: center;
}

.nrz-piece-quantity__input:focus-visible {
	border-color: #F89011;
	outline: 2px solid rgba(248, 144, 17, .25);
	outline-offset: 1px;
}

.nrz-piece-quantity__unit {
	color: #666666;
	font-size: 1.2rem;
	line-height: 1.3;
}

@media (max-width: 575.98px) {
	.nrz-part-main-attributes {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.nrz-piece-quantity {
		grid-template-columns: minmax(0, 1fr) 56px;
	}

	.nrz-piece-quantity__unit {
		grid-column: 2;
	}
}
.nrz-related-search-notice {
    margin: 0 0 24px;
    padding: 16px 20px;
    border-left: 4px solid #F89011;
    background: #F7F7F7;
    color: #1E3948;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}
