/*
Theme Name: Aora Child
Theme URI: https://elementor2.thembay.com/aora/
Author: Thembay
Description: This is a child theme for Aora
Version: 1.0
Author URI: https://thembay.com/
Template: aora
Text Domain: aora-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

@keyframes shake-horizontal {
    0% {
        transform: translate(-50%, 0);
    }

    20% {
        transform: translate(calc(-50% - 6px), 0);
    }

    40% {
        transform: translate(calc(-50% + 6px), 0);
    }

    60% {
        transform: translate(calc(-50% - 4px), 0);
    }

    80% {
        transform: translate(calc(-50% + 4px), 0);
    }

    100% {
        transform: translate(-50%, 0);
    }
}

.toast-shake {
    animation: shake-horizontal 0.4s ease;
}

p {
    margin-bottom: 0 !important;
}

html body .tbay-body-default p {
    line-height: 1.5 !important;
}

/* === Text Colors === */
.text-green {
    color: #76b737 !important;
}

.text-magenta {
    color: #e25178 !important;
}

.text-indigo {
    color: #16233b !important;
}

.text-yellow {
    color: #ecb400 !important;
}

.text-footer {
    color: #2a4a69 !important;
}

.text-header {
    color: #32768e !important;
}

.text-orange {
    color: #ee7023 !important;
}

.text-cyan {
    color: #00a9d4;
}

/* === Background Colors === */
.bg-green {
    background-color: #76b737 !important;
}

.bg-magenta {
    background-color: #e25178 !important;
}

.bg-indigo {
    background-color: #16233b !important;
}

.bg-yellow {
    background-color: #ecb400 !important;
}

.bg-footer {
    background-color: #2a4a69 !important;
}

.bg-header {
    background-color: #32768e !important;
}

.bg-orange {
    background-color: #ee7023 !important;
}

.bg-cyan {
    background-color: #00a9d4;
}

.border-green {
    border: 2px solid #76b737 !important;
}

.border-magenta {
    border: 2px solid #e25278 !important;
}

.border-indigo {
    border: 2px solid #26233b !important;
}

.border-yellow {
    border: 2px solid #ecb400 !important;
}

.border-footer {
    border: 2px solid #2a4a69 !important;
}

.border-header {
    border: 2px solid #32768e !important;
}

.border-orange {
    border: 2px solid #ee7023 !important;
}

.border-cyan {
    border: 2px solid #00a9d4 !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff !important;
    padding: 8px 30px 8px 10px !important;
    font-size: 16px !important;
    box-shadow: none !important;
    background: #fff url('https://unionreward.com/wp-content/uploads/2025/08/arrow-down.png') no-repeat right 10px center !important;
    background-size: 20px !important;
}

/* ✅ For older iOS Safari that still shows the inner arrow */
select::-ms-expand {
    display: none;
}

.header-logged-in, .header-n{
    display: none;
}

.header-logged-in:not(.p-home-header-sub){
    height: 109px;
}

#site-unite .header-logged-in:not(.p-home-header-sub){
    height: 120px;
}

#union,
#union .main-nav {
    background: #16233b;
}

#usdaw,
#usdaw .main-nav {
    background: #2f1052;
}

.main-nav-container {
    font-family: "Roboto", sans-serif;
    max-width: 100%;
    max-width: 1294px;
    margin: 0 auto;
    padding: 0 20px;
}

.main-nav {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    margin: 0;

    align-items: center;
    padding: 0;
}

.main-nav>li {
    position: relative;
    padding: 16px;
    height: 100%;
}

.main-nav>li>a {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-nav>li:hover .dropdown {
    display: flex;
}

.main-nav>li:last-child {
    margin-left: auto;
}

.login-modal-content {
    background: white;
    padding: 30px 30px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 400px;
}

.login-remember{
  display:flex !important;
  align-items:center!important;
  justify-content:flex-start!important;

  /* iOS safety */
  box-sizing:border-box!important;

  /* avoid flex gap bugs with form controls */
  gap:0!important;
}

.login-remember input[type="checkbox"]{
  -webkit-appearance:auto !important;   /* keep native */
  appearance:auto !important;
  margin:0 !important;       /* IMPORTANT for iOS */
  padding:0 !important;
  flex:0 0 auto !important;
  position:relative !important;
  top:0 !important;                     /* reset baseline quirks */
  width: auto !important;
}

.login-remember span{
  margin-left:.5rem !important;         /* replaces gap */
  line-height:1 !important;             /* prevents baseline drift */
  display:inline-block !important;
}

.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F4F4F4;
    padding: 32px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 999;
    width: 800px;
    gap: 2rem;
    width: 100%;
}

.dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 150px;
}

.dropdown ul li {
    height: 100%;
}

.dropdown ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
}

.search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.search-wrapper input[type="text"] {
    padding: 6px 36px 6px 12px;
    border-radius: 20px;
    height: 40px;
    font-size: 14px;
    border: none;
    width: 320px;
    max-width: 100%;
}

.search-wrapper .search-icon {
    position: absolute;
    right: 28px;
    color: #888;
    font-size: 16px;
}

.main-nav .active {
    background: #fff;
}

.main-nav .active a {
    color: #000;
}

.category-container {
    display: flex;
    max-width: 1264px;
    padding: 0 20px;
    margin: 0 auto;
    gap: 100px;

}

.category-container ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.top_deals {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #e82011;
    /* background: #e10a0a; */
    border-radius: 18px;
    gap: 32px;
}

.track-cta{
    pointer-events: none;
}

.top_deals p {
    margin: 0;
    color: #fff;
    /* color: #161616; */
    font-size: 18px;
    font-weight: 300;
}

#gym-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

#gym-popup {
    background: #fff;
    padding: 25px;
    max-width: 420px;
    width: 90%;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

#gym-popup p{
    color: #1b1b1b;
}

#gym-proceed {
    background-color: #76B737;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50px 50px 50px 50px;
    color: #fff;
    padding: 10px 18px;
    border: none;
    width: 250px;
}

#gym-proceed > button {
     background: none;
     border: none;
     color: #fff;
    padding: 10px 18px;
}

.gym-logos {
    margin-top: 16px;
  display: grid;
  gap: 8px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}

.gym-logo {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
   aspect-ratio: 1 / 1;
  flex: 1;
}

.gym-close-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
}

.gym-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
}

.gym-code{
    text-align: center;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.copy-code{
    background: #383838;
    color: #fff;
    width: 150px;
    border: 0;
    border-radius: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
}

 .powered-by-hussle {
  margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.powered-by-hussle-head{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.powered-text {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #4a4a4a;
}

.hussle-logo {
  height: 50px !important; /* adjust as needed */
  width: auto;
}

/* .gym-logo:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
} */

.top_deals .brand {
    font-weight: 500;
}

.deals_view {
    width: 150px;
    /* color: #161616; */
    color: #fff;
    border: solid 1px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 6px 0;
    border-radius: 24px;
}

.promo-slide {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 0;
    /* border: 1px solid #ccc;
    border-radius: 12px;
    background: #fff; */
    overflow: hidden;
}

.promo-text {
    flex: 1;
    max-width: 45%;
    padding: 64px 0 120px 64px;
    box-sizing: border-box;
}

.promo-logo {
    /* height: 40px; */
    margin-bottom: 20px;
    width: 160px;
    height: auto;
    object-fit: cover;
}

.promo-title {
    font-size: 32px;
    margin: 0 0 10px;
}

body .deals_carousel .promo-description {
    font-size: 22px;
    margin: 0 0 10px;
    line-height: 1.5 !important;
    color: #000 !important;
}

.promo-warning {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color: #000 !important;
}

.promo-image {
    flex: 1;
    max-width: 60%;
    position: relative;
    overflow: hidden;
}

.promo-image img {
    width: 100%;
    height: 90%;
    object-fit: cover;
    object-position: left;
}

.swiper.store-swiper.deals_carousel {
    padding-bottom: 0;
}

.swiper.store-swiper.deals_carousel .swiper-pagination {
    margin-bottom: 12px;
}

.swiper.store-swiper .swiper-slide {
    border: 1px solid #ccc;
    border-radius: 12px;
    background: #fff;
}

.deals_and_offer {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 64px;
}

.store-box {
    position: relative;
}

.deals_tag {
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff;
    font-weight: 500;
    padding: 6px 20px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

.latest_offer_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 8px;
    row-gap: 16px;
}

.latest_offer_grid .deal_item p {
    margin-bottom: 0;
}

.latest_offer_grid .deal_item {
    background: #fff;
    border-radius: 12px;
    border: solid 1px #bfbfbf;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    padding: 16px;
    position: relative;
}

.latest_offer_grid .deal_item i {
    position: absolute;
    right: 16px;
    top: 16px;
}

/* .latest_offer_grid .deal_item img {
    border-radius: 12px;
} */

.latest_offer_grid .deal_item .deal_title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4 !important;
    color: #000;
}

.latest_offer_grid .deal_item .deal_desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4 !important;
    color: #000;
}

.latest_offer_grid .deal_item .deal_text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.category_banner,
.retail_banner {
    padding: 20px 30px;
    height: 495px;
    display: flex;
    align-items: center;
    border: solid 1px #bfbfbf;
    border-radius: 12px;
}

.category_banner .banner_content:not(.rtc) {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    flex-direction: column;
    background: #ffffffe6;
    padding: 25px;
    border-radius: 12px;
}

.banner_content {
    width: 45%;

}

.banner_content img {
    height: 150px !important;
    width: auto !important;
    object-fit: contain;
}

.banner_text {
    /* padding-left: 50px; */
    display: flex;
    gap: 8px;
    flex-direction: column;
}

body .banner_content .banner_title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2 !important;
}

