/* SANDER */
#main-tool-container {
	color: var(--text-color);
}
.mot-svg{
	color: black;
}
#main-tool-container .sd_rating2_container {
	display: none;
}

.voorraad-inschrijven-popup.show-popup {
	z-index: 10000;
}

#content {
	margin-left: 0px;
}

div.customizerContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100dvh;
	display: flex;
	justify-content: start;
	align-items: start;
	background: white;
	z-index: 1001;
}

iframe.customizer {
	width: 100%;
	height: 100%;
	border: none;
	background: white;
}

/* body {
	overflow: hidden;
} */
.cls-wrapper-fix {
	max-height: 1300px;
}

.buttonsBar {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16;
	height: 50px;
	border-bottom: 1px solid #f1ebeb;
	width: 100%;
	flex-wrap: wrap;
	background-color: var(--background-color-white);
}

.buttonsBar button, .tool-inner-undo-redo button {
	background-color: var(--background-color);
	border: none;
	border-radius: 5px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	outline: unset;
	appearance: unset;
}

.undo-button svg, .redo-button svg{
	fill-opacity: 1;
}
.undo-button[disabled] svg, .redo-button[disabled] svg{
	fill-opacity: 0.5;
}

.buttonsBar button.withText {
	width: auto;
	padding: 0px 16px;
	display: flex;
	gap: 8px;
	justify-content: space-between;
}

button.withText div.icon {
	display: flex;
	justify-content: center;
	align-self: center;
}

button.withText div.text {
	align-self: center;
}

.buttonsBar button:hover {
	border: 1px solid var(--accent-color);
}

button svg {
	align-self: center;
}

.leftBtnsContainer {
	display: flex;
	gap: 4px;
	margin-left: 14px;
}

.buttonsBar .homeBtn {
	width: 80px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid var(--border-color);
	cursor: pointer;
}

.homeBtn img {
	max-width: 100%;
	max-height: 100%;
}

.colorsBtn {
	display: none;
}

.thumbnail-container {
	max-width: 100px;
	max-height: 100px;
}

.thumbnail-container img {
	max-width: 100%;
	max-height: 100%;
}

div.productContainer {
	position: absolute;
	top: 0px;
	left: 1337px;
	width: calc(100vw - 1337px);
	max-width: calc(100vw - 1337px);
	height: 1300px;
	max-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: start;
	background: #fff;
	z-index: 1001;
}

div.productHeader {
	display: flex;
	justify-content: start;
	height: 50px;
	align-items: center;
	padding-left: 10px;
	border-bottom: 1px solid #f1ebeb;
}

div.productHeader div.cartBtn {
	margin-left: auto;
	margin-right: 10px;
}

/*
.scroll-container::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 1) 100%);
}
*/

div.shadow {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: calc(100% - 50px);
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1002;
	backdrop-filter: blur(2px);
}

div.popup {
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1003;
}

div.chooseAdd {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 275px;
	min-height: 45px;
	background-color: var(--background-color-white);
	max-height: max-content;
	margin-top: 5px;
}

div.chooseAdd div.button {
	width: 100%;
	border-bottom: 1px solid var(--border-color);
	height: 45px;
	display: flex;
	justify-content: start;
}

div.chooseAdd div.button:last-child {
	border-bottom: none;
}

div.chooseAdd div.button:hover {
	background-color: var(--background-color);
}

div.chooseAdd .button div.icon {
	display: flex;
	justify-content: center;
	align-self: center;
	width: 40px;
}

div.chooseAdd .button div.text {
	display: flex;
	flex-direction: column;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	justify-content: center;
}

div.text div.title {
	font-weight: 600;
	font-size: 14px;
}

div.text div.subtitle {
	font-size: 12px;
	font-weight: 400;
}

/* YURIAN */
#tool-main-container {
	position: fixed;
	width: 100vw;
	height: 100dvh;
	background: white;
	z-index: 1001;
	--cursor-x: 0px;
	--cursor-y: 0px;
	top: 0;
	--sidebar-max-width: 440px;
}

body.wzm-mot-show #tool-main-container {
	display: block !important;
}

body.wzm-mot-show #page.site{
	margin-top: 100dvh;
}

body.wzm-mot-show #wpadminbar{
	display: none!important;
}

body.wzm-mot-show .custom-mini-cart {
	position: fixed;
}

body.wzm-mot-show {
	overflow: hidden;
	height: 100dvh;
	width: 100vw;
	color: black;
}

.tool-container {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	background-color: lightcoral;
	z-index: 5000;
}

.tool-topbar {
	width: 100%;
	min-width: 100%;
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: lightgreen;
}

.tool-topbar-links, .tool-topbar-rechts {
	display: none;
}

.tool-topbar-mobiel {
	display: flex;
	width: 100%;
	height: 100%;
	background-color: white;
	align-items: center;
	justify-content: space-between;
	z-index: 0;
	transition-delay: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-property: z-index;
	-webkit-transition-property: z-index;
    
}

.tool-topbar-menu {
	position: absolute;
	top: -200vw;
	left: 0;
	width: 100%;
	z-index: -1;
	background-color: white;
	display: flex !important;
	flex-direction: column;
	transition: ease 0.3s;
}

