/* changed-css */
@media (min-width:1650px) {
  .dropdown-banner a {
    width: 95%;
    height: 100%;
  }
}

@media(max-width:1645px) {

  .carousel {
    grid-auto-columns: calc((100% / 4.2) - 12px);
  }

  footer .main-footer .text-sec .logo-part ul li a {
    font-size: 14px;
  }

  footer .main-footer .text-sec .logo-part ul li a i {
    font-size: 14px;
  }
}

@media(max-width:1581px) {
  .dropdown .categories {
    width: 53%;
  }
}

@media(max-width:1570px) {
  footer .main-footer .text-sec .icon-part .footer-icon-sec ul li a i {
    font-size: 30px;
  }

  footer .main-footer .text-sec .icon-part .subscribe button {
    /* border: 2px solid var(--white-color); */
    background-color: transparent;
    color: var(--primary-color);
    padding: 5px 10px;
    font-size: 12px;
  }
}

@media (max-width:1486px) {
  /* .dropdown-banner a{
    width: 95%;
  } */

  .carousel {
    grid-auto-columns: calc((100% / 4.2) - 12px);
  }

  .card .product-details .product-card-img img {
    width: 250px;
  }
}

@media(max-width:1459px) {
  footer .main-footer .text-sec .logo-part {
    width: 30%;
  }

  footer .main-footer .text-sec .text-part {
    width: 45%;
  }

  footer .main-footer .text-sec .text-part .pages {
    width: 30%;
    padding: 0px 00px;
  }

  footer .main-footer .text-sec .text-part .pages h2 {
    font-size: 17px;
  }

  footer .main-footer .text-sec .text-part .pages ul li a {
    font-size: 14px;
  }

  footer .main-footer .text-sec .icon-part {
    width: 22%;
  }
}

@media (max-width:1400px) {
  header nav>.nav-items>li {
    width: 150px;
  }

  .dropdown .categories .dropdown-cards-container {
    width: 150px;
  }



  .dropdown {
    height: 250px;
  }

  .categories .dropdown-cards-container .img {
    height: 190px;
  }

  .dropdown .categories .dropdown-cards-container h4 {
    margin-top: 10px;
  }

  /* .dropdown .dropdown-banner{
        height: 245px;
    } */
}

@media (max-width: 1366px) {
  .carousel {
    grid-auto-columns: calc((100% / 3.5) - 12px);
  }
}


@media (max-width:1351px) {

  header nav,
  .Banner-Desktop,
  .faq-section {
    padding: 0 60px;
  }
  .hot-deals-sec{
  padding: 15px 50px;
  }

  .trust-badges {
    padding: 15px 60px;
  }

  .best-sellers {
    padding: 30px 65px;
  }

  header nav .right-content {
    column-gap: 10px;
  }

  .dropdown {
    padding: 0 60px;
  }

  /* .dropdown .categories .dropdown-cards-container h3 {
    font-size: 18px;
    font-family: "medium";
  } */

  /* .dropdown .categories .dropdown-cards-container:hover .img {
    background-size: 105% 105%;
  } */

  .product-cart-container {
    width: 420px;
  }

  .home-banner-slider .banner-slide-container button#prev {
    left: 60px
  }

  .home-banner-slider .banner-slide-container button#next {
    right: 60px
  }

}

@media (max-width:1311px) {

  header nav,
  .Banner-Desktop,
  .faq-section {
    padding: 0 50px;
  }
  .hot-deals-sec{
    padding: 15px 50px;

  }
  .trust-badges {
    padding: 15px 50px;
  }
  .best-sellers {
    padding: 30px 55px;
  }

  header nav>.nav-items>li {
    width: 140px;
  }

  header nav .search {
    height: 33px;
  }

  header nav .search .search-icon {
    height: 32px;
    font-size: 18px;
  }


  header nav .right-content .wishlist-container {
    width: 33px;
    height: 33px;
  }

  header nav .right-content .wishlist-container i {
    font-size: 18px;
  }

  header nav .right-content .user-container {
    width: 33px;
    height: 33px;
  }

  header nav .right-content .user-container i {
    font-size: 18px;
  }

  .dropdown {
    padding: 0 50px;
  }

  .dropdown {
    height: 225px;
  }

  .dropdown-banner a {
    width: 95%;
    height: 100%;
  }

  .dropdown .categories .dropdown-cards-container {
    width: 140px;
  }

  .categories .dropdown-cards-container .img {
    height: 170px;
  }

  .dropdown .categories .dropdown-cards-container h3 {
    font-size: 16px;
    font-family: "medium";
    letter-spacing: 0.5px;
  }

  .dropdown .dropdown-banner {
    height: 222px;
  }

  .user-dropdown {
    margin-left: 0px;
  }

  header nav .right-content .cart-container {
    width: 33px;
    height: 33px;
  }

  header nav .right-content .cart-container>i {
    font-size: 16px;
  }

  .home-banner-slider .banner-slide-container button#prev {
    left: 50px
  }

  .home-banner-slider .banner-slide-container button#next {
    right: 50px
  }
}

