/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/* =========================================================
   MANGRADE STYLE.CSS
   Clean structured CSS base
   ========================================================= */

/* =========================================================
   01. DESIGN TOKENS / GLOBAL VARIABLES
   ========================================================= */

:root {
  --mg-accent: rgb(196, 173, 138);
  --mg-bg: #050505;
  --mg-bg-soft: #080807;
  --mg-card: #0b0b0b;
  --mg-card-light: #111111;
  --mg-border: #1f1f1f;
  --mg-text: #ffffff;
  --mg-text-muted: #cfc6b8;
  --mg-text-soft: #d0d0d0;
  --mg-shadow: 0 20px 55px rgba(0,0,0,0.35);
  --mg-radius-sm: 0;
  --mg-radius-md: 0;
  --mg-radius-lg: 0;
  --mg-radius-xl: 0;
  --mg-section-gap: 64px;
  --mg-section-gap-mobile: 42px;
}


/* =========================================================
   02. FLATSOME / GLOBAL PAGE RESETS
   ========================================================= */

/* Keep global resets conservative so Flatsome Customizer and UX Builder
   can control page, row and section backgrounds/spacing. */

.header-placeholder {
  display: none !important;
}

.footer-wrapper {
  margin-top: 0;
}


/* =========================================================
   03. HEADER / NAVIGATION
   ========================================================= */


/* Fjern skygge/border globalt */
.header-wrapper,
.header-main,
.header-bg-color,
#masthead {
  box-shadow: none !important;
  border: none !important;
}

/* Diskret bundlinje pÃƒÂ¥ sticky header */
.stuck .header-wrapper {
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
}

/* Fjern topbar pÃƒÂ¥ desktop */
@media (min-width: 769px) {
  .header-top {
    display: none !important;
  }
}

/* =========================================================
   04. MOBILE TOPBAR / MOBILE MENU
   ========================================================= */

.mobile-topbar-slider {
  display: none;
}

.mfp-bg {
  background: rgba(0,0,0,0.85) !important;
}

.nav-sidebar,
.mobile-sidebar {
  background: var(--mg-bg-soft) !important;
  color: var(--mg-text) !important;
}

.nav-sidebar a {
  color: var(--mg-text) !important;
}

@media (max-width: 768px) {
  .desktop-topbar {
    display: none !important;
  }

.mobile-topbar-slider {
  display: block !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;

  height: 34px;
  overflow: hidden;
  background: var(--mg-bg-soft);
  color: var(--mg-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  line-height: 34px;
  text-align: center;
}

.topbar-track {
  display: flex;
  width: 400%;
  animation: topbarSlide 16s steps(4) infinite;
}

.topbar-track span {
  width: 25%;
  flex-shrink: 0;
}

@keyframes topbarSlide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

}
/* =========================================================
   05. TYPOGRAPHY / SHARED LABELS
   ========================================================= */
.mg-eyebrow,
.mg-section-label {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  color: var(--mg-accent) !important;
  margin-bottom: 18px;
}

.mg-eyebrow {
  font-size: 12px;
  margin-bottom: 12px;
}

/* =========================================================
   07. WOOCOMMERCE GLOBAL FIXES
   ========================================================= */

/* Hide WooCommerce notices */
.woocommerce-notices-wrapper,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}

/* ==========================================
   FREE SHIPPING NOTICE
   ========================================== */

.mg-free-shipping-bar {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto 20px;
  padding: 14px 20px;

  text-align: center;

  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;

  background: transparent;
}

.mg-free-shipping-inner span {
  display: block;

  color: #d5bd92;

  font-size: 11px;
  font-weight: 700;

  letter-spacing: .22em;
  text-transform: uppercase;

  margin-bottom: 10px;
}

.mg-free-shipping-inner p {
  margin: 0;

  color: #111;

  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
}

.mg-free-shipping-inner strong {
  color: #111;
  font-weight: 700;
}

@media (max-width: 849px) {

  .mg-free-shipping-bar {
    padding: 14px 16px;
    margin-bottom: 20px;
  }

  .mg-free-shipping-inner span {
    font-size: 10px;
    letter-spacing: .15em;
    margin-bottom: 6px;
  }

  .mg-free-shipping-inner p {
    font-size: 14px;
  }

}

/* =========================================================
   08. CART / MINI CART / UPSELL
   ========================================================= */

/* Mini cart width */
.cart-dropdown,
.header-cart-title + .nav-dropdown,
li.cart-item .nav-dropdown,
.nav-dropdown.cart-popup {
  width: 720px !important;
  min-width: 720px !important;
  max-width: 720px !important;
}

/* Cart upsell */
.mg-upsell-card {
  display: flex;
  align-items: center;
  gap: 22px;
  max-width: 620px;
  padding: 18px;
  border: 1px solid rgba(196,173,138,0.22);
  background: #ffffff;
  color: #111111;
}

.mg-upsell-card img {
  width: 105px;
  height: 105px;
  object-fit: contain;
  background: #ffffff;
}

.mg-upsell-info h4 {
  color: #111111;
  font-size: 14px;
  margin: 0 0 6px;
}

.mg-upsell-price {
  color: #111111 !important;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 14px;
}

.mg-upsell-button {
  background: #111111 !important;
  color: #ffffff !important;
  border: 1px solid #111111 !important;
  padding: 9px 18px !important;
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: .8px;
  min-height: unset !important;
  line-height: 1.2 !important;
}

/* Cart coupon / discount code */
.woocommerce-cart .coupon,
.woocommerce-cart .cart-coupon,
.woocommerce-cart .checkout_coupon,
.woocommerce-checkout .coupon,
.woocommerce-checkout .checkout_coupon {
  margin-top: 24px !important;
  margin-bottom: 0 !important;
  padding-top: 22px !important;
  padding-bottom: 0 !important;
  border-top: 1px solid #e5e5e5 !important;
}

.woocommerce-cart .coupon .is-divider,
.woocommerce-cart .cart-coupon .is-divider,
.woocommerce-checkout .checkout_coupon .is-divider {
  display: none !important;
}

.woocommerce-cart .coupon label,
.woocommerce-cart .cart-coupon label,
.woocommerce-checkout .coupon label,
.woocommerce-checkout .checkout_coupon label {
  display: block !important;
  margin: 0 0 14px !important;
  color: #111111 !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: 1.4px !important;
  text-transform: uppercase !important;
}

.woocommerce-cart .coupon label::before,
.woocommerce-cart .coupon label i,
.woocommerce-cart .coupon i,
.woocommerce-cart .coupon .icon-tag,
.woocommerce-cart .cart-coupon label::before,
.woocommerce-cart .cart-coupon label i,
.woocommerce-cart .cart-coupon i,
.woocommerce-cart .cart-coupon .icon-tag,
.woocommerce-checkout .checkout_coupon label::before,
.woocommerce-checkout .checkout_coupon label i,
.woocommerce-checkout .checkout_coupon i,
.woocommerce-checkout .checkout_coupon .icon-tag {
  display: none !important;
  content: none !important;
}

.woocommerce-cart input[name="coupon_code"],
.woocommerce-checkout input[name="coupon_code"] {
  width: 100% !important;
  height: 46px !important;
  margin: 0 0 12px !important;
  padding: 0 14px !important;
  background: #ffffff !important;
  border: 1px solid #dddddd !important;
  border-radius: 0 !important;
  color: #111111 !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  box-shadow: none !important;
}

.woocommerce-cart input[name="coupon_code"]:focus,
.woocommerce-checkout input[name="coupon_code"]:focus {
  border-color: var(--mg-accent) !important;
  outline: none !important;
  box-shadow: none !important;
}

.woocommerce-cart button[name="apply_coupon"],
.woocommerce-checkout button[name="apply_coupon"] {
  width: 100% !important;
  height: 44px !important;
  margin: 0 !important;
  background: #111111 !important;
  border: 1px solid #111111 !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  transform: none !important;
}