.banner_description {
    color: #000;
    font-size: 22px;
}

.promo-deals-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.promo-deals-grid> :only-child {
    grid-column: span 1;
    width: 50%;

}

.deal_item .fas,
.deal_item .far {
    font-size: 25px;
}

.promo-card {
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.promo-image-wrapper {
    position: relative;
    height: 160px;
    overflow: hidden;
}

.promo-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .promo-logo {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background: #fff;
    padding: 5px;
    box-sizing: border-box;
} */

.promo-content {
    padding: 15px;
    position: relative;
}

.promo-title {
    font-weight: bold;
    margin: 0 0 5px;
}

.promo-description {
    font-size: 14px;
    margin: 0;
    color: #555;
}

.promo-deals .logo-image {
    width: 120px;
}

.promo-deals .logo-box {
    margin-top: -65px;
}

.retail_deals {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}

.logo-box {
    width: 90px;
    height: 90px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
}

.etc-accordion .e-n-accordion-item:not(:first-child) summary {
    border-top: none !important;
}

.union-popup {
    position: fixed;
    top: 0;
    display: none;
}

.union-welcome {
    display: none;
}

.union-close-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
}

#user_name {
    cursor: pointer;
}

#user_popup {
    position: absolute;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    min-width: 150px;
    z-index: 9999;
    display: none;
}

#user_popup a {
    display: inline-block;
    color: #0073aa;
    text-decoration: none;
}

#user_popup a:hover {
    text-decoration: underline;
}

.deal-box {
    width: 90px;
    height: 90px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
}

.deal-spacer {
    width: 90px;
    height: 90px;
}

.deal-box img {
    width: 90px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    background: #fff;
}

.home-carousel .swiper-slide {
    display: flex;
}

.home-carousel .swiper-slide .promo-slide {
    align-self: center;
    width: 100%;
}

.open-menu-sp {
    display: none;
    cursor: pointer;
}

.mobile-sidebar {
    position: fixed;
    top: 0;
    /* Hidden */
    width: 375px;
    max-width: 100%;
    height: 100%;
    right: 0;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
    z-index: 9999;
    overflow-y: auto;
    display: none;
}

.mobile-sidebar.active {
    display: block
}

.sidebar-header {
    padding: 15px;
    color: #000;
    text-align: right;
}

.sidebar-header .close-sidebar {
    cursor: pointer;
    font-size: 24px;
}

.sidebar-content {
    padding: 20px;
}

.sidebar-content h3 {
    margin-top: 0;
}

.show-register-button {
    background-color: #76B737;
    font-size: 38px;
    font-weight: 700;
    border-radius: 50px 50px 50px 50px;
    color: #fff;
    width: 100%;
    display: block;
    padding: 12px 24px;
    font-family: "Roboto", Sans-serif;
    line-height: 1;
    text-align: center;
}

.font-normal {
    font-family: "Helvetica";
    font-style: normal;
    color: #000;
    font-weight: 800;
    letter-spacing: -3px
}

.top-saving-list {
    list-style-type: disc;
    padding-left: 1.25rem;
    /* adds bullet indentation */
    margin: 0;
}

.top-saving-list li {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    /* Adjust if you want a different shade */
}

.top-saving-list li:last-child {
    margin-bottom: 0;
}

.top-saving-list strong {
    font-weight: 700;
}

.join-box {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 20px 40px;
    max-width: 100%;
    font-family: Arial, sans-serif;
    margin: 0 auto;
    text-align: center;
    background: #fff;
}

.join-box h2 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: start;
    line-height: 1.7;
}

.join-box h2 strong {
    font-size: 24px;
    font-weight: 700;
}

