.checkout_ph {
  display: flex;
  gap: 10px;
  align-items: center;
}

.dial-dropdown {
  position: relative;
  cursor: pointer;
  width: 90px;
}

.dial-menu {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;

  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  pointer-events: none;

  transition: .25s ease;
  z-index: 999;
}

.dial-dropdown.open .dial-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.dial-option {
  padding: 8px 12px;
}

.dial-option:hover {
  background: #f2f2f2;
}

.dial-selected {
  position: relative;
  padding: 8px 30px 8px 12px;
  background-size: 12px;
}

.dial-selected::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../images/icons/arrow-down.svg") no-repeat center;
  background-size: contain;
  pointer-events: none;
}

.checkout_ph.dial-drop {
  padding: 3px 10px !important;
}

.phone_code_wrapper {
  position: relative;
  width: 120px;
  font-size: 14px;
}

.phone_code_selected {
  cursor: pointer;
  user-select: none;
  padding-left: 10px;
  position: relative;
}

.phone_code_selected::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../images/icons/arrow-down.svg") no-repeat center;
  background-size: contain;
  pointer-events: none;
}

.phone_code_wrapper.open .phone_code_selected::after {
  transform: translateY(-50%) rotate(180deg);
}


/* Dropdown */
.phone_code_dropdown {
  position: absolute;
  top: 110%;
  left: 0;
  max-height: 260px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: none;
  z-index: 999;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.checkout_ph.moda-ph {
  margin-bottom: 20px;
}

section.login_section .pay_button.col a.button_btn.gray {
  padding: 13px 35px;
}

.code_option {
  padding: 12px 14px;
  cursor: pointer;
  transition: .2s;
}

.code_option:hover {
  background: #f3f4f6;
}

.count {
  position: absolute;
  top: -6px;
  right: -10px;
  color: #fff;
  font-size: 10px;
  background-color: #730d18;
  display: flex;
  height: 18px;
  width: 18px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
}

.checkout_switch.checked {
  background: #7a0d0d !important;
}

.header_tick span {
  gap: 5px;
  color: #1E1E1E;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart_cunm {
  position: relative;
}

.product_name {
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 40px;
}

.timer-box {
  font-style: normal;
  font-size: 34px;
  line-height: 100%;
  min-width: 110px;
}

.d-flex-box {
  gap: 5px;
}

section.profile_page .checkout_ph {
  padding: 10px 10px;
  border: 1px solid #9A9A9A;
  border-radius: 10px;
  font-size: 14px;
  line-height: 35px;
  width: 100%;
  background: #EDEDED;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  padding-left: 20px;
  display: flex;
}

input#id_phone {
  border: none !important;
  outline: none;
  background-color: #ededed;
}

.phone_code_selected {
  width: 80px;
}

.phone_code_wrapper {
  position: relative;
  width: max-content;
  font-size: 14px;
}


section.profile_page .profile_modal .checkout_ph {
  margin-bottom: 20px;
}

