#camera-vault, #camera-vault * { box-sizing: border-box; }
#camera-vault {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: #1a1a1a;
	background: #ffffff;
	max-width: 900px;
	margin: 0 auto;
	line-height: 1.55;
	-webkit-text-size-adjust: 100%;

}
.cv-container { padding: 0 20px; }
.cv-header {
	background: #ffffff;
	border-bottom: 3px solid #1a1a1a;
	padding: 28px 20px 20px;
	text-align: center;

}
.cv-header-inner {
	max-width: 640px;
	margin: 0 auto;

}
.cv-shopname {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin: 0 0 6px;

}
.cv-tagline {
	font-size: 14px;
	color: #555555;
	margin: 0 0 12px;

}
.cv-uk-stock {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #555555;
	margin: 0;

}
.cv-section {
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e8e8e8;

}
.cv-section:last-of-type { border-bottom: none; }
.cv-section-heading {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #1a1a1a;
	margin: 0 0 14px;
	padding-bottom: 8px;
	border-bottom: 2px solid #cf142b;
	display: inline-block;

}
.cv-title {
	font-size: 22px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 24px 0 0;
	line-height: 1.3;

}
.cv-description {
	font-size: 15px;
	color: #2a2a2a;
	max-width: 100%;
	overflow-wrap: break-word;

}
.cv-description p { margin: 0 0 12px; }
.cv-description img {
	max-width: 100%;
	height: auto;

}
.cv-description table { max-width: 100%; }
.cv-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;

}
.cv-gallery-main {
	flex: 1 1 100%;
	display: block;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	overflow: hidden;

}
.cv-gallery-main img {
	width: 100%;
	height: auto;
	display: block;

}
.cv-gallery-thumb {
	flex: 0 0 calc(25%  8px);
	display: block;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	overflow: hidden;

}
.cv-gallery-thumb img {
	width: 100%;
	height: auto;
	display: block;

}
.cv-why { background: #fafafa; }
.cv-why-list {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 14px;
	color: #2a2a2a;

}
.cv-why-list li { margin-bottom: 8px; }
.cv-delivery-text {
	font-size: 14px;
	color: #2a2a2a;
	margin: 0;

}
.cv-footer {
	background: #1a1a1a;
	padding: 24px 20px;
	margin-top: 8px;

}
.cv-footer-inner {
	max-width: 640px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	text-align: center;

}
.cv-footer-attribution {
	font-size: 11px;
	color: #cccccc;
	display: flex;
	align-items: center;
	gap: 6px;

}
.cv-muted { color: #999999; }
.cv-footer-codisto {
	max-width: 100px;
	height: auto;
	vertical-align: middle;

}
.cv-title { font-size: 26px; }
.cv-gallery-thumb { flex: 0 0 calc(16.66%  9px); }
.cv-footer-inner {
	flex-direction: row;
	justify-content: center;
	text-align: left;

}
