:root {
    --brown: rgba(56, 24, 5, 1);
    --brown_light: rgba(121, 52, 12, 0.95);
    --orange: rgba(221, 142, 96, 0.849);
    /* --orange: rgba(223, 138, 89, 0.849); */
    --grey: rgba(172, 172, 172, 0.85);
    --white: rgba(230, 230, 230, 0.85);

    /* --orange-text: rgba(219, 128, 75, 0.8); */
    --orange-text: rgb(209, 105, 49);
    --white-text: rgba(236, 233, 233, 0.85);
    --orange-line: rgba(230, 105, 33, 0.7);
}

/* kraaibek en menu heading */
/* @font-face {
    font-family: 'FontH1B';
    src: url('../resources/fonts/GOUDYSTO.ttf') format('truetype');
} */

@font-face {
    font-family: 'FontM';
    src: url('../resources/fonts/CabinSketch-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'FontS';
    src: url('../resources/fonts/ArchitectsDaughter-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'FontH';
    src: url('../resources/fonts/RobotoCondensed-VariableFont_wght.ttf') format('truetype');
}
@font-face {
    font-family: 'FontT';
    src: url('../resources/fonts/SairaExtraCondensed-Regular.ttf') format('truetype');
}



/* @font-face {
    font-family: 'FontH3';
    src: url('../resources/fonts/AmaticSC-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'FontH2';
    src: url('../resources/fonts/AmaticSC-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'FontH4';
    src: url('../resources/fonts/SairaExtraCondensed-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'FontT1';
    src: url('../resources/fonts/LondrinaSolid-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'FontB2';
    src: url('../resources/fonts/agencyfb_reg.ttf') format('truetype');
} */


::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: rgba(39, 39, 39, 0.01);
}

::-webkit-scrollbar-thumb {
    background: rgba(231, 91, 9, 0.4);
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(231, 91, 9, 0.7);
}


@media only screen and (min-width: 1100px) {
    ::-webkit-scrollbar {
        width: 6px;
    }

    ::-webkit-scrollbar-track {
        background: rgba(39, 39, 39, 0.01);
    }

    ::-webkit-scrollbar-thumb {
        background: rgba(231, 91, 9, 0.4);
    }

    ::-webkit-scrollbar-thumb:hover {
        background: rgba(231, 91, 9, 0.7);
    }
}

/* --------------------------------------------------------  START  ------------------------------------------------------- */
/* --------------------------------------------------------  LAUNCH PHASE  ------------------------------------------------ */
/* --------------------------------------------------------  START  ------------------------------------------------------- */

/* Prevent a brief home-page flash before launch gating initializes. */
body.kb-launch-pending .landing_logoSet,
body.kb-launch-pending .landing_sideGradientRight,
body.kb-launch-pending .landing_sideGradientLeft {
    opacity: 0;
    visibility: hidden;
}

body.kb-launch .mainNavigationMenuButton,
body.kb-launch .mainNavigationHomeButton {
    pointer-events: none;
    opacity: 0.35;
}

.kb-launch-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(10px);

    opacity: 1;
    visibility: visible;
    transition: opacity 250ms ease 0ms, visibility 0s linear 0ms;
}

.kb-launch-overlay.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 250ms ease 0.25s, visibility 0s linear 0.5s;
}

.kb-launch-card {
    width: 100%;
    max-width: 520px;
    border-radius: 14px;
    border: 1px solid rgba(230, 105, 33, 0.35);
    background: rgba(20, 20, 20, 0.55);
    box-shadow:
        0px 0 10px 2px rgba(230, 105, 33, 0.20),
        0 0 28px 10px rgba(219, 116, 72, 0.12);
    padding: 22px 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: calc(100vh - 44px);
    overflow: auto;
}

.kb-launch-eyebrow {
    font-family: FontT;
    letter-spacing: 3px;
    font-size: 14px;
    color: rgba(236, 233, 233, 0.75);
    margin-bottom: 6px;
}

.kb-launch-title {
    font-family: FontM;
    font-size: 40px;
    line-height: 1.0;
    color: var(--white);
    text-shadow: 2px 2px 4px rgba(75, 74, 74, 0.7);
    margin: 0;
}


.kb-launch-tagline {
    font-family: FontS;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 1.25;
    color: rgba(236, 233, 233, 0.86);
    margin-top: -6px;
}

.kb-launch-message {
    font-family: FontS;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 1.35;
    color: rgba(236, 233, 233, 0.86);
}

.kb-launch-message2 {
    position: relative;
    top: 30px;
    margin-bottom: 30px;
}

