/*
Compile-Minify: true
Compile-Area: everywhere
Compile-OutputGroup: headtag
Compile-Exports: popup
Compile-Dependencies: 
*/

/* Catalog popup style */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.popup {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #F2F0EA;
  border-radius: 16px;
  padding: 10px 10px 50px 10px;
  z-index: 3;
}

.popup-button {
  width: 13.5%;
  height: 52px;
  border-radius: 10px;
  border: 1px solid #383634;
  font-family: Oswald;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.popup p a {
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.popup a {
  text-decoration: none;
  font-family: Inter;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #383634;
}

#men > div:first-child {
    width: 30% !important;
}

.popup a:hover {
    text-decoration: underline;
}

/* Catalog sub popup for every button hover */



/* Mobile menu popup style */

/*  */