.custom-made-product {
	padding-top: 3rem;
	color: #666;
}

.custom-made-product .product-details {
	max-width: none;
}

.custom-made-product .cz-product-gallery {
	display: flex;
	flex-direction: column;
}

.custom-made-product .cz-preview {
	width: 100%;
	margin: 0;
	order: 0 !important;
}

.custom-made-product .cz-preview-item > img {
	width: 100%;
	border-radius: 12px;
}

.custom-made-product .cz-thumblist {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 1rem;
	order: 1 !important;
}

.custom-made-product .cz-thumblist:empty {
	display: none;
}

.custom-made-name {
	margin-bottom: 1rem;
	font-family: inherit;
	font-size: 2rem;
	font-weight: 400;
	color: #262626;
}

.custom-made-unit-price {
	margin-bottom: 1.75rem;
	font-size: 1.65rem;
	font-weight: 800;
	color: #111;
}

.custom-made-description {
	margin-bottom: 1.75rem;
	font-size: 1.15rem;
	line-height: 1.7;
}

.custom-made-field {
	margin: 0 0 1.75rem;
}

.custom-made-field > label,
.custom-made-field legend {
	display: block;
	margin-bottom: .5rem;
	font-size: 1.2rem;
	color: #333;
}

.custom-made-help {
	display: block;
	padding: 0;
	margin-bottom: .75rem;
	border: 0;
	border-bottom: 1px dashed #bbb;
	background: transparent;
	color: #666;
	font-size: 1.1rem;
	font-style: italic;
	text-align: left;
}

.custom-made-form .form-control {
	height: 3rem;
	font-size: 1.15rem;
	border: 1px solid #ced4da;
	border-radius: 5px;
	color: #333;
}

.custom-made-measurement {
	display: grid;
	grid-template-columns: 5.25rem minmax(0, 1fr) 2rem;
	align-items: center;
	gap: .5rem;
	margin-top: .6rem;
	font-size: 1.1rem;
}

.custom-made-measurement label {
	display: flex;
	justify-content: space-between;
	margin: 0 .5rem 0 0;
	color: #666;
}

.custom-made-status {
	margin-bottom: 1rem;
	color: #e43147;
	font-size: 1.05rem;
	font-style: italic;
}

.custom-made-height-remark {
	padding: 1rem;
	margin-bottom: 1rem;
	border: 1px solid #f1b7bd;
	border-radius: 5px;
	background: #fff5f6;
	color: #b51f32;
}

.custom-made-height-remark p {
	margin-bottom: .75rem;
	font-size: 1.05rem;
	font-weight: 600;
}

.custom-made-height-advisor {
	border: 1px solid #25d366;
	background: #25d366;
	color: #fff;
}

.custom-made-height-advisor:hover,
.custom-made-height-advisor:focus {
	border-color: #1eae54;
	background: #1eae54;
	color: #fff;
}

.custom-made-total {
	font-size: 1.4rem;
	color: #222;
}

.custom-made-advisor {
	padding: .75rem 1rem;
	border: 1px solid #df3045;
	border-radius: 5px;
	background: #df3045;
	color: #fff;
	font-size: 1.15rem;
}

.custom-made-advisor:hover,
.custom-made-advisor:focus {
	background: #c52539;
	color: #fff;
}

@media (min-width: 992px) {
	.custom-made-gallery { padding-right: 1.75rem; }
	.custom-made-details { padding-left: 1.75rem; }
}

@media (max-width: 575.98px) {
	.custom-made-product { padding-top: 1.25rem; }
	.custom-made-name { font-size: 1.7rem; }
	.custom-made-advisor { width: 100%; }
}