@media (max-width:1261px) {
  header nav .search {
    width: 33px;
    border-radius: 50%;
  }

  header nav .search .search-icon {
    transform: translateX(2px);
  }

  header nav .right-content {
    column-gap: 15px;
  }

  .product-cart-container {
    width: 400px;
  }
}

@media(max-width:1251px) {
  .home-banner-slider .banner-slide-container .banner-sliders figure img {
    width: 350px;
  }

  .home-banner-slider .banner-slide-container .banner-sliders figure figcaption {
    max-width: 500px;
  }

  footer .main-footer .text-sec {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  footer .main-footer .text-sec .text-part .pages {
    width: 300px;
    /* border: 2px solid green; */
    text-wrap: nowrap;
}

  footer .main-footer .text-sec .logo-part {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  footer .main-footer .text-sec .text-part {
    width: 50%;
  }

  footer .main-footer .text-sec .icon-part {
    width: 45%;
  }
}

@media (max-width:1201px) {

  header nav,
  .Banner-Desktop,
  .faq-section {
    padding: 0 40px;
  }
  .hot-deals-sec{
    padding: 15px 50px;
  }
  .trust-badges {
    padding: 15px 40px;
  }

  .best-sellers {
    padding: 30px 45px;
  }

  .dropdown {
    padding: 0 40px;
  }

  header nav>.nav-items {
    display: none;
  }

  .left-content-at-1100 {
    width: 57%;
    justify-content: space-between;
  }

  header nav .menu-btn {
    display: block;
  }

  .menu-bar-list {
    display: block;
  }

  header nav .search.active {
    width: 250px;
    border-radius: 50px;
  }

  header nav .right-content {
    width: 43%;
  }

  .home-banner-slider .banner-slide-container button#prev {
    left: 40px
  }

  .home-banner-slider .banner-slide-container button#next {
    right: 40px
  }

  .home-banner-slider h1 {
    transform: translateX(-15%);
    left: 35%;
  }

  .home-banner-slider h1 {
    top: 90px;
  }
}

@media(max-width:1135px) {
  :root {
    font-size: 8px;
  }

  .carousel {
    grid-auto-columns: calc((100% / 3.3) - 12px);
  }

  .home-banner-slider .banner-slide-container .banner-sliders figure img {
    width: 320px;
  }

  .home-banner-slider .banner-slide-container .banner-sliders figure figcaption {
    max-width: 450px;
  }

  .faq-section .accordion-item.active .accordion-content p {
    font-size: 2.5rem;
  }

  .trust-badges ul li i {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  footer .main-footer .text-sec .text-part {
    width: 62%;
  }

  footer .main-footer .text-sec .icon-part {
    width: 35%;
  }
}


@media (max-width:1101px) {

  header nav .search {
    width: 300px;
    height: 35px;
    border-radius: 50px;
  }

  header nav .search.active {
    width: 300px;
  }

  .menu-bar-list.open {
    max-width: 400px;
  }


  header nav {
    height: 120px;
    padding: 10px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .left-content-at-1100 {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: start;
  }

  header nav .menu-btn {
    /* width: 45px; */
    transform: translateY(7px);
  }

  .logo {
    padding: 0;
  }

  header nav .right-content {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    padding: 0px 0;
  }

  .nav-seperator {
    position: absolute;
    height: 1px;
    width: 94%;
    background-color: #f7f7f759;
    left: 3%;
    top: 50%;
  }

  .home-banner-slider {
    height: 490px;
  }

  .home-banner-slider h1 {
    top: 140px;
  }

  .Banner-Desktop,
  .faq-section {
    padding: 0 40px;
  }
  .trust-badges {
    padding: 15px 40px;
  }
}

@media (max-width: 1024px) {

  .home-banner-slider>.banner-slide-container>button {
    height: 40px;
    width: 40px;
    font-size: 2rem;
  }

  .home-banner-slider .banner-slide-container .banner-sliders figure img {
    width: 300px;
  }

  .home-banner-slider .banner-slide-container .banner-sliders figure figcaption {
    max-width: 400px;
  }

  .card .product-details .product-card-img img {
    width: 230px;
  }

  .carousel {
    grid-auto-columns: calc((100% / 3.2) - 12px);
    height: 375px;
  }
  .card .product-details figcaption>h4{
      max-width: 220px;
  }

  .faq-section .accordion-header {
    font-size: 18px;
  }

  .trust-badges {
    max-width: 1000px;
    margin: 10px auto;
  }

  .trust-badges ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
  }

  .trust-badges ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
  }
}