.kb-launch-cta {
    width: 100%;
    cursor: pointer;
}

/* Reuse existing button styling, but remove fixed layout inside overlay */
.kb-launch-card .buttonTekenIn.kb-launch-cta {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    width: 100%;
    height: 48px;
    border-radius: 2px;
}

.kb-launch-cta:active {
    transform: translateY(1px);
}

.kb-launch-note {
    font-family: FontS;
    margin-top: 2px;
    color: rgba(236, 233, 233, 0.62);
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.kb-launch-footnote {
    font-family: FontS;
    color: rgba(236, 233, 233, 0.62);
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 2px;
}

/* --------------------------------------------------------  END  --------------------------------------------------------- */
/* --------------------------------------------------------  LAUNCH PHASE  ------------------------------------------------ */
/* --------------------------------------------------------  END  --------------------------------------------------------- */

/* --------------------------------------------------------  START  ------------------------------------------------------- */
/* --------------------------------------------------------  MAIN  -------------------------------------------------------- */
/* --------------------------------------------------------  START  ------------------------------------------------------- */



/* --------------------------------------------------------  END  --------------------------------------------------------- */
/* --------------------------------------------------------  MAIN  -------------------------------------------------------- */
/* --------------------------------------------------------  END  --------------------------------------------------------- */

/* --------------------------------------------------------  START  ------------------------------------------------------- */
/* --------------------------------------------------------  NAVIGATION  -------------------------------------------------- */
/* --------------------------------------------------------  START  ------------------------------------------------------- */

.mainNavigationContainer {
    position: fixed;
    margin-top: -8px;
    margin-left: -8px;
    width: 100%;
    height: 100%;
    z-index: 12;
    background-color: black;
    opacity: 0;
    visibility: hidden;
}

.mainNavigationContainerSub {
    position: fixed;
    margin-top: 82px;
    margin-left: -8px;
    width: 100%;
    height: 100%;
    z-index: 12;
    background-color: black;
    opacity: 00.6;
    
    visibility: hidden;
}

.mainNavigationBar {
    position: fixed;
    width: 100%;
    height: 90px;
    left: 0px;
    top: 0px;
    border-bottom: solid #f77644;
    border-width: 1px;
    box-shadow:
        0px 0 6px 2px rgb(218, 129, 92),
        0 0 25px 3px rgb(219, 116, 72),
        0 0 35px 5px rgb(197, 76, 6);
    z-index: 1;
    opacity: 0;
    transition-delay: 0.25s;
}

.mainNavigationBar.show {
    opacity: 1;
}

.mainNavigationHeading {
    position: fixed;
    color: var(--white);
    width: 60%;
    font-family: FontM;
    letter-spacing: -1px;
    font-size: 38px;
    font-weight: 100;
    margin-top: 30px;
    left: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 4;
    text-shadow: 2px 2px 4px rgba(75, 74, 74, 0.7);
}

.mainNavigationMenuButton {
    position: fixed;
    width: 50px;
    height: 50px;
    top: 27px;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}

.mainNavigationMenuButton .icon {
    position: relative;
    top: 21px;
    left: 6px;
    width: 38px;
    height: 0px;
    background: none;
    transition: 0.4s ease;
    box-shadow:
        18px -12px 30px 23px #fde8e0,
        0 -5px 50px 30px rgb(230, 73, 0),
        0 0 70px 40px rgb(219, 116, 72);
    animation: pulse-box-shadow 5s infinite;
}

.mainNavigationMenuButton .icon:before,
.mainNavigationMenuButton .icon:after {
    content: "";
    position: absolute;
    width: 38px;
    height: 5px;
    background-color: var(--brown_light);
    clip-path: polygon(0% 0%, 100% 10%, 100% 90%, 0% 100%);
    border-radius: 2px 6px 2px 6px;
    transition: 0.4s ease;
}

.mainNavigationMenuButton .icon:before {
    top: -12px;
    transform: rotateZ(-4deg);
}

.mainNavigationMenuButton .icon:after {
    top: 4px;
    transform: rotateZ(4deg);
}

/* Open State (turns into an X) */
.mainNavigationMenuButton.open .icon:before {
    transform: rotateZ(135deg) scale(1.1) translate(7px, -3px);
    top: -8;
}

.mainNavigationMenuButton.open .icon:after {
    transform: rotateZ(-135deg) scale(1.1) translate(7px, 3px);
    top: 8;
}

/* Hover feedback */
/* .mainNavigationMenuButton:hover .icon:before,
.mainNavigationMenuButton:hover .icon:after {
    background-color: var(--orange1);
} */

/* Animation */
@keyframes pulse-box-shadow {
    0%, 100% {
        box-shadow:
            8px -2px 30px 23px #fde8e0,
            0 -5px 50px 30px rgb(230, 73, 0),
            0 0 70px 40px rgb(219, 116, 72);
    }
    50% {
        box-shadow:
            8px -2px 28px 21px #fde8e0,
            0 -5px 50px 30px rgb(184, 60, 3),
            0 0 70px 40px rgb(134, 66, 37);
    }
}

.mainNavigationHomeButton {
    position: fixed;
    width: 50px;
    right: 88px;
    top: 25px;
    z-index: 11;
    visibility: hidden;
    cursor: pointer;
    transition-delay: 0.25s;
}

.mainNavigationHomeButton.show {
    visibility: visible;
}

@media only screen and (min-width: 1100px) {
    .mainNavigationMenuButton {
        left: calc(50% + 470px);
    }

    .mainNavigationHeading {
        left: calc(50% - 530px);
    }
}

/* --------------------------------------------------------  END  --------------------------------------------------------- */
/* --------------------------------------------------------  NAVIGATION  -------------------------------------------------- */
/* --------------------------------------------------------  END  --------------------------------------------------------- */

/* --------------------------------------------------------  START  ------------------------------------------------------- */
/* --------------------------------------------------------  MENU  -------------------------------------------------- */
/* --------------------------------------------------------  START  ------------------------------------------------------- */

.menuPage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 90px 0px 0 0;
    background: linear-gradient(to bottom, #131313, #000000);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition-delay: 0.25s;
}

.menuPage.show {
    visibility: visible;
    opacity: 1;
}

.menuBackground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(218, 106, 27, 0.2), transparent);
    z-index: 0;
}

