/*
Theme Name: Cashcarry
Theme URI: https://agilstore.pt
Author: Agilstore
Author URI: https://agilstore.pt
Description: Tema WordPress customizado para o Cashcarry, com design inspirado no Ant Design.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cashcarry
*/

/* Ant Design Inspired Variables & Resets */
:root {
  --color-brand-primary: #fa541c;
  --color-brand-secondary: #1677ff;
  --color-brand-accent: #ffc53d;
  --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background-color: #f8fafc;
  color: #0f172a;
  overflow-x: hidden;
  width: 100%;
}

.hex-bg {
  background-color: #fa541c;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cpath fill='%23fa541c' fill-opacity='0.4' d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9l11-6.35 11 6.35V30.6l-11 6.35L3 30.6V17.9z'/%3E%3C/svg%3E");
}

/* Remover border-radius de botões, inputs e cards */
button, input, select, textarea, .btn, [class*="rounded-"] {
  border-radius: 0 !important;
}

/* Correções de responsividade para contornar problemas no compilador Tailwind v4 Play CDN */
@media (min-width: 768px) {
  .md\:hidden {
    display: none !important;
  }
  .md\:flex {
    display: flex !important;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
