@font-face {
    font-family: 'Akzidenz Grotesk';
    src: url('font/AkzidenzGroteskBE-Regular.woff') format('woff')/*, url('font/AkzidenzGroteskBE-Regular.woff2') format('woff2') */;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Akzidenz Grotesk';
    src: url('font/AkzidenzGroteskBE-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Akzidenz Grotesk';
    src: url('font/AkzidenzGroteskBE-It.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Akzidenz Grotesk';
    src: url('font/AkzidenzGroteskBE-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Akzidenz Grotesk';
    src: url('font/AkzidenzGroteskBE-Light.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}

html {
	--hsl-h: 356;
    --hsl-s: 86.5%;
    --hsl-l: 40.8%;
	--color-area:#f0f0f0;
	--color-line:#e5e5e5;
	--color-text:#333;
	--color:#c20e1a;
	--color-area: var(--dark-gray);
	--light-gray: #F5F5F5;
	--gray:#E5E5E5;
	--dark-gray:#838488;
	/* --dark-gray: */
	--line-height: calc(1.1em + .5rem);
	--width: 55rem;
	font-size:18.6px;
    font-family: "Akzidenz Grotesk";
	--cd-box-shadow:0 0 .4rem #0005;
	hyphenate-limit-chars: 8 4 4;
}
h1, .h1 {
    font-size:2.66rem;
    font-size:2.57rem;
	letter-spacing:.013em;
	font-weight:800;
	color:#000;
	margin-bottom:.5em;
}
h2 {
	font-size:1.58rem;
	letter-spacing:0.022em;
	margin-bottom:.39em;
}
h4 {
    font-size: 1rem;
	margin-bottom:.4em;
	text-wrap:auto;
	& + p {
		margin-top:0;
	}
}
h5 {
    font-size: .87rem;
	margin-bottom:0;
	& + p {
		margin-top:0;
	}
}

:is(h1, h2, h3, h4, h5, h6) + :is(h1, h2, h3, h4, h5, h6) { margin-top: 0; }
:is(h1, h2, h3, h4, h5, h6):has(+ :is(h1, h2, h3, h4, h5, h6)) { margin-bottom: .4em; }

a {
    text-decoration: none;
    color: var(--color);
}
a:visited {}
a:hover {}
b, strong {
	font-weight:900;
}
.btn, button {
  	background-color: var(--color-area);
	border-radius:0;
	min-width:9.6rem;
	padding:.7rem 1.75rem;
	padding:.52rem 1.75rem;
	font-size:.89rem;
	font-weight:800;
	text-align: center; /* .btn */
	letter-spacing:.055em;
}

:is(button, .btn):not(:disabled):where(:hover, :focus, [aria-pressed="true"]) {
	background-color: var(--color);
	color:#fff;
}
td {
	padding:.1rem 0;
}

input, textarea, select, u2-input {
	font-weight:200;
    background-color: #fff;
    xpadding: 0.35em 0.5em;
	padding:.6rem .9rem;
	border:1px solid #888;
	border-radius:0;
}

dialog {
	border:0;
	box-shadow:var(--cd-box-shadow);
	left:0;
	right:0;
	width:var(--width);
	max-width:100%;
	padding:2.4rem;
}
/* todo: */
.qg-box:modal {
    display:flex;
    flex-flow:column;
}
.qg-box.qg-box { /* stronger */
    padding:0;
}
.qg-box > .-head {
    flex:0 0 auto;
    display:flex;
    background:#000;
    color:#fff;
    padding:10px 20px;
}
.qg-box > .-head > .-title {
	flex:1;
}
.qg-box > .-body {
    flex:auto;
    overflow:auto;
    padding:20px;
}




u2-carousel {
	&::part(control) {
		width: 1.9rem;
		color:var(--color-area);
		stroke-width:.063rem;
	}
}
u2-carousel-nav {
	margin-top:1.3rem;
	gap:.7rem;
}
u2-carousel-nav span {
	border: 1px solid var(--color-area);
	background:transparent;
	border-radius:999px;
	transition: .3s linear;
	transition:width background-color;
	opacity:1;
	height:.83rem;
	width:.83rem;
	&:hover {
		background-color:var(--color-area);
	}
	&.-active {
		background-color:var(--color-area);
		width:4rem;
	}
}


.cd-filter {
	position:relative;
	top:-1.6rem;
	& > [popovertarget="cd-filter"] {
		bottom: 100%;
		position: absolute;
		right: 0;
	}
}
#cd-filter {
	position:relative;
	inset:auto;
	left:0; right:0;
	background-color: #fffd;
	backdrop-filter: blur(.4rem);
	& > form { margin-bottom:1.6rem }
	& > button { margin-left: auto; display: block; }
}


html .qg-box {
	box-shadow:var(--cd-box-shadow);
}
html .qg-box .-head {
	background:none;
	color:currentColor;
	font-size:1.5em;
	padding:2.4rem;
	padding-bottom:0;
}
html .qg-box .-body {
	padding:2.4rem;
	padding-top:0;
}
html .qg-box .-close {
	display:block;
	width:1.6rem;
	height:1.6rem;
	padding:0;
	margin:0;
	background:url('/m/cms.layout.lascaux/pub/img/x.svg') no-repeat 50%;
	background-size:contain;
	margin:-1px;
	margin-left:auto;
	cursor:pointer;
	min-width:0;
	outline:none;
}
zzz.qg-backdrop {
	background: rgba(0, 0, 0, 0.1) !important;
}


#container select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image:url(/m/cms.layout.lascaux/pub/img/dropdown.svg);
	background-repeat:no-repeat;
	background-position:97% 50%;
	background-size:32px 11px;
	background-position:top 50% right 5px;
	padding-right:2.7em;
}
#container [type=number] {
	-moz-appearance: textfield;
}




.cd_cols_2 ,
.cd_cols_3 {
	display:flex;
	margin-block:5rem;
	gap:6%;
}
.cd_cols_2 > * ,
.cd_cols_3 > * {
	xflex:0 1 auto;
	xmin-width:10rem;
	flex:0 1 19rem;
	width:37%;
}

#container .c1-fieldTable {
    display:table;
    width: 100%;
}
#container .c1-fieldTable > *  {
    display:table-row-group;
}
#container .c1-fieldTable > * > *  {
    display:table-row;
}
#container .c1-fieldTable > * > * > * {
    display:table-cell;
    padding:6px;
    width:50%;
    vertical-align:top;
	font-weight:normal;
}
#container .c1-fieldTable > * > * > :first-child {
	padding-top:.67em;
	padding-left:0;
	width:37%;
}
#container .c1-fieldTable > * > * > :last-child {
	padding-right:0;
}
#container .c1-fieldTable input:not([type=checkbox]):not([type=radio]) ,
#container .c1-fieldTable textarea ,
#container .c1-fieldTable select ,
#container .c1-fieldTable button {
	width:100%;
    vertical-align:middle;
}
@media (max-width: 560px) {
	#container .c1-fieldTable {
		font-size:.9em;
	}
	#container .c1-fieldTable > * > * > * {
		padding:3px;
	}
}
@media (max-width: 400px) {
	#container .c1-fieldTable {
		font-size:.8em;
	}
}


.cd_checkboxes {
	--u2-Items-width:14rem;
	& input { margin-right:.4rem; }
}

.cd_img_1 > div {
	padding-bottom:100%;
	height:0;
	position:relative;
}
.cd_img_1 > div > div {
	position:absolute;
	inset:0;
	display:flex;
	align-items:center;
}
.cd_img_1 > div > div > img {
	max-width:100%;
}
.cd_img_2 {
	flex:1;
	background-size:cover;
	background-position:50%;
	background-origin:content-box;
	background-repeat: no-repeat;
}


.cd-list {
	margin:.7em 0;
	padding:0;
	list-style:none;
	line-height:1.3;
}
.cd-list > li {
	border:1px dashed #aaa;
	border-width:1px 0 0 0;
	padding:.4em 0;
	--line-height:1.3;
	xfont-weight:200;
	font-size:.95rem;
}
.cd-list > li:last-child {
	border-bottom-width:1px;
}

#cd_country_chooser, #cd_cart_added { width:29rem; }
#cd_country_chooser select { width:100%; }