.woocommerce-cart button[name="apply_coupon"]:hover,
.woocommerce-checkout button[name="apply_coupon"]:hover {
  background: #111111 !important;
  border-color: #111111 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Reduce space before footer on cart/checkout */
.woocommerce-cart .cart-container,
.woocommerce-cart .woocommerce,
.woocommerce-checkout .checkout-page,
.woocommerce-checkout .woocommerce {
  margin-bottom: 40px !important;
  padding-bottom: 0 !important;
}

.woocommerce-cart .footer-wrapper,
.woocommerce-checkout .footer-wrapper {
  margin-top: 40px !important;
}

.woocommerce-cart .coupon h3,
.woocommerce-cart .cart-coupon h3,
.woocommerce-cart .coupon .widget-title,
.woocommerce-cart .cart-coupon .widget-title,
.woocommerce-cart .coupon .widget-title span,
.woocommerce-cart .cart-coupon .widget-title span,
.woocommerce-cart .coupon > p:first-child,
.woocommerce-cart .cart-coupon > p:first-child {
  margin: 0 0 14px !important;
  color: #111111 !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: 1.4px !important;
  text-transform: uppercase !important;
}

.woocommerce-cart button[name="apply_coupon"],
.woocommerce-cart .coupon button[name="apply_coupon"],
.woocommerce-cart .cart-coupon button[name="apply_coupon"],
.woocommerce-cart input[name="apply_coupon"],
.woocommerce-cart .coupon input[name="apply_coupon"],
.woocommerce-cart .cart-coupon input[name="apply_coupon"],
.woocommerce-checkout button[name="apply_coupon"],
.woocommerce-checkout input[name="apply_coupon"] {
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  -webkit-font-smoothing: antialiased;
  text-shadow: none !important;
}
.woocommerce-cart input[name="coupon_code"]::placeholder,
.woocommerce-checkout input[name="coupon_code"]::placeholder {
  color: transparent !important;
}
/* =========================================================
   09. BUNDLE OVERVIEW / COMPARISON CARDS
   ========================================================= */

.mg-bundles-section {	
  margin: 0 auto var(--mg-section-gap) !important;
  color: var(--mg-text);
}

.mg-bundles-header {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.mg-bundles-header p,
.mg-bundles-header .mg-eyebrow {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px;
  color: var(--mg-accent);
  font-weight: 800;
}

.mg-bundles-header .mg-eyebrow {
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 700;
}

.mg-bundles-header h2 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
  margin: 0 0 10px;
  font-weight: 900;
  color: var(--mg-text);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.mg-bundle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1320px;
  margin: 0 auto;
  align-items: stretch;
}

.mg-bundle-card {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 620px;
  padding: 42px 34px;
  background: var(--mg-card);
  color: #ffffff;
  border: 1px solid var(--mg-border-dark, #1f1f1f);
  border-radius: 14px;
  box-shadow: var(--mg-shadow);
  transition: all 0.3s ease;
}

.mg-bundle-card:hover {
  transform: translateY(-6px);
  border-color: var(--mg-accent);
}

.mg-bundle-card.mg-featured {
  background: var(--mg-bg);
  border: 1px solid var(--mg-accent);
  transform: translateY(-28px);
  box-shadow: 0 30px 80px rgba(196, 173, 138, 0.15);
}

.mg-bundle-card.mg-featured:hover {
  transform: translateY(-34px);
}

.mg-label {
  display: inline-block;
  position: absolute;
  top: -22px;
  left: 28px;
  padding: 8px 18px;
  background: var(--mg-card);
  color: #ffffff;
  border: 1px solid var(--mg-border-dark, #1f1f1f);
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  font-size: 14px;
  font-weight: 700;
}

.mg-featured .mg-label {
  background: var(--mg-bg);
  border-color: var(--mg-accent);
}

.mg-bundle-card h3 {
  font-size: 48px;
  line-height: 1;
  margin: 20px 0 10px;
  font-weight: 900;
  color: #ffffff;
}

.mg-price {
  color: var(--mg-accent);
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 20px;
}

.mg-price-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.mg-bundle-card p {
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 34px;
  color: var(--mg-text-muted-on-dark, #cfc6b8);
}

.mg-bundle-card ul {
  flex-grow: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mg-bundle-card li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
  color: #e8e8e8;
  font-size: 17px;
}

.mg-bundle-card li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: -2px;
  width: 22px;
  height: 22px;
  background: #ffffff;
  color: #111111;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  font-weight: 900;
}

.mg-featured li::before,
.mg-highlight::before {
  background: var(--mg-accent) !important;
  color: #111111 !important;
}

.mg-highlight {
  color: var(--mg-accent);
  font-weight: 800;
}

/* Bundle buttons */
.mg-bundle-card .mg-btn {
  display: block;
  margin-top: 14px;
  text-align: center;
  justify-content: center;
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  box-shadow: none !important;
  transform: none !important;
}

.mg-bundle-card .mg-btn span {
  color: #111111 !important;
}

.mg-bundle-card .mg-btn:hover {
  background: #ffffff !important;
  color: #111111 !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
  transform: none !important;
}

.mg-bundle-card .mg-btn:hover span {
  color: #111111 !important;
}

/* Featured / middle button */
.mg-featured .mg-btn,
.mg-bundle-card.mg-featured .mg-btn {
  background: var(--mg-accent) !important;
  color: #111111 !important;
  border-color: var(--mg-accent) !important;
  box-shadow: none !important;
  transform: none !important;
}

.mg-featured .mg-btn span,
.mg-bundle-card.mg-featured .mg-btn span {
  color: #111111 !important;
}

.mg-featured .mg-btn:hover,
.mg-bundle-card.mg-featured .mg-btn:hover {
  background: var(--mg-accent) !important;
  color: #111111 !important;
  border-color: var(--mg-accent) !important;
  box-shadow: none !important;
  transform: none !important;
}

.mg-featured .mg-btn:hover span,
.mg-bundle-card.mg-featured .mg-btn:hover span {
  color: #111111 !important;
}

@media (max-width: 768px) {
  .mg-bundles-section {
    overflow: hidden;
  }

  .mg-bundles-header {
    width: 90%;
    margin: 0 auto 0 !important;
  }

  .mg-bundles-header .mg-eyebrow,
  .mg-bundles-header p {
    margin-bottom: 8px !important;
  }

  .mg-bundles-header h2 {
    margin: 0 !important;
    line-height: 1.05 !important;
  }

  .mg-bundle-grid {
    display: flex !important;
    grid-template-columns: none !important;
    flex-wrap: nowrap !important;
    gap: 16px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    max-width: none !important;
    width: 100% !important;
    padding: 28px 18px 14px !important;
    margin: 0 !important;
  }

  .mg-bundle-grid::-webkit-scrollbar {
    display: none;
  }

  .mg-bundle-card,
  .mg-bundle-card.mg-featured {
    flex: 0 0 82vw !important;
    max-width: 82vw !important;
    width: 82vw !important;
    scroll-snap-align: center;
    margin: 0 !important;
    transform: none !important;
    min-height: auto !important;
    padding-bottom: 32px !important;
  }

  .mg-bundle-card ul {
    flex-grow: 0 !important;
    margin-bottom: 24px !important;
  }

  .mg-bundle-card li:nth-last-child(-n+2) {
    display: none !important;
  }

  .mg-bundle-card .mg-btn {
  }

  .mg-bundle-card:hover,
  .mg-bundle-card.mg-featured:hover {
    transform: none !important;
  }
}

/* =========================================================
   11. CONTACT PAGE
   ========================================================= */

.mg-contact-main,
.mg-contact-guide {
  width: 90%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.mg-contact-guide {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 34px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.mg-contact-main {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 24px;
  margin-bottom: 70px;
}

.mg-card {
  background: #ffffff;
  border: 1px solid #e4ded4;
  color: #111111;
  box-shadow: 0 18px 45px rgba(0,0,0,0.06);
}

.mg-contact-info,
.mg-contact-form {
  padding: 38px 40px;
}

.mg-section-label {
  margin: 0 0 24px;
  color: var(--mg-accent) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.mg-guide-title {
  margin: 0 0 10px;
  color: #111111 !important;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.15;
}

.mg-contact-guide p:not(.mg-guide-title),
.mg-info-item span,
.mg-info-note {
  color: #555555;
  font-size: 16px;
  line-height: 1.7;
}

.mg-contact-guide p:not(.mg-guide-title) {
  margin: 0;
  max-width: 720px;
}

.mg-info-item {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.mg-info-item:first-of-type {
  padding-top: 0;
}

.mg-info-item strong {
  display: block;
  margin-bottom: 5px;
  color: #111111;
  font-size: 15px;
  font-weight: 900;
}

.mg-info-note {
  margin-top: 24px;
  font-size: 14px;
}

.mg-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 24px;
  background: #111111;
  border: 1px solid #111111;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: none !important;
  transform: none !important;
}

.mg-outline-btn span {
  margin-left: 10px;
  color: #ffffff !important;
}

.mg-outline-btn:hover {
  background: #111111 !important;
  border-color: #111111 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  transform: none !important;
}

.mg-contact-form form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mg-contact-form input,
.mg-contact-form textarea,
.mg-contact-form select {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #111111;
  font-size: 15px;
}

.mg-contact-form textarea {
  min-height: 150px;
  padding-top: 16px;
}

.mg-contact-form input::placeholder,
.mg-contact-form textarea::placeholder {
  color: #888888;
}

.mg-contact-form input:focus,
.mg-contact-form textarea:focus,
.mg-contact-form select:focus {
  border-color: var(--mg-accent);
  box-shadow: none;
  outline: none;
}

.mg-contact-form input[type="submit"],
.mg-contact-form button {
  width: 100%;
  min-height: 44px;
  background: #111111 !important;
  border: 1px solid #111111 !important;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
}

.mg-contact-form input[type="submit"]:hover,
.mg-contact-form button:hover {
  background: #111111 !important;
  border-color: #111111 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  transform: none !important;
}

@media (max-width: 900px) {
  .mg-contact-guide {
    margin-top: 42px;
    padding: 30px 26px;
    flex-direction: column;
    align-items: flex-start;
  }

  .mg-contact-main {
    grid-template-columns: 1fr;
    margin-bottom: 52px;
  }

  .mg-contact-info,
  .mg-contact-form {
    padding: 30px 26px;
  }

  .mg-outline-btn {
    width: 100%;
  }
}

/* =========================================================
   12. PROBLEMS / COMING SOON CARDS
   ========================================================= */

.mg-problems-section {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  color: var(--mg-text);
  text-align: center;
}

.mg-problems-eyebrow {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  color: var(--mg-accent) !important;
  text-align: center;
  margin-bottom: 12px;
}

.mg-problems-section h2 {
  color: var(--mg-text);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 34px;
}

.mg-problems-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.mg-problem-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  border-radius: 14px;
  background: #111;
  border: 1px solid rgba(255,255,255,0.10);
  text-align: left;
}

.mg-problem-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.78;
  filter: none;
  transition: transform 0.45s ease, opacity 0.45s ease, filter 0.45s ease;
}

.mg-problem-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0.55) 45%, rgba(0,0,0,0.94) 100%);
  z-index: 1;
}

.mg-problem-content {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 22px;
}

.mg-problem-content h3 {
  color: var(--mg-text);
  font-size: 17px;
  line-height: 1.25;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mg-problem-content p {
  color: var(--mg-text-soft);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.mg-problem-card:hover .mg-problem-image {
  transform: scale(1.06);
  opacity: 0.92;
}

.mg-problem-skin {
  background-image: url('https://mangrade.dk/wp-content/uploads/2026/06/urenhud.webp');
}

.mg-problem-hair {
  background-image: url('https://mangrade.dk/wp-content/uploads/2026/06/traethaar.webp');
}

.mg-problem-teeth {
  background-image: url('https://mangrade.dk/wp-content/uploads/2026/06/guletaender.webp');
}

.mg-problem-beard {
  background-image: url('https://mangrade.dk/wp-content/uploads/2026/06/ujaevntskaeg.webp');
}

.mg-coming-card .mg-problem-image {
  filter: grayscale(100%) blur(3px) brightness(0.45);
  opacity: 0.55;
  transform: scale(1.06);
}

.mg-coming-card::after {
  background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.68) 45%, rgba(0,0,0,0.96) 100%);
}

.mg-coming-card .mg-problem-content {
  opacity: 0.35;
}

.mg-coming-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(-10px);
  pointer-events: none;
}

