.elementor .meny_box:hover,.elementor .meny_box:focus-visible{color:var(--Hovedfarge);transform:translate3d(1px, 0px, 1px);&::before {
background: linear-gradient(180deg, rgba(205, 110, 51, 1) 0%, rgba(199, 123, 73, 1) 100%);
opacity: 0.1 !important;
}\n}.elementor .meny_box{width:250px;height:200px;min-width:250px;max-width:250px;transition:all 900ms;position: relative;
overflow: hidden;

&::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: 1 !important; 
}

&::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2; 
background: linear-gradient(180deg, rgba(205, 110, 51, 1) 0%, rgba(199, 123, 73, 1) 100%);
opacity: 0; 

transition: opacity 0.3s ease-in-out !important;
}

& .elementor-widget {
position: relative;
z-index: 3;
}\n}