.logo-header{
  max-width: 160px;
}

.btn-main{
  background: #f55266;
  color: #fff;
}
.btn-main:hover{
  background: #f55266;
  color: #fff;
}

.category-card:hover img {
  transform: scale(1.1);
}

.category-card-body img {
  transition: transform 0.35s ease-in-out;
  transform-origin: top center;
  will-change: transform;
}


[data-bs-theme=dark] {
  .text-black{
    color: #fff!important;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body{
    background: rgba(34, 41, 52, 1);
  }
  .btn-custom{
    background: #4e5562;
    color: #fff;
  }
  .bg-body-tertiary-custom{
    background: rgba(24, 29, 37, 1)!important;
  }
}
[data-bs-theme=light] {
  .text-black{
    color: #000!important;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body{
    background: rgba(34, 41, 52, 1);
  }
  .btn-custom{
    background: #f9f9f9;
    color: #000;
  }
  .bg-body-tertiary-custom{
    background: rgba(34, 41, 52, 1)!important;
  }
}

.map iframe{
  max-height: 300px;
  border-radius: 10px;
}

.swal2-popup{
  width: 300px!important;
}
.swal2-title{
  font-size: 15px!important;
}
.swal2-content{
  font-size: 12px!important;
}
.swal2-styled.swal2-confirm{
  width: 100%!important;
  border-radius: 30px!important;
  padding: 5px 15px!important;
  background: #f55266!important;
}
.swal2-styled.swal2-cancel{
  width: 100%!important;
  border-radius: 30px!important;
  padding: 5px 15px!important;
  background: rgba(34, 41, 52, 1)!important;
}
.swal2-close{
  width: 1em!important;
  height: 1em!important;
}

.navbar-nav .dropdown-menu .dropend .dropdown-menu .dropdown-menu-body{
  min-width: 972px;
  max-width: 972px;
  min-height: 40vh;
}

.shop-table{
  margin: 15px;
  width: calc(25% - 30px);
  float: left;
  box-shadow: var(--cz-box-shadow);
}


@media (max-width: 768px) {
  .shop-table{
    margin: 15px 5px;
    width: calc(100% - 10px);
  }
  .navbar-nav .dropdown-menu .dropend .dropdown-menu .dropdown-menu-body{
    min-width:auto;
    min-height: auto;
  }
  h2.h3{
    font-size: 18px;
  }
  .logo-header{
    max-width: 140px;
  }
  .dropdown-menu.mobile {
      display: block !important;
      position: static !important;
      float: none;
    }

    .dropdown-toggle::after {
      display: none;
    }
    .offcanvas-header{
      padding: 10px 15px;
    }
}