.menuBackground2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(12, 12, 12, 0), rgba(12, 12, 12, 0), rgb(0, 0, 0));
    z-index: 0;
}

.menuBackground::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(231, 91, 9, 0.5), transparent);
    animation: pulse 7s infinite;
}

.menuContent {
    position: relative;
    text-align: center;
    z-index: 2;
    color: #fff;

    position: relative;
    height: 100%;
    width: 100%;
    max-width: 900px;
    left: 0;
    right: 0;
    top: 0px;
    margin: auto;
    gap: 0px;
    padding: 10px;
    padding-top: 200px;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;

    position: relative;
    text-align: center;
    z-index: 2;
    color: #fff;
}

.menuProfileText {
    position: fixed;
    right: 34px;
    top: 117px;
    width: 15px;
    height: 23px;
    cursor: pointer;

    right: 34px;
    top: 99px;
    padding: 4px 10px;

    width: 100px;
    max-width: 100px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    border-radius: 5px;
    text-align: right;
    color: var(--white);
    font-family: FontT;
    font-weight: 400;
    font-size: 17px;
    z-index: 12;
    cursor: pointer;

    background: rgba(22,19,18,0.18);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px); 
}





.menuProfileImage{
    position: fixed;
    right: 20px;
    top: 117px;
    width: 15px;
    height: 17px;
    cursor: pointer;
}

.menuHeaderWrapper {
    margin-bottom: 60px;
    margin-top: -60px;
}



.menuHeader {
    font-family: FontM;
    font-size: 48px;
    /* color: rgba(255, 255, 255, 0.9); */
    color: var(--white);
    text-transform: uppercase;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
    margin: 0;
    letter-spacing: -2px;
    font-weight: 400;
}

.menuSubtitle {
    font-family: FontS;
    font-weight: 400;
    font-size: 15px;
    color: var(--white);
    /* color: var(--orange); */
    margin-top: 10px;
}

.menuList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.menuItem {
    font-family: FontT;
    font-weight: 400;
    font-size: 21px;
    color: var(--white);
    position: relative;
    cursor: pointer;
    transition: color 0.3s ease, transform 0.3s ease;
    /* text-transform: uppercase; */
}

.menuItemSub {
    color: var(--white);
    font-size: 21px;
}

.menuItem:hover {
    color: var(--orange);
}

.menuItem::before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 1px;
    background: var(--orange);
    transition: width 0.3s ease, left 0.3s ease;
    transform: translateX(-50%);
}

.menuItem:hover::before {
    width: 100%;
}

.menuItemSub:hover::before {
    width: 60%;
}



/* --------------------------------------------------------  END  --------------------------------------------------------- */
/* --------------------------------------------------------  MENU  -------------------------------------------------------- */
/* --------------------------------------------------------  END  --------------------------------------------------------- */