.join-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.join-form input,
.join-form select {
    padding: 10px;
    border: 1px solid #ccc !important;
    border-radius: 8px;
    font-size: 14px;
    width: 100%;
}

.join-form input[type="date"] {
    color: #666;
}

.join-form button {
    background-color: #76b737;
    color: white;
    padding: 14px;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
}

.join-form .form-disclaimer {
    font-size: 11px;
    color: #333;
    margin: 0;
}

.join-form .form-disclaimer a {
    color: #0073e6;
    text-decoration: none;
}

.join-form .optout {
    font-size: 11px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.8;
    color: #333;
}

.join-form .optout input[type="checkbox"] {
    width: 25px !important;
}

.mtop-auto {
    margin-top: auto;
}

.store-box {
    background: #fff;
    border-radius: 12px;
    border: solid 1px #bfbfbf;
    overflow: hidden;
    padding-bottom: 1rem;
    height: 100%;
}

.store-box .main-image {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.logo-box {
    margin-top: -65px;
}

.logo-image {
    width: 90px;
    height: 90px !important;
    object-fit: contain;
    border: 4px solid #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.store-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
}

.store-box h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;       /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: calc(1.5em * 2); /* Line height * number of lines */
    word-break: break-word;
}

.store-box p {
    color: #000;
    line-height: 1.2 !important;
    font-size: 16px;
    margin-bottom: 0;
}

.swiper.store-swiper {
    width: 100%;
    padding-bottom: 70px;
}

.swiper.store-swiper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border: solid 2px #000;
    opacity: 1 !important;
    background: #fff !important;
}

.swiper.store-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000 !important;
}

.swiper-pagination {
    text-align: center;
}

.swiper-pagination-bullet {
    background: #ccc;
}

.swiper-pagination-bullet-active {
    background: #000;
}

.swiper.store-swiper .swiper-slide {
    height: auto;
    max-height: 55vh;
}

#login-code{
    display:none;
}

.login-modal {
    display: none;
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 50px;
    height: 100%;
}

.login-modal h3 {
    margin: 0;
    font-size: 18px;
}

.login-modal-content input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    height: 45px;
}

.login-btn {
    background: #194282;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}

.login-btn:hover {
    background: #003e7a;
}

.close-login {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

.union-popup {
    min-height: 100vh;
}

.union-popup>.e-con-inner {
    justify-content: center !important;
    max-height: 100vh;
}

.pop-up.union-free-membership {
    max-height: 84vh;
    overflow-y: auto;
}

.e-n-accordion-item-title[aria-expanded="false"] {
    transition: border-radius 400ms step-end;
}

.e-n-accordion-item-title[aria-expanded="true"] {
    border-radius: 8px 8px 0 0;
}

.e-n-accordion-item>div[role="region"] {
    border-top: 0;
    border-radius: 0 0 8px 8px;
}

.ptc h3 {
    font-size: 18px;
    color: #1c1c1c;
}

.profile-container {
    max-width: 420px;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    padding-bottom: 32px;
}

.profile-container h3 {
    margin-bottom: 12px;
    font-size: 20px;
}

/* Default (Desktop) - side-by-side */
.profile-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.profile-label {
    width: 120px;
    font-size: 16px;
    color: #1c1c1c;
}

.profile-content {
    display: flex;
    justify-content: space-between;
    ;
    align-items: center;
    flex: 1;
}

.profile-value {
    font-weight: bold;
    font-size: 16px;
    color: #1c1c1c;
}

.update-link {
    font-size: 13px;
    color: #0056b3;
    text-decoration: none;
    margin-left: 12px;
    white-space: nowrap;
}

.update-link:hover {
    text-decoration: underline;
}

.profile-logout {
    font-size: 20px;
    color: #1c1c1c;
    font-weight: 600;
    margin-top: 32px;
}

form.join-form {
    width: 100%;
}

form.join-form .form-control.input {
    width: 100%;
}

.search-wrapper input {
    z-index: 5;
}

.search-icon {
    cursor: pointer;
    z-index: 999;
}

.union-popup>.e-con-inner {
    scrollbar-width: thin;
    /* For Firefox */
    scrollbar-color: #888 transparent;
    /* For Firefox */
}

/* For WebKit browsers (Chrome, Edge, Safari) */
.union-popup .e-con-inner::-webkit-scrollbar {
    width: 8px;
}

.union-popup .e-con-inner::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
    /* rounded track */
}

.union-popup .e-con-inner::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    /* rounded thumb */
    border: 2px solid transparent;
    /* gives spacing, making it flushed */
    background-clip: content-box;
    /* ensures border works as padding */
}