.mg-coming-lock {
  display: none;
}

.mg-coming-title {
  color: var(--mg-accent);
  background: rgba(0,0,0,0.55);
  border: 1px solid rgba(196,173,138,0.45);
  padding: 8px 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  font-weight: 900;
}

.mg-coming-card:hover {
  transform: none !important;
}

.mg-coming-card:hover .mg-problem-image {
  transform: scale(1.06) !important;
  opacity: 0.55 !important;
  filter: grayscale(100%) blur(3px) brightness(0.45) !important;
}

/* Mobile swipe carousel for problem cards */
@media (max-width: 768px) {
  .mg-problems-section {
    width: 100vw !important;
    max-width: none !important;
    margin-left: 50% !important;
    margin-right: 0 !important;
    transform: translateX(-50%) !important;
    overflow: hidden !important;
    box-sizing: border-box;
    text-align: center !important;
  }

  .mg-problems-eyebrow {
    width: 90%;
    max-width: 1180px;
    margin: 0 auto 12px !important;
    color: var(--mg-accent) !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    letter-spacing: 3px !important;
    text-align: center !important;
  }

  .mg-problems-section h2 {
    width: 90%;
    max-width: 1180px;
    margin: 0 auto 34px !important;
    color: #ffffff !important;
    font-size: clamp(28px, 8vw, 40px) !important;
    line-height: 1.1 !important;
    letter-spacing: 2px !important;
    text-align: center !important;
  }

  .mg-problems-section h2 strong {
    color: #ffffff !important;
    font-weight: 900 !important;
  }

  .mg-problems-grid {
    display: flex !important;
    grid-template-columns: none !important;
    flex-wrap: nowrap !important;
    gap: 16px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    width: 100vw !important;
    max-width: none !important;
    padding: 0 18px 12px !important;
    margin: 0 !important;
    box-sizing: border-box;
  }

  .mg-problems-grid::after {
    content: "";
    flex: 0 0 18px;
  }

  .mg-problems-grid::-webkit-scrollbar {
    display: none;
  }

  .mg-problem-card {
    flex: 0 0 82vw !important;
    max-width: 82vw !important;
    width: 82vw !important;
    min-height: 280px !important;
    scroll-snap-align: start;
    margin: 0 !important;
    box-sizing: border-box;
  }

  .mg-problem-card:hover {
    transform: none !important;
  }
}
/* =========================================================
   13. TRUSTBAR - INTEGRATED VERSION
   ========================================================= */

/* Trustbar */
.mg-trustbar-section {
  background: #050505 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.trustbar {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 16px 5% !important;
  background: #050505 !important;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.trustbar img {
  display: none !important;
}

.trustbar > .col {
  flex: 0 1 auto !important;
  max-width: none !important;
  width: auto !important;
  padding: 0 34px !important;
  position: relative;
}

.trustbar > .col:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 18px;
  background: rgba(196,173,138,0.35);
  transform: translateY(-50%);
}

.trustbar > .col > .col-inner {
  text-align: center !important;
}

.trustbar p,
.trustbar h3,
.trustbar h4,
.trustbar span {
  margin: 0 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
  color: #cfc6b8 !important;
  line-height: 1.2 !important;
  transform: translateY(-7px);
}

@media (max-width: 768px) {
  .mg-trustbar-section,
  .trustbar {
    display: none !important;
  }
}
/* =========================================================
   14. COMPARE SECTION
   ========================================================= */

.mg-compare-section {
  width: 100vw;
  max-width: none;
  margin: 0 0 0 50% !important;
  transform: translateX(-50%);
  border-radius: 0;
  box-shadow: none;
  color: #111111;
}

.mg-compare-header {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 28px;
  text-align: center;
}