/* Large desktops (≥1440px) */
@media (max-width: 1440px) {
  .header_top {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-main {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home_banner-container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .listing_container {
    max-width: 1200px;
  }

  h1 {
    font-size: 39px;
  }

  a.button_btn,
  button.button_btn {
    font-size: 14px;
  }

  .sub,
  .sub a {
    font-size: 16px;
  }

  .store_meta_row span {
    font-size: 16px;
  }

  .store_meta_row a {
    font-size: 16px;
  }

  .categories_header__mega_menu_item {
    padding: 6px 0;
    font-size: 14px;
  }

  .search_card {
    width: 22%;
  }

  .search_mega_keywords li {
    font-size: 14px;
    color: #000000;
  }

  .container-row {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .ftr_links ul li a {
    font-size: 15px;
    line-height: 25px;
  }

  .ftr_contact p,
  .ftr_contact a {
    font-size: 15px;
    line-height: 25px;
  }

  .ftr_app_buttons img {
    width: 40% !important;
  }

  .ftr_newsletter_form {
    height: 45px;
  }

  .ftr_logo_section p {
    font-size: 15px;
    line-height: 23px;
  }

  .ftr_logo_section {
    width: 25%;
  }

  .ftr_links {
    width: 70%;
  }

  .search_mega_inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .shipping_container {
    max-width: 1200px;
  }

  .top-bar-center {
    font-size: 13px;
  }

  .top-bar-center img {
    width: 15px;
  }

  .header_top a {
    font-size: 13px;
  }

  .top-bar-left img {
    width: 13px;
    height: 100%;
  }

  .header-logo {
    max-width: 260px;
  }

  .categories_header__dropdown_btn {
    padding: 12px 35px;
  }

  a.sign_user {
    font-size: 14px;
  }

  .product_section {
    margin-left: 2rem;
  }

  p {
    font-size: 16px;
  }

  .product_price_wrapper span {
    font-size: 17px;
  }

  .product_price_wrapper img {
    width: 20px;
  }

  .explore-section {
    margin-left: 2rem;
  }

  .offer_collect_section {
    margin-left: 2rem;
  }

  .free_store_right {
    min-height: 230px;
  }

  .free_store_left {
    min-height: 230px;
  }

  .free_store_content {
    min-height: 230px;
  }

  .free_store_content h2 {
    line-height: 35px;
    font-size: 29px;
  }

  .best_seller_section {
    margin-left: 2rem;
  }

  .questions_left p {
    width: 70%;
  }

  .questions_left h2 {
    font-size: 41px;
  }

  .ftr_logo_section img {
    width: 95%;
  }

  .top {
    margin-top: 2rem !important;
  }

  .shipping_text {
    font-size: 15px;
  }

  .fixed_cart_btn {
    padding: 13px 22px;
  }

  .cart_order_title {
    font-size: 32px;
  }

  .fixed_cart {
    right: 45px !important;
    width: 45% !important;
  }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header_top {
    max-width: 95%;
  }

  .header-main {
    max-width: 95%;
  }

  .home_banner-container {
    max-width: 95%;
  }

  .container {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
  }

  .listing_container {
    max-width: 95%;
  }

  .container-row {
    max-width: 95%;
  }

}



/* Tablets portrait (≥768px) */
@media (max-width: 768px) {
  * {
    touch-action: manipulation !important;
  }

  .top-bar-left {
    display: none;
  }

  .lg-none {
    display: block;
  }

  .sm-none {
    display: none;
  }

  .ftr_newsletter {
    flex-wrap: wrap;
  }

  .home_banner-slider .swiper-button-next,
  .home_banner-slider .swiper-button-prev {
    display: none;
  }



  .home_banner-container {
    flex-direction: column;
  }

  .home_banner-explore {
    width: 100%;
    order: 2;
  }

  .home_banner-slide-content h1 {
    font-size: 26px;
  }

  .home_banner-slider {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    height: 40vh;
  }

  .home_banner-slide-content {
    position: absolute;
    top: 40%;
    left: 15%;
    width: 70%;
  }

  section.home-banner-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product_section {
    margin-left: 1rem;
  }

  .product_header {
    align-items: baseline;
    margin-bottom: 10px;
    padding-right: 1rem;
  }

  .product_header div {
    width: 80%;
  }

  .product_view_all {
    display: block;
    font-size: 12px;
  }

  .explore-view-all {
    font-size: 12px;
  }

  .product_nav_btn {
    display: none;
  }

  .explore-title {
    font-size: 20px;
  }

  .explore-header div {
    width: 80%;
  }

  .profile_container .profile_sidebar {
    display: none !important;
  }

  .ftr_newsletter p {
    text-align: left;
  }

  .checkout_row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }

  .explore-category-card:active {
    transform: scale(.96);
  }

  h2 {
    font-size: 29px;
  }

  .banner-content h2 {
    font-size: 38px;
    padding-bottom: 7px;
  }

  .explore-header {
    justify-content: space-between;
    align-items: baseline;
    margin-right: 1rem;
  }

  .explore-section {
    margin-left: 1rem;
  }

  .countdown-banner {
    flex-direction: column;
    gap: 15px;
    align-items: self-start;
    padding: 30px 26px;
    width: 95%;
    margin: 0 auto;
  }

  .banner-content .shop-btn {
    padding: 9px 25px;
  }

  .countdown-banner::before {
    background: linear-gradient(180deg, rgba(252, 236, 200, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%);
  }

  .countdown-timer {
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding-top: 20px;
  }

  section.Budget_section ul {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    width: 100%;
    overflow: auto;
    padding-bottom: 25px;
    gap: 25px;
  }

  .timer-box {
    font-size: 17px;
    line-height: 100%;
    min-width: 37px;
    padding: 10px 4px;
  }

  .offer-timer span {
    padding: 10px 6px;
    width: auto;
  }

  .banner-content {
    align-items: self-start;
  }

  .btn_list_nav_prev,
  .btn_list_nav_next {
    width: 28px;
    height: 28px;
    display: none;
  }

  .btn_list_item.active span,
  .btn_list_item:hover span {
    color: #000000;
    transition: none;
  }
.btn_list_item::before {
  display: none;
}
  .btn_list_nav_prev {
    left: 10px;
  }

  .btn_list_nav_next {
    right: 10px;
  }

  .btn_list_item span {
    font-size: 13px;
  }

  .btn_list_item img {
    width: 40px;
    height: 40px;
  }

  .ftr_footer_top {
    flex-direction: column;
  }

  .ftr_footer_top {
    display: flex;
    flex-wrap: wrap;
  }

  .ftr_links_section {
    width: 100%;
    border-bottom: 1px solid #222;
    padding-bottom: 8px;
  }

  .ftr_links {
    display: block;
    width: 100%;
  }

  .ftr_logo_section {
    width: 100%;
  }

  .ftr_links_section h4 {
    padding: 10px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 21px;
    margin: 0;
  }

  .ftr_links_section h4::after {
    content: '+';
    font-weight: bold;
    color: #fff;
  }

  .ftr_links_section.active h4::after {
    content: '-';
  }

  .ftr_links_section.ftr_contact h4::after {
    display: none;
  }

  .ftr_links_section ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .ftr_links_section.active ul {
    max-height: 400px;
  }

  .ftr_links_section ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    -webkit-overflow-scrolling: touch;
  }

  ul.product_list li {
    width: 48%;
  }

  ul.product_list {
    justify-content: space-between;
  }

  .list-left_content {
    width: 90%;
    margin: 0 auto;
  }

  .filter-header {
    box-shadow: 1px -1px 22.9px 0px #00000024;
  }

  /*header*/
  .top-bar-center {
    font-size: 15px;
    width: 80%;
    text-align: left;
  }

  .top-bar-right {
    width: 20%;
  }

  .top-bar-arabic {
    font-size: 16px;
  }

  .count {
    position: absolute;
    top: -6px;
    right: -4px;
  }

  .empty_cart_section {
    padding: 2rem 0;
  }

  .search_mega_content {
    display: flex;
    flex-wrap: wrap;
    max-height: 75vh;
    overflow: auto;
  }

  .categories_header__dropdown_wrapper {
    display: none;
  }

  .search_mega_top {
    padding-bottom: 0px;
    position: relative;
    justify-content: start;
  }

  .search_mega_top_mobile {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding-bottom: 30px;
  }

  .search_mega_menu {
    border: none;
    top: 99%;
  }

  .search_mega_top_search {
    width: 80%;
    position: relative;
  }

  .search_mega_top_input {
    width: 100%;
    padding: 8px 40px 8px 14px;
    border-radius: 50px;
    border: 1px solid #730D18;
    font-size: 14px;
    outline: none;
  }

  .header-actions__search_btn.hide {
    display: none !important;
  }

  .search_card {
    width: 49%;
  }

  .search_mega_top_icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
  }

  .search_mega_top_icon img {
    width: 14px;
    display: block;
  }

  .search_mega_close {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 0;
    width: 15%;
    left: unset;
  }

  a.sign_user span {
    display: none;
  }

  .categories_header__search_container {
    display: none;
  }

  .header-actions__search_btn {
    display: block;
    background: transparent;
    outline: none;
    border: none;
  }

  a.wishlist_user {
    display: none;
  }

  .wishlist_use {
    display: none;
  }

  .categories_header {
    width: 0px;
  }

  .header-actions__search_btn img {
    width: 21px;
  }

  .header-main {
    align-items: center;
  }

  .header-actions {
    padding-top: 5px;
    align-items: center;
  }

  .header-actions img {
    width: 20px;
  }

  a.sign_user img {
    width: 23px;
  }

  a.sign_user {
    position: relative;
    z-index: 2;
  }

  li.cart_order_item.cart_potential_points {
    display: none !important;
  }

  .cart_order_summary_row {
    margin-bottom: 15px !important;
  }

  .search_mega_results {
    order: 2;
    gap: 0px;
    justify-content: space-between;
  }

  section.questions_section .lg-none h2 {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
    font-size: 29px;
  }

  .search_mega_keywords {
    order: 1;
    border-top: .6px solid #9A9A9A;
    padding-top: 25px;
    border-bottom: .6px solid #9A9A9A;
    padding-bottom: 20px;
  }

  .header_top {
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .header-main {
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .home_banner-container {
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .offer_collect_section {
    margin-left: 1rem;
  }

  .container {
    width: 100%;
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }

  .listing_container {
    max-width: 95%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-row {
    max-width: 95%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .offer-timer {
    width: 100% !important;
    flex-wrap: wrap;
  }

  .mega_deal_row {
    flex-wrap: wrap;
  }

  .mega_deals {
    width: 100%;
  }

  .mega_deal_right {
    width: 100%;
    gap: 20px;
  }

  .row_two {
    flex-wrap: wrap;
  }

  .row_two a {
    flex: unset;
    width: 100%;
  }

  .best_seller_section {
    margin-left: 1rem;
  }

  section.spend_section .lg-none img {
    min-height: 15vh;
  }

  .questions_row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }

  .questions_left {
    width: 100%;
    min-height: 70vh;
  }

  .login_section .field input[type=email],
  .login_section .field input[type=password],
  .login_section .field input[type=tel],
  .login_section .field input[type=text] {
    font-size: 16px;
  }

  .questions_right {
    width: 100%;
  }

  .faq_accordion .faq_accordion-title {
    font-size: 19px;
    line-height: 27px;
  }

  .faq_accordion-content p {
    text-align: justify;
  }

  section.empty_cart_section {
    padding-bottom: 3rem;
  }

  /* full-width horizontal scroll row */
  .free_store_row {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding: 0 16px;
  }

  .free_store_row-left {
    width: auto;
    flex: 0 0 95%;
    scroll-snap-align: start;
  }

  .free_store_left,
  .free_store_right {
    min-height: 170px;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
  }

  .free_store_content {
    padding: 20px;
    width: 80%;
  }

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

  .free_store_row {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .ftr_footer {
    padding: 3rem 0;
    padding-bottom: 6rem;
  }

  .ftr_newsletter_form input {
    width: 100%;
  }

  .checkout_ph.modal-rows input {
    margin-bottom: 0px;
  }

  .questions_right h2 {
    text-align: center;
    display: none;
  }

  .ftr-group {
    flex-wrap: wrap;
  }

  .ftr_social {
    width: 100%;
  }

  .product_detail_section {
    padding: 1rem 0;
  }

  .listing_text h1 {
    text-align: center;
  }

  .pay_card {
    padding: 0px;
    max-width: 90%;
  }

  .pay_text h2 {
    font-size: 20px;
  }

  .pay_text p {
    font-size: 14px;
  }

  .pay_button a {
    font-size: 16px;
    padding: 8px 22px;
  }

  a.button_btn,
  button.button_btn {
    font-size: 16px;
  }

  .pay_card.signin_card select.form-control.phone-code-select {
    color: #000000;
  }

  .cart_info {
    display: flex;
    width: 70%;
    flex-direction: column;
  }

  .cart_box_list {
    padding-bottom: 40px;
  }

  .slider_checkout {
    padding-left: 1rem;
    padding-bottom: 5rem;
  }


  /* --- Bottom Fixed Bar Wrapper --- */
  .fixed_ftr_bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: env(safe-area-inset-bottom);
    background: #fff;
    box-shadow: 0px 0px 8.1px 0px #00000040;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 72px;
    z-index: 9999;
    border-radius: 12px 12px 0px 0px;
  }

  /* --- Each Item as Link --- */
  .fixed_ftr_item {
    text-align: center;
    width: 20%;
    text-decoration: none;
  }

  .fixed_ftr_item:focus,
  .fixed_ftr_item:active {
    outline: none;
  }

  .fixed_ftr_icon {
    width: 28px;
    height: 28px;
    display: block;
    margin: 0 auto 4px;
  }

  .fixed_ftr_label {
    font-size: 12px;
    font-weight: 500;
    color: #1E1E1E;
  }

  .fixed_ftr_active .fixed_ftr_label {
    color: #7a0a17;
  }

  .contact_info {
    flex: unset;
    border: none;
    width: 100%;
    padding: 0;
  }

  .contact_btn_group {
    flex-direction: column;
    width: 100%;
  }

  .contact_text a {
    width: 100%;
    max-width: 100%;
  }

  .contact_btn {
    min-width: 100%;
    margin: 0 auto;
  }

  a.contact_btn_small {
    min-width: 100%;
  }

  .profile_tab_content h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }

  .store_card {
    border-bottom: 1px solid #9A9A9A;
    padding-bottom: 10px;
  }

  .store_filter {
    position: relative;
    width: 100%;
  }

  .store_filter_button {
    min-width: 80%;
  }

  .store_filter_menu {
    position: absolute;
    top: calc(100% + 6px);
    right: unset;
    left: 35px;
  }

  .store_card:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  section.login_section {
    padding: 2rem 0;
  }

  section.payment_success_section {
    padding: 2rem 0;
  }

  .payment_failed_section {
    padding: 2rem 0;
  }

  ul.product_list li:nth-last-child(-n+3) {
    padding-bottom: 30px;
  }

  ul.product_list li:nth-last-child(-n+1) {
    padding-bottom: 0px;
  }

  /* ---------- bottom Categories---------- */
  .fixed_ftr_bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 64px;
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 40;
  }

  .fixed_ftr_item {
    flex: 1;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 11px;
  }

  .fixed_ftr_icon {
    display: block;
    margin: 0 auto 3px;
    width: 22px;
    height: 22px;
    object-fit: contain;
  }

  .fixed_ftr_label {
    line-height: 1.1;
  }

  .mob_cat_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease;
    z-index: 9999;
  }

  .mob_cat_overlay.mob_cat_opened {
    opacity: 1;
    visibility: visible;
  }

  .mob_cat_panel {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 92%;
    max-width: 380px;
    background: #ffffff;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
  }

  .mob_cat_is_sub .mob_cat_header {
    display: none;
  }

  .mob_cat_overlay.mob_cat_opened .mob_cat_panel {
    transform: translateX(0);
    overflow: auto;
  }

  /* ---------- header ---------- */
  .mob_cat_header {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    border-bottom: 1px solid #f0f0f0;
    column-gap: 8px;
    position: absolute;
    border: none;
  }

  .mob_cat_back_btn {
    border: none;
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 12px;
    background: #f5f5f5;
    cursor: pointer;
    display: none;
    color: #730D18;
    max-width: max-content;

  }

  .mob_cat_title {
    font-size: 29px;
    font-weight: 600;
    flex: 1;
  }

  .mob_cat_close_btn {
    border: none;
    background: none;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    width: 100%;
    text-align: right;
  }

  .mob_cat_list_wrap {
    flex: 1;
    flex: unset;
    padding: 8px 12px 12px;
  }

  a.cart_cunm.cart_none {
    display: none;
  }

  .mob_cat_list {
    list-style: none;
  }

  span.mob_cat_item_icon img {
    width: 7px;
  }

  .mob_cat_list:not(.mob_cat_list_active):not(#mobCatMainList) {
    display: none;
  }

  #mobCatMainList>li {
    display: block;
  }

  .mob_cat_is_sub #mobCatMainList>li {
    display: none;
  }

  .mob_cat_is_sub #mobCatMainList>li.mob_cat_sub_active {
    display: block;
  }

  .mob_cat_item_btn {
    width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ececec;
    border-radius: 10px;
    padding: 12px 14px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    cursor: pointer;
    border-radius: 0;
  }

  .cart_order_summary_row:last-child span,
  .cart_order_summary_row:last-child strong {
    font-weight: 500 !important;
    font-size: 15px !important;
  }

  .cart_order_total span:last-child {
    font-size: 15px !important;
  }

  .mob_cat_item_label {
    font-size: 14px;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mob_cat_item_icon {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    border: 1px solid #e6e6e6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background: #fafafa;
    box-shadow: 0px 4px 20.9px 0px #00000040;

  }

  /* ---------- banner ---------- */
  .mob_cat_banner {
    padding: 20px 12px 14px;
    background: #ffffff;
  }

  .mob_cat_banner_card {
    border-radius: 12px;
    overflow: hidden;
    background: #f5f5f5;
    display: block;
    text-decoration: none;
    color: inherit;
  }

  .mob_cat_flex {
    justify-content: space-between;
    width: 90%;
    display: flex;
    margin: 0 auto;
    padding: 25px 0 0px 0;
  }

  section.login_section .pay_button {
    margin-top: 0;
  }

  a.mob_cat_banner_card img {
    width: 100%;
  }

  .mob_cat_close_btn img {
    width: 15px;
  }

  .mob_cat_is_sub #mobCatMainList>li.mob_cat_sub_active>.mob_cat_item_btn {
    display: none;
  }

  .profile_sidebar .acc_tab a {
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    color: #333;
    gap: 20px;
  }

  /*end*/
  section.Budget_section ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 25px;
    padding: 1rem 0 25px;
    -webkit-overflow-scrolling: touch;
  }

  section.Budget_section ul li {
    flex: 0 0 auto;
    width: 40%;
  }

  .d-flex-box {
    display: flex;
    align-items: center;
    padding-top: 6px;
    gap: 3px;
  }

  section.Budget_section ul li {
    width: auto;
  }

  .header-left {
    padding: 10px 0;
  }

  span.num_list {
    padding-left: 0px !important;
  }

  .phone-code-select::-ms-expand {
    display: none;
  }

  .product_carousel .swiper-wrapper {
    transition-timing-function: linear !important;
  }

  .product_carousel .swiper-slide {
    width: 236px;
    touch-action: pan-y;
  }

  .product_badge {
    /* ---- iOS Flicker Fix ---- */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .product_wishlist {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .product_badge-seller {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .product_info {
    padding: 20px 5px;
  }

  .product_price_wrapper img {
    width: 18px;
  }

  .product_price_wrapper span {
    font-size: 16px;
  }

  .product_price_wrapper {
    gap: 10px;
  }

  .cart_order_total span .lg-none {
    display: inline-block;
  }

  .product_badge-seller {
    position: absolute;
    top: 46px;
    height: max-content;
  }


  .product_card,
  .product_image,
  .swiper-slide {
    will-change: unset;
  }

  button.button_btn.resend_btn.otp_resend {
    margin-bottom: 15px;
    margin-top: 10px;
  }

  .product_cta {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(20px);
    transition: all .35s ease;
  }

  .product_card:hover .product_cta {
    opacity: 1;
    visibility: visible;
    z-index: 10;
    transform: translateX(-50%) translateY(0);
  }

  .product_cta {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) translateY(0) !important;
    transition: none !important;
  }

  .product_cta {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateX(-50%) translateZ(0);
  }

  .product_card {
    position: relative;
    transform: translateZ(0);
  }

  .product_carousel .swiper-slide {
    transform: translate3d(0, 0, 0);
  }

  .product_cta {
    will-change: opacity;
  }

  .cart_order_summary_row span.lg-none {
    display: inline-block;
  }

  .address-next {
    display: none;
  }

  .address-prev {
    display: none;
  }
  .offer_collect_swiper .swiper-wrapper{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition-timing-function: linear;
    will-change: transform;
}

.offer_collect_swiper .swiper-slide{
    height: auto;
    display: flex;
}
.explore-swiper .swiper-wrapper{
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  will-change: transform;
}
.header-actions{
    width: 30%;
    display: flex;
    align-items: center;   /* vertical alignment */
    justify-content: flex-end;
    gap: 18px;
}

/* Make all icons same alignment */
.header-actions a,
.header-actions button{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background: transparent;
}

/* Icon size */
.header-actions img{
    width: 22px;
    height: 22px;
    display: block;
}
.header-actions a.sign_user img {
        margin-top: unset;
}
.product_swiper {
  -webkit-overflow-scrolling: touch;  /* iOS momentum scroll */
  touch-action: pan-x;                /* let browser optimize horizontal swipe */
  will-change: transform;             /* GPU acceleration */
}

.product_swiper .swiper-slide {
  -webkit-transform: translateZ(0);   /* force GPU layer on each slide */
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.product_swiper .swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}



}

p.phone_display {
  color: #000000;
}

.questions_left {
  padding-bottom: 30px;
}

.ftr_footer_top a:hover {
  color: #e7dbdc;
}

li.cart_order_item.cart_potential_points {
  list-style-type: none;
  display: inline-block;
  background: #CDE8C1;
  color: #1E1E1E;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 20px;
  width: fit-content;
  font-weight: 600;
  margin-bottom: 13px;
}

li.cart_order_item i.fas.fa-gift {
  display: none;
}

a.sign_user img {
  margin-top: -9px;
}

#is-whatsapp {
  accent-color: #730d18;
}

.phone-code-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background: url("../images/icons/arrow-down.svg") no-repeat right 12px center;
  background-size: 12px;

  padding-right: 35px;
  cursor: pointer;
}