@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/


@media only screen and (max-width: 1600px) {

}

/************
2. 1440px
************/

@media only screen and (max-width: 1540px) {

}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px) {

}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px) {

}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px) {

}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px) {
  .new_arrivals .product_image img,
  .best_sellers .product_image img,
  .product_filter .product_image img {
    margin: auto;
  }

  #auth_modal .btn_rs {
    font-size: 11px;
  }
}

/************
6. 991px
************/

@media only screen and (max-width: 991px) {
  .hamburger_container {
    /*margin-top: 25px;*/
  }

  .navbar {
    display: flex;
  }

  .navbar_user {
    display: block !important;
  }

  #auth_modal .btn_rs {
    display: none;

  }

  #auth_modal .btn_rs_mob {
    display: block;
  }
}

/************
7. 959px
************/

@media only screen and (max-width: 959px) {

}

/************
8. 880px
************/

@media only screen and (max-width: 880px) {

}

/************
9. 768px
************/

@media only screen and (max-width: 768px) {
  .product_section_container {
    margin-top: 140px;
  }
  .scroll-top{
    bottom: 20px;
    right: 20px;
  }

}

/************
10. 767px
************/

@media only screen and (max-width: 767px) {
  .product-item {
    width: 33.333333333333% !important;
  }
}

/************
11. 575px
************/

@media only screen and (max-width: 575px) {
  .product_section_container {
    margin-top: 110px;
  }
  .product-item {
    width: 50% !important;
  }

  .logo_container img {
    width: 120px;
  }

  .navbar_user > li {
    padding: 0;
  }

  .navbar_user li > a {
    padding: 0;
  }

  .navbar_user .sous-menu {
    top: 55px !important;
  }

  .navbar_user .sous-menu li a {
    height: auto;
    width: 100%;
  }

  #auth_modal .modal-dialog {
    top: 0;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 80%;
  }

  #auth_modal .inscription_form {
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
  }

  .navbar_search .sous-menu {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
    width: calc(100vw - 30px);
    max-width: 400px;
    top: 60px !important;
    padding: 20px;
  }
  .new_arrivals_sorting {
    width: 100%;
  }
  .new_arrivals_sorting .arrivals_grid_sorting {
    display: flex;
    overflow-x: auto;
  }
  .new_arrivals_sorting  .grid_sorting_button{
    min-width: 100px;
      }

  #slides .slide .mobile_img{
    display: block;
    background-position: center top;
  }
  #slides .slide .img{
    display: none;
  }

  .main_slider {
    height: clamp(320px, 120vw, 520px);
    min-height: 320px;
  }

  .main_slider_content {
    width: 100%;
    max-width: 92%;
    padding: 0 12px 24px;
  }

  .main_slider_content h6 {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .main_slider_content h1 {
    font-size: clamp(22px, 6vw, 30px);
    line-height: 1.2;
  }

  .shop_now_button {
    margin-top: 14px;
    height: 36px;
  }

}

/************
11. 539px
************/

@media only screen and (max-width: 539px) {

}

/************
12. 480px
************/

@media only screen and (max-width: 480px) {

}

/************
13. 479px
************/

@media only screen and (max-width: 479px) {
  .product-item {
    width: 100% !important;
  }

  .navbar_search .sous-menu {
    width: calc(100vw - 20px);
    max-width: 340px;
  }
}

/************
14. 400px
************/

@media only screen and (max-width: 400px) {
  .navbar_search .sous-menu {
    width: calc(100vw - 16px);
  }
  .product_section_container {
    margin-top: 100px;
  }
}

/* Newsletter mobile fix */
@media (max-width: 767px) {
  .ps-newsletter {
    padding: 30px 0;
  }

  .ps-newsletter .ps-form__left {
    text-align: center;
    margin-bottom: 15px;
  }

  .ps-newsletter .ps-form__left h3 {
    font-size: 20px;
  }

  .ps-newsletter .ps-form__left p {
    font-size: 13px;
  }

  .ps-newsletter .ps-form--newsletter .form-group--nest {
    flex-flow: column nowrap !important;
    gap: 10px;
  }

  .ps-newsletter .ps-form--newsletter .form-group--nest input {
    border-radius: 8px !important;
    border-right: 1px solid #ccc !important;
    width: 100% !important;
    flex: none;
  }

  .ps-newsletter .ps-form--newsletter .form-group--nest button {
    border-radius: 8px !important;
    padding: 12px 20px !important;
    width: 100%;
  }
}
