/* [project]/src/components/styles/Items.module.css [app-client] (css) */
.Items-module__dq0XDa__name {
  margin-top: 50px;
  margin-right: 15px;
  font-size: 2rem;
  direction: rtl;
  font: bold;
  font-weight: 700;
}

.Items-module__dq0XDa__LRIcon {
  margin-right: 15px;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.Items-module__dq0XDa__nameMobile {
  font: bold;
  text-align: center;
  font-size: 2rem;
  width: 100%;
}


/* [project]/src/app/Home.module.css [app-client] (css) */
.Home-module__jKgjFW__main {
  background-color: #e0e1e1;
}


/* [project]/src/components/styles/Cart.module.css [app-client] (css) */
.Cart-module__Cx-G-G__card {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.Cart-module__Cx-G-G__cardBox {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
  height: 450px;
  position: relative;
  overflow: hidden;
  border: 1px solid #2d3748;
  transition: transform .3s ease-in-out;
  min-width: 250px;
}

.Cart-module__Cx-G-G__cardBox:hover {
  transform: scale(1.05);
}

.Cart-module__Cx-G-G__discount {
  position: absolute;
  top: .75rem;
  right: .75rem;
  background-color: #ec3d3d;
  color: #f7fafc;
  padding: .5rem;
  border-radius: 100%;
}

.Cart-module__Cx-G-G__cardImgBox {
  overflow: hidden;
  border-radius: .5rem;
}

.Cart-module__Cx-G-G__cardImg {
  width: 100%;
  height: 56px;
  object-fit: cover;
}

.Cart-module__Cx-G-G__name {
  color: #000;
  font-size: large;
  margin-top: 15px;
  text-align: center;
}

.Cart-module__Cx-G-G__name:hover {
  color: #2a61d7;
}

.Cart-module__Cx-G-G__discription {
  color: #000;
  font-size: small;
  text-align: center;
  padding: 14px;
}

.Cart-module__Cx-G-G__divPrise {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  text-align: center;
  margin-top: 5px;
}

.Cart-module__Cx-G-G__spanPrise {
  color: #434343;
  font-size: medium;
  text-decoration: line-through;
  text-decoration-color: #ec3d3d;
}

.Cart-module__Cx-G-G__counterBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.Cart-module__Cx-G-G__deleteButton {
  background-color: #c6c6c6;
  color: #000;
  padding: 12px;
  padding-top: 6px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: background-color .2s, transform .1s;
  width: 40px;
  height: 40px;
}

.Cart-module__Cx-G-G__deleteButton:hover {
  background-color: #d10e0e;
  color: #fff;
}

.Cart-module__Cx-G-G__deleteButton:active {
  transform: scale(.95);
}

.Cart-module__Cx-G-G__deleteButton:focus {
  outline: none;
}

.Cart-module__Cx-G-G__count {
  color: #000;
  font-size: x-large;
  text-align: center;
}

.Cart-module__Cx-G-G__addButton {
  background-color: #c6c6c6;
  color: #000;
  padding: 8px;
  padding-top: 7px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: background-color .2s, transform .1s;
  width: 40px;
  height: 40px;
}

.Cart-module__Cx-G-G__addButton:hover {
  background-color: #037f1a;
  color: #fff;
}

.Cart-module__Cx-G-G__addButton:active {
  transform: scale(.95);
}

.Cart-module__Cx-G-G__addButton:focus {
  outline: none;
}

.Cart-module__Cx-G-G__addToCart {
  display: flex;
  justify-content: center;
  gap: 15px;
  width: 100%;
  background-color: #646464;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  border: none;
  margin-top: 20px;
  cursor: pointer;
  transition: background-color .2s ease-in-out, transform .1s;
}

.Cart-module__Cx-G-G__addToCart:hover {
  background-color: #037f1a;
}

.Cart-module__Cx-G-G__addToCart:active {
  transform: scale(.95);
}

.Cart-module__Cx-G-G__addToCart:focus {
  outline: none;
  box-shadow: 0 0 5px #3b82f680;
}

@media (width <= 768px) {
  .Cart-module__Cx-G-G__addToCart {
    width: 200px;
    height: 35px;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 25px;
  }

  .Cart-module__Cx-G-G__addToCartText {
    display: none;
  }

  .Cart-module__Cx-G-G__addToCartIcon {
    width: 24px;
    height: 24px;
  }

  .Cart-module__Cx-G-G__name {
    color: #000;
    font-size: medium;
    margin-top: 15px;
    text-align: center;
  }

  .Cart-module__Cx-G-G__counterBox {
    position: relative;
    top: 22px;
  }
}


/* [project]/src/components/styles/Discount.module.css [app-client] (css) */
.Discount-module__pPk2Qa__name {
  margin-top: 50px;
  margin-right: 15px;
  font-size: 2rem;
  direction: rtl;
  font: bold;
  font-weight: 700;
}

.Discount-module__pPk2Qa__LRIcon {
  margin-right: 15px;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.Discount-module__pPk2Qa__nameMobile {
  font: bold;
  text-align: center;
  font-size: 2rem;
  width: 100%;
}

.Discount-module__pPk2Qa__amazing {
  align-items: center;
}


/*# sourceMappingURL=src_0ae11420._.css.map*/
