/**
 * ============================================================================
 * GLOBAL FOOTER RADIUS - ROUNDED CORNERS FOR FOOTER ELEMENTS
 * ============================================================================
 * Border-radius styling for global footer components.
 * ============================================================================
 */

/* ========================================================================== */
/* FOOTER CONTAINER - ROUNDED TOP CORNERS */
/* ========================================================================== */
.global-footer {
  border-top-left-radius: 40px; /* Large rounded top-left corner */
  border-top-right-radius: 40px; /* Large rounded top-right corner */
}

/* DEAL OF THE DAY BANNER - ROUNDED CORNERS */
.global-footer__deal-of-day {
  border-radius: 14px; /* Rounded banner corners */
}

/* DEAL BUTTON - ROUNDED CORNERS */
.global-footer__deal-btn {
  border-radius: 10px; /* Rounded button corners */
}

/* LANGUAGE SWITCHER - ROUNDED CORNERS */
.global-footer__language-switcher {
  border-radius: 8px; /* Rounded switcher corners */
}
