/* 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 {
    font-size: 14px;
  }

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

  .store_meta_row span {
    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;
  }

  .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;
  }

  .footer_payments img {
    width: 40px;
    border-radius: 4px;
  }

  .footer_label {
    font-size: 16px;
  }

  .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__nav_container {
    gap: 15px;
  }

  .top-bar-right {
    display: flex;
    justify-content: flex-end;
    align-items: start;
    gap: 10px;
    width: 45%;
  }

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

  .product_section {
    margin-left: 2rem;
  }

  .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;
  }

  /*-new-*/

  .banner_overlay {
    padding-inline: clamp(1.5rem, 8vw, 4rem);
    z-index: 1;
  }

}

@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;
  }

  input.categories_header__search_label {
    display: none;
  }

  .lg-none {
    display: block;
  }

  .sm-none {
    display: none;
  }

  .ftr_newsletter {
    flex-wrap: wrap;
  }

  .categories_header__dropdown_btn img {
    width: 13px;
  }

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

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



  .product_section {
    margin-left: 0px;
  }

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

  .product_header div {
    width: 70%;
  }

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

  .product_nav_btn {
    display: none;
  }


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

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

  h2 {
    font-size: 24px;
  }

  ul.product_list li {
    width: 48%;
  }

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

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

  .filter-header {
    background: #E6D5D2;
    padding: 10px 10px;
  }

  .filter-panel {
    width: 97%;
  }

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

  .empty_cart_section {
    padding: 2rem 0;
  }

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



  .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__dropdown_btn span {
    display: none;
  }

  span.categories_header__search_label {
    display: none;
  }

  .header-actions a span {
    display: none;
  }

  a.sign_user {
    display: none;
  }

  .categories_header__dropdown_btn {
    display: none;
  }

  .categories_header__nav_container {
    gap: 0;
  }

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

  a.wishlist_user {
    display: none;
  }

  .wishlist_use {
    display: none;
  }

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

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

  .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;
  }

  section.profile_page .account_group {
    flex: unset;
  }

  section.profile_page .account_group {
    flex: unset;
    display: flex;
    flex-direction: column;
  }

  form#edit-address-form .account_row {
    flex-wrap: wrap;
  }

  form#edit-address-form .phone_group {
    width: 100%;
  }

  form#edit-address-form .account_group {
    width: 100%;
    flex: unset;
  }

 .checkout_section .account_group {
    flex: unset;
    width: 100%;
  }form#add-address-form .phone_group {
        padding: 10px;
        margin-bottom: 0px;
        width: 100%;
}

  /* --- 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: 15px;
    font-weight: 500;
    color: #1E1E1E;
  }

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


  section.login_section {
    padding: 2rem 0 4rem 0;
  }

  section.payment_success_section {
    padding: 2rem 0 4rem 0;
  }

  .payment_failed_section {
    padding: 2rem 0 4rem 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: 50;
  }

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

  .mob_cat_panel {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 88%;
    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);
  }

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

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

  }

  .mob_cat_title {
    font-size: 20px;
    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;
    overflow-y: auto;
    padding: 8px 12px 12px;
  }

  .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;
  }

  .mob_cat_item_label {
    font-size: 16px;
    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;
    border-top: 1px solid #f0f0f0;
    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;
  }

  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;
  }

  /*--home--*/
  .banner_overlay h1 {
    font-size: 45px;
    line-height: 1.1;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 75px;
    width: 95%;
    margin: 0 auto;
  }

  .banner_overlay .banner_btn {
    margin: 0 auto;
  }

  .crafted_nav_wrapper {
    display: none;
  }

  .crafted_header {
    margin-bottom: 0
  }

  .crafted_section {
    padding: 2rem 0;
  }

  .product_badge-arrival {
    position: absolute;
    top: 10px;
  }

  .product_badge-seller {
    position: absolute;
    top: 10px;
  }

  .product_section {
    padding-bottom: 2rem;
  }

  section.trending_section {
    padding-top: 2rem;
  }

  section.trending_section .row {
    flex-direction: column;
  }

  .left_trending {
    width: 100%;
  }

  .right_trending {
    width: 100%;
    padding-top: 20px;
  }

  .left_trending h2 {
    text-align: center;
  }

  .text_subtitle {
    width: 100%;
    text-align: center;
  }

  .trending_nav_wrap {
    justify-content: center;
  }

  .story_section {
    padding: 1rem 0;
  }

  .story_row h2 {
    text-align: center;
  }

  .story_row {
    gap: 0rem;
  }

  .story_media {
    padding-bottom: 10px;
  }

  .story_content {
    text-align: center;
  }

  section.discover_section h2 {
    text-align: center;
  }

  section.discover_section {
    padding-top: 1rem;
  }

  .text_subtitle {
    font-size: 22px;
  }

  .footer_col.footer_brand {
    min-height: max-content;
    padding-bottom: 0;
  }

  .footer_grid {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .footer_top {
    padding: 0 .6rem;
  }

  section.discover_section h2 {
    padding-bottom: 15px;
  }

  .footer_col {
    padding-bottom: 1.2rem;
    border-bottom: 0.5px solid #FFFFFF;
  }

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

  .footer_brand {
    border-bottom: none;
    padding-bottom: 1.4rem;
  }

  .footer_inline {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .left_trending p {
    text-align: left;
  }

  .promo_card {
    position: relative;
    min-height: 45vh;
  }

  section.abou_section h1 {
    font-size: 27px;
    padding-bottom: 20px;
  }

  section.abou_section .container {
    display: flex;
    flex-direction: column;
  }

  section.abou_section h1 {

    padding-bottom: 20px;
  }

  .about_image-wrap-mob {
    padding-bottom: 15px;
  }

  .craft_overlay h3 {
    text-align: left;
  }

  .abou_image-wrap.abou_in {
    order: 2;
    padding: 0;
    margin-bottom: 20px;
  }

  section.abou_section p {
    order: 3;
  }

  .mission_section {
    padding-top: 0rem;
  }

  .footer_col.footer_brand div {
    padding-top: 25px;
    padding-right: 25px;
  }

  section.mission_section h2 {
    text-align: center;
  }

  .about_image-wrap {
    order: 1;
  }

  .about_content {
    order: 2;
  }

  .closerlook_buttons a {
    width: 47%;
  }

  .craft_card {
    border-radius: 0px;
  }

  section.craft_section .container {
    width: 100%;
    max-width: 100%;
  }

  .craft_grid {
    gap: 0px;
  }

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

  .craft_header p {
    text-align: justify;
  }

  .about_block {
    margin-bottom: 30px;
  }

  .pay_card.signin_card {
    max-width: 90%;
    width: 90%;
  }

  .pay_card {
    text-align: center;
    max-width: 90%;
  }

  .sign_modal {
    max-width: 85%;
  }

  /*--SIDEBAR--*/
  .acc_tab img {
    width: 25px;
  }

  .profile_sidebar {
    width: 95%;
    background: #FFF4F5;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 0.7px solid #730D18;
    position: static;
  }

  .profile-mobile {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    justify-content: flex-start;
    align-items: stretch;
    z-index: 9999;
  }

  /* When open */
  .profile-mobile.open {
    display: flex;
  }

  /* Sidebar panel */
  .profile_sidebar {
    width: 80%;
    height: 100%;
    background: #fff;
    padding: 15px;
    border: none;
    border-radius: 0;
    transform: translateX(-100%);
    animation: slideIn .3s ease forwards;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .profile_side_box_one {
    background: #ffffff;
    padding: 0px;
    border: none;
  }

  .profile_side_box_two {
    background: #ffffff;
    padding: 0;
    border: none;
  }

  .profile_sidebar .profile_user {
    padding-top: 0;
  }

  /* Slide animation */
  @keyframes slideIn {
    from {
      transform: translateX(-100%);
    }

    to {
      transform: translateX(0);
    }
  }

  .close-sidebar {
    outline: none;
    background: none;
    border: none;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    opacity: 1;
    padding-bottom: 10px;
    width: 100%;
    color: #491225;
  }

  .profile_sidebar .acc_tab {
    padding-left: 5px;
  }

  .profile_sidebar .profile_user {
    padding-top: 0;
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 20px;
  }

  .profile_user span {
    background: #491225;
    color: #FFF4F5;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
  }

  .profile_sidebar .profile_user {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
  }

  .profile_user {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
  }

  .acc_tab h3 {
    font-family: 'Syne', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    line-height: 41px;
    color: #201C1D;
  }

  .profile_sidebar .acc_tab {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 12px 0;
    cursor: pointer;
    color: #333;
    gap: 20px;
    padding-left: 20px;
    border-radius: 6px;
  }

  .profile_sidebar .acc_tab:hover {
    color: #009688;
  }

  .acc_tab:hover {
    background-color: #f0eae5;
  }


  .profile_wishlist {
    overflow: hidden;
    /* important */
  }

  .profile_wishlist ul {
    display: flex;
    flex-wrap: nowrap;
    /* ❗ prevents wrapping */
    gap: 12px;
    overflow-x: auto;
    padding: 10px 16px;
    margin: 0;
    list-style: none;

    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .profile_wishlist ul li {
    flex: 0 0 45%;
    max-width: 45%;
    scroll-snap-align: start;
  }

  .profile_wishlist .product_card {
    width: 100%;
    height: 100%;
  }

  .profile_wishlist ul::-webkit-scrollbar {
    display: none;
  }

  .profile_wishlist ul {
    scrollbar-width: none;
  }

  .address-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;

    overflow-x: auto;
    padding: 10px 16px;
    margin: 0;

    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .address-card {
    flex: 0 0 85%;
    max-width: 85%;

    scroll-snap-align: start;
    scroll-snap-stop: always;

    background: #fff;
    border-radius: 10px;
  }

  .address-list::-webkit-scrollbar {
    display: none;
  }

  .address-list {
    scrollbar-width: none;
  }

  .slider-nav {
    display: none;
  }

  .lg-none.add-new {
    text-align: center;
  }

  .footer_payments {
    max-width: 65%;
  }

  div#form_step_1 h2 {
    padding-bottom: 20px;
    text-align: center;
  }

  .account_input {
    padding: 14px 10px;
  }

  div#form_step_2 h2 {
    padding-bottom: 0px;
    text-align: center;
  }

  .checkout_bottom_fixed {
    display: block;
  }

  footer .header_dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
  }

  .left_trending p {
    text-align: justify;
    padding-right: 0px;
  }

  .top-bar-left {
    position: relative;
  }

  .top-bar-link {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;

    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.45s ease, opacity 0.45s ease;
    will-change: transform;
  }

  .top-bar-link.active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .top-bar-link.exit {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  .top-bar-link img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }

  section.promo_dual .promo_title {
    font-size: 42px;
    font-weight: 500;
  }

  .top-bar-right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: self-start;
  }

  .top-bar-right div {
    display: flex;
    flex-direction: column;
  }

  footer.site_footer {
    padding-bottom: 4rem;
  }

  .swiper-slide,
  .swiper-slide a {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    outline: none;
  }

  .swiper-slide:active,
  .swiper-slide a:active {
    background: transparent !important;
  }

  .header_top .top-bar-right {
    flex-direction: row;
    justify-content: flex-end;
  }

  .footer_payments {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .footer_payments a {
    width: 48px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .footer_payments img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
  }

  .mob_cat_overlay .mob_cat_item_btn {
    border-radius: unset;
  }

  .profile_content h2 {
    font-size: 39px;
  }

  .terms_section {
    padding-top: 2rem;
  }

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

  .terms_accordion button {
    padding: 14px 0;
  }

  section.profile_page .checkout_row {
    gap: unset;
  }

  .profile_content .center {
    padding-top: 25px;
  }

  .profile_modal h3 {
    font-size: 25px;
  }

  .sign_modal_overlay {
    align-items: end;
  }

  .sign_modal {
    max-width: 100%;
    border-radius: 8px 8px 0px 0px;
    padding: 40px 30px;
  }

  .sign_modal_close {
    top: 30px;
    right: 20px;
  }

  .checkout_pay_modal_overlay .promo_card {
    position: relative;
    min-height: auto;
    height: auto;
  }

  .banner_overlay {
    max-width: 100%;
    justify-content: flex-start;
  }

  .footer_label {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: PlayfairDisplay, serif;
    padding-bottom: 10px;
  }

  .about_image-wrap-mob img {
    width: 100%;
  }

  section.mission_section h2 {
    font-size: 27px;
  }

  .sign_modal_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 999;
  }

  .sign_modal {
    width: 100%;
    border-radius: 16px 16px 0 0;
    padding: 40px 20px;
    transform: translateY(100%);
    transition: transform 0.35s ease;
  }

  .sign_modal_overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .sign_modal_overlay.active .sign_modal {
    transform: translateY(0);
  }

  ul.footer_links {
    padding-top: 0px;
  }

}