.union-popup .e-con-inner::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.swiper-button-next {
    right: -40px;
}

.swiper-button-prev {
    left: -40px;
}

.promo-details {
    background: #ffffffe6;
    padding: 25px;
    border-radius: 12px;
}

.swiper-button-prev {
    background: #fff;
    width: 40px;
    height: 60px;
    border-radius: 8px;
    box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.16);
}

.swiper-button-next {
    border-radius: 8px;
    background: #fff;
    width: 40px;
    height: 60px;
    border-radius: 8px;
    box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.16);
}

.union-popup p a {
    color: #0073e6;
}

.deals_and_offer a:hover .store-box,
.latest_offer_grid a:hover .deal_item,
.promo-deals-grid a:hover .store-box,
.swiper a:hover .store-box {
    box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.16);
    transform: scale(1.01);
}

#code-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: -15px;
}

.air-datepicker-body--day-name {
  color: #000 !important;
  font-weight: 600;
}

/* Footer base */
.site-footer.footer-union {
    background: #16233B;
}
.site-footer.footer-usdaw {
    background: #2f1052;
}
.site-footer.footer-rmt {
    background: #253f2f;
}
.site-footer.footer-unison {
    background: #2e203e;
}
.site-footer.footer-unite {
    background: #2a4a69;
}

.site-footer{
    color: #ffffff;
    padding: 120px 20px 120px;
    font-family: inherit;
}

/* Container */
.site-footer__inner {
    max-width: 1224px;
    margin: 0 auto;
}

/* Top section layout */
.site-footer__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
    margin-bottom: 50px;
}

/* Links area */
.site-footer__links {
    display: flex;
    gap: 105px;
}

/* Column */
.footer-column {
    min-width: 200px;
}

/* Titles */
.footer-title {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    color: #EBB31C !important;  
    font-weight: 400 !important;
    margin-bottom: 15px;
}

/* List reset */
.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* List items */
.footer-list__item {
    margin-bottom: 10px;
}

/* Links */
.footer-link {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.footer-list__item .footer-link:hover{
    color: #fff !important;
}

.footer-list__item .footer-link:active{
    color: #fff !important;
}

/* .footer-link:hover {
    opacity: 0.7;
} */

/* Logo */
.site-footer__brand {
    flex-shrink: 0;
}

.footer-union .site-footer__logo{
    width: 188px;
}
.footer-usdaw .site-footer__logo{
    width: 188px;
}
.footer-rmt .site-footer__logo{
    width: 255px;
}
.footer-unison .site-footer__logo{
    width: 220px;
}
.footer-unite .site-footer__logo{
    width: 125px;
}

.site-footer__logo {
    
    height: auto;
}



/* Bottom text */
.site-footer__bottom {
    max-width: 900px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* Company text */
.site-footer__company {
    font-size: 14px !important;
    line-height: 1.6;
    margin-bottom: 25px;
    font-weight:300;
}

/* Note */
.site-footer__note {
    font-size: 14px;
    margin-bottom: 25px;
}

/* Copyright */
.site-footer__copyright {
    font-size: 14px;
}

.site-footer__company,
.site-footer__note,
.site-footer__copyright {
    font-family: "Roboto", sans-serif !important;
    font-size: 14px !important;
    color: #ffffff !important;
    font-weight: 300 !important
}

.footer-column--useful .footer-list {
    column-count: 2;
    column-gap: 60px;
    max-width: 420px;
}

.footer-column--useful .footer-list {
    column-count: 2;
    column-gap: 105px;
}

 .footer-column--useful .footer-link {
    white-space: nowrap;
    
}

.site-footer__note .footer-link{
    color: #EBB31C !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}

/* Responsive */
@media (max-width: 900px) {
    .site-footer__top {
        flex-direction: column;
        gap: 40px;
    }

    .site-footer__links {
        gap: 40px;
    }

    .site-footer__brand {
        margin-top: 10px;
    }
}

.login-notif{
    margin-top:15px;
}

.toggle-container {
    display: flex;
    gap: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
    align-items: center;
}

.toggle-container {
    font-size: 16px;
    color: #1c1c1c;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 28px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #1c1c1c;
    margin-bottom: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #ccc;
    border-radius: 34px;
    transition: 0.4s;
    display: flex;
    align-items: center;
    padding: 0 8px;
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.toggle-slider::after {
    content: "";
    position: absolute;
    height: 22px;
    width: 22px;
    background-color: white;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    transition: 0.4s;
}

/* OFF state */
.switch input+.toggle-slider::before {
    content: "OFF";
    position: absolute;
    right: 8px;
}

/* ON state */
.switch input:checked+.toggle-slider {
    background-color: #6bb536;
}

.switch input:checked+.toggle-slider::before {
    content: "ON";
    left: 8px;
    right: auto;
}

.switch input:checked+.toggle-slider::after {
    transform: translateX(32px);
}

body .join-box .registration-error{
    display: none;
    color: red;
    text-align: left;
    padding-bottom: 24px;
    font-weight: 500;
}

#offer-accept{
    cursor: pointer;
}

.offer-title{
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
}

/* ---------- SITE USDAW ----------- */
#site-usdaw .p-home-header, #site-usdaw .header-n, #site-usdaw .header-logged-in:not(.p-home-header-sub){
    background-color: #411064 !important;
}

#site-usdaw .p-home-header #open-login > a, #site-usdaw .header-n #open-login > a{
    background-color: #411064 !important;
}

#site-usdaw .p-home-footer{
    background-color: #2f1052 !important;
}