.tool-topbar-mobiel .tool-topbar-menu-button, .tool-topbar-mobiel .tool-topbar-cart-button
	{
	width: 60px;
	height: 100%;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tool-topbar-mobiel .tool-topbar-menu-button {
	border-right: 1px solid var(--border-color);
}

.tool-topbar-mobiel .tool-topbar-cart-button {
	border-left: 1px solid var(--border-color);
}

.tool-topbar-mobiel .tool-topbar-logo {
	flex: 1;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	align-items: center;
    display: flex;
    justify-content: center;
	background-color: white;
	height: 100%;
}

.tool-inner-container {
	position: relative;
	width: 100%;
	height: calc(100% - 156px);
	display: flex;
	background-color: lightyellow;
}

.tool-inner-sidebuttons{
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: none;
	flex-direction: column;
	gap: 10px;
	z-index: 1;
}

.tool-inner-sidebuttons > a{
	min-width: 40px;
	height: 40px;
	background-color: white;
	display: flex;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	padding: 10px;
	width: fit-content;
	position: relative;
	
}

.tool-inner-sidebuttons > a .side-button-text{
	width: 0;
    overflow: hidden;
	height: 100%;
	transition: 0.6s ease width;
	max-width: fit-content;
	display: flex;
	color: black;
	font-size: 12px;
	font-weight: 500;
}
.tool-inner-sidebuttons > a .side-button-text > div{
	width: 0;
	padding-left: 10px;
	height: 100%;
}
.tool-inner-sidebuttons > a:hover .side-button-text{
	width: 200px;
}
.tool-inner-sidebuttons > a span{
	position: absolute;
	top: 3px;
	right: 3px;
}

.tool-inner-bottom-usps{
	position: absolute;
	bottom: 15px;
	left: 0px;
	right: 0px;
	margin: auto;
	margin-right: 30px;
	width: fit-content;
	display: none;
	justify-content: center;
	align-items: center;
	gap: 30px;
	z-index: 0;
	font-size: 12px;
	font-weight: 500;
}
.tool-inner-bottom-usps .usp-item > *, .tool-inner-bottom-usps .usp-item .spoed-dialog-open-button{
	display: flex;
	justify-content: center;
	align-items: center;
}
.tool-inner-bottom-usps .usp-item .spoed-dialog-open-button{
	gap: 4px;
}

.tool-inner-undo-redo{
	position: absolute;
	top: 10px;
	left: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.tool-inner-price{
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
	font-style: italic;
	border-radius: 5px;
	background-color: #FBF5F4;
	padding: 5px 6px;

}

.tool-inner-prev-side, .tool-inner-next-side{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 45px;
	height: 45px;
	background-color: white;
	border: 1px solid var(--border-color);
	box-shadow: 0px 4px 4px 2px #0000000D;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	border-radius: 50%;
}
.tool-inner-prev-side[disabled], .tool-inner-next-side[disabled]{
	opacity: 0.5;
	pointer-events: none;
}

.tool-inner-prev-side{
	left: 10px;
}
.tool-inner-next-side{
	right: 10px;
}

.pop-up-open-design-inner iframe {
	pointer-events: none;
}

.tool-overlay-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.pop-up-open-design-inner .tool-overlay-container {
	z-index: 0;
}

.cursor-round {
	position: absolute;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	left: calc(var(--cursor-x) + 16px);
	top: calc(var(--cursor-y) - 1px);
	border: 1px solid var(--border-color);
}

.cursor-round .cursor-round-open{
	position: absolute;
	transition: ease 0.3s;
	transform: rotate(0);
	opacity: 1;
	transition-delay: 0.1s;
}

.cursor-round .cursor-round-close{
	position: absolute;
	transition: ease 0.3s;
	transform: rotate(45deg);
	opacity: 0;
	transition-delay: 0.1s;
}

.pop-up-open-design-inner .cursor-round {
	display: flex;
	cursor: pointer;
}

.pop-up-open-design-inner .cursor-round .cursor-round-open {
	transform: rotate(-45deg);
	opacity: 0;
}
.pop-up-open-design-inner .cursor-round .cursor-round-close {
	transform: rotate(0);
	opacity: 1;
}

.cursor-stripe {
	position: absolute;
	width: 40px;
	height: 10px;
	background-color: white;
	display: none;
	left: calc(var(--cursor-x) + 48px);
	top: calc(var(--cursor-y) + 11.5px);
}

.pop-up-open-design-inner .cursor-stripe {
	display: flex;
}

.pop-up-open-design-inner .tool-topbar-design {
	position: unset;
}

.pop-up-open-design-inner .pop-up-design-dropdown {
	top: var(--cursor-y);
	left: calc(var(--cursor-x) + 88px);
	transform: unset;
}

.tool-sidebar {
	display: none;
	overflow: hidden;
	position: relative;
}

.tool-sidebar .opmerking {
	width: 100%;
	position: relative;
}

.tool-sidebar .opmerking label {
	font-weight: 600;
	display: block;
	/*margin-bottom: 8px;*/
	font-size: 13px;
	padding: 0 10px;
	position: absolute;
	top: -10px;
	left: 10px;
	background-color: white;
}

.tool-sidebar .opmerking textarea {
	width: 100%;
	height: 65px;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid var(--border-color);
	resize: none;
	box-sizing: border-box;
	font-size: 10px;
	font-size: 12px;
	outline: none;
	color: black;
	padding: 9px 2px 4px 7px;
}
.tool-sidebar .opmerking textarea::placeholder{
	color: #00000080;
	font-size: 12px;
	font-style: italic;
}

.tool-sidebar .opmerking .counter {
	text-align: right;
	margin-top: 5px;
	font-size: 12px;
	font-size: 10px;
	color: #00000080;
	transition: color 0.2s ease;
    position: absolute;
    bottom: 10px;
    right: 10px;
	bottom: -10px;
    right: 2px;
}

.tool-sidebar .opmerking .danger {
	color: #E6607E;
}

.tool-sidebar .opmerking .warning {
	color: #E6B800;
}

.tool-footer {
	width: 100%;
	height: 106px;
	padding: 10px 10px;
	background-color: white;
	position: relative;
}

.tool-footer-content {
	border: 1px solid var(--border-color);
	border-radius: 6px;
	padding: 10px;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	max-height: 64px;
	margin-top: 14px;
	box-shadow: 0px 4px 4px 0px #0000001A;
}
.tool-footer-button-container.disabled{
	pointer-events: none;
	opacity: 0.5;
}

.tool-footer-button{
	width: 50px;
	max-width: 50px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.footer-button-icon {
    min-height: 30px;
    max-height: 30px;
}

.footer-button-text{
	font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
}

.tool-footer-design-toevoegen{
	position: relative;
	min-width: 60px;
}
.tool-footer-design-toevoegen .design-toevoegen-plus{
	border-radius: 50%;
	border: 1px solid var(--border-color);
	background-color: white;
	color: white;
	width: 76px;
	height: 76px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 60px;
	transform: translateX(-50%);
}
.tool-footer-design-toevoegen .design-toevoegen-plus-content{
	background-color: var(--accent-color);
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pop-up-over-all, .pop-up-over-topbar, .pop-up-over-inner,
	.pop-up-over-footer, .pop-up-over-sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(3px);
	display: none;
	z-index: 5000;
	justify-content: center;
	align-items: end;
	cursor: var(--close-cursor);
}
.pop-up-over-all > *, .pop-up-over-topbar > *, .pop-up-over-inner > *, .pop-up-over-footer > *, .pop-up-over-sidebar > * {
	cursor: initial;
}

.pop-up-content {
	display: flex;
	width: 100%;
	height: fit-content;
	background-color: white;
	justify-content: space-around;
	align-items: center;
}

.blur-overall .pop-up-over-all {
	display: flex;
}

.pop-up-open-menu .tool-topbar-mobiel{
	z-index: 5001;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}

.pop-up-open-menu .tool-topbar-mobiel .tool-topbar-menu {
	top: 50px;
}

.blur-overall-bestellen-mobiel .pop-up-over-inner,
	.blur-overall-bestellen-mobiel .pop-up-over-topbar {
	display: flex;
}

.blur-over-inner-footer .pop-up-over-inner, .blur-over-inner-footer .pop-up-over-footer
	{
	display: flex;
}

.blur-overall-bestellen-mobiel .tool-sidebar .kleuren {
	display: none;
}

.blur-overall-bestellen-mobiel .tool-sidebar {
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 0;
	background-color: white;
	z-index: 5000;
	width: 100%;
	max-height: 80dvh;
	/*min-height: 50dvh;*/
	height: fit-content;
	justify-content: end;
	padding-bottom: 7px;
	gap: 20px;
}
.blur-overall-bestellen-mobiel .tool-sidebar > div{
	padding: 0px 10px;
}
.pop-up-over-all .pop-ups-mobile {
	width: 100vw;
}

.tool-pop-up {
	background-color: white;
	display: none;
	min-width: 300px;
	justify-content: center;
	align-items: center;
	padding: 13px;
	position: relative;
}

.blur-overall.pop-up-open-product .pop-up-product {
	display: flex;
	height: 106px;
}

.blur-overall.pop-up-open-kleuren .pop-up-kleuren {
	display: flex;
}

.blur-overall.pop-up-open-design .pop-up-design {
	display: flex;
	height: 106px;
}

.blur-overall.pop-up-open-addfav .pop-up-addfav {
	display: flex;
	height: fit-content;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.pop-up-kleuren .pop-up-content {
	height: 80dvh;
	align-items: unset;
}

.pop-up-kleuren div.duotone_list {
	max-height: 80dvh;
	padding: unset;
	justify-content: space-evenly;
}

.pop-up-kleuren .duotone_figure_container_container {
	flex: 0 0 30%;
	max-width: 30%;
}

.pop-up-kleuren .duotone_figure_container {
	width: 100%;
	height: calc(( 100vw - 60px)/3);
}

.pop-up-open-addfav .pop-up-over-all .pop-ups-mobile {
	width: calc(100vw - 30px);
	margin: auto;
}

.pop-up-open-addfav .pop-up-over-all .pop-up-addfav .pop-up-content {
	flex-direction: column;
}

.pop-up-content .bottom-buttons {
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin-top: 20px;
}

.pop-up-over-content-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 50px);
	background-color: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(3px);
	display: none;
}

.blur-content .pop-up-over-content-footer {
	display: block;
}

/*.scroll-container::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 1) 100%);
}*/

.show-mini-cart>#tool-main-container ~ #page .main-header {
	z-index: 1001;
}

.wzm-mot-show #mobile-menu-id {
	display: none;
}