@media(max-width:910px) {
  :root {
    font-size: 7px;
  }

  .home-banner-slider {
    height: 410px;
  }

  .home-banner-slider .banner-slide-container .banner-sliders figure img {
    width: 270px;
  }

  .home-banner-slider .banner-slide-container .banner-sliders figure figcaption {
    max-width: 340px;
  }

  .best-sellers {
    padding: 30px 55px;
  }

  .card .product-details .product-card-img img {
    width: 190px;
  }

  .carousel {
    grid-auto-columns: calc((100% / 3.2) - 12px);
    max-height: 350px;
  }

  .best-seller-wrapper :where(.fa-angle-left, .fa-angle-right) {
    height: 45px;
    width: 45px;
    font-size: 2.3rem;
    line-height: 45px;
  }

  .best-seller-wrapper .fa-angle-left {
    left: -18px;
  }

  .best-seller-wrapper .fa-angle-right {
    right: -12px;
  }

  .card .product-details .product-card-img .product-card-sale {
    padding: 3px;
    font-size: 1.5rem;
    width: 55px;
    letter-spacing: .8px;
  }

  .card .product-details .product-card-img .product-card-cta li button {
    padding: 6px 7px 6px 5px;
    font-size: 2.1rem;
  }

  .card .product-details figcaption>h4 {
    max-width: 170px;
  }


  footer .main-footer .text-sec .text-part {
    width: 100%;
  }

  footer .main-footer .text-sec .icon-part {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  footer .main-footer .text-sec .icon-part .footer-icon-sec {
    width: 45%;
  }

  footer .main-footer .text-sec .icon-part .subscribe {
    /* border: 2px solid orange; */
    display: flex;
    height: 40px;
    /* gap: 10px; */
  }
}

@media (max-width: 800px) {
  :root {
    font-size: 6px;
  }

  .home-banner-slider {
    height: 350px;
  }

  .home-banner-slider h1 {
    top: 132px;
  }

  .home-banner-slider .banner-slide-container .banner-sliders figure figcaption p {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    line-height: 22px;
  }

  p {
    font-size: 2.3rem;
  }

  .faq-section .accordion-item.active .accordion-content p {
    font-size: 2.8rem;
  }

  .home-banner-slider .banner-slide-container .banner-sliders figure img {
    width: 240px;
  }

  .home-banner-slider .banner-slide-container .banner-sliders figure figcaption {
    max-width: 290px;
  }

  .best-sellers {
    padding: 30px 55px;
  }

  .card .product-details .product-card-img img {
    width: 160px;
  }

  .carousel {
    grid-auto-columns: calc((100% / 3.2) - 12px);
    max-height: 300px;
  }

  .best-seller-wrapper :where(.fa-angle-left, .fa-angle-right) {
    height: 45px;
    width: 45px;
    font-size: 2.3rem;
  }

  .best-seller-wrapper .fa-angle-left {
    left: -18px;
  }

  .best-seller-wrapper .fa-angle-right {
    right: -12px;
  }

  .card .product-details .product-card-img .product-card-sale {
    padding: 3px;
    font-size: 1.4rem;
    width: 48px;
    letter-spacing: .7px;
  }
  .card .product-details figcaption>h4{
      max-width: 150px;
  }

  .trust-badges {
    max-width: 800px;
  }
  .trust-badges {
    font-family: light, sans-serif;
    letter-spacing: 1px;
    word-spacing: 0;
  }
  .trust-badges ul li h4 {
    font-size: 2.3rem;
  }

  footer .main-footer {
    padding: 10px 40px;
  }
}


@media(max-width:676px) {
  .home-banner-slider {
    height: 320px;
  }

  .home-banner-slider h1 {
    transform: translateX(-15%);
    left: 30%;
  }

  .home-banner-slider .banner-slide-container .banner-sliders figure {
    gap: 15px;
  }

  .home-banner-slider .banner-slide-container .banner-sliders figure img {
    width: 200px;
  }

  .home-banner-slider .banner-slide-container .banner-sliders figure figcaption {
    gap: 12px;
    padding: 10px;
    max-width: 260px;
  }

  .home-banner-slider>.banner-slide-container>button {
    height: 36px;
    width: 36px;
    font-size: 1.8rem;
  }

  .home-banner-slider .banner-slide-container .banner-sliders figure figcaption a {
    font-size: 1.6rem;
    width: 95px;
  }


  .card .product-details .product-card-img img {
    width: 135px;
  }

  .carousel {
    grid-auto-columns: calc((100% / 3.1) - 12px);
    max-height: 250px;
  }

  .best-seller-wrapper :where(.fa-angle-left, .fa-angle-right) {
    height: 38px;
    width: 38px;
    font-size: 2rem;
    line-height: 38px;
  }

  .card .product-details .product-card-img .product-card-cta li button {
    padding: 5px 6px 5px 4px;
    font-size: 1.9rem;
  }

  .card .product-details .product-card-img .product-card-sale {
    padding: 3px;
    font-size: 1.3rem;
    width: 40px;
    letter-spacing: .7px;
  }

  .card .product-details figcaption {
    gap: 4px;
  }

  .card .product-details figcaption>h4 {
    max-width: 120px;
  }

  .card .product-details figcaption .category-rating {
    padding: 5px 0 0 0;
  }

  .card p {
    padding: 3px 0;
  }

  .faq-section .accordion-content {
    padding: 10px;
    text-align: justify;
  }

  .faq-section .accordion-header {
    font-size: 13px;
  }
  .trust-badges ul li h4{
    font-size: 2.5rem;
  }
  footer .main-footer .text-sec .logo-part {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
  }

  footer .main-footer .text-sec .icon-part {
    gap: 10px;
  }
}

@media(max-width:660px) {

  .faq-section .accordion-header {
    font-size: 15px;
    padding: 10px 30px 10px 10px;
  }

  footer .main-footer .text-sec .icon-part {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  footer .main-footer .text-sec .icon-part .footer-icon-sec {
    width: 100%;
  }

  footer .main-footer .text-sec .icon-part .footer-icon-sec ul {
    justify-content: center;
  }

  footer .main-footer .text-sec .icon-part .subscribe {
    width: 100%;
  }
}

@media(max-width:640px) {

  .faq-section .accordion-item.active .accordion-content p {
    font-size: 2.5rem;
  }

  footer .main-footer .text-sec .logo-part a img {
    width: 180px;
    height: 50px;
    /* border: 2px solid red; */
  }
}

@media (max-width:601px) {
  h1 {
    font-size: 3.6rem;
  }

  .home-banner-slider {
    height: 270px;
  }

  .home-banner-slider .banner-slide-container .banner-sliders figure img {
    width: 160px;
  }

  .home-banner-slider .banner-slide-container .banner-sliders figure figcaption {
    gap: 10px;
    padding: 10px;
    max-width: 240px;
  }

  header nav .search {
    width: 270px;
  }

  header nav .search.active {
    width: 270px;
  }

  .carousel {
    grid-auto-columns: calc((100% / 2.8) - 12px);
    max-height: 240px;
  }
  .hot-deals-wrapper{
    grid-auto-columns: calc((100% / 2.8) - 12px);
  }

  .best-seller-wrapper :where(.fa-angle-left, .fa-angle-right) {
    height: 38px;
    width: 38px;
    font-size: 2.3rem;
    line-height: 38px;
  }

  .best-seller-wrapper :where(.fa-angle-left, .fa-angle-right) {
    line-height: 38px;
  }

  footer .main-footer .text-sec .logo-part {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    /* border: 5px solid green; */
  }

  footer .main-footer .text-sec .logo-part a img {
    width: 250px;
    height: 70px;
  }

  footer .main-footer .text-sec .logo-part ul {
    width: 100%;
    gap: 8px;
    align-items: center;
  }
}

@media (max-width:551px) {


  header nav {
    padding: 10px 30px;
  }
  .trust-badges {
    padding: 15px 30px;
  }

  .best-sellers {
    padding: 30px 35px;
  }

  header nav .logo {
    padding: 0;
    width: 130px;
  }

  header nav .menu-btn {
    width: 45px;
    transform: translateY(7px);
  }

  header nav .search {
    width: 240px;
  }

  header nav .search.active {
    width: 250px;
  }

  header nav .right-content {
    padding: 0px 0;
  }

  header nav .logo.menubar-logo {
    padding: 10px;
    width: 150px;
  }

  .home-banner-slider>.banner-slide-container>button {
    height: 30px;
    width: 30px;
    font-size: 1.65rem;
    box-shadow: 0 0 6px 0 rgba(18, 18, 18, 0.76);
  }

  .home-banner-slider .banner-slide-container button#prev {
    left: 35px
  }

  .home-banner-slider .banner-slide-container button#next {
    right: 37px
  }

  .home-banner-slider .banner-slide-container .banner-sliders figure img {
    width: 135px;
    object-fit: cover;
  }

  .home-banner-slider .banner-slide-container .banner-sliders figure figcaption {
    gap: 10px;
    padding: 8px;
    max-width: 205px;
  }

  .home-banner-slider .banner-slide-container .banner-sliders figure figcaption p {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    line-height: 16px;
  }

  p {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 3.6rem;
  }

  h3 {
    font-size: 2.8rem;
  }

  .card .product-details .product-card-img img {
    width: 148px;
    height: 180px;
  }

  .carousel{
    grid-auto-columns: calc((100% / 2.5) - 12px);
    max-height: 260px;
  }
 .hot-deals-wrapper {
    grid-auto-columns: calc((100% / 2.5) - 12px);
  }

  .best-seller-wrapper :where(.fa-angle-left, .fa-angle-right) {
    height: 32px;
    width: 32px;
    font-size: 2rem;
    line-height: 32px;
  }

  .card .product-details .product-card-img .product-card-cta li button {
    padding: 4px 5px 4px 3px;
    font-size: 3.3rem;
  }

  .card .product-details .product-card-img .product-card-sale {
    padding: 5px;
    font-size: 2rem;
    width: 40px;
  }

  .card .product-details figcaption {
    gap: 3px;
  }

  .card .product-details figcaption>h4 {
    font-size: 2.5rem;
  }

  .card .product-details figcaption>p {
    font-size: 1.9rem;
  }

  .trust-badges ul {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

  footer .main-footer .text-sec .text-part {
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    align-items: start;
    justify-content: center;
    /* border: 2px solid pink; */
    gap: 30px;
  }

  footer .main-footer .text-sec .text-part .pages {
    width: 30%;
    /* border: 2px solid green; */
    align-items: start;
    gap: 0px;
  }

  footer .main-footer .text-sec .text-part .pages h2 {
    font-size: 15px;
  }

  footer .main-footer .text-sec .text-part .pages ul li a {
    font-size: 13px;
  }

  footer .main-footer .text-sec .text-part .pages ul {
    display: flex;
    align-items: center;
    justify-content: start;
    /* border: 2px solid red; */
  }
}
@media (max-width:491px){
  .hot-deals-wrapper {
    grid-auto-columns: calc((100% / 2.2) - 12px);
       
  }
}

@media (max-width:471px) {

  header nav {
    height: 100px;
  }

  header nav .menu-btn {
    /* width: 45px; */
    transform: translateY(10px);
  }

  header nav .logo {
    width: 100px;
    transform: translateY(5px);
  }

  .menu-bar-list.open {
    max-width: 350px;
  }

  header nav .search {
    width: 210px;
    height: 33px;
  }

  header nav .search.active {
    width: 210px;
    height: 33px;
  }

  header nav .right-content .wishlist-container {
    width: 31px;
    height: 31px;
  }

  header nav .right-content .wishlist-container i {
    font-size: 16px;
  }

  header nav .right-content .user-container {
    width: 31px;
    height: 31px;
  }

  header nav .right-content .user-container i {
    font-size: 16px;
  }

  header nav .right-content .cart-container {
    width: 31px;
    height: 31px;
  }

  header nav .right-content .cart-container>i {
    font-size: 14px;
  }

  .menu-bar-dropdown .categories .dropdown-cards-container h4 {
    font-size: 14px;
  }

  .home-banner-slider {
    height: 252px;
  }

  .home-banner-slider h1 {
    top: 116px;
    font-size: 3.2rem;
    transform: translateX(-13%)
  }

  .home-banner-slider .banner-slide-container .banner-sliders figure figcaption {
    gap: 5px;
    padding: 0px 0 0px 4px;
    max-width: 180px;
  }

  .card .product-details .product-card-img img {
    width: 130px;
    height: 170px;
  }

  .carousel {
    grid-auto-columns: calc((100% / 2.4) - 12px);
    max-height: 260px;
  }

  .card .product-details .product-card-img .product-card-cta li button {
    padding: 4px 5px 4px 3px;
    font-size: 3rem;
  }

  .card .product-details .product-card-img .product-card-sale {
    padding: 5px;
    font-size: 1.8rem;
    width: 40px;
  }

  .card .product-details figcaption {
    gap: 3px;
  }

  .card .product-details figcaption>h4 {
    font-size: 2.2rem;
  }

  .card .product-details figcaption>p {
    font-size: 1.8rem;
  }

  .faq-section .accordion-header {
    font-size: 13px;
  }
}

@media(max-width:442px) {

  footer .main-footer .text-sec .logo-part a img {
    width: 140px;
    height: 40px;
  }

  footer .main-footer .text-sec .logo-part ul {
    gap: 20px;
  }

  footer .main-footer .text-sec .logo-part ul li {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    /* border: 2px solid rgb(132, 49, 49); */
    width: 100%;
  }

  footer .main-footer .text-sec .logo-part ul li:nth-child(2) a {
    width: 100%;
  }

  footer .main-footer .text-sec .logo-part ul li a {
    font-size: 13px;
  }

  footer .main-footer .text-sec .logo-part ul li a i {
    font-size: 13px;
  }

  footer .main-footer .text-sec .logo-part ul li:nth-child(3) span {
    font-size: 13px;
  }

  footer .main-footer .text-sec .text-part {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 15px;
  }

  footer .main-footer .text-sec .text-part .pages {
    width: 100%;
  }

  footer .main-footer .text-sec .text-part .pages h2 {
    font-size: 20px;
  }

  footer .main-footer .text-sec .text-part .pages ul li a {
    font-size: 17px;
  }
}


@media (max-width:431px) {
  header nav .search {
    width: 190px;
  }

  header nav .search.active {
    width: 190px;
  }
}


@media (max-width:426px) {

  header nav, .trust-badges , .hot-deals-sec {
    padding: 10px 20px;
  }

  .best-sellers {
    padding: 30px 25px;
  }

  header nav .search {
    width: 35px;
  }

  header nav .search.active {
    width: 35px;
  }

  .product-cart-container {
    width: 100%;
    border-radius: 0;
  }

  .menu-bar-list.open {
    max-width: 100%;
    border-radius: 0;
  }

  .home-banner-slider .banner-slide-container button#prev {
    left: 20px
  }

  .home-banner-slider .banner-slide-container button#next {
    right: 20px
  }

  .Banner-Desktop {
    display: none;
  }

  .Banner-Mobile {
    display: block;
    max-width: 426px;
    margin: 0 auto;
    border-radius: 5px;
    object-fit: cover;
    padding: 0 20px;
  }

  /* faq banner start */

  .faq-section {
    max-width: 100%;
    padding: 0 20px;
  }

  .faq-section .accordion-content {
    font-size: 14px;
  }

  .trust-badges ul li h4{
    font-size: 2.3rem
  }
  .trust-badges ul li i {
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}


