/*
Theme Name: Minimog Child
Theme URI: http://minimog.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: minimog
Text Domain:  minimog-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

#billing_country_field {
	display: none;
	visibility: hidden;
}

.woocommerce-privacy-policy-text { 
		display: none;
		visibility: hidden;
}
/*
Theme Name: Minimog Child
Template: minimog
Description: Child theme for Minimog – custom footer styling
Author: Oscar-Magazin.ro
Version: 1.0
*/

/* ============================= */
/* GLOBAL FIXES (SAFE)           */
/* ============================= */

body {
  overflow-x: hidden;
}

/* ============================= */
/* FOOTER – PREMIUM DARK STYLE   */
/* ============================= */

#site-footer {
  background: #0f0f0f;
  color: #e6e6e6;
  padding: 60px 0 30px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-col {
  flex: 1;
  min-width: 220px;
}

/* TITLURI */
.footer-col h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 18px;
  color: #ffffff;
}

/* LISTE */
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.9;
}

/* LINKURI */
.footer-col a {
  color: #bdbdbd;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-col a:hover {
  color: #ffffff;
}

/* BENEFICII */
.features li {
  color: #bdbdbd;
}

/* BUTON CTA */
.footer-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.2s ease, color 0.2s ease;
}

.footer-btn:hover {
  background: #ffffff;
  color: #0f0f0f;
}

/* SEPARATOR */
.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin: 40px 0 20px;
}

/* COPYRIGHT */
.footer-copy {
  text-align: center;
  font-size: 12px;
  color: #8a8a8a;
}

/* ============================= */
/* RESPONSIVE                    */
/* ============================= */

@media (max-width: 768px) {
  .footer-columns {
    gap: 30px;
  }

  .footer-col h4 {
    font-size: 15px;
  }

  .footer-btn {
    padding: 12px 22px;
  }
}