#site-usdaw .p-home-header-sub{
    background-color: #2f1052 !important;
}

#site-usdaw #usdaw {
    background-color: #2f1052 !important;
}

#site-usdaw #submit-login.login-btn{
    background-color: #411064 !important;
}

/* ---------- SITE RMT ----------- */
#site-rmt .p-home-header, #site-rmt .header-n, #site-rmt .header-logged-in:not(.p-home-header-sub){
    background-color: #375b45 !important;
}

#site-rmt .p-home-header #open-login > a, #site-rmt .header-n #open-login > a{
    background-color: #375b45 !important;
}

#site-rmt .p-home-footer{
    background-color: #253f2f !important;
}

#site-rmt .p-home-header-sub{
    background-color: #253f2f !important;
}  

/* #site-rmt .main-nav{
    background-color: #253f2f !important;
} */

#site-rmt #submit-login.login-btn{
    background-color: #375b45 !important;
}


/* ---------- SITE UNISON ----------- */
#site-unison .p-home-header, #site-unison .header-n, #site-unison .header-logged-in:not(.p-home-header-sub){
    background-color: #3C1D5D !important;
}

#site-unison .p-home-header #open-login > a, #site-unison .header-n #open-login > a{
    background-color: #3C1D5D !important;
}

#site-unison .p-home-footer{
    background-color: #2e203e !important;
}

#site-unison .p-home-header-sub{
    background-color: #2e203e !important;
}

/* #site-unison .main-nav{
    background-color: #2e203e !important;
} */

#site-unison #submit-login.login-btn{
    background-color: #3C1D5D !important;
}

/* ---------- SITE UNITE ----------- */
#site-unite .p-home-header, #site-unite .header-n, #site-unite .header-logged-in:not(.p-home-header-sub){
    background-color: #32768e !important;
}

#site-unite .p-home-header #open-login > a, #site-unite .header-n #open-login > a{
    background-color: #32768e !important;
}

#site-unite .p-home-footer{
    background-color: #2a4a69 !important;
}

#site-unite .p-home-header-sub{
    background-color: #2a4a69 !important;
}

/* #site-unite .main-nav{
    background-color: #2a4a69 !important;
} */

#mobile-sidebar.mobile-sidebar nav.sidebar-nav #usdaw.main-nav-container{
    background: #fff !important;
}

#site-unite #submit-login.login-btn{
    background-color: #32768e !important;
}

#registration-form:focus{
    outline: none;
}