.mg-compare-header .mg-eyebrow,
.mg-compare-header p {
  color: var(--mg-accent) !important;
}

.mg-compare-header h2 {
  color: #111111;
  font-size: clamp(28px, 4vw, 44px);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.mg-compare-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}

.mg-compare-card {
  background: #ffffff;
  border: 1px solid #e4ded4;
  border-radius: var(--mg-radius-lg);
  padding: 35px 30px;
  color: #111111;
  box-shadow: 0 18px 45px rgba(0,0,0,0.10);
}

.mg-compare-card:hover {
  border-color: rgba(196,173,138,0.75);
  box-shadow: 0 24px 60px rgba(0,0,0,0.14);
}

.mg-compare-card h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 20px;
  color: var(--mg-accent);
}

.mg-compare-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mg-compare-card li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #111111;
  line-height: 1.6;
}

.mg-compare-card.good li::before,
.mg-compare-card.bad li::before {
  position: absolute;
  left: 0;
  font-weight: bold;
}

.mg-compare-card.good li::before {
  content: "\2713";
  color: var(--mg-accent);
}

.mg-compare-card.bad li::before {
  content: "\00d7";
  color: #666666;
}

.mg-compare-vs {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #111111;
  border: 1px solid #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--mg-accent);
}

.mg-compare-cta {
  width: 90%;
  max-width: 1200px;
  margin: 35px auto 0 !important;
  text-align: center;
}

@media (max-width: 900px) {
  .mg-compare-section {
  }

  .mg-compare-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mg-compare-vs {
    margin: 10px auto;
  }
}

/* =========================================================
   15. PRODUCT PAGE / PRODUCT TRUST ELEMENTS
   ========================================================= */
/* Bundle upsell */
.mg-single-upsell {
  width: 90%;
  max-width: 1180px;
  margin: 56px auto;
  color: #111111;
}

.mg-single-upsell * {
  box-sizing: border-box;
}

.mg-single-upsell h2,
.mg-single-upsell h3 {
  color: #111111 !important;
}

.mg-single-upsell p,
.mg-single-upsell li {
  color: #555555 !important;
}

.mg-single-upsell a.button,
.mg-single-upsell .button,
.mg-single-upsell .mg-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 0 28px !important;
  background: #111111 !important;
  color: #ffffff !important;
  border: 1px solid #111111 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.mg-single-upsell a.button:hover,
.mg-single-upsell .button:hover,
.mg-single-upsell .mg-btn:hover {
  background: #111111 !important;
  color: #ffffff !important;
  border-color: #111111 !important;
  transform: none !important;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .mg-single-upsell {
    width: 92%;
    margin: 36px auto;
  }

  .mg-single-upsell a.button,
  .mg-single-upsell .button,
  .mg-single-upsell .mg-btn {
    width: 100% !important;
  }
}

.mg-bundle-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 70px;
  align-items: center;
}

.mg-bundle-left {
  display: flex;
  justify-content: center;
}

.mg-bundle-left img {
  width: 100%;
  max-width: 430px;
  display: block;
  object-fit: contain;
}

.mg-bundle-right {
  text-align: left !important;
  max-width: 560px;
}

.mg-bundle-right .eyebrow {
  color: var(--mg-accent);
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.mg-bundle-right h2 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
  margin: 0 0 16px;
  color: #111111 !important;
  font-weight: 900;
}

.mg-bundle-right p {
  font-size: 18px;
  line-height: 1.55;
  color: #555555 !important;
  max-width: 520px;
  margin: 0 0 24px;
  text-align: left !important;
}

.mg-bundle-right ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.mg-bundle-right li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 13px;
  color: #555555 !important;
  font-size: 17px;
  line-height: 1.45;
  text-align: left !important;
}

.mg-bundle-right li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #111111;
  font-weight: 900;
}

.mg-bundle-right .button,
.mg-bundle-upsell a.button.primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 42px;
  padding: 0 28px;
  background: #111111 !important;
  color: #ffffff !important;
  border: 1px solid #111111 !important;
  border-radius: 0;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  box-shadow: none !important;
  transform: none !important;
}

@media (max-width: 768px) {
  .mg-bundle-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: left;
  }

  .mg-bundle-left {
    order: 1;
  }

  .mg-bundle-right {
    order: 2;
    max-width: none;
  }

  .mg-bundle-left img {
    max-width: 320px;
  }
}
/* Product accordion */
.single-product .mg-accordion-wrapper {
  width: 100%;
  margin-top: 28px;
  border-top: 1px solid rgba(0,0,0,.14);
}

.single-product .mg-accordion {
  border-bottom: 1px solid rgba(0,0,0,.14);
  padding: 0;
}

.single-product .mg-accordion summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 18px 38px 18px 0;
  color: #111111 !important;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .3px;
  text-transform: uppercase;
  outline: none !important;
  box-shadow: none !important;
}

.single-product .mg-accordion summary::-webkit-details-marker {
  display: none;
}

.single-product .mg-accordion summary::after {
  content: "+";
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  color: #111111;
  font-size: 26px;
  line-height: 1;
  font-weight: 300;
}

.single-product .mg-accordion[open] summary::after {
  content: "-";
}

.single-product .mg-accordion-content {
  padding: 0 38px 22px 0;
  color: rgba(0,0,0,.72) !important;
  font-size: 15px;
  line-height: 1.65;
}

.single-product .mg-accordion-content p {
  margin: 0 0 14px;
}

.single-product .mg-accordion-content p:last-child {
  margin-bottom: 0;
}

.single-product .mg-accordion-content ul,
.single-product .mg-accordion-content ol {
  margin: 12px 0 0 18px;
  padding: 0;
}

.single-product .mg-accordion-content li {
  margin-bottom: 8px;
}

.single-product .mg-accordion summary:focus-visible {
  color: var(--mg-accent) !important;
}

/* Bundle/product conditional content */
.mg-bundle-only,
.mg-product-only {
  display: none !important;
}

.mg-is-bundle .mg-bundle-only,
.mg-is-product .mg-product-only {
  display: block !important;
}

