*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 62.5%; }

body {
  font-family: "Poppins", sans-serif;
  background-color: #EDECEC;
  font-weight: 300;
  line-height: 1.6;

  font-family: "Lobster", sans-serif;
}

.btn__dark {
  background-color: #751FFF;
  height: 5rem;
  width: 25rem;
  padding: 2rem 5rem;
  border: none;
  border-radius: 5rem;
  cursor: pointer;
  transition: all .3s;
  display: flex;
  justify-content: center;
  align-items: center; }
  .btn__dark a {
    text-decoration: none;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400; }

.btn__dark:hover {
  background-color: #000;
  transform: scale(1.2); }

.btn__dark:active {
  border: 0.5rem solid #751FFF;
  transform: scale(1.15); }

a {
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
  text-decoration: none;
  color: #3c3c3c;
  font-size: 2rem;
}

a:hover {
  color: #751FFF;
}


.header__nav-group {
  position: fixed;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 0 .5rem #00000077;
}

.top__nav {
  background-color: #fff;
  height: 13vh;
  width: 100%;
  padding: 0 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .top__nav-brand {
    display: flex;
    align-items: center; }
    .top__nav-brand--logo a {
      color: #000;
      position: relative;
      transition: all .3s; }
    .top__nav-brand--logo a:hover {
      color: #751FFF;
      transform: scale(1.2); }
    .top__nav-brand--search input {
      border: none;
      background-color: #EDECEC;
      border-radius: 5rem 0 5rem 5rem;
      height: 4rem;
      padding: 1rem 2rem;
      min-width: 30rem; }
    .top__nav-brand--search button {
      background-color: #751FFF;
      border: none;
      color: #fff;
      border-radius: 0 5rem 5rem 5rem;
      height: 4rem;
      width: 5rem;
      cursor: pointer; }
    .top__nav-brand--search button:hover {
      background-color: #000; }
  .top__nav-brand a {
    padding-right: 5rem;
    font-size: 3.5rem;
    font-weight: 600;
    text-decoration: none; }
  .top__nav-log {
    display: flex; }
    .top__nav-log--profil {
      padding: 0 2rem;
      font-size: 1.5rem;
      display: flex;
      justify-content: center;
      align-items: center; }
      .top__nav-log--profil i {
        font-size: 1.5rem;
        background-color: #000;
        color: #fff;
        height: 2.5rem;
        width: 2.5rem;
        border-radius: 5rem;
        cursor: pointer;
        margin-right: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
      .top__nav-log--profil i:hover {
        background-color: #751FFF; }

.fa-solid, .fas {
  font-weight: 900;
  font-size: 2rem;
}
.top__nav-log a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  font-size: 1.5rem;
}

.top__nav-log a:hover {
  color: #751FFF;
}

    .top__nav-log--like i {
      font-size: 1.5rem;
      margin: 0 1rem 0 0;
      background-color: #000;
      color: #fff;
      height: 2.5rem;
      width: 2.5rem;
      border-radius: 5rem;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer; }

      .top__nav-log--like i:hover {
        background-color: #751FFF;
      }

      .top__nav-log--like {
        display: flex;
        align-items: center;
      }
      
    .top__nav-log--card a {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 0 0 2rem;
    }

    .top__nav-log--card i {
      background-color: #000;
      height: 2.5rem;
      width: 2.5rem;
      font-size: 1.3rem;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 5rem;
    }

    .top__nav-log--card i:hover {
      background-color: #751FFF;
    }
    

      .top__nav-log--card span {
        font-size: 1.2rem; }

.main-navigation {
  background-color: #EDECEC;
  height: 7vh;
  padding: 1rem 3rem;
  display: flex;
  justify-content: start;
  align-items: center; 
}
  .main-navigation .nav-menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0; }
    .main-navigation .nav-menu .nav-item {
      list-style: none;
      padding: 0 2rem;
      font-size: 1.4rem;
      font-weight: 500;
      display: flex;
      align-items: center; }
    .main-navigation .nav-menu .nav-item a {
      text-decoration: none;
      color: #3C3C3C; }
    .main-navigation .nav-menu .nav-item a:hover {
      text-decoration: none;
      color: #751FFF; }

.menu-icon {
  display: none;
}

.menu-icon li {
  list-style: none;
}

@media (max-width: 905px) {
  .nav-menu {
    position: absolute;
    top: 12rem;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #EDECEC;
    gap: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }

  .menu-icon {
    display: block;
  }

  .top__nav-brand--search {
    display: none;
  }

}


@media (max-width: 596px) {
  .top__nav-log {
    display: none;
  }
}


/* @media (max-width: 714px) {
  .nav-menu {
    position: absolute;
    top: 12rem;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #EDECEC;
    gap: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }

  .menu-icon {
    display: block;
  }
} */



.home-container {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: [full-start] 1fr [center-start] repeat(8, [col-start] minmax(min-content, 14rem) [col-end]) [center-start] 1fr [full-end]; }

.shop-container {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: [full-start] 1fr [center-start] repeat(8, [col-start] minmax(min-content, 14rem) [col-end]) [center-start] 1fr [full-end]; }

.header {
  grid-column: full-start / full-end; 
}

.hero__image {
  grid-column: 1 / -1;
  position: relative;
  height: 100vh; /* Adjust height as needed */
  width: 100%; /* Ensures full width */
  background-size: cover;
  background-position: start;
  overflow: hidden; /* Hides overflow from the overlay */
  display: flex;
  justify-content: start;
  align-items: center;
  transform: translateY(20vh);
  margin-bottom: 20vh;
}

.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0)); /* Adjust gradient colors and opacity as needed */
}

.hero__content {
  color: #fff; /* Adjust text color */
  z-index: 10; /* Ensures content is above overlay */
  padding: 5rem;
}

.hero__content span {
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #B5201E;
  padding: 0.25rem 1rem;
}

.hero__content h1 {
  font-size: 3.5rem;
  margin: 20px 0;
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hero__content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hero__content a.btn-dark {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: 400;
  background-color: #751FFF; /* Adjust button background color */
  color: #fff; /* Adjust button text color */
  text-decoration: none; /* Remove underline */
  cursor: pointer;
  border-radius: 0 5rem 5rem 5rem;
}

.hero__content a.btn-dark:hover {
  background-color: #000; /* Adjust button hover background color */
}



.deals {
  background-color: #EDECEC;
  grid-column: full-start / full-end;
  padding: 8rem 5%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5rem; }
  .deals__card {
    background-color: #B5201E;
    background-image: url(/img/deals-2.webp);
    background-size: cover;
    box-shadow: 0 0 .5rem #00000077;
    padding: 10rem;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start; }
    .deals__card h2 {
      font-size: 4.5rem;
      color: #fff;
      font-weight: 600; 
      font-family: "Lobster", sans-serif;
      font-weight: 400;
      font-style: normal;
    }
    .deals__card h4 {
      font-size: 2rem;
      color: #fff;
      font-weight: 500; }
    .deals__card p {
      font-size: 1.8rem;
      color: #fff;
      font-weight: 400; }
    .deals__card button {
      background-color: #fff;
      border: none;
      border-radius: 5rem;
      width: 15rem;
      height: 4rem; }
      .deals__card button a {
        text-decoration: none;
        font-size: 1.4rem;
        font-weight: 500;
        color: #000; }
    .deals__card button:hover {
      border: 1px solid #751FFF; }
      .deals__card button:hover a {
        color: #fff; }

@media (max-width: 905px) {
  .deals {
    background-color: #EDECEC;
    grid-column: full-start / full-end;
    padding: 8rem 5%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5rem; }
}

@media (max-width: 596px) {
  .deals__card {
    padding: 5rem;
  }

  .btn__dark {
    width: 100%;
  }
}


.features {
  background-color: #EDECEC;
  grid-column: full-start / full-end;
  padding: 0 5% 5rem 5%;
}
  .features__card {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5rem; 
    box-shadow: 0 0 .5rem #00000077;
  }
    .features__card-deliver, .features__card-free, .features__card-guaranteed, .features__card-avalable {
      display: flex;
      align-items: center; }
      .features__card-deliver i, .features__card-free i, .features__card-guaranteed i, .features__card-avalable i {
        font-size: 4rem;
        color: #751FFF;
        cursor: pointer;
        transition: all .3s; }
      .features__card-deliver i:hover, .features__card-free i:hover, .features__card-guaranteed i:hover, .features__card-avalable i:hover {
        transform: scale(1.4); }
      .features__card-deliver p, .features__card-free p, .features__card-guaranteed p, .features__card-avalable p {
        font-size: 2rem;
        display: flex;
        align-self: center;
        font-weight: 400;
        padding: 0 1rem; 
        
        font-family: "Lobster", sans-serif;
        font-weight: 400;
        font-style: normal;
      }

@media (max-width: 905px) {
  .features__card-deliver p, .features__card-free p, .features__card-guaranteed p, .features__card-avalable p {
    font-size: 1.5rem;
    display: flex;
    align-self: center;
    font-weight: 400;
    padding: 0 1rem; }
}


.bestsellers {
  grid-column: full-start / full-end;
  background-color: #EDECEC;
  padding: 0 5% 5rem 5%; }
  .bestsellers__content {
    background-color: #fff;
    padding: 5rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 .5rem #00000077;
  }
    .bestsellers__content h2 {
      text-align: center;
      font-size: 3rem;
      font-weight: 600;
      padding-bottom: 5rem;
    
      font-family: "Lobster", sans-serif;
      font-weight: 400;
      font-style: normal;
    }
    .bestsellers__content button {
      margin-top: 5rem; }
  .bestsellers__products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2.5rem;
    padding: 0 5rem; }
    .bestsellers__products-card {
      border: 1px solid #3c3c3c2a;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .bestsellers__products-card--img {
        overflow: hidden;
        cursor: pointer; }
        .bestsellers__products-card--img img {
          height: 50vh;
          width: 100%;
          transition: transform 0.3s ease-in-out; }
      .bestsellers__products-card img:hover {
        transform: scale(1.2); }
      .bestsellers__products-card h3 {
        padding: 1rem 0;
        font-size: 2.5rem;
        text-align: center; }
      .bestsellers__products-card span {
        font-size: 1.6rem;
        color: #751FFF; 
        font-weight: 600;
      }

@media (max-width: 905px) {
  .bestsellers__products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.5rem;
    padding: 0 5rem; }
}

@media (max-width: 596px) {
  .bestsellers__products {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2.5rem;
    padding: 0 5rem; }
}

/*Category page*/
.category-cat {
  grid-column: full-start / full-end;
}

.category-cat .shop__content {
  padding: 20rem 15rem 5rem 15rem;
}

.category {
  grid-column: full-start / full-end;
  background-color: #EDECEC;
  padding: 0 5% 5rem 5%; }
  .category__content {
    background-color: #fff;
    padding: 5rem; 
    box-shadow: 0 0 .5rem #00000077;
  }
    .category__content h2 {
      text-align: center;
      padding: 5rem 0;
      font-size: 3rem; }
  .category__products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    grid-row-gap: 5rem;
    grid-column-gap: 2.5rem; }
    .category__products .category__card {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .category__products .category__card-img {
        overflow: hidden;
        border-radius: 25rem; }
        .category__products .category__card-img img {
          height: 25vh;
          width: 100%;
          object-fit: cover;
          border-radius: 25rem;
          cursor: pointer;
          transition: all .3s; }
        .category__products .category__card-img img:hover {
          transform: scale(1.4); }
      .category__products .category__card h3 {
        font-size: 2rem;
        padding: 1rem 0; }

.bestprice {
  grid-column: full-start / full-end;
  background-color: #EDECEC;
  padding: 0 5% 5rem 5%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; 
}
  .bestprice__off {
    background-color: #B5201E;
    height: 15rem;
    width: 25rem;
    position: absolute;
    box-shadow: 0 0 2rem #00000028;
    border-radius: 0rem 5rem 5rem 5rem;
    display: flex;
    justify-content: center;
    align-items: center; 
    box-shadow: 0 0 .5rem #00000077;
  }
    .bestprice__off h3 {
      color: #fff;
      font-size: 3rem;
      font-weight: 700; }
  .bestprice__content {
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 75vh; 
    box-shadow: 0 0 .5rem #00000077;
  }
    .bestprice__content-img img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .bestprice__content-text {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .bestprice__content-text h3 {
        font-size: 2rem;
        padding: 1rem 0; }
        .bestprice__content-text h3 span {
          font-size: 8rem;
          color: #751FFF;
          font-weight: 600; }
      .bestprice__content-text button {
        margin-top: 3rem;
        color: #fff;
        font-size: 1.6rem;
        font-weight: 500; }
    
@media (max-width: 905px) {
  .bestprice__content-text h3 span {
    font-size: 8rem;
    color: #751FFF;
    font-weight: 600; }

  .bestprice__off {
      height: 10rem;
      width: 12rem;
  }

  .bestprice__off h3 {
    font-size: 2.5rem;
  }


}

@media (max-width: 596px) {
  .bestprice__off {
    top: 0;
    right: 0;
  }
}


.onsale {
  grid-column: full-start / full-end;
  background-color: #EDECEC;
  padding: 0 5% 5rem 5%; }
  .onsale__content {
    background-color: #fff;
    padding: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 .5rem #00000077;
  }
    .onsale__content h2 {
      text-align: center;
      font-size: 3rem;
      font-weight: 600;
      padding-bottom: 5rem; }
    .onsale__content button {
      margin-top: 5rem; }
  .onsale__products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2.5rem;
    padding: 0 5rem; }
    .onsale__products-card {
      border: 1px solid #3c3c3c2a;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .onsale__products-card--img {
        overflow: hidden;
        cursor: pointer; }
        .onsale__products-card--img img {
          height: 50vh;
          width: 100%;
          transition: transform 0.3s ease-in-out; }
      .onsale__products-card img:hover {
        transform: scale(1.2); }
      .onsale__products-card h3 {
        padding: 1rem 0;
        font-size: 2.5rem;
        text-align: center; }
      .onsale__products-card span {
        font-size: 1.6rem;
        color: #751FFF;
        font-weight: 600;
      }

@media (max-width: 905px) {
  .onsale__products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.5rem;
    padding: 0 5rem; }
}

@media (max-width: 596px) {
  .onsale__products {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2.5rem;
    padding: 0 5rem; }
}

.special {
  grid-column: full-start / full-end;
  background-color: #EDECEC;
  padding: 0 5% 5rem 5%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .special__off {
    background-color: #751FFF;
    height: 15rem;
    width: 25rem;
    position: absolute;
    box-shadow: 0 0 2rem #00000028;
    border-radius: 0rem 5rem 5rem 5rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    .special__off h3 {
      color: #fff;
      font-size: 3rem;
      font-weight: 700; }
  .special__content {
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 75vh;
    box-shadow: 0 0 .5rem #00000077;
  }
    .special__content-img img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .special__content-text {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .special__content-text h3 {
        font-size: 2rem;
        padding: 1rem 0; }
        .special__content-text h3 span {
          font-size: 8rem;
          color: #B5201E;
          font-weight: 600; }
      .special__content-text button {
        margin-top: 3rem;
        color: #fff;
        background-color: #B5201E;
        font-size: 1.6rem;
        font-weight: 500; }

@media (max-width: 905px) {
  .special__content-text h3 span {
    font-size: 8rem;
    color: #751FFF;
    font-weight: 600; }

  .special__off {
      height: 10rem;
      width: 12rem;
  }

  .special__off h3 {
    font-size: 2rem;
    text-align: center;
  }

}

@media (max-width: 596px) {
  .special__off {
    top: 0;
    right: 0;
  }
}

.brands {
  grid-column: full-start / full-end;
  background-color: #EDECEC;
  padding: 0 5% 5% 5%; }
  .brands__content {
    background-color: #fff;
    padding: 5rem 5rem 10rem 5rem;
    box-shadow: 0 0 .5rem #00000077;
  }
    .brands__content-title h2 {
      text-align: center;
      font-size: 2.5rem;
      margin-bottom: 5rem; }
    .brands__content-logo {
      display: flex;
      justify-content: space-between;
      border: 2px solid #0000002d;
      padding: 2rem;
      flex-wrap: wrap;
    }
      .brands__content-logo span {
        font-size: 5rem; 

        transition: all .2s;
      }

      .brands__content-logo span:hover {
        color: #751FFF;
        transform: scale(1.2); 
      }

.newsletter {
  grid-column: full-start / full-end;
  background-color: #EDECEC;
  padding: 0 5% 5rem 5%; }
  .newsletter__content {
    background-color: #751FFF;
    padding: 10rem;
    color: #fff; 
    box-shadow: 0 0 .5rem #00000077;
  }
    .newsletter__content-title {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-bottom: 3rem; }
      .newsletter__content-title h2 {
        font-size: 3rem; }
      .newsletter__content-title p {
        font-size: 1.6rem; }
    .newsletter__content-form {
      display: flex;
      justify-content: center; }
      .newsletter__content-form input {
        border: none;
        width: 65rem;
        padding: 1rem;
        margin-left: 10rem;
        border-radius: 5rem; }
      .newsletter__content-form button {
        background-color: #B5201E;
        color: #fff;
        font-size: 1.6rem;
        padding: 3rem 4rem;
        border: none;
        border-radius: 5rem 5rem 5rem 5rem;
        transform: translateX(-10rem); }

      .newsletter__content-form button:hover {
        background-color: #000;
      }

@media (max-width: 905px) {
  .newsletter__content-form button {
    background-color: #B5201E;
    color: #fff;
    font-size: 1rem;
    padding: 2rem 3.5rem;
   }
}

/*
Woocommerce
*/

/* Basic product styling */
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #212529;
  text-align: center;
  padding: 1rem;
  border-radius: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.638);
  margin: 10px;
  width: calc(33.333% - 20px); 

  transition: all .2s;
}

.woocommerce ul.products li.product:hover {
 transform: scale(1.05);
}

/* Product title */
.woocommerce ul.products li.product h2 {
  font-size: 1.2em;
  color: #fff;
  margin: 10px 0;
}

/* Product price */
.woocommerce ul.products li.product .price {
  font-size: 1.1em;
  color: #fff;
  font-weight: bold;
}

/* Add to cart button */
.woocommerce ul.products li.product .button {
  background-color: #fff;
  color: #751FFF;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0 5rem 5rem 5rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

/* Hover effects */
.woocommerce ul.products li.product .button:hover {
  background-color: #751FFF;
  color: #fff;
}

/* Adjust image display */
.woocommerce ul.products li.product img {
  max-width: 100%;
  border-radius: 0;
  margin-bottom: 1rem;
}

/* Sale badge */
.woocommerce ul.products li.product .onsale {
  background-color: #B5201E;
  color: #fff;
  font-weight: bold;
  border-radius: 0 5rem 5rem 5rem;
  padding: .2rem 1rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 25%;
}

/* Product rating */
.woocommerce ul.products li.product .star-rating {
  color: #ffd700;
  margin-top: 10px;
}

@media (max-width: 905px) {
  /* Basic product styling */
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  column-gap: .5rem;
  justify-content: center;
}
}

/**

Archive page

*/

.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  text-align: start;
  font-weight: 500;
  background-color: #EDECEC;
  cursor: pointer;
}

.woocommerce .woocommerce-ordering select option {
  background-color: #751FFF;
  padding: 1rem;
  color: #fff;
  font-weight: 600;
}


/* product Page */

.woocommerce div.product {
  background-color: #fff;
  width: 100%;
  padding: 5rem;
  box-shadow: 0 0 .5rem #00000077;

  transform: translateY(9vh);
  margin-bottom: 5vh;
}

.woocommerce-message {
  position: absolute;
}


.woocommerce div.product .product_title {
  background-color: #751FFF;
  padding: 1rem 2rem;
  color: #fff;
  text-align: center;
}

.woocommerce div.product form.cart {
  display: flex;
  flex-direction: column;
}

.woocommerce div.product form.cart div.quantity input {
  border: none;
  width: 100%;
  padding: 1rem 2rem;
  background-color: #EDECEC;
  margin: 1rem 0;
}

.woocommerce span.onsale {
  padding: 2rem;
  background-color: #751FFF;
  color: #fff;
  font-size: 2rem;
  border-radius: 0 5rem 5rem 5rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #751FFF;
  box-shadow: 0 0 .5rem #00000077;
  color: #fff;
  border: none;
  width: 100%;
  text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel p {
  font-size: 1.6rem;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #751FFF;
  font-size: 2rem;
  font-weight: 500;
  padding: 1rem 2rem;
  width: 100%;
  text-align: center;
}

.wc-block-components-sidebar {
  background-color: #ededed;
  padding: 2.5rem;
  box-shadow:  0 0 .5rem #00000077;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  min-height: 3em;
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  padding: 1rem 1rem;
  background-color: #EDECEC;

}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  min-height: 3em;
  background: transparent;
}

.woocommerce div.product form.cart .button {
  height: 5rem;
  background-color: #751FFF;

  transition: all .2s;
}

.woocommerce div.product form.cart .button:hover {
  background-color: #000;
}


@media (max-width: 596px) {
  .woocommerce div.product {
    padding: 2rem;
  }

  .wc-block-cart-items__row {
    display: grid;
    grid-template-columns: auto !important;
    padding: 16px 0;
  }

  .category-cat .shop__content {
    padding: 20rem 5rem 5rem 5rem;
  }

  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
    width: 100%;
  }
 
}

/*shop__sidebar*/

.shop__sidebar ul {
  list-style: none;
}

.shop__sidebar #s {
  background-color: #EDECEC;
  border: none;
  padding: .5rem 2rem;
  box-shadow: 0 0 .5rem #00000077;;
}