/* Tablet (2x2) */
@media (max-width: 1024px) {
    .deals_and_offer {
        grid-template-columns: repeat(2, 1fr);
    }

    .latest_offer_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .promo-text {
        max-width: 60%;
    }

    .main-nav>li {
        position: relative;
        padding: 16px 8px;
        height: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .banner_content {
        width: 75%;
    }
}


@media (min-width: 768px) and (max-width: 1320px) {
    .swiper-button-prev {
        left: 0px;
    }

    .swiper-button-next {
        right: 0px;
    }
}

@media (max-width: 767px) {
    .top-saving-list li {
        font-size: 16px;
    }

    #site-union .p-home-header img, #site-union .p-home-header-sub img{
        width: 135px !important;
    }

    #site-unison .p-home-header img, #site-unison .p-home-header-sub img{
        width: 215px !important;
    }

    #site-unite .p-home-header img, #site-unite .p-home-header-sub img{
        width: 75px !important;
    }
    
    #site-usdaw .p-home-header img, #site-usdaw .p-home-header-sub img{
        width: 120px !important;
    }

    #site-rmt .p-home-header img, #site-rmt .p-home-header-sub img{
        width: 105px !important;
    }

    #site-unite .p-home-header .e-con-inner, #site-unite .p-home-header-sub .e-con-inner{
        padding-top: 0 !important;
        padding-bottom: 5px !important;
    }

    body {
        margin-bottom: -64px;
        padding-bottom: 0 !important;
    }

    .optout {
        gap: 4px;
    }

    .deals_and_offer {
        row-gap: 24px;
    }

    .profile-row {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 16px;
    }

    .join-box {
        padding: 20px 20px;
    }

    .join-box h2 {
        margin-top: 0px;
    }

    .profile-label {
        width: auto;
        margin-bottom: 4px;
    }

    .profile-content {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .profile-value {
        flex: 1;
    }

    .pop-up.union-free-membership {
        flex-wrap: nowrap;
    }

    .category_banner .banner_content {
        width: 100%;
    }

    .latest_offer_grid .deal_item .deal_text {
        flex: 1;
    }

    /* body .category_banner .banner_content .banner_title {
        font-size: 8vw;
    } */

    .store-content {
        padding: 16px;
    }

    .logo-image {
        width: 90px;
    }

    .logo-box {
        margin-top: -65px;
    }

    .store-box .main-image {
        height: 150px;
    }

    .top_deals p {
        font-size: 16px;
        line-height: 1.5 !important;
    }

    .promo-text {
        max-width: 100%;
        padding: 20px 20px 64px;
    }

    .promo-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    body .deals_carousel .promo-description {
        font-size: 16px;
    }

    .promo-warning {
        font-size: 18px;
        margin-top: 18px;
    }

    .pc-header-nav .main-nav li:not(:last-child) {
        display: none;
    }

    .main-nav .search-wrapper {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .main-nav .search-wrapper input {
        width: 100%;
    }

    #mobile-sidebar h3 {
        font-size: 20px;
    }

    #mobile-sidebar .sidebar-nav {
        padding-top: 20px;
    }

    #mobile-sidebar .main-nav-container {
        padding: 0;
        background: #fff;
    }

    #mobile-sidebar .main-nav {
        display: flex;
        gap: 8px;
        background: #fff;
        align-items: flex-start;
        padding: 0;
        flex-direction: column;
    }

    #mobile-sidebar .main-nav>li {
        position: relative;
        padding: 0;
        height: 100%;
        width: 100%;
    }

    #mobile-sidebar .main-nav>li>a {
        color: #000;
        font-size: 18px;
        font-weight: 400;
        align-items: center;
        gap: 8px;
    }

    #mobile-sidebar .search-wrapper {
        display: none;
    }

    .dropdown.toggle-sp {
        position: relative;
    }

    .dropdown.toggle-sp .category-container {
        gap: 12px;
        flex-direction: column;
        margin: 0;
    }

    .swiper.store-swiper .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        border: solid 1px #000;
    }

    .store-box h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 0;
        line-height: 25.6px;
    }

    .swiper-button-prev {
        left: -20px;
        background: #fff;
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.16);
        padding-top: 20px;
        padding-bottom: 20px;
        height: 70px;
        padding-right: 10px;
        padding-left: 10px;
        width: 35px;
        border-radius: 0 8px 8px 0;
    }

    .swiper-button-next {
        right: -20px;
        background: #fff;
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.16);
        padding-top: 20px;
        padding-bottom: 20px;
        height: 70px;
        padding-right: 10px;
        padding-left: 10px;
        width: 35px;
        border-radius: 8px 0 0 8px;
    }

    body .banner_content .banner_title {
        font-size: 22px;
    }

    .banner_description {
        font-size: 18px;
    }

    .open-menu-sp {
        display: block;
    }
}

@media (max-width: 600px) {
    .top_deals {
        gap: 12px;
        flex-direction: column;
        align-items: flex-start;
    }

    .advertise-foot {
        background-position: right -119px bottom !important;
    }
}

@media (max-width: 495px) {
    .advertise-foot {
        background-position: right -170px bottom !important;
    }
}

@media (max-width: 415px) {
    .advertise-foot {
        background-position: right -230px bottom !important;
    }
}

@media (max-width: 500px) {
    .latest_offer_grid {
        grid-template-columns: 1fr;
    }

    .latest_offer_grid .deal_item {
        flex-direction: row;
        align-items: center;
    }

    .login-modal-content {
        width: calc(100vw - 55px);
    }

    .deal-spacer {
        display: none;
    }

    .toggle-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}

