article {
  margin-top: 40px !important;
}
article h1 {
  color: #004974;
  font-family: Mikado;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px !important;
}

.dashboard-banners {
  display: flex;
  gap: 24px;
  margin: 32px 0;
}
@media only screen and (max-width : 768px) {
  .dashboard-banners {
    flex-direction: column;
    gap: 16px;
    margin: 24px 0;
  }
}
.dashboard-banners .shop-card:only-child .banner-content {
  justify-content: space-between;
}
.dashboard-banners .shop-card:only-child .text-content {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width : 480px) {
  .dashboard-banners .shop-card:only-child .text-content {
    flex-direction: column;
    gap: 16px;
  }
}
.dashboard-banners .shop-card:only-child .card-header {
  flex: 1;
}
.dashboard-banners .shop-card:only-child .banner-button {
  flex-shrink: 0;
  min-width: auto;
  white-space: nowrap;
}
.dashboard-banners .shop-card:not(:only-child) .text-content {
  flex-direction: column;
  gap: 16px;
}
.dashboard-banners .shop-card:not(:only-child) .banner-button {
  align-self: stretch;
}
.dashboard-banners .shop-card {
  flex: 1;
  padding: 24px;
  border-radius: 24px;
  outline: 1px solid;
  outline-offset: -1px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.dashboard-banners .shop-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.dashboard-banners .shop-card.shop-all-card {
  background: #EBF7FD;
  outline-color: #2FAEDB;
}
.dashboard-banners .shop-card.quick-order-card {
  background: #F4F1FB;
  outline-color: #8C75C1;
}
.dashboard-banners .shop-card .banner-content {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width : 768px) {
  .dashboard-banners .shop-card .banner-content {
    gap: 16px;
  }
}
@media only screen and (max-width : 480px) {
  .dashboard-banners .shop-card .banner-content {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}
.dashboard-banners .shop-card .text-content .card-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.dashboard-banners .shop-card .text-content .card-header h3 {
  color: #434A4F;
  font-size: 24px;
  font-family: Mikado, sans-serif;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
@media only screen and (max-width : 480px) {
  .dashboard-banners .shop-card .text-content .card-header h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
.dashboard-banners .shop-card .text-content .card-header p {
  color: #434A4F;
  font-size: 15px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 22.5px;
  margin: 0;
}
@media only screen and (max-width : 480px) {
  .dashboard-banners .shop-card .text-content .card-header p {
    font-size: 14px;
    line-height: 20px;
  }
}
.dashboard-banners .shop-card .text-content .banner-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 14px 20px;
  background: #8BC251;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.2s ease;
  width: 100%;
  max-width: 250px;
}
.dashboard-banners .shop-card .text-content .banner-button:hover {
  background: rgb(113.429787234, 165.8553191489, 58.1446808511);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(139, 194, 81, 0.3);
}
.dashboard-banners .shop-card .text-content .banner-button span {
  color: white;
  font-size: 16px;
  font-family: Mikado, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.32px;
}
@media only screen and (max-width : 480px) {
  .dashboard-banners .shop-card .text-content .banner-button span {
    font-size: 14px;
    line-height: 20px;
  }
}
.dashboard-banners .shop-card .text-content .banner-button svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.dashboard-banners .shop-card .text-content .banner-button:hover svg {
  transform: translateX(2px);
}
.dashboard-banners .shop-card .shop-image-wrapper {
  position: relative;
  width: 160px;
  height: 160px;
  flex-shrink: 0;
}
@media only screen and (max-width : 768px) {
  .dashboard-banners .shop-card .shop-image-wrapper {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width : 480px) {
  .dashboard-banners .shop-card .shop-image-wrapper {
    width: 100px;
    height: 100px;
  }
}
.dashboard-banners .shop-card .shop-image-wrapper .shop-bg-rect {
  position: absolute;
  border-radius: 16px;
}
.dashboard-banners .shop-card .shop-image-wrapper .shop-bg-rect.rect-1 {
  width: 160px;
  height: 160px;
  background: white;
  top: 0;
  left: 0;
}
@media only screen and (max-width : 768px) {
  .dashboard-banners .shop-card .shop-image-wrapper .shop-bg-rect.rect-1 {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width : 480px) {
  .dashboard-banners .shop-card .shop-image-wrapper .shop-bg-rect.rect-1 {
    width: 100px;
    height: 100px;
  }
}
.dashboard-banners .shop-card .shop-image-wrapper .shop-bg-rect.rect-2 {
  width: 160px;
  height: 160px;
  background: white;
  border-radius: 10px;
  top: 0;
  left: 0;
}
@media only screen and (max-width : 768px) {
  .dashboard-banners .shop-card .shop-image-wrapper .shop-bg-rect.rect-2 {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width : 480px) {
  .dashboard-banners .shop-card .shop-image-wrapper .shop-bg-rect.rect-2 {
    width: 100px;
    height: 100px;
  }
}
.dashboard-banners .shop-card .shop-image-wrapper .shop-image {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  z-index: 2;
}
@media only screen and (max-width : 768px) {
  .dashboard-banners .shop-card .shop-image-wrapper .shop-image {
    top: 15px;
    left: 15px;
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width : 480px) {
  .dashboard-banners .shop-card .shop-image-wrapper .shop-image {
    top: 12px;
    left: 12px;
    width: 76px;
    height: 76px;
  }
}
.dashboard-banners .shop-card .bulk-image-wrapper {
  position: relative;
  width: 160px;
  height: 160px;
  flex-shrink: 0;
}
@media only screen and (max-width : 768px) {
  .dashboard-banners .shop-card .bulk-image-wrapper {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width : 480px) {
  .dashboard-banners .shop-card .bulk-image-wrapper {
    width: 100px;
    height: 100px;
  }
}
.dashboard-banners .shop-card .bulk-image-wrapper .bulk-bg-rect {
  position: absolute;
  border-radius: 16px;
}
.dashboard-banners .shop-card .bulk-image-wrapper .bulk-bg-rect.rect-1 {
  width: 160px;
  height: 160px;
  background: #D9D9D9;
  top: 0;
  left: 0;
}
@media only screen and (max-width : 768px) {
  .dashboard-banners .shop-card .bulk-image-wrapper .bulk-bg-rect.rect-1 {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width : 480px) {
  .dashboard-banners .shop-card .bulk-image-wrapper .bulk-bg-rect.rect-1 {
    width: 100px;
    height: 100px;
  }
}
.dashboard-banners .shop-card .bulk-image-wrapper .bulk-bg-rect.rect-2 {
  width: 160px;
  height: 160px;
  background: white;
  border-radius: 10px;
  top: 0;
  left: 0;
}
@media only screen and (max-width : 768px) {
  .dashboard-banners .shop-card .bulk-image-wrapper .bulk-bg-rect.rect-2 {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width : 480px) {
  .dashboard-banners .shop-card .bulk-image-wrapper .bulk-bg-rect.rect-2 {
    width: 100px;
    height: 100px;
  }
}
.dashboard-banners .shop-card .bulk-image-wrapper .bulk-items-image {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  z-index: 2;
}
@media only screen and (max-width : 768px) {
  .dashboard-banners .shop-card .bulk-image-wrapper .bulk-items-image {
    top: 15px;
    left: 15px;
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width : 480px) {
  .dashboard-banners .shop-card .bulk-image-wrapper .bulk-items-image {
    top: 12px;
    left: 12px;
    width: 76px;
    height: 76px;
  }
}/*# sourceMappingURL=dashboard.css.map */