.show-mini-cart>#tool-main-container.blur-over-inner-footer  ~ #page .main-header .custom-mini-cart
	{
	position: fixed;
}

.pop-up-open-tekst .pop-up-over-all {
	display: flex;
	background-color: unset;
	backdrop-filter: unset;
	max-height: fit-content;
	top: unset;
	bottom: 0;
	box-shadow: 0px 0px 10.2px 0px #0000001A;
}

.pop-up-open-tekst .pop-up-over-all .pop-up-tekst {
	display: flex;
	padding: unset;
	border-top: 1px solid var(--border-color);
}

.pop-up-tekst .pop-up-content {
	padding: 15px 10px 10px 10px;
	gap: 15px;
	flex-wrap: wrap;
}

.pop-up-tekst .pop-up-tekst-confirmation {
	position: absolute;
	top: -58px;
	right: 10px;
	height: 45px;
	min-width: 45px;
	border-radius: 50%;
	border: 1px solid var(--border-color);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 45px;
	background-color: white;
	cursor: pointer;
}

.pop-up-tekst .label {
	font-size: 12px;
	font-weight: 600;
	color: #6D6D6D;
}

.pop-up-tekst .font-family-container {
	order: 1;
	--allowed-width: calc(100vw - 35px - 105px - 20px - 30px);
	flex: 0 0 var(--allowed-width);
	max-width: var(--allowed-width);
	width: 100%;
}

.pop-up-tekst .font-family-container .font-family-dropdown {
	width: 100%;
	height: 35px;
}

.pop-up-tekst .tekst-kleur-container {
	order: 2;
	flex: 0 0 35px;
	width: 35px;
	max-width: 35px;
}

.pop-up-tekst .tekst-kleur-container .kleur-button {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2px;
	border: 1px solid var(--border-color);
	border-radius: 4px;
	cursor: pointer;
}

.pop-up-tekst .font-size-container {
	order: 3;
	flex: 0 0 105px;
	max-width: 105px;
	width: 105px;
}

.pop-up-tekst .font-size-container .font-size {
	width: 100%;
	height: 35px;
}

.pop-up-tekst .tekst-container {
	order: 4;
	--allowed-width: calc(100vw - 105px - 20px - 15px);
	flex: 0 0 var(--allowed-width);
	max-width: var(--allowed-width);
	width: 100%;
	height: 89px;
}

