.header-wrapper , .header-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--white);
}


.gap-4 {
  gap: var(--gap-4);
}
.gap-8 {
  gap: var(--gap-8);
}
.gap-10 {
  gap: var(--gap-10);
}
.gap-12 {
  gap: var(--gap-12);
}
.gap-20 {
  gap: var(--gap-20);
}
.gap-16 {
  gap: var(--gap-16);
}

.gap-24 {
  gap: var(--gap-24);
}
.gap-40 {
  gap: 40px;
}


.w-full {
  width: 100%;
}
.w-80 {
  width: 80%;
}

.w-70 {
  width: 70%;
}
.w-60 {
  width: 60%;
}

.w-40 {
  width: 40%;
}

.w-30 {
  width: 30%;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex {
  display: flex;
  align-items: center;
}
.flex p {
    margin: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-column {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.align-start  {
  align-items: flex-start;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.grid {
  display: grid;
}
.margin-0 {
  margin: 0 auto;
}

.product-listing-header ,.product-details-mg,.product-reviews,.idee-lu  {
  padding-top: 16px;
}
.product-card-list {
  padding-bottom: 16px;
}
.radius-12 {
  border-radius: 12px;
}
.white-space {
  white-space: nowrap;
}





@media (min-width: 769px) {
  .hidden {
    display: none;
  }
}
@media (max-width: 769px) {
  /*.show {
    display: none;
  }*/
  .address-mb {
    padding: 0;
}
.inf-wrapper  {
  flex-direction: column;
    align-items: center;
}
}
.sidebar-wrapper:hover {
  cursor: pointer;
}