.shop__sidebar #searchsubmit {
  width: 100%;
  border: none;
  border-radius: 0 5rem 5rem 5rem;
  margin: 1rem 0;
  padding: .5rem 2rem;
}

.shop__sidebar #searchsubmit:hover {
  background-color: #751FFF;
  color: #fff;
}

.shop__sidebar h2 {
  background-color: #751FFF;
  color: #fff;
  padding: .5rem 2rem;
  border-radius: 0 5rem 5rem 5rem;
  box-shadow: 0 0 .5rem #00000077;
  cursor: pointer;

  transition: all .2s;
}

.shop__sidebar h2:hover {
  transform: scale(1.2);
}

.woocommerce ul.products li.product a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}


.footer {
  grid-column: full-start / full-end;
  background-color: #fff;
  padding: 5rem 5% 5rem 5%; }
  .footer__content p {
    text-align: center;
    font-size: 1.6rem;
    padding: 2.5rem;
    font-weight: 600;
  }
  .footer__content-credit {
    display: flex;
    justify-content: space-between;
    font-size: 3rem;
    padding: 0 10%; }

.footer__content-credit span i {
  transition: all .2s;
  cursor: pointer;
}

.footer__content-credit span i:hover {
  transform: scale(1.4);
}


.footer__end {
  grid-column: full-start / full-end;
  background-color: #EDECEC;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }


.shop {
  grid-column: full-start / full-end;
  background-color: #EDECEC;
  padding: 7rem 5%;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5rem;
}

.shop__sidebar {
  background-color: #fff;
  padding: 2rem;
  box-shadow: 0 0 .5rem #00000077;
}

.shop__content {
  padding: 2rem 5%;
  background-color: #fff;
  box-shadow: 0 0 .5rem #00000077;
}

.shop__content-title h2 {
  font-size: 4rem;
  margin-bottom: 2rem;
}

.shop__content-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 2rem;
}