.pop-up-tekst .tekst-container textarea {
	width: 100%;
	height: 89px;
	line-height: 1;
	resize: none;
	border: 1px solid var(--border-color);
	border-radius: 5px;
	padding: 10px;
	outline: unset;
}

.pop-up-tekst .tekst-style-container {
	order: 5;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	flex: 0 0 105px;
	width: 105px;
}

.pop-up-tekst .tekst-style-container .label {
	display: none;
}

.pop-up-tekst .tekst-style-container>div>div>div {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.pop-up-tekst .tekst-style-align-container, .pop-up-tekst .tekst-style-decoration-container{
	display: flex;
	border: 1px solid var(--border-color);
	border-radius: 4px;
}
.pop-up-tekst .tekst-style-align-container > div:nth-of-type(2), .pop-up-tekst .tekst-style-decoration-container > div:nth-of-type(2){
	border-left: 1px solid var(--border-color);
	border-right: 1px solid var(--border-color);
}

.pop-up-tekst .tekst-style-align-container > .active, .pop-up-tekst .tekst-style-decoration-container > .active {
	background-color: #FBF5F4;
}

.pop-up-tekst .customizer-stepper{
	background-color: white;
	border: 1px solid var(--border-color);
	box-shadow: unset;
	border-radius: 6px;
	max-height: 35px;
}
.pop-up-tekst .customizer-stepper input{
	color: black;
	font-weight: 600;
}

.pop-up-tekst-kleur {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: fit-content;
	max-height: 60dvh;
	background-color: white;
}

.pop-up-open-tekst-kleur .pop-up-tekst-kleur {
	display: flex;
}
.tekst-kleuren-label{
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}
.tekst-kleuren-label .selected-color{
	color: var(--light-text-color);
	text-transform: capitalize;
}
.tekst-kleuren-container{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	height: fit-content;
	padding: 15px;
}
.tekst-kleuren-containers{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	height: fit-content;
	max-height: calc(60dvh - 30px - 31px - 81px);
	overflow: auto;
}

.tekst-kleuren-section-title{
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	width: 100%;
}
.tekst-kleuren-section-title > *{
	width: 100%;
}
.section-title-line{
	background-color: var(--border-color);
	height: 1px;
}
.section-title-text{
	width: fit-content;
	white-space: nowrap;
}

.kleur-container {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 90px;
    height: 60px;
    width: calc((100vw - 66px) / 4);
	border: 1px solid var(--border-color);
	border-radius: 2px;
	cursor: pointer;
}

.kleur-container.active {
	border: 1px solid var(--accent-color);
}

.tekst-kleur {
	min-width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid var(--border-color);
}
.tekst-kleuren-eigen{
	width: 100%;
}
.tekst-kleuren-custom{
	--selected-color: #000000;
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	width: 124px;
	height: 40px;
	border: 1px solid var(--border-color);
	border-radius: 4px;
}
.tekst-kleuren-custom label{
	display: flex;
	width: 100%;
	align-items: center;
	gap: 10px;
	padding: 6px;
	justify-content: center;
}

.custom-text-color-preview{
	border-radius: 50%;
	width: 28px;
	height: 28px;
	border: 1px solid var(--border-color);
	background-color: var(--selected-color);
}

#custom-text-color{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.pop-up-open-afbeelding .pop-up-afbeelding, .pop-up-open-afbeelding-achtergrond .pop-up-afbeelding-achtergrond, .pop-up-open-faq .pop-up-faq {
	display: flex;
	height: 80dvh;
}
.pop-up-open-afbeelding-achtergrond .pop-up-afbeelding-achtergrond{
	position: fixed;
	bottom: 0;
	height: 100dvh;
}
.pop-up-afbeelding .pop-up-content, .pop-up-afbeelding-achtergrond .pop-up-content {
	height: 100%;
	align-items: unset;
	flex-wrap: wrap;
	justify-content: unset;
}
.pop-up-open-afbeelding-achtergrond .pop-up-afbeelding-achtergrond .pop-up-buttons{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);

}
.pop-up-open-afbeelding-achtergrond .pop-up-afbeelding-achtergrond .pop-up-buttons-label{
	width: 100vw;
	text-align: center;
	font-weight: 600;
	font-size: 15px;
}
.pop-up-open-afbeelding-achtergrond .pop-up-afbeelding-achtergrond .pop-up-button{
	border-radius: 8px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	gap: 17px;
	color: white;
	cursor: pointer;
}
.pop-up-open-afbeelding-achtergrond .pop-up-afbeelding-achtergrond .achtergrond-bewaren{
	background-color: #D2042D;

}

.pop-up-open-afbeelding-achtergrond .pop-up-afbeelding-achtergrond .achtergrond-verwijderen{
	background-color: var(--confirm-color);
}

.pop-up-afbeelding.tool-pop-up{
	padding: 13px 0;
}

.pop-up-tabs {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.pop-up-afbeelding.tool-pop-up .pop-up-tabs > *{
	padding: 0 13px;
}

.pop-up-tabs-buttons {
	display: flex;
	gap: 10px;
	border-bottom: 1px solid var(--border-color);
}

.pop-up-tab-button {
	border-left: 1px solid var(--border-color);
	border-top: 1px solid var(--border-color);
	border-right: 1px solid var(--border-color);
	border-radius: 5px 5px 0 0;
	color: #6D6D6D;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7px 13px;
	gap: 12px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}

.pop-up-tab-button.active {
	color: black;
	background-color: #FBF5F4;
}

.pop-up-tabs-content {
	height: 100%;
	display: flex;
	max-height: calc(80dvh - 68px);
	overflow-y: auto;
	scrollbar-width: none;
  	-ms-overflow-style: none;
}

.pop-up-tabs-content::-webkit-scrollbar {
	display: none;
}

.pop-up-tab {
	display: none;
	height: 100%;
	width: 100%;
	flex-direction: column;
}

.pop-up-tab.active {
	display: flex;
}

.pop-up-tab#upload {
	justify-content: space-between;
}