/* --------------------------------------------------------  START  ------------------------------------------------------- */
/* --------------------------------------------------------  MISC  -------------------------------------------------------- */
/* --------------------------------------------------------  START  ------------------------------------------------------- */

.scrollview {
    position: fixed;
    width: 100%;
    height: calc(100% - 90px);
    left: 0;
    right: 0;
    margin: auto;
    top: 90px;
    overflow-y: auto;
    overflow-x: hidden;
}

.scrollviewB {
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 90px);
    margin: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 9;
}

.scrollContentKuierplek {
    position: relative;
    width: 100%;
    max-width: 900px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    gap: 15px;
    padding: 10px;
    padding-top: 40px;
    box-sizing: border-box;
}

.scrollContentKunstenaar {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 15px;
    padding: 20px;
    box-sizing: border-box;
    padding-top: 25px;
}



/* --------------------------------------------------------  START  ------------------------------------------------------- */
/* --------------------------------------------------------  MISC  -------------------------------------------------------- */
/* --------------------------------------------------------  END  --------------------------------------------------------- */

/* --------------------------------------------------------  START  ------------------------------------------------------- */
/* --------------------------------------------------------  WINKEL  ------------------------------------------------------ */
/* --------------------------------------------------------  START  ------------------------------------------------------- */

.winkelPage {
    position: fixed;
    width: 100%;
    height: calc(100% - 90px);
    margin: 82px -8px 0 0;
    visibility: hidden;
    background-color: #000;
    transition-delay: 0.25s;
    margin-left: -8px;
}

/* --------------------------------------------------------  START  ------------------------------------------------------- */
/* --------------------------------------------------------  WINKEL  ------------------------------------------------------ */
/* --------------------------------------------------------  START  ------------------------------------------------------- */

/* --------------------------------------------------------  START  ------------------------------------------------------- */
/* --------------------------------------------------------  LEESMEER  ---------------------------------------------------- */
/* --------------------------------------------------------  START  ------------------------------------------------------- */

.leesmeerPage {
    position: fixed;
    width: 100%;
    height: calc(100% - 90px);
    margin: 82px -8px 0 0;
    visibility: hidden;
    background-color: #000;
    transition-delay: 0.25s;
    margin-left: -8px;
}

/* --------------------------------------------------------  START  ------------------------------------------------------- */
/* --------------------------------------------------------  LEESMEER  ---------------------------------------------------- */
/* --------------------------------------------------------  START  ------------------------------------------------------- */

/* --------------------------------------------------------  START  ------------------------------------------------------- */
/* --------------------------------------------------------  KONTAK  ------------------------------------------------------ */
/* --------------------------------------------------------  START  ------------------------------------------------------- */

.kontakPage {
    position: fixed;
    width: 100%;
    height: calc(100% - 90px);
    margin: 82px -8px 0 0;
    visibility: hidden;
    background-color: #000;
    transition-delay: 0.25s;
    margin-left: -8px;
}

/* --------------------------------------------------------  START  ------------------------------------------------------- */
/* --------------------------------------------------------  KONTAK  ------------------------------------------------------ */
/* --------------------------------------------------------  START  ------------------------------------------------------- */

/* --------------------------------------------------------  START  ------------------------------------------------------- */
/* --------------------------------------------------------  TEKEN IN  ---------------------------------------------------- */
/* --------------------------------------------------------  START  ------------------------------------------------------- */
.addressInput{
    width: 100%; 
    padding: 8px; 
    margin-top: -32px; 
    margin-bottom: -80px;
}

.pac-up .pac-container{
  z-index: 99999 !important;
  transform: translateY(calc(-100% - 8px)) !important;
    margin-top: -32px; 
}

.map {
    position: relative;
    height: 300px;
    margin-top: 3px;
    margin-left: 0px;
    padding-bottom: 100px;
    bottom: 0px;
    margin-bottom: 37px;
    background-color: #18181857;
    width: 100%;
    opacity: 0.8;
}

.map3 {
    position: relative;
    height: 200px;
    margin-top: -21px;
    margin-left: 0px;
    padding-bottom: 400px;
    bottom: 0px;
    margin-bottom: 37px;
    background-color: #18181857;
    width: 100%;
    opacity: 0.8;
}

.map2 {
    position: relative;
    height: 200px;
    margin-top: -21px;
    margin-left: 0px;
    padding-bottom: 400px;
    bottom: 0px;
    margin-bottom: -30px;
    background-color: #18181857;
    width: 100%;
    opacity: 0.8;
}

.anyEditInputFields {
    margin-bottom: 50px;
    margin-top: -50px;
}