@media ( max-width: 1200px ){
    .offer-title{
        font-size: 24px;
        font-weight: 600;
        line-height: 1.5;
    }
}

@media ( max-width: 880px ){
    .offer-title{
        font-size: 20px;
        font-weight: 600;
        line-height: 1.5;
    }
}


html {
    margin-top: 0 !important;
}

html #wpadminbar {
    position: relative !important;
}


/* Default = Desktop (single row scrolling if needed) */
@media (min-width: 1025px) {
  .gym-logos {
    grid-template-rows: 1fr;
  }
}

/* Tablet = 2 rows */
@media (max-width: 1024px) and (min-width: 768px) {
  .gym-logos {
    grid-template-rows: repeat(2, 1fr);
  }
}

/* Mobile = 3 rows */
@media (max-width: 767px) {
  .gym-logos {
    grid-template-rows: repeat(3, 1fr);
  }
}

@media (max-width: 900px) and (min-width: 768px) {
    .powered-text {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 2px;
        color: #4a4a4a;
    }
}


@media (max-width: 540px){
    .powered-by-hussle-head .powered-text {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 2px;
        color: #4a4a4a;
    }

    .powered-by-hussle-head .hussle-logo{
        height: 40px !important;
    }
}


/* Default = Desktop (single row scrolling if needed) */
@media (min-width: 1025px) {
  .gym-logos {
    grid-template-rows: 1fr;
  }
}

/* Tablet = 2 rows */
@media (max-width: 1024px) and (min-width: 768px) {
  .gym-logos {
    grid-template-rows: repeat(2, 1fr);
  }
}

/* Mobile = 3 rows */
@media (max-width: 767px) {
  .gym-logos {
    grid-template-rows: repeat(3, 1fr);
  }
}

@media (max-width: 900px) and (min-width: 768px) {
    .powered-text {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 2px;
        color: #4a4a4a;
    }
}


@media (max-width: 540px){
    .powered-by-hussle-head .powered-text {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 2px;
        color: #4a4a4a;
    }

    .powered-by-hussle-head .hussle-logo{
        height: 40px !important;
    }
}

/* Tablet */
@media (max-width: 1024px) and (min-width: 768px) {
    .site-footer {
        padding: 80px 24px !important;
    }

    .site-footer__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        margin-bottom: 40px;
    }

    .site-footer__links {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 60px;
    }

    .footer-column {
        width: 100%;
    }

    .footer-column--useful .footer-list {
        column-count: 2 !important;
        column-gap: 60px !important;
        max-width: 520px;
    }

    .footer-column--useful .footer-link {
        white-space: nowrap;
    }

    .site-footer__brand {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-footer__logo {
        display: block;
        margin: 0 auto;
    }

    .site-footer__bottom {
        max-width: 100%;
        gap: 24px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .site-footer {
        padding: 60px 20px 40px !important;
    }

    .site-footer__inner {
        max-width: 100%;
    }

    .site-footer__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        margin-bottom: 32px;
    }

    .site-footer__links {
        flex-direction: column;
        gap: 28px;
        width: 100%;
    }

    .footer-column {
        min-width: 0;
        width: 100%;
    }

    .footer-column--useful .footer-list,
    .footer-column--legal .footer-list {
        column-count: 1;
        max-width: 100%;
    }

    .footer-column--useful .footer-link {
        white-space: normal;
    }

    .footer-title {
        font-size: 22px;
        margin-bottom: 14px;
    }

    .footer-list__item {
        margin-bottom: 8px;
    }

    .footer-link {
        font-size: 18px;
        line-height: 1.5;
        display: inline-block;
    }

    .site-footer__brand {
        width: 100%;
    }

    .site-footer__logo {
        display: block;
        margin: 0;
        max-width: 100%;
        height: auto;
    }

    .site-footer__bottom {
        max-width: 100%;
        gap: 24px;
    }

    .site-footer__company,
    .site-footer__note,
    .site-footer__copyright {
        font-size: 14px !important;
        line-height: 1.7;
        margin-bottom: 0;
    }
}

#site-unite .category_offers,
#site-unite .category_banner.retail_banner,
#site-unite .category_name_text{
    display: none;
}

#site-unite .category_banner_slider .e-con-inner{
    padding-bottom: 0;
}

.union-welcome > div:first-child > div:nth-child(4) > p:first-child{
	padding-bottom: 24px;
}