.pop-up-afbeelding .preview-afbeeldingen {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-bottom: 33px;
}

.pop-up-afbeelding .preview-afbeelding {
	--width-calc: calc(( 100vw - 60px)/3);
	width: var(--width-calc);
	max-width: 150px;
	max-height: 150px;
	height: var(--width-calc);
	display: flex;
	background-color: #EBEAEA;
	border-radius: 8px;
	position: relative;
	justify-content: center;
	cursor: pointer;
}

.pop-up-afbeelding .preview-afbeelding.processing-image{
	filter: blur(2px) brightness(0.7); 

}
.pop-up-afbeelding .preview-afbeelding img{
	object-fit: contain;
}

.pop-up-afbeelding .preview-afbeelding:has(.child) .parent{
	display: none;
}

.pop-up-afbeelding .preview-afbeelding-remove {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 28px;
	height: 28px;
	background-color: var(--background-color);
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.pop-up-afbeelding .pop-up-design-dropdown {
	display: none;
}



.custom-file-upload-container label{
	border: 2px dashed var(--border-color);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	text-align: center;
	padding-top: 28px;
    padding-bottom: 15px;
	cursor: pointer;
}

.file-upload{
	display: flex;
	flex-wrap: wrap;
    gap: 15px;
	justify-content: center;
}

.file-upload-button{
	width: 250px;
    background-color: var(--confirm-color);
    color: white;
    font-weight: 600;
    font-size: 16px;
    border-radius: 30px;
	padding: 5px;
	display: flex;
	align-items: center;
	height: 42px;
	gap: 10px;
}
.file-upload-button-icon{
	border-radius: 50%;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 36px;
	width: 36px;
}

.file-upload-allowed{
	color: #00000040;
	font-size: 11px;
	font-weight: 500;
}
#tool-main-container .scroll-container:has(.scrolled-out) {
	mask-image: linear-gradient(to bottom, transparent 0%, black 0%, black calc(100% - 300px), transparent calc(100% - 97px), black 0);
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 0%, black calc(100% - 300px), transparent calc(100% - 97px), black 0);
}
.custom-file-upload-container .scrolled-out .file-upload-button{
	position: fixed;
	bottom: 42px;
	left: 0;
	width: calc(100vw - 26px);
    height: 50px;
    border-radius: 4px;
    margin: 0 13px;
	justify-content: center;
}
.custom-file-upload-container .scrolled-out .file-upload-button-icon{
	order: 2;
	height: 30px;
	width: 30px;
	position: absolute;
    right: 20px;
}
.custom-file-upload-container .scrolled-out .file-upload-button-icon svg{
	height: 16px;
	width: 16px;
}
.custom-file-upload-container .scrolled-out .file-upload-allowed{
	background-color: white;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 42px;
	align-items: center;
    display: flex;
    justify-content: center;
}
.grafische-service{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 14px;
}
.grafische-service .grafische-service-label{
	font-weight: 400;
	font-size: 12px;
}
.grafische-service .grafische-service-action{
	font-weight: 400;
	font-size: 10px;
	text-decoration: underline;
	color: var(--accent-color);
	cursor: pointer;
}

.customizer-stepper {
	display: flex;
	align-items: center;
	background: #e9e9e9;
	border-radius: 16px;
	justify-content: space-between;
	box-shadow: inset 0 0 0 2px #d0d0d0;
	margin-bottom: 20px;
}

.customizer-stepper button {
	background: none !important;
	border: none;
	cursor: pointer;
	color: var(--text-color) !important;
	height: 40px;
	transition: opacity 0.2s;
	outline: none !important;
}

.customizer-stepper button:hover {
	background: none !important;
	color: var(--text-color) !important;
}

.customizer-stepper button:disabled, .customizer-stepper:has(.at-min) button:first-of-type{
	color: var(--border-color) !important;
	cursor: not-allowed;
}

.customizer-stepper input {
	width: 60px;
	text-align: center;
	border: none !important;
	background: transparent;
	outline: none;
}

.customizer-stepper input.at-min {
	color: #DEE1EA;
}

.customizer-dropdown {
	position: relative;
	font-family: Arial, sans-serif;
	margin-bottom: 10px;
}

.customizer-dropdown-selected {
	padding: 0 10px;
	border: 1px solid var(--border-color);
	cursor: pointer;
	background: #fff;
	border-radius: 4px;
	align-content: center;
	height: 35px;
}

.customizer-dropdown-options {
	position: absolute;
	width: 100%;
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
	display: none;
	z-index: 10;
	bottom: 0;
}

.customizer-dropdown-option {
	padding: 0 36px;
    cursor: pointer;
    align-items: center;
    display: flex;
}

.customizer-dropdown-option:hover {
	background: #f0f0f0;
}

.customizer-dropdown.open .customizer-dropdown-options {
	display: block;
}


.pop-up-tekst .customizer-dropdown.open {
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: unset;
    height: 60dvh;
    overflow: hidden;
	border-left: 1px solid var(--border-color);
	border-top: 1px solid var(--border-color);
	border-right: 1px solid var(--border-color);
	border-radius: 5px 5px 0 0;
}

.pop-up-tekst .customizer-dropdown.open .customizer-dropdown-options{
	overflow: auto;
    max-height: calc(60dvh - 117px);
	border: unset;
}

