/* Static demo: never block the page behind the theme loader overlay */
.ttloading-bg.ttloader {
  display: none !important;
}

/* Product detail cart buttons */
.fg-cart-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: stretch;
}
.fg-cart-buttons .fg-cart-button {
  flex: 1 1 140px;
  min-width: 140px;
  white-space: nowrap;
  text-align: center;
}
.fg-cart-button.fg-gray {
  background-color: #6c757d !important;
}

/* WhatsApp order widget */
.whatsapp_order {
  text-decoration: none !important;
  color: inherit !important;
}
.whatsapp_order .wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 350px;
  max-width: 100%;
}
.whatsapp_order .wrap .icon {
  color: #25d366;
  flex-shrink: 0;
}
.whatsapp_order .wrap .right p.title,
.whatsapp_order .wrap .right p.number,
.whatsapp_order .wrap .slogan {
  margin: 0;
  line-height: 1.3;
}
.whatsapp_order .wrap .slogan {
  font-size: 14px;
  font-weight: 600;
  color: #25d366;
}

.demo-swal-popup {
  border-radius: 12px !important;
  padding: 1.5rem !important;
}
.demo-alert-body {
  text-align: center;
  padding: 0.5rem 0;
}
.demo-alert-badge {
  display: inline-block;
  background: #3BB77E;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.demo-alert-title {
  font-size: 18px;
  font-weight: 600;
  color: #253D4E;
  margin: 8px 0;
}
.demo-alert-text {
  font-size: 14px;
  color: #7E7E7E;
  line-height: 1.6;
  margin: 0;
}
#logo img.img-responsive {
  max-height: 60px;
  width: auto;
}
.ttfooter-logo img {
  max-height: 70px;
  width: auto;
}

/* Top Categories — product grid (desktop + mobile) */
.ttcat-main .TTcategory-tab.products-carousel {
  overflow: hidden;
  width: 100%;
}

.ttcat-main .TTcategory-tab.products-carousel .product-layouts {
  float: left;
  width: 25%;
  box-sizing: border-box;
}

.ttcat-main .TTcategory-tab.products-carousel.owl-carousel .owl-item .product-layouts {
  float: none;
  width: 100%;
}

.ttcat-main .tab-content::after,
.ttcat-main .TTcategory-tab.products-carousel::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 991px) {
  .ttcat-main .TTcategory-tab.products-carousel .product-layouts {
    width: 33.333%;
  }
}

@media (max-width: 767px) {
  .ttcat-main .TTcategory-tab.products-carousel .product-layouts {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .ttcat-main .TTcategory-tab.products-carousel .product-layouts {
    width: 100%;
    float: none;
  }
}
