/*
Theme Name: JK Dish Info
Theme URI: https://jkdishinfo.com/
Author: JK Dish Info Team
Author URI: https://jkdishinfo.com/
Description: High-performance modern eCommerce & satellite technology WordPress theme for DD Free Dish updates, MPEG-4 Set Top Boxes, Ku/C-Band LNBs, Satellite Meters, and DTH accessories. Features live WooCommerce catalog sync, interactive satellite dish alignment calculator, and WhatsApp instant checkout.
Version: 2.1.0
Tested up to: 6.7
Requires at least: 5.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jk-dish-theme
Tags: e-commerce, custom-colors, custom-menu, featured-images, full-width-template, theme-options, translation-ready
*/

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #0f172a;
}
::-webkit-scrollbar-thumb {
  background: #dc2626;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #b91c1c;
}

.badge-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .5; }
}

/* Product Card Image Zoom Effect */
.product-img-zoom {
  transition: transform 0.4s ease;
}
.group:hover .product-img-zoom {
  transform: scale(1.06);
}

/* Pattern Overlays */
.bg-grid-pattern {
  background-image: radial-gradient(rgba(220, 38, 38, 0.15) 1px, transparent 1px);
  background-size: 24px 24px;
}
.dark .bg-grid-pattern {
  background-image: radial-gradient(rgba(239, 68, 68, 0.12) 1px, transparent 1px);
  background-size: 24px 24px;
}

html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

/* Safe area padding for mobile notch & home indicator */
.pb-safe {
  padding-bottom: env(safe-area-inset-bottom, 1rem);
}