.pop-up-tekst .customizer-dropdown.open .customizer-dropdown-options .customizer-dropdown-option{
	height: 50px;
	border-top: 1px solid var(--border-color);
}
.pop-up-tekst .customizer-dropdown .customizer-dropdown-mobile-head{
	display: none;
}
.pop-up-tekst .customizer-dropdown.open .customizer-dropdown-mobile-head{
	height: 57px;
	display: flex;
	align-items: end;
	padding: 0 36px;
	gap: 19px;
	background-color: white;
}
.pop-up-tekst .customizer-dropdown:not(.open) .customizer-dropdown-selected .font-family-name{
	font-weight: 600;
	font-size: 13px;
	color: black;
}
.pop-up-tekst .customizer-dropdown.open .customizer-dropdown-selected{
	height: 60px;
	border: unset;
	border-top: 1px solid var(--border-color);
	padding: 10px 36px 0;
    cursor: pointer;
    align-items: center;
    display: flex;
	border-radius: unset;
}
.customizer-dropdown-tab-button{
	border-left: 1px solid var(--border-color);
	border-top: 1px solid var(--border-color);
	border-right: 1px solid var(--border-color);
	border-radius: 5px 5px 0 0;
	height: 42px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.customizer-dropdown-tab-button.active{
	background-color:#FBF5F4
}
.customizer-dropdown-tab-button.disabled{
	opacity: 0.5;
	pointer-events:none;
}

#tool-main-container:has(.customizer-dropdown.open) .tool-overlay-container {
	z-index: 0;
}

.font-family-name{
	font-size: 11px;
	color: #6D6D6D;
	display: block;
	width: 100%;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.font-family-preview{
	font-size: 13px;
	width: 100%;
	display: none;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.customizer-dropdown.open .font-family-preview{
	display: block;
}
.tool-topbar-cart-button{
	position: relative;
	display: flex;
    justify-content: center;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.tool-topbar-cart-button svg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 25px;
	max-width: 25px;
}

.tool-topbar-cart-button .basket-count-new{
    color: #000000;
    background-color: #FBF5F4;
    font-weight: 500;
    font-size: 10px;
    position: absolute;
    border-radius: 50%;
    min-height: 15px;
    min-width: 15px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
	top: 11px;
	right: 13px;
    line-height: 15px;
}

#tool-main-container .mobile-menu-lines{
	width: fit-content;
	margin: 0 auto;
}
#tool-main-container .winkelmand-lines{
	opacity: 0;
	transition: ease 0.3s opacity;
	margin: auto;
}
#tool-main-container .mobile-menu-line{
	width: 30px;
	background-color: #000000;
	height: 4px;
	transition: ease 0.7s transform;
}
#tool-main-container .menu-button{
	padding-top: 5px;
}
#tool-main-container .menu-button .mobile-menu-line{
	width: 19px;
	height: 2px;
}
#tool-main-container .menu-button .mobile-menu-line + .mobile-menu-line{
	margin-top: 4px;
}
#tool-main-container .menu-button label{
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500;
}

#tool-main-container .winkelmand-lines .line-1{
	transform: rotate(45deg) translate(5px, 6px);
	transition: unset;
}
#tool-main-container .winkelmand-lines .line-2{
	transform: rotate(-45deg) translate(1px, -2px);
	transition: unset;
}

#tool-main-container .mobile-menu-line + .mobile-menu-line{
	margin-top: 6px; 
}
body.show-mini-cart #tool-main-container .tool-topbar-cart-button svg{
	opacity: 0;
}
body.show-mini-cart #tool-main-container .winkelmand-lines{
	opacity: 1;
}

.tool-topbar-menu .menu-item{
	display: flex;
    justify-content: space-between;
    padding: 11px 16px 11px 14px;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
	border-bottom: 1px solid var(--border-color);
}

.tool-topbar-menu .menu-item .menu-item-icon{
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #FBF5F4;
}

.tool-topbar-menu .menu-footer{
	padding: 21px 14px;
}

.tool-topbar-menu .menu-footer-title{
	font-size: 15px;
	font-weight: 700;
}

.tool-topbar-menu .menu-footer-items{
	margin-top: 17px;
	display: grid;
	grid-template-columns: 169px 1fr;
	gap: 15px;
}
.tool-topbar-menu .menu-footer-item{
	padding: 9px;
	gap: 9px;
	display: flex;
	align-items: center;
	font-size: 13px;
	font-weight: 500;
	border: 1px solid var(--border-color);
	border-radius: 4px;
}
.tool-topbar-menu .menu-footer-klantenservice{
	margin-top: 20px;
	font-size: 13px;
	font-weight: 500;
	font-style: italic;
}
.tool-topbar-menu .menu-footer-klantenservice span{
	margin-right: 6px;
}
.tool-topbar-menu .menu-footer-klantenservice span::after{
	margin: unset!important;
}

.mot-confirm-popup{
	width: 100vw;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1003;
	background-color: rgba(0, 0, 0, 0.4);
}
.mot-confirm-popup-body{
	border-radius: 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    max-width: 300px;
    margin: auto;
    background-color: white;
	height: fit-content;
    display: flex;
    flex-direction: column;
	align-items: center;
	padding: 20px;
	gap: 13px;
}

