/*
Theme Name: Shopissimo
Theme URI: https://shopissimo.online
Author: Shopissimo
Author URI: https://shopissimo.online
Description: Custom storefront theme for shopissimo.online with a global-marketplace inspired layout, mega-menu navigation, and WooCommerce product browsing/detail pages.
Version: 1.0.0
Requires PHP: 7.4
Text Domain: shopissimo
*/

:root {
  --si-orange: #FF6A00;
  --si-orange-dark: #E85D04;
  --si-red: #FF4747;
  --si-dark: #212121;
  --si-gray-bg: #F5F5F5;
  --si-border: #E5E5E5;
  --si-white: #FFFFFF;
  --si-text: #333333;
  --si-text-light: #777777;
  --si-radius: 4px;
  --si-header-h: 64px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--si-text);
  background: var(--si-white);
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
