.Header-module__wrapper {
    background-color: #ae6aff;
    margin-bottom: 20px;
    padding: 0 15px;
    min-height: 50px;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 12px;
  border: 3px solid black;
}
.boxBody {
    background: #9343ff;
    border-radius: 12px;
  border: 3px solid black;
}
.boxHeader {
    background: #7600ff;
    border-radius: 2px 2px 0 0;
    border-radius: 12px;
  border: 3px solid black;
}
.Categories-module__category {
    cursor: pointer;
    color: #ffffff;
    background-color: #5f008b;
    padding: 10px 15px;
    border-radius: 12px;
    margin: 5px;
    transition: all .15s ease;
  border: 3px solid black;
}
.Product-module__wrapper {
    background: #7200ca;
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    animation: Product-module__productAnimation 1.15s ease;
  border: 3px solid black;
}
.productModalGiveText {
    color: #ffffff;
    display: block;
    text-align: center;
    font-weight: 500;
    background-color: #000000;
    border-radius: 12px;
  border: 3px solid black;
}

.widgetHeader-1cAbIw {
    background-color: var(--brand-500);
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 12px;
  border: 3px solid black;
}
.widgetBody-38iyIo {
    background-color: var(--primary-700);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-shadow: 0 1px 0 hsl(var(--black-500-hsl)/.2);
    box-shadow: 0 1px 0 hsl(var(--black-500-hsl)/.2);
    padding: 20px;
    overflow-y: scroll;
    border-radius: 12px;
  border: 3px solid black;
}
.boxFooter {
    background: #9343ff;
    border-radius: 12px;
  border: 3px solid black;
}