/* Product delivery line */
.single-product .mg-delivery-box {
  width: 100%;
  margin: 18px 0 22px;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.single-product .mg-delivery-item {
  display: block;
  margin: 0;
}

.single-product .mg-delivery-icon {
  display: none !important;
}

.single-product .mg-delivery-item p {
  margin: 0;
  color: #111111;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
}

.single-product .mg-delivery-item strong {
  color: #111111;
  font-weight: 800;
}

/* Add to cart form */
.single-product form.cart {
  width: 50%;
  max-width: 520px;
  display: flex;
  gap: 12px;
}

.single-product form.cart .single_add_to_cart_button {
  flex: 1 1 auto;
}

/* Guide box */
.mg-guide-box {
  background: #0b0b0b;
  color: #ffffff;
  border: 1px solid rgba(196,173,138,0.35);
  padding: 26px;
  margin-top: 6px;
}

.mg-guide-eyebrow {
  color: var(--mg-accent);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}

.mg-guide-box h3 {
  color: #ffffff;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.mg-guide-box p {
  color: #d4d4d4;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 16px;
}

.mg-guide-box ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.mg-guide-box li {
  color: #f3f3f3;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 10px;
}

.mg-guide-box li::before {
  content: "\2713";
  color: var(--mg-accent);
  font-weight: 900;
  margin-right: 10px;
}

.mg-guide-form {
  margin-top: 22px;
  max-width: 760px;
}

.mg-guide-form input[type="email"] {
  width: 100% !important;
  height: 38px !important;
  background: #080808 !important;
  border: 1px solid rgba(196,173,138,0.35) !important;
  color: #ffffff !important;
  padding: 0 18px !important;
  font-size: 14px !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.mg-guide-form input[type="email"]::placeholder {
  color: rgba(255,255,255,0.45) !important;
}

.mg-guide-form input[type="email"]:focus {
  border-color: var(--mg-accent) !important;
  background: #0d0d0d !important;
}

.mg-guide-form button {
  height: 38px !important;
  min-width: 140px !important;
  background: var(--mg-accent) !important;
  color: #111111 !important;
  padding: 0 26px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  border: 1px solid var(--mg-accent) !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

/* Hide stock status on product pages */
.single-product .stock,
.single-product p.stock,
.single-product .availability {
  display: none !important;
}

/* Product trustline - neutral */
.mg-product-trustline {
  width: 100%;
  margin: 22px 0 20px;
  padding: 18px 22px;
  display: grid;
  gap: 10px;

  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  color: #111111;
}

.mg-product-trustline div,
.mg-product-trustline .mg-delivery-countdown {
  margin: 0 !important;
  color: #444444;
  font-size: 16px !important;
  line-height: 1.45;
  font-weight: 500;
}

.mg-product-trustline strong {
  color: #111111;
  font-weight: 900;
}

@media (max-width: 768px) {
  .mg-product-trustline {
    margin: 18px 0 18px;
    padding: 16px 18px;
    gap: 9px;
  }

  .mg-product-trustline div,
  .mg-product-trustline .mg-delivery-countdown {
    font-size: 15px !important;
  }
}

@media (max-width: 849px) {
  .single-product .mg-accordion-wrapper {
    margin-top: 24px;
  }

  .single-product .mg-accordion summary {
    min-height: 54px;
    font-size: 12px;
    padding-right: 34px;
  }

  .single-product .mg-accordion-content {
    padding-right: 34px;
    font-size: 14px;
  }

  .single-product .mg-delivery-box {
    padding: 15px 16px;
  }

  .single-product .mg-delivery-item {
    grid-template-columns: 26px 1fr;
    gap: 9px;
  }

  .single-product .mg-delivery-item p {
    font-size: 14px;
  }

  .single-product form.cart {
    display: block;
  }

  .single-product form.cart .quantity {
    margin-bottom: 12px !important;
  }

  .single-product form.cart .single_add_to_cart_button {
    width: 100% !important;
  }

  .mg-guide-form {
    max-width: 100%;
  }

  .mg-guide-form button {
    width: 100% !important;
    margin-top: 10px !important;
  }
	
}

@media (max-width: 768px) {

  .mg-best-selling .products {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    gap: 16px !important;
  }

  .mg-best-selling .product-small {
    flex: 0 0 82vw !important;
    max-width: 82vw !important;
    scroll-snap-align: start;
  }

}

/* =========================================================
   16. BUY NOW SECTION
   ========================================================= */
.mg-buynow-eyebrow {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  color: var(--mg-accent) !important;
  text-align: center;
  margin: 0 auto 12px !important;
}

.mg-buynow-heading,
.mg-buynow-heading strong {
  width: 90%;
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #111111 !important;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 900 !important;
}

@media (max-width: 900px) {
  .mg-buynow-section {
    width: 92%;
  }

  .mg-buynow-section h2 {
    margin-bottom: 46px !important;
  }
}

/* Buy Now product cards */
.mg-buynow-section .products .product-small .box,
.mg-buynow-section .products .product .box,
.mg-buynow-section .woocommerce ul.products li.product .box {
  height: 100%;
  background: #0b0b0b !important;
  border: 1px solid #1f1f1f !important;
  padding: 18px 18px 24px !important;
  box-shadow: 0 18px 45px rgba(0,0,0,0.45) !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.mg-buynow-section .products .product-small:hover .box,
.mg-buynow-section .products .product:hover .box,
.mg-buynow-section .woocommerce ul.products li.product:hover .box {
  border-color: rgba(196,173,138,0.75) !important;
  box-shadow: 0 24px 60px rgba(0,0,0,0.65) !important;
  transform: translateY(-3px);
}

.mg-buynow-section .products .product-small .box-image,
.mg-buynow-section .products .product .box-image,
.mg-buynow-section .woocommerce ul.products li.product .box-image {
  margin-bottom: 22px !important;
}

.mg-buynow-section .products .product-small .box-text,
.mg-buynow-section .products .product .box-text,
.mg-buynow-section .woocommerce ul.products li.product .box-text {
  display: flex !important;
  flex-direction: column !important;
  min-height: 160px !important;
  text-align: center !important;
}

.mg-buynow-section .products .product-small .product-title,
.mg-buynow-section .products .product .product-title,
.mg-buynow-section .woocommerce ul.products li.product .product-title {
  min-height: 52px;
}

.mg-buynow-section .products .product-small .price,
.mg-buynow-section .products .product .price,
.mg-buynow-section .woocommerce ul.products li.product .price {
  min-height: 34px;
}

/* Buy Now product buttons */
.mg-buynow-section .products .product-small .button,
.mg-buynow-section .products .product-small a.button,
.mg-buynow-section .products .product .button,
.mg-buynow-section .products .product a.button,
.mg-buynow-section .woocommerce ul.products li.product .button,
.mg-buynow-section .woocommerce ul.products li.product a.button {
  margin: auto auto 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 138px !important;
  height: 40px !important;
  padding: 0 22px !important;
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #050505 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.6px !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.mg-buynow-section .products .product-small .button span,
.mg-buynow-section .products .product .button span,
.mg-buynow-section .woocommerce ul.products li.product .button span {
  color: #050505 !important;
}

/* Mobile swipe carousel for Buy Now products */
@media (max-width: 768px) {
  .mg-buynow-products {
    width: 100vw !important;
    max-width: none !important;
    margin-left: 50% !important;
    transform: translateX(-50%) !important;
    overflow: hidden !important;
    box-sizing: border-box;
  }

  .mg-buynow-products .products {
    width: 100vw !important;
    max-width: none !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 16px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 18px 12px !important;
    margin: 0 !important;
    box-sizing: border-box;
  }

  .mg-buynow-products .products::after {
    content: "";
    flex: 0 0 18px;
  }

  .mg-buynow-products .products::-webkit-scrollbar {
    display: none;
  }

  .mg-buynow-products .products .product,
  .mg-buynow-products .products .product-small,
  .mg-buynow-products .woocommerce ul.products li.product {
    flex: 0 0 82vw !important;
    max-width: 82vw !important;
    width: 82vw !important;
    scroll-snap-align: start;
    margin: 0 !important;
    box-sizing: border-box;
  }

  .mg-buynow-products .products .box {
    height: 100%;
  }
}
/* =========================================================
   17. THANK YOU PAGE
   ========================================================= */

.woocommerce-order-received .woocommerce {
  max-width: 100% !important;
  padding: 0 !important;
}

.mg-thankyou-page {
  max-width: 1320px;
  margin: 0 auto;
  padding: 55px 24px 60px;
  color: #111111;
}

.mg-ty-main {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(340px, 0.9fr);
  gap: 54px;
  align-items: start;
}

.mg-ty-left,
.mg-ty-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mg-ty-success {
  display: flex;
  align-items: flex-start;
  gap: 0 !important;
  margin-bottom: 2px;
}

.mg-ty-check {
  display: none !important;
}

.mg-ty-success h1 {
  color: #111111;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.05;
  margin: 0 0 18px;
  font-weight: 900;
}

.mg-ty-success p {
  color: #444444;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 6px;
}

.mg-ty-meta-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.mg-ty-meta-card,
.mg-ty-card {
  background: #ffffff;
  border: 1px solid #e4ded4;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  color: #111111;
}

.mg-ty-meta-card {
  min-height: 150px;
  border-radius: 16px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mg-ty-meta-card span {
  color: var(--mg-accent);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  margin-bottom: 12px;
}

.mg-ty-meta-card strong {
  color: #111111;
  font-size: 18px;
  line-height: 1.25;
  word-break: break-word;
}

.mg-ty-card {
  border-radius: 18px;
  padding: 30px;
}

.mg-ty-order h2,
.mg-ty-address-box h2 {
  color: #111111;
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 26px;
  font-weight: 800;
}

.mg-ty-order table {
  width: 100%;
  border-collapse: collapse;
  color: #111111;
}

.mg-ty-order th,
.mg-ty-order td {
  border-bottom: 1px solid #e5e5e5;
  padding: 14px 0;
  font-size: 15px;
  color: #444444;
}

.mg-ty-order th {
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-align: left;
  font-weight: 900;
}

.mg-ty-order th:last-child,
.mg-ty-order td:last-child {
  text-align: right;
}

.mg-ty-shop-btn,
.mg-ty-help a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 38px;
  background: #111111 !important;
  border: 1px solid #111111 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 800;
  text-decoration: none !important;
  border-radius: 0;
  box-shadow: none !important;
  transform: none !important;
}

.mg-ty-shop-btn:hover,
.mg-ty-help a:hover {
  background: #111111 !important;
  color: #ffffff !important;
  border-color: #111111 !important;
  box-shadow: none !important;
  transform: none !important;
}

.mg-ty-address-box {
  padding: 32px;
}

.mg-ty-address-box h2:not(:first-child) {
  margin-top: 36px;
}

.mg-ty-address-box address {
  color: #444444;
  font-style: normal;
  line-height: 1.75;
  font-size: 15px;
}

.mg-ty-help {
  display: flex;
  gap: 22px;
  align-items: center;
  padding: 28px;
}

.mg-ty-help-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid rgba(196,173,138,0.55);
  color: var(--mg-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mg-ty-help h3 {
  color: #111111;
  margin: 0 0 6px;
  font-size: 20px;
}

.mg-ty-help p {
  color: #444444;
  margin: 0 0 20px;
}

.mg-ty-trustbar {
  margin-top: 42px;
  padding-top: 26px;
  border-top: 1px solid #e5e5e5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.mg-ty-trustbar div {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 14px;
  align-items: center;
}

.mg-ty-trustbar span {
  grid-row: span 2;
  color: var(--mg-accent);
  font-size: 28px;
}

.mg-ty-trustbar strong {
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}

.mg-ty-trustbar p {
  color: #666666;
  margin: 4px 0 0;
  font-size: 14px;
}

@media (max-width: 1000px) {
  .mg-thankyou-page {
    padding: 30px 18px 50px;
  }

  .mg-ty-main,
  .mg-ty-meta-row,
  .mg-ty-trustbar {
    grid-template-columns: 1fr;
  }

  .mg-ty-success {
    flex-direction: column;
  }

  .mg-ty-card,
  .mg-ty-address-box,
  .mg-ty-help {
    padding: 24px;
  }

  .mg-ty-help {
    flex-direction: column;
    align-items: flex-start;
  }

  .mg-ty-shop-btn {
    width: 100%;
  }
}
/* =========================================================
   18. COOKIEBOT
   ========================================================= */

#CybotCookiebotDialog {
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #0b0b0b !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  box-shadow: 0 25px 60px rgba(0,0,0,0.45) !important;
}

#CybotCookiebotDialog *,
#CybotCookiebotDialogBodyContentText {
  color: rgba(255,255,255,0.82) !important;
}

#CybotCookiebotDialog h2,
#CybotCookiebotDialog h3,
#CybotCookiebotDialog h4 {
  color: #fff !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyButton {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #000 !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  transition: all 0.2s ease !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyButton:hover {
  background: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
  color: #000 !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyButtonDecline {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,0.16) !important;
  color: #fff !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyButtonDecline:hover {
  background: rgba(255,255,255,0.06) !important;
  border-color: rgba(255,255,255,0.24) !important;
}

#CybotCookiebotDialog a,
#CybotCookiebotDialog .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  color: #C4AD8A !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom-color: #C4AD8A !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogNavItemLink {
  color: rgba(255,255,255,0.6) !important;
}

#CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #C4AD8A !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider:before {
  background: #fff !important;
}

#CookiebotWidget,
#CookiebotWidget button {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

#CookiebotWidget button {
  padding: 0 !important;
}

