.recaptcha-wrapper {
    height: 66.41px; 
    overflow: hidden;
}

.recaptcha-wrapper .g-recaptcha {
    transform: scale(0.77);
    height: 100%;
    width: 100%;
}


.cart_items {
    max-height: 250px; 
    overflow-y: auto; 
    scrollbar-width: none; 
    -ms-overflow-style: none;  
}

.cart_items::-webkit-scrollbar {
    display: none; 
}


/* SweetAlert modal styles — matches site theme */
.swal-modal-title {
    font-family: "LEMON MILK", sans-serif !important;
    color: #030527 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    letter-spacing: 0.84px !important;
}

/* Confirm button — yellowdash_btn style */
.swal-confirm-btn {
    border-radius: 0px !important;
    background: #FFC760 !important;
    color: #030527 !important;
    font-family: "LEMON MILK", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.84px !important;
    height: 56px !important;
    padding: 8px 32px !important;
    border: none !important;
    box-shadow: none !important;
}
.swal-confirm-btn:hover {
    background: #FFCE3C !important;
    color: #030527 !important;
}

/* Cancel button — dash_btn style */
.swal-cancel-btn {
    border-radius: 0px !important;
    background: #030527 !important;
    color: #FFF !important;
    font-family: "LEMON MILK", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.84px !important;
    height: 56px !important;
    padding: 8px 32px !important;
    border: 4px solid #030527 !important;
    box-shadow: none !important;
}
.swal-cancel-btn:hover {
    background: #FAFAFA !important;
    color: #030527 !important;
}
.swal2-popup {
    min-height: 180px !important;     
}
.f-font-poppins {
    font-family: 'Poppins', sans-serif !important;
}


.subit .section_title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
}

.subit .section_title:first-child {
    margin-top: 0;
}

.footer-link ul li {
    font-family: Urbanist;
    font-size: 17px;
    font-weight: 500;
    line-height: 40%;
    letter-spacing: 0.34px;
    text-transform: capitalize;
}

/* Dark footer (purple background) */
.footer:not(.footer-white-bg) .footer-link ul li {
    color: #ffffff;
}

/* Light footer (white background) */
.footer.footer-white-bg .footer-link ul li {
    color: #2d1b69;
}

#currency-select
{
    background: transparent;
    color: white;
    border: 0px;
    font-family: "Poppins";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1.44px;
}

@media (max-width: 767px) {
    #policies-col,
    #contact-col {
      margin-top: 20px;
    }
  }