.mot-confirm-popup-body:not(:has(#customer_login)) input[type="text"]{
	width: 100%;
	height: 44px;
	border: 1px solid var(--border-color);
	border-radius: 5px;
	padding: 0 15px;
	outline: unset;
}
.mot-confirm-popup-body:not(:has(#customer_login)) .mot-confirm-popup-buttons{
	display: flex;
	gap: 20px;
	width: 100%;
}
.mot-confirm-popup-body:not(:has(#customer_login)) .mot-confirm-popup-buttons button{
	appearance: none;
	-moz-appearance: none;
	border: 1px solid var(--border-color);
	border-radius: 5px;
	height: 36px;
	background-color: white;
	align-self: center;
	width: 100%;
	
}
.mot-confirm-popup-body:not(:has(#customer_login)) .mot-confirm-popup-buttons button#confirmBtn{
	background-color: var(--confirm-color);
	color: white;
	font-weight: 600;
	border-color: var(--confirm-color);
}

.mot-confirm-popup-body:has(#customer_login){
	max-width: 500px;
}
.mot-confirm-popup-body:has(#customer_login) .product-usps-container, .mot-confirm-popup-body:has(#customer_login) .mot-confirm-popup-buttons{
	display: none;
}
.pop-up-content{
	gap: 13px 16px;
}
.tool-function-button{
	border: 1px solid var(--border-color);
	border-radius: 5px;
	padding: 11px;
	height: 80px;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.tool-function-text{
	font-weight: 500;
}


#tool-main-container .show-fade{
	mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 0%,
    black 90%,
    transparent 100%
  );

  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 0%,
    black 90%,
    transparent 100%
  );
}

.scroll-container {
  	scrollbar-width: none;

  	-ms-overflow-style: none;
}

.scroll-container::-webkit-scrollbar {
  	display: none;
}

.scroll-progress {
	width: 25px;
    background: white;
    border-radius: 999px;
    position: absolute;
	right: -32px;
	top: 0;
	bottom: 0;
    overflow: hidden;
	display: none;
	padding: 0 11px;
	box-shadow: 0px 4px 4px 4px #0000000A;
  }

.scroll-progress-button{
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	position: absolute;
	left: 0;
}
.scroll-progress-up{
	top: 0;
}
.scroll-progress-down{
	bottom: 0;
}

  /* Fill */
  .scroll-progress::before{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 25px;
	width: 3px;
	height: 100%;
	background-color: var(--border-color);
	border-radius: inherit;
	max-height: calc(100% - 50px);
  }
  .scroll-progress::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    height: var(--progress, 0%);
    height: calc(var(--progress, 0%) - 25px);
    background-color: var(--accent-color);
    border-radius: inherit;
    transition: height 0.05s linear;
    width: 3px;
    max-height: calc(100% - 50px);
  }

@media ( min-width : 768px) {
	.scroll-progress{
		display: initial;
	}
	#tool-main-container .scroll-container:has(.scroll-container){
		mask-image: unset!important;
		-webkit-mask-image: unset!important;
	}
	.preview-afbeeldingen.scroll-container-desktop{
		overflow-y: auto;
		margin-bottom: 75px;
		padding-bottom: unset;
	}
	iframe.customizer{
		background: var(--background-color);
	}
	.tool-topbar-cart-button svg{
		max-height: 20px;
		max-width: 20px;
	}
	.tool-topbar-cart-button .basket-count-new{
		top: 7px;
    	right: 4px;	
	}

	.tool-topbar {
		z-index: 1;
	}
	.show-mini-cart .tool-topbar{
		z-index: 9999;
	}
	.tool-topbar-links, .tool-topbar-rechts {
		height: 100%;
	}
	.tool-topbar-links {
		width: calc(100vw - var(--sidebar-max-width));
		background-color: White;
		border-right: 1px solid var(--border-color);
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}

	.tool-topbar-rechts {
		width: var(--sidebar-max-width);
		background-color: white;
		display: flex;
		align-items: center;
		padding: 14px 11px 14px 28px;
	}
	.tool-topbar-rechts h2{
		font-size: 16px;
		font-weight: 600;
		margin: unset;
	}
	h2 + .h2-dash{
		font-size: 16px;
		font-weight: 600;
		padding: 0 7px;
	}
	.tool-topbar-rechts .product-info{
		display: flex;
		width: fit-content;
		justify-content: center;
		align-items: center;
		gap: 4px;
		font-size: 11px;
		text-decoration: underline;
	}
	.tool-topbar-rechts .tool-topbar-cart-button{
		margin-left: auto;
	}
	.tool-topbar-mobiel {
		display: none;
	}
	.tool-inner-container {
		position: relative;
		width: calc(100vw - 440px);
		height: calc(100% - 50px);
		display: flex;
		border-right: 1px solid var(--border-color);
	}

	.tool-inner-sidebuttons{
		display: flex;
	}
	.tool-inner-bottom-usps{
		display: flex;
		background-color: var(--background-color);
	}
	.tool-inner-undo-redo{
		display: none;
	}
	.tool-inner-price{
		display: none;
	}
	.tool-inner-prev-side, .tool-inner-next-side{
		display: none;
	}
	.tool-sidebar {
		display: flex;
		flex-wrap: wrap;
		width: 30%;
		max-width: 440px;
		height: calc(100% - 50px);
		background-color: white;
		padding: 16px 40px 16px 28px;
	}
	.tool-sidebar>div {
		width: 100%;
		height: fit-content;
	}
	.tool-footer {
		display: none;
	}
	.blur-over-inner-footer .pop-up-over-sidebar {
		display: block;
	}

	.pop-up-afbeelding.tool-pop-up .pop-up-tabs > *{
		padding: 0 30px;
	}

	.pop-up-open-tekst .pop-up-over-all {
		max-width: 290px;
		box-shadow: 0px 4px 4px 0px #00000040;
		bottom: 200px;
		left: 800px;
	}
	.pop-up-open-tekst .pop-up-over-all .pop-up-tekst {
		border: 1px solid var(--border-color);
		border-radius: 1px;
	}
	.pop-up-tekst .pop-up-content {
		padding: 20px 13px 10px 13px;
		gap: 10px;
	}
	.pop-up-tekst .font-family-container {
		order: 2;
		--allowed-width: calc(290px - 105px - 10px - 18px);
	}

	.pop-up-tekst .customizer-dropdown.open{
		background-color: white;
		width: 272px;
		position: relative;
		height: 225px;
	}
	.pop-up-tekst .customizer-dropdown .customizer-dropdown-mobile-head{
		display: none!important;
	}
	.pop-up-tekst .customizer-dropdown.open .customizer-dropdown-selected{
		height: 25px;
		padding: 0 22px;
	}
	.pop-up-tekst .customizer-dropdown.open .customizer-dropdown-selected .font-family-preview{
		display: none;
	}
	.pop-up-tekst .customizer-dropdown.open .customizer-dropdown-options{
		bottom: unset;
		max-height: 200px;
	}
	.pop-up-tekst .customizer-dropdown.open .customizer-dropdown-option{
		padding: 0 22px;
	}
	.pop-up-tekst .tekst-kleur-container {
		order: 4;
	}
	.pop-up-tekst .font-size-container {
		order: 3;
	}
	.pop-up-tekst .tekst-container {
		order: 1;
		--allowed-width: calc(290px - 18px);
		height: 138px;
	}
	.pop-up-tekst .tekst-container textarea {
		height: 138px;
	}
	.pop-up-tekst .tekst-style-container {
		order: 5;
		gap: 10px;
		flex: 0 0 224px;
		width: 224px;
	}
	.pop-up-tekst .tekst-style-container .label {
		display: block;
	}

	.pop-up-tekst-kleur{
		max-width: 400px;
		left: 50%;
		transform: translateX(-50%);
		bottom: 100px;
	}
	.tekst-kleuren-container{
		padding: 15px 13px;
	}
	.tekst-kleuren-containers{
		max-height: 270px;
	}
	.kleur-container{
		width: calc((100% - 30px) / 4);
	}
	.pop-ups-mobile {
		height: 100vdh;
	}
	.pop-up-open-afbeelding .pop-up-afbeelding {
		max-width: 90dvw;
		left: 0;
		right: 0;
		margin: auto;
		top: 0;
		bottom: 0;
		position: absolute;
	}

	.pop-up-open-afbeelding-achtergrond .pop-up-afbeelding-achtergrond {
		max-width: 90dvw;
		left: 0;
		right: 0;
		margin: auto;
		top: 0;
		bottom: 0;
		position: absolute;
		height: 80dvh;
	}
	.pop-up-open-afbeelding-achtergrond .pop-up-afbeelding-achtergrond .pop-up-body{
		margin: 0 auto;
		text-align: center;
		max-width: 700px;
	}
	.pop-up-open-afbeelding-achtergrond .pop-up-afbeelding-achtergrond img{
		max-width: 420px;
	}
	.pop-up-open-afbeelding-achtergrond .pop-up-afbeelding-achtergrond .pop-up-buttons-label{
		display: none;
	}

	.preview-afbeeldingen {
		order: 2;
		max-width: 810px;
	}
	.pop-up-tab#upload {
		align-items: center;
	}

	.tool-topbar-design {
		position: absolute;
		font-size: 13px;
		font-weight: 600;
		color: white;
		appearance: none;
		outline: unset;
		border: unset!important;
		right: 0;
		left: 150px;
		margin: auto;
		width: fit-content!important;
	}
	#tool-main-container:not(.pop-up-open-design-inner) .tool-topbar-design:hover >.icon,
	#tool-main-container.pop-up-open-design-top :not(.pop-up-open-design-inner) .tool-topbar-design >.icon{
		transform: translateX(130px);
	}

	#tool-main-container:not(.pop-up-open-design-inner) .tool-topbar-design:hover >.text,
	#tool-main-container.pop-up-open-design-top :not(.pop-up-open-design-inner) .tool-topbar-design >.text{
		transform: translateX(-35px);
	}
	.tool-topbar-design>.icon{
		background-color: white;
		border-radius: 50%;
	}
	.tool-topbar-design>.text, .tool-topbar-design>.icon {
		pointer-events: none;
		transition: ease 0.3s;
	}
	.tool-topbar-design>.icon .design-open{
		opacity: 1;
		transition: ease 0.3s;
	}
	.tool-topbar-design>.icon .design-closed{
		opacity: 0;
		transition: ease 0.3s;
		position: absolute;
		rotate: 90deg;
	}
	#tool-main-container:not(.pop-up-open-design-inner) .tool-topbar-design:hover >.icon .design-open,
	#tool-main-container.pop-up-open-design-top :not(.pop-up-open-design-inner) .tool-topbar-design >.icon .design-open{
		opacity: 0;
	}
	#tool-main-container:not(.pop-up-open-design-inner) .tool-topbar-design:hover >.icon .design-closed,
	#tool-main-container.pop-up-open-design-top :not(.pop-up-open-design-inner) .tool-topbar-design >.icon .design-closed{
		opacity: 1;
	}

	.pop-up-design-dropdown {
		display: flex;
		position: absolute;
		z-index: -1;
		top: -100vh;
		width: 274px;
		background-color: white;
		border-radius: 5px;
		box-shadow: 0px 4px 4px 0px #00000040;
		flex-direction: column;
		left: 50%;
		transform: translateX(-50%);
		--renderedHeight: 135px;
	}
	.pop-up-open-design-top .pop-up-design-dropdown {
		top: 56px;
	}
	.design-dropdown-item{
		display: flex;
		align-items: center;
		padding: 11px;
		gap: 10px;
	}
	.design-dropdown-item + .design-dropdown-item{
		border-top: 1px solid var(--border-color);
	}
	.dropdown-item-icon{
		width: 33px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.dropdown-item-labels{
		color: black;
		text-align: left;
	}
	.dropdown-item-mainlabel{
		font-size: 16px;
		font-weight: 600;
	}
	.dropdown-item-sublabel{
		font-size: 14px;
		font-weight: 400;
	}

	body.show-mini-cart #tool-main-container .tool-topbar-cart-button svg{
		opacity: 1;
	}
	body.show-mini-cart #tool-main-container .winkelmand-lines{
		opacity: 0;
	}

	.tool-sidebar .opmerking label {
		margin-bottom: 8px;
		position: unset;
		padding: unset;
	}

	.tool-sidebar .opmerking textarea {
		padding: 10px;
		font-size: 10px;
	}
	.tool-sidebar .opmerking textarea::placeholder{
		font-size: 10px;
	}

	.tool-sidebar .opmerking .counter {	
		font-size: 12px;
		bottom: 10px;
		right: 10px;
	}

	.pop-up-tab#upload{
		justify-content: unset;
	}
	.customizer-file-upload-wrapper{
		display: flex;
		justify-content: center;
		align-items: end;
		flex: 1;
		padding: 13px;
		max-height: 55%;
	}
	.custom-file-upload-container{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.custom-file-upload-container label{
		max-width: 600px;
	}
	.custom-file-upload-container .file-upload-top{
		width: 100%;
	}
	.custom-file-upload-container .file-upload-allowed{
		width: 100%;
	}

	.grafische-service{
		position: absolute;
		bottom: 0;
		width: 100%;
		left: 0;
		border-top: 1px solid var(--border-color);
		padding: unset;
		height: 60px;
		align-items: center;
		background-color: white;
	}
}

@media (max-width : 767px){
	.scroll-container-desktop{
		mask-image: unset!important;
		-webkit-mask-image: unset!important;
	}
} 