.shop__content-products--card {
  border: 1px solid #3c3c3c2a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.shop__content-products--card-img {
  overflow: hidden;
  cursor: pointer;
}

.shop__content-products--card-img img {
  height: 50vh;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

.shop__content-products--card img:hover {
  transform: scale(1.2);
}

.shop__content-products--card h3 {
  padding: 1rem 0;
  font-size: 2.5rem;
  text-align: center;
}

.shop__content-products--card span {
  font-size: 1.6rem;
  color: #751FFF;
}


button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
}



@media (max-width: 800px) {
  .shop {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .shop__sidebar {
    order: 2;
    margin-top: 2rem;
  }

  .shop__content {
    order: 1;
  }

  .shop {
    padding: 0;
    margin: 5rem 0;
    overflow: hidden;
  }

}

#woocommerce-product-search-field-0 {
  width: 80%;
}


/* Shope hero image */

.shop__hero {
  grid-column: full-start / full-end;
  position: relative;
  background-image: url('../img/eshop.jpg');
  background-color: rgba(119, 119, 119, 0.5); /* Ensure background color has transparency */
  background-size: cover;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20vh;

  transform: translateY(20vh);
}

.shop__hero h1 {
  z-index: 100;
}

.shop__hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 50vh;
  width: 100vw;
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
}


/* Page customize */

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page main{
  font-size: 1.6rem;
} 

main {
  flex: 1;
}

.page main {
  padding: 0 5rem 5rem 5rem;
  
  transform: translateY(25vh);
  margin-bottom: 22vh;
}

.page__content {
  padding: 5rem 10%;
  background-color: #fff;
  box-shadow: 0 0 .5rem #00000077;
}
.entry-title {
  font-size: 2em;
}
.entry-content {
  margin-top: 1em;
}
.no-posts {
  color: #777;
}

.wc-block-components-button__text {
  background-color: #751FFF;
  border-radius: 0 5rem 5rem 5rem;
  padding: 1rem 2rem;
  color: #fff;
  width: 100%;

  transition: all .2s;
}

.wc-block-components-button__text:hover {
  background-color: #000;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  background: #751FFF !important;
  border: none !important;
  padding: 1rem 2rem !important;
  color: #fff !important;
  text-decoration: none !important;
}


@media (max-width: 768px) {
  .entry-title {
  font-size: 1.5em;
  }
}