@media(max-width:400px) {
  :root {
    font-size: 5px;
  }

  .menu-bar-dropdown .categories .dropdown-cards-container .img{
    height: 180px;
  }

  .home-banner-slider h1 {
    font-size: 3.4rem;
  }

  .home-banner-slider {
    height: 240px;
  }

  .home-banner-slider .banner-slide-container .banner-sliders figure {
    gap: 8px;
  }

  .home-banner-slider .banner-slide-container .banner-sliders figure img {
    width: 130px;
  }

  .home-banner-slider .banner-slide-container .banner-sliders figure figcaption {
    gap: 4px;
    padding: 0 15px 0 2px;
    max-width: 168px;
  }

  .added-product .product-detail {
    width: 280px;
  }

  .card .product-details .product-card-img img {
    width: 125px;
    height: 160px;
  }

  .carousel {
    grid-auto-columns: calc((100% / 2.2) - 12px);
    max-height: 230px;
  }
  .hot-deals-wrapper {
    grid-auto-columns: calc((100% / 2.1) - 12px);
    /* max-height: 230px; */
    gap: 12px;
  }

  .best-seller-wrapper :where(.fa-angle-left, .fa-angle-right) {
    height: 30px;
    width: 30px;
    font-size: 2rem;
    line-height: 30px;
  }

  .card .product-details figcaption>h4 {
    max-width: 110px;
  }
  .trust-badges {
    padding: 20px 10px;
  }
  /* .Banner-Mobile {
    width: 400px;
    padding: 0 12px;
  } */
  footer .main-footer .text-sec .text-part .pages {
    width: 80%;
  }


}