#CookiebotWidget svg {
  border-radius: 999px !important;
}

/* =========================================================
   19. TESTIMONIAL / TRUSTPILOT SECTION - LIGHT
   ========================================================= */

.mg-testimonial-section {
  width: 100vw;
  max-width: none;
  margin: 0 0 0 50% !important;
  transform: translateX(-50%);
  color: #111111;
  text-align: center;
}

.mg-testimonial-header {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto 28px;
}

.mg-testimonial-header h2 {
  color: #111111;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}

.mg-testimonial-grid {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.mg-testimonial-card {
  background: #ffffff;
  border: 1px solid #e4ded4;
  padding: 34px 30px;
  text-align: left;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.mg-stars {
  color: var(--mg-accent);
  letter-spacing: 3px;
  font-size: 16px;
  margin-bottom: 18px;
}

.mg-testimonial-card p {
  color: #111111;
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 22px;
}

.mg-testimonial-card span {
  display: block;
  color: #666666;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

/* Mobile swipe carousel for testimonials */
@media (max-width: 768px) {
  .mg-testimonial-section {
    overflow: hidden;
  }

  .mg-testimonial-grid {
    width: 100% !important;
    max-width: none !important;
    display: flex !important;
    grid-template-columns: none !important;
    flex-wrap: nowrap !important;
    gap: 16px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 18px 12px !important;
    margin: 0 !important;
  }

  .mg-testimonial-grid::-webkit-scrollbar {
    display: none;
  }

  .mg-testimonial-card {
    flex: 0 0 82vw !important;
    max-width: 82vw !important;
    width: 82vw !important;
    scroll-snap-align: center;
    margin: 0 !important;
  }
}

/* =========================================================
   20. MOBILE / SPACING + INTERACTION NORMALIZATION
   ========================================================= */

@media (max-width: 768px) {
  .mg-buynow-section,
  .mg-problems-section,
  .mg-compare-section,
  .mg-bundles-section,
  .mg-testimonial-section {
    margin-bottom: var(--mg-section-gap-mobile) !important;
  }

  .mg-problems-section h2,
  .mg-compare-header h2,
  .mg-bundles-header h2,
  .mg-testimonial-header h2,
  .mg-buynow-section h2 {
    margin-bottom: 34px !important;
  }
}

@media (max-width: 850px) {
  .bundles-page-section .mg-ux-bundle-card {
    padding: 25px !important;
  }

  .bundles-page-section .mg-ux-bundle-card .row,
  .bundles-page-section .mg-ux-bundle-card .col,
  .bundles-page-section .mg-ux-bundle-card .col-inner {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .bundles-page-section .mg-ux-bundle-card .col:first-child,
  .bundles-page-section .mg-ux-bundle-card .col:last-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bundles-page-section .mg-ux-bundle-card p,
  .bundles-page-section .mg-ux-bundle-card ul,
  .bundles-page-section .mg-ux-bundle-card li {
    max-width: none !important;
  }

  .mg-ux-bundle-card,
  .mg-bundle-card,
  .mg-compare-card,
  .mg-testimonial-card,
  .products .product-small .box,
  .products .product .box {
    pointer-events: none !important;
    cursor: default !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  .mg-ux-bundle-card a,
  .mg-ux-bundle-card button,
  .mg-bundle-card a,
  .mg-bundle-card button,
  .mg-compare-card a,
  .mg-compare-card button,
  .mg-testimonial-card a,
  .mg-testimonial-card button,
  .products .product-small .box a,
  .products .product-small .box button,
  .products .product .box a,
  .products .product .box button {
    pointer-events: auto !important;
    cursor: pointer !important;
  }

  .mg-ux-bundle-card:hover,
  .mg-bundle-card:hover,
  .mg-compare-card:hover,
  .mg-testimonial-card:hover,
  .products .product-small:hover .box,
  .products .product:hover .box {
    transform: none !important;
  }
}

/* =========================================================
   21. MY ACCOUNT
   ========================================================= */

.woocommerce-account .woocommerce {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 0 70px;
  color: #111111;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
  color: #111111;
}

.woocommerce-account .woocommerce-MyAccount-content > p {
  max-width: 860px;
  margin: 0 0 28px;
  color: #444444;
  font-size: 17px;
  line-height: 1.7;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
  color: #111111;
  font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none !important;
  width: 100% !important;
  margin: 34px 0 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid #e4ded4;
  color: #111111 !important;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 14px 34px rgba(0,0,0,0.05);
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  background: #111111 !important;
  border-color: #111111 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  transform: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
  color: #111111;
  font-weight: 900;
  margin-bottom: 18px;
}

.woocommerce-account .woocommerce-MyAccount-content table {
  background: #ffffff;
  border: 1px solid #e4ded4;
  box-shadow: 0 14px 34px rgba(0,0,0,0.05);
}

.woocommerce-account .woocommerce-MyAccount-content table th,
.woocommerce-account .woocommerce-MyAccount-content table td {
  color: #111111;
  border-color: #e5e5e5;
  padding: 16px;
}

.woocommerce-account .woocommerce-MyAccount-content .button {
  background: #111111 !important;
  color: #ffffff !important;
  border-color: #111111 !important;
}

@media (max-width: 768px) {
  .woocommerce-account .woocommerce {
    width: 90%;
    padding: 42px 0 52px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation a {
    min-height: 64px;
    font-size: 16px;
  }

  .woocommerce-account .woocommerce-MyAccount-content > p {
    font-size: 15px;
  }
}

/* My Account - orders as mobile cards */
@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    overflow-x: visible !important;
  }

  .woocommerce-account .woocommerce-orders-table {
    min-width: 0 !important;
    width: 100% !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  .woocommerce-account .woocommerce-orders-table thead {
    display: none !important;
  }

  .woocommerce-account .woocommerce-orders-table tbody,
  .woocommerce-account .woocommerce-orders-table tr,
  .woocommerce-account .woocommerce-orders-table td {
    display: block !important;
    width: 100% !important;
  }

  .woocommerce-account .woocommerce-orders-table tr {
    background: #ffffff !important;
    border: 1px solid #e4ded4 !important;
    margin-bottom: 16px !important;
    padding: 18px !important;
    box-shadow: 0 14px 34px rgba(0,0,0,0.05);
  }

  .woocommerce-account .woocommerce-orders-table td {
    display: flex !important;
    justify-content: space-between;
    gap: 18px;
    padding: 10px 0 !important;
    border-bottom: 1px solid #eeeeee !important;
    color: #111111 !important;
    text-align: right !important;
  }

  .woocommerce-account .woocommerce-orders-table td:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }

  .woocommerce-account .woocommerce-orders-table td::before {
    content: attr(data-title);
    color: var(--mg-accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-align: left;
  }

  .woocommerce-account .woocommerce-orders-table td a {
    color: #111111 !important;
    font-weight: 900;
  }

  .woocommerce-account .woocommerce-orders-table .button {
    width: 100%;
    margin-top: 10px;
    justify-content: center;
    text-align: center;
  }
}

/* =========================================================
   22. BUNDLE - SHOP PAGE
   ========================================================= */
/* Compact light bundle feature sections */
.mg-shop-bundles {
  width: 100%;
}

.mg-shop-bundle-feature {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto 38px;
  display: grid;
  grid-template-columns: 0.9fr 0.8fr;
  align-items: center;
  min-height: 360px;
  padding: 46px 0;
  background: transparent;
  border: none;
  color: #111111;
  gap: 32px;
  box-shadow: none;
}

.mg-shop-bundle-feature.mg-featured {
  border: none;
}

.mg-shop-bundle-copy {
  max-width: 560px;
  text-align: left;
}

.mg-shop-bundle-copy h2 {
  max-width: 560px;
  color: #111111;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.mg-shop-bundle-copy p:not(.mg-eyebrow) {
  max-width: 560px;
  color: #555555;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 20px;
}

.mg-shop-bundle-copy ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 22px 0 28px;
  list-style: none;
}

.mg-shop-bundle-copy li {
  position: relative;
  padding-left: 0 !important;
  margin-bottom: 0;
  color: #111111;
  font-size: 16px;
  font-weight: 800;
}

.mg-shop-price-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.mg-shop-price-row strong {
  color: #111111;
  font-size: 32px;
  font-weight: 900;
}

.mg-shop-price-row span {
  color: #777777;
  font-size: 16px;
  text-decoration: line-through;
}

.mg-shop-price-row em {
  display: block;
  flex-basis: 100%;
  color: var(--mg-accent);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -6px;
}

.mg-shop-bundle-feature .mg-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 150px !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 24px !important;
  background: #111111 !important;
  border: 1px solid #111111 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transform: none !important;
}

.mg-shop-bundle-feature .mg-btn:hover {
  background: #111111 !important;
  border-color: #111111 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  transform: none !important;
}

.mg-shop-bundle-image {
  background: transparent;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mg-shop-bundle-image img {
  width: 100%;
  height: 100%;
  max-height: 360px;
  object-fit: contain;
  display: block;
}

.mg-next-bundle-transition {
  max-width: 1480px;
  margin: 70px auto;
  padding: 60px 40px;

  background: #111;
  color: #fff;

  border-left: none;
  border-top: 1px solid rgba(213,189,146,.2);
  border-bottom: 1px solid rgba(213,189,146,.2);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
  gap: 20px;
}

.mg-next-bundle-transition span {
  color: #d5bd92;
  text-transform: uppercase;
  letter-spacing: .25em;
  font-size: 12px;
  font-weight: 700;
}

.mg-next-bundle-transition h3 {
  margin: 0;
  color: #ffffff;
  font-size: 42px;
  text-transform: uppercase;
  letter-spacing: .03em;
  line-height: 1.1;
}

.mg-next-bundle-transition p {
  max-width: 700px;
  margin: 0;
  color: #d8d8d8;
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 849px) {

  .mg-next-bundle-transition {
    text-align: center;
  }

  .mg-next-bundle-transition span {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

}

@media (max-width: 768px) {
  .mg-next-bundle-transition {
    flex-direction: column;
    align-items: flex-start;
    margin: 45px auto 20px;
    padding: 24px;
  }

  .mg-next-bundle-transition a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .mg-shop-bundle-feature {
    width: 90%;
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 34px 0;
    gap: 24px;
    margin-bottom: 34px;
  }

  .mg-shop-bundle-copy h2 {
    font-size: 34px;
  }

  .mg-shop-bundle-image {
    min-height: 240px;
    order: -1;
    justify-content: center;
  }

  .mg-shop-bundle-feature .mg-btn {
    width: 100% !important;
  }
}
/* =========================================================
   23. CUSTOM FOOTER
   ========================================================= */

.mg-footer {
  width: 100%;
  background: #050505;
  color: #b8b8b8;
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: left;
}

.mg-footer-inner {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 0 54px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  text-align: left;
}

.mg-footer-brand,
.mg-footer-col {
  text-align: left;
}

.mg-footer-logo,
.mg-footer-logo-link,
.mg-footer-logo-img {
  display: block;
  margin-left: -5px !important;
  margin-right: auto !important;
  text-align: left !important;
}

.mg-footer-logo {
  color: var(--mg-accent);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 8px;
  margin-bottom: 22px;
}

.mg-footer-brand p,
.mg-footer-col p,
.mg-footer-col a {
  color: #b8b8b8 !important;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 10px;
  text-align: left;
}

.mg-footer-brand p {
  max-width: 330px;
}

.mg-footer-col h4 {
  color: #b8b8b8;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 20px;
  text-align: left;
}

.mg-footer-col a {
  display: block;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.mg-footer-col a:hover {
  color: var(--mg-accent) !important;
}

/* Kun CVR/adresse-blokken under logoet */
.mg-footer-brand .mg-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 22px 0 0;
  text-align: left !important;
}

.mg-footer-brand .mg-footer-bottom p {
  color: rgba(255,255,255,0.62);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  text-align: left !important;
}

/* Absolute / nederste footer forbliver urørt */
.mg-footer > .mg-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 22px 24px;
  text-align: center;
}

.mg-footer > .mg-footer-bottom p {
  color: rgba(255,255,255,0.62);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

@media (max-width: 900px) {
  .mg-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 38px 28px;
  }

  .mg-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .mg-footer-inner {
    padding: 52px 0 42px;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .mg-footer-brand p {
    max-width: none;
  }

  .mg-footer-col h4 {
    margin-bottom: 14px;
  }

  .mg-footer > .mg-footer-bottom {
    padding: 20px 18px;
  }
}

/* =========================================================
   GLOBAL BUTTONS
   ========================================================= */
.mg-summerkit-btn {
    display: table !important;
    margin: 0 auto !important;
}

.mg-btn {
  display: inline-block;
  background: #111111 !important;
  color: #ffffff !important;
  padding: 16px 28px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: none !important;
}

.mg-btn span {
  color: #ffffff !important;
}

/* Hero CTA buttons */
.mg-hero-btn,
a.mg-hero-btn,
.button.mg-hero-btn {
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Hero primary */
.mg-hero-btn-primary,
.mg-hero-btn-primary:hover,
a.mg-hero-btn-primary,
a.mg-hero-btn-primary:hover,
.button.mg-hero-btn-primary,
.button.mg-hero-btn-primary:hover {
  background: #ffffff !important;
  color: #111111 !important;
  box-shadow: none !important;
  transform: none !important;
}

.mg-hero-btn-primary span,
.mg-hero-btn-primary:hover span,
a.mg-hero-btn-primary span,
a.mg-hero-btn-primary:hover span,
.button.mg-hero-btn-primary span,
.button.mg-hero-btn-primary:hover span {
  color: #111111 !important;
}

/* Hero secondary */
.mg-hero-btn-secondary,
.mg-hero-btn-secondary:hover,
a.mg-hero-btn-secondary,
a.mg-hero-btn-secondary:hover,
.button.mg-hero-btn-secondary,
.button.mg-hero-btn-secondary:hover {
  background: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
  transform: none !important;
  opacity: 1 !important;
}

.mg-hero-btn-secondary span,
.mg-hero-btn-secondary:hover span,
a.mg-hero-btn-secondary span,
a.mg-hero-btn-secondary:hover span,
.button.mg-hero-btn-secondary span,
.button.mg-hero-btn-secondary:hover span {
  color: #ffffff !important;
}

/* Læg i kurv knap */
.single_add_to_cart_button,
.woocommerce .single_add_to_cart_button {
    background: #111111 !important;
    color: #ffffff !important;
}

.quantity.buttons_added {
    width: 120px !important;
    display: flex !important;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    width: 40px !important;
    flex: 0 0 40px;
}

.quantity.buttons_added .qty {
    flex: 1;
    min-width: 0;
}

/* =========================================================
  KAMPAGNER
   ========================================================= */
/* Launch campaign banner */
.mg-launch-banner {
  width: 100%;
  min-height: 72px;
  padding: 16px 18px;
  background: #050505;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.mg-launch-label {
  color: #c4ad8a;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.mg-launch-text {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .mg-launch-banner {
    min-height: 68px;
    padding: 14px 14px;
    gap: 6px;
  }

  .mg-launch-label {
    font-size: 11px;
    letter-spacing: 1.8px;
  }

  .mg-launch-text {
    font-size: 14px;
    letter-spacing: 0.8px;
  }
}

/* =========================================================
  NYLIGT TILFØJET
   ========================================================= */


/* Flat product grid - no cards */
.products .product-small .box,
.products .product .box,
.woocommerce ul.products li.product .box {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: 0 !important;
  transform: none !important;
}

.products .product-small:hover .box,
.products .product:hover .box,
.woocommerce ul.products li.product:hover .box {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
}

.products .product-small .box-image,
.products .product .box-image,
.woocommerce ul.products li.product .box-image {
  margin-bottom: 18px !important;
}

.products .product-small .box-text,
.products .product .box-text,
.woocommerce ul.products li.product .box-text {
  padding: 0 !important;
  text-align: center !important;
}

/* Product title height limit - 3 lines */
.products .product-small .product-title,
.products .product .product-title,
.woocommerce ul.products li.product .product-title,
.products .product-small .product-title a,
.products .product .product-title a,
.woocommerce ul.products li.product .product-title a {
  min-height: 78px !important;
  max-height: 78px !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.3 !important;
}

/* Hide breadcrumbs */
.breadcrumbs,
.woocommerce-breadcrumb,
.shop-page-title .breadcrumbs,
.single-product .breadcrumbs,
.single-product .woocommerce-breadcrumb {
  display: none !important;
}

/* Desktop add-to-cart buttons in product grids */
@media (min-width: 769px) {
  .products .product-small .button,
  .products .product-small a.button,
  .products .product .button,
  .products .product a.button,
  .woocommerce ul.products li.product .button,
  .woocommerce ul.products li.product a.button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;

    min-width: 170px !important;
    height: 44px !important;
    padding: 0 24px !important;

    background: #111111 !important;
    color: #ffffff !important;
    border: 1px solid #111111 !important;
    border-radius: 0 !important;

    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: 1px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;

    box-shadow: none !important;
    transform: none !important;
  }

  .products .product-small .button:hover,
  .products .product-small a.button:hover,
  .products .product .button:hover,
  .products .product a.button:hover,
  .woocommerce ul.products li.product .button:hover,
  .woocommerce ul.products li.product a.button:hover {
    background: #111111 !important;
    color: #ffffff !important;
    border-color: #111111 !important;
    box-shadow: none !important;
    transform: none !important;
  }
}
/* Centrer logo på mobil */
@media (max-width: 768px) {

  .header-main {
    height: 84px !important;
  }

  .header-main .header-inner {
    position: relative;
    height: 84px !important;
  }

  .header_logo.header-logo {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;

    width: 180px !important;
    max-width: 180px !important;

    margin: 0 !important;
    z-index: 10;
  }

  .header_logo.header-logo a,
  .header_logo.header-logo img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

}

/* SEO Accordion */
.mg-seo-accordion {
  max-width: 900px;
  margin: 80px auto;
  border-top: 1px solid #d8d8d8;
}

.mg-seo-toggle {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 28px 0;

  display: flex;
  justify-content: space-between;
  align-items: center;

  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #111111;

  cursor: pointer;
}

.mg-seo-toggle::after {
  content: "+";
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  color: #111111;
  transition: transform .25s ease;
}

.mg-seo-accordion.active .mg-seo-toggle::after {
  content: "−";
}

.mg-seo-content {
  display: none;
  padding: 10px 0 40px;
}

.mg-seo-accordion.active .mg-seo-content {
  display: block;
}

/* SEO Content */
.mg-seo-content h2 {
  font-size: 34px;
  line-height: 1.15;
  color: #111111;
  margin: 0 0 24px;
}

.mg-seo-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #4a4a4a;
  margin-bottom: 22px;
}

.mg-seo-content ul {
  margin: 24px 0;
  padding-left: 24px;
}

.mg-seo-content li {
  font-size: 17px;
  line-height: 1.8;
  color: #4a4a4a;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .mg-seo-accordion {
    width: calc(100% - 40px);
    margin: 40px auto;
  }

  .mg-seo-toggle {
    font-size: 13px;
    letter-spacing: 1.5px;
    padding: 22px 0;
  }

  .mg-seo-content h2 {
    font-size: 26px;
  }

  .mg-seo-content p,
  .mg-seo-content li {
    font-size: 15px;
    line-height: 1.7;
  }
}
/* Skjul original Flatsome kategori-label, men behold ManGrade parent-category */
.products .product-small .category:not(.mg-parent-category),
.products .product .category:not(.mg-parent-category),
.woocommerce ul.products li.product .category:not(.mg-parent-category) {
  display: none !important;
}
/* Kurvside - Gå til kassen */
.wc-proceed-to-checkout .checkout-button {
    background: #111111 !important;
    border: 1px solid #111111 !important;
    color: #ffffff !important;

    border-radius: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: 900 !important;
}
/* Checkout - Betal nu */
#place_order,
.woocommerce-checkout #place_order,
button#place_order {
    background: #111111 !important;
    border: 1px solid #111111 !important;
    color: #ffffff !important;

    border-radius: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: 900 !important;
}

#place_order:hover,
.woocommerce-checkout #place_order:hover,
button#place_order:hover {
    background: #111111 !important;
    border-color: #111111 !important;
    color: #ffffff !important;
}