.anyEditInputFields label {
    font-family: FontH4;
    color: var(--orange-text);
    margin-top: 8px;
    display: block;
}

.anyEditInputFields input,
.anyEditInputFields textarea,
.anyEditInputFields select {
    position: relative;
    padding: 8px;
    height: 50px;
    font-size: 17px;
    align-items: center;
    background: rgba(22, 19, 18, 0.9);
    background-image: linear-gradient(rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.04), rgba(245, 100, 4, 0.2));
    padding: 6px 10px;
    border-radius: 3px;
    font-family: FontH4;
    color: var(--white-text);
    border: 1px solid var(--orange-line);
}

.anyEditInputFields .anyEditInputBoxCreate {
    width: calc(100% - 12px);
    margin-left: 6px;
    margin-top: 3px;
}

/* .anyEditInputBoxCreate option {
    color: rgb(247, 8, 8) !important;
} */

.anyEditInputBoxCreate:focus {
    outline: 1px solid rgba(255, 102, 0, 0);
    box-shadow:
        0px 0px 3px 1px rgba(231, 91, 9, 0.4);
    background-image: linear-gradient(rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.04), rgba(245, 100, 4, 0.4));
}

.anyEditInputBoxCreate::placeholder {
    color: rgba(180, 180, 180, 0.274);
}

.createBanner {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    left: 0px;
    background-color: rgba(26, 26, 26, 0.95);
    color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.createBannerButton {
    position: fixed;
    right: 10px;
    padding: 10px 20px;
    font-size: 17px;
    width: 170px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    font-family: FontB2;
    color: rgb(212, 212, 212);
    background-image: linear-gradient(rgba(202, 103, 50, 0.9), rgba(126, 51, 1, 0.9), rgba(94, 37, 0, 0.9));
}

.createBannerVerwyderButton {
    position: fixed;
    right: 190px;
    padding: 10px 20px;
    font-size: 17px;
    width: 110px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    font-family: FontB2;
    color: rgb(212, 212, 212);
    background-image: linear-gradient(rgba(272, 103, 50, 0.9), rgba(158, 43, 1, 0.9), rgba(109, 27, 2, 0.9));
    display: none;
}

.createBannerVerwyderButton.show {
    display: block;
}

.pd1 {
    margin-bottom: -5px;
}

.pd2 {
    margin-bottom: -14px;
}

.pdNotify {
    position: relative;
    top: -20px;
    margin-bottom: 18px;
    margin-left: 10px;
    font-size: 14px;
    color: var(--grey-text) !important;
}

/* =================================================================================================================== */
/* =================================================================================================================== */
/* =================================================================================================================== */

.geenItemsBeskikbaar{
    margin-top: -5px;
    margin-left: 0px;
    font-size: 12px;
    font-family: FontH4;
    color: var(--grey-text);
}

.geenItemsBeskikbaar2{
    margin-top: -14px;
    margin-left: -10px;
    font-size: 12px;
    font-family: FontH4;
    color: var(--grey-text);
}




.detailScreenCloseButton {
    position: relative;
    /* transition-duration: 0.5s; */
    height: 40px;
    width: 40px;
    right: 24px;
    top: 0px;
    margin-bottom: 8px;
    z-index: 9;
    cursor: pointer;
}

.detailScreenCloseButton .icon {
    /* transition-duration: 0.5s; */
    position: relative;
    height: 0px;
    /* width: 40px; */
    top: 14px;
    left: 6px;
}

.detailScreenCloseButton .icon:before {
    /* transition-duration: 0.5s; */
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: rgba(199, 153, 132, 0.9);
    content: "";
    top: 6px;
    transform: rotateZ(135deg);
}

.detailScreenCloseButton .icon:after {
    /* transition-duration: 0.5s; */
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: rgba(199, 153, 132, 0.9);
    content: "";
    top: 10px;
    transform: rotateZ(-135deg);
}

.detailScreenCloseButton .icon:before,
.detailScreenCloseButton .icon:after {
    clip-path: polygon(0% 0%, 100% 10%, 100% 90%, 0% 100%);
    border-radius: 2px 6px 2px 6px;
    width: 28px;
    height: 3px;
}

.detailScreenCloseButton.open .icon {
    transition-duration: 0.5s;
}

.detailScreenCloseButton.open .icon:before {
    transform: rotateZ(135deg) scaleX(1.1) translate(7px, -3px);
}

.detailScreenCloseButton.open .icon:after {
    transform: rotateZ(-135deg) scaleX(1.1) translate(7px, 3px);
}