@media (max-width: 375px) {
  .added-product .product-detail {
    width: 250px;
  }


  .faq-section {
    width: 100%;
    padding: 0 20px;
  }

  .faq-section .accordion-header {
    font-size: 12px;
  }

  .faq-section .accordion-content {
    font-size: 14px;
  }

  .trust-badges ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
  }
}

@media(max-width:360px) {

  .card .product-details .product-card-img img {
    width: 120px;
    height: 155px;
  }

  .carousel {
        grid-auto-columns: calc((100% / 2.3));
        max-height: 230px;
    }

  .best-seller-wrapper :where(.fa-angle-left, .fa-angle-right) {
    height: 30px;
    width: 30px;
    font-size: 2rem;
    line-height: 30px;
  }

  .card .product-details .product-card-img .product-card-cta li button {
    padding: 4px 5px 4px 3px;
    font-size: 3rem;
  }

  .card .product-details .product-card-img .product-card-sale {
    padding: 5px;
    font-size: 1.8rem;
    width: 40px;
  }

  .card .product-details figcaption {
    gap: 3px;
  }

  .card .product-details figcaption>h4 {
    font-size: 2.2rem;
  }

  .card .product-details figcaption>p {
    font-size: 1.8rem;
  }
  .hot-deals-wrapper {
    grid-auto-columns: calc((100% / 1.9) - 12px);
    /* max-height: 230px; */
    gap: 12px;
  }
  footer .main-footer .text-sec .logo-part ul li {
    align-items: start
  }

  footer .main-footer .text-sec .icon-part .footer-icon-sec ul {
    gap: 5px;

  }

  footer .main-footer .text-sec .icon-part .footer-icon-sec ul li a i {
    font-size: 25px;
  }
}

@media (max-width:326px) {
  header nav, .hot-deals-sec {
    padding: 10px 10px;
  }

  .menu-bar-dropdown .categories .dropdown-cards-container .img{
    height: 170px;
  }

  .best-sellers {
    padding: 30px 15px;
  }

  .menu-bar-banner a {
    height: 90%;
  }

  .Banner-Mobile {
    max-width: 326px;
    padding: 0 10px;
  }
}

@media(max-width:320px) {

  .faq-section {
    width: 100%;
    padding: 0 10px;
  }

  .faq-section .accordion-content {
    font-size: 14px;
  }
  .trust-badges {
    padding: 20px 40px;
  }
  .trust-badges ul {
    grid-gap: 15px;
  }

  .trust-badges ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
  }

  /* faq static bannr end */
  footer .main-footer .text-sec .logo-part ul li a {
    font-size: 13px;
  }

  footer .main-footer .text-sec .logo-part ul li a i {
    font-size: 13px;
  }

  footer .main-footer .text-sec .logo-part ul li:nth-child(3) span {
    font-size: 13px;
  }

}