a {
  color: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  background: none;
  border: none;
}

:active, :hover, :focus {
  outline-offset: 0;
  outline: 0;
}

@font-face {
  font-family: spring;
  src: url("Fontspring-DEMO-mersin-blackitalic.a6ca7a4d.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Montreal;
  src: url("PPNeueMontreal-Medium.b6cab514.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  background: #e8e8e2;
}

.container {
  margin: 0 auto;
}

@media screen and (width >= 320px) {
  .container {
    width: 320px;
  }
}

@media screen and (width >= 480px) {
  .container {
    width: 480px;
  }
}

@media screen and (width >= 768px) {
  .container {
    width: 768px;
  }
}

@media screen and (width >= 1200px) {
  .container {
    width: 1240px;
  }
}

.header {
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.header__logo-button {
  flex-direction: row;
  align-items: center;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.header__logo {
  background-color: #6d8434;
  border-radius: 50px;
  max-width: 32px;
  max-height: 32px;
  margin-right: 8px;
  padding: 12px;
}

.header__button-home {
  color: #e8e8e2;
  background: #6d8434;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-right: 24px;
  padding: 12px 28px;
  font-family: Montreal;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.header__cart-button {
  align-items: center;
  display: flex;
}

.header__cart-button-image {
  background: #6d8434;
  border-radius: 30px;
  margin-right: 14px;
  padding: 10px;
}

.header__cart-text {
  color: #010101;
  text-transform: uppercase;
  font-family: Montreal;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.hero {
  text-align: center;
  flex-direction: column;
  margin-top: 77px;
  display: flex;
}

.hero__title {
  color: #010101;
  letter-spacing: -1.6px;
  font-family: Montreal;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
}

.hero__title-span {
  color: #6d8434;
}

.hero__des {
  color: #010101cc;
  width: 492px;
  margin: 20px auto 40px;
  font-family: Neue Montreal;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.hero__image-wrapper {
  border-radius: 60px;
  display: inline-block;
  position: relative;
}

.hero__image-wrapper .hero__image {
  border-radius: 60px;
  display: block;
}

.hero__image-wrapper .hero__image-helper {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 280px;
  right: 20px;
}

.product {
  flex-direction: row;
  gap: 40px;
  padding-top: 74px;
  font-family: Montreal, spring;
  display: flex;
}

.product__list {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
  display: grid;
  position: absolute;
}

.product__filters {
  color: #0101014d;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.product__options {
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.product__search {
  border: 1px solid #0101014d;
  border-radius: 30px;
  align-items: center;
  gap: 8px;
  padding: 14px 20px;
  display: flex;
}

.product__search-input {
  color: #010101;
  background: none;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 400;
}

.product__search-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.product__nothing-list {
  flex-direction: column;
  display: flex;
  position: relative;
  left: 249px;
}

.product__nothing-found {
  color: #010101;
  text-align: center;
  width: 371px;
  margin-bottom: 14px;
  font-family: montreal;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.product__nothing-found-span {
  color: #6d8434;
  font-family: montreal;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.product__nothing-found-dex {
  color: #010101b3;
  text-align: center;
  max-width: 371px;
  font-family: montreal;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.product__categories, .product__atoz {
  position: relative;
}

.product__categories-box, .product__atoz-box {
  cursor: pointer;
  background: none;
  border: 1px solid #0101014d;
  border-radius: 30px;
  align-items: center;
  gap: 94px;
  padding: 14px 20px;
  display: flex;
}

.product__categories-box:hover, .product__atoz-box:hover {
  background: #f5f5f5;
}

.product__categories-text, .product__atoz-text {
  color: #010101;
  font-size: 18px;
  font-weight: 400;
}

.product__categories-icon, .product__atoz-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.product__categories-menu, .product__atoz-menu {
  z-index: 100;
  white-space: nowrap;
  background: #fff;
  border-radius: 15px;
  min-width: max-content;
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  overflow: hidden;
  box-shadow: 0 4px 11px #0000000a;
}

.product__categories-menu .product__dropdown-item, .product__atoz-menu .product__dropdown-item {
  color: #01010180;
  cursor: pointer;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.product__categories-menu .product__dropdown-item.active, .product__atoz-menu .product__dropdown-item.active {
  color: #010101;
}

.product__categories-menu .product__dropdown-item:hover, .product__atoz-menu .product__dropdown-item:hover {
  color: #010101;
  background: #f5f5f5;
}

.product__atoz-box {
  background: #fafafa;
}

.product-card {
  width: 295px;
  height: 363px;
  position: relative;
  box-shadow: 0 9.1px 16.53px #00000005;
}

.product-card__bg {
  background: #fafafa;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.product-card__image-bg {
  background: #e8e8e2;
  border-radius: 10px;
  width: 255px;
  height: 178px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.product-card__image {
  object-fit: cover;
  width: 140px;
  height: 140px;
  position: absolute;
  top: 39px;
  left: 77px;
}

.product-card__info {
  flex-direction: column;
  gap: 10px;
  display: flex;
  position: absolute;
  top: 218px;
  left: 20px;
}

.product-card__info-name {
  color: #010101;
  word-wrap: break-word;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.product-card__info-details {
  flex-direction: column;
  gap: 9px;
  display: flex;
}

.product-card__info-details-row {
  gap: 8px;
  display: flex;
}

.product-card__info-details-row-item {
  gap: 4px;
  display: flex;
}

.product-card__info-details-row-item-label {
  color: #0101014d;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.product-card__info-details-row-item-value {
  color: #010101;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.product-card__footer {
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 40px);
  display: flex;
  position: absolute;
  top: 309px;
  left: 20px;
}

.product-card__footer-price {
  color: #010101;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.product-card__footer-button {
  background: #6d8434;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  max-width: 18px;
  max-height: 18px;
  padding: 8px;
  display: flex;
}

.product-card__footer-button-icon {
  max-width: 18px;
  max-height: 18px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.pagination {
  justify-content: center;
  gap: 8px;
  margin-top: 1269px;
  display: flex;
}

.pagination__hidden {
  display: none;
}

.pagination__btn {
  cursor: pointer;
  background: #fafafa;
  border: none;
  border-radius: 60px;
  align-items: center;
  gap: 2px;
  width: 40px;
  height: 40px;
  padding: 8px;
  transition: all .2s;
  display: flex;
}

.pagination__btn svg {
  stroke: #a3a3a3;
  width: 24px;
  height: 24px;
  transition: all .2s;
}

.pagination__btn:hover {
  background: #6d84341a;
}

.pagination__btn--active {
  background: #6d8434;
}

.pagination__btn--active svg {
  stroke: #e8e8e2;
}

.pagination__dots {
  border-radius: 4px;
  justify-content: center;
  align-items: flex-end;
  width: 40px;
  height: 40px;
  display: flex;
}

.pagination__dots div {
  text-align: center;
  color: #a3a3a3;
  word-wrap: break-word;
  padding-bottom: 10px;
  font-family: Neue Montreal;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.pagination__page-btn {
  text-align: center;
  cursor: pointer;
  color: #a3a3a3;
  background: none;
  border: none;
  border-radius: 60px;
  width: 40px;
  height: 40px;
  font-family: Neue Montreal;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.pagination__page-btn:hover {
  background: #6d84341a;
}

.pagination__page-btn--active {
  color: #e8e8e2;
  background: #6d8434;
}

.page-numbers {
  margin-left: 24px;
  margin-right: 24px;
}

.popular {
  margin-bottom: 40px;
  padding-top: 138px;
}

.popular__title {
  color: #010101;
  margin-bottom: 20px;
  font-family: Montreal;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.popular__list {
  flex-direction: column;
  gap: 13px;
  display: flex;
}

.popular__item {
  width: 275px;
  height: 98px;
  position: relative;
}

.popular__item-background {
  background: #fafafa;
  border-radius: 10px;
  width: 275px;
  height: 98px;
  position: absolute;
  top: 0;
  left: 0;
}

.popular__item-content {
  width: 251px;
  height: 74px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.popular__image-wrapper {
  background: #e8e8e2;
  border-radius: 10px;
  width: 74px;
  height: 74px;
  position: absolute;
  top: 0;
  left: 0;
}

.popular__image {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 9px;
  left: 9px;
}

.popular__info {
  flex-direction: column;
  gap: 10px;
  width: 152px;
  height: 74px;
  display: flex;
  position: absolute;
  top: 0;
  left: 84px;
}

.popular__name {
  color: #010101;
  word-wrap: break-word;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.popular__details {
  flex-wrap: wrap;
  gap: 9px;
  display: flex;
}

.popular__detail {
  gap: 4px;
  font-size: 12px;
  line-height: 14px;
  display: flex;
}

.popular__label {
  color: #0101014d;
}

.popular__value {
  color: #010101;
  font-family: Neue Montreal;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
}

.popular__popularity {
  background: #e8e8e2;
  border-radius: 30px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  position: absolute;
  top: 0;
  left: 231px;
}

.popular__popularity-indicator {
  max-width: 12px;
  max-height: 12px;
  position: relative;
  top: 2px;
  left: 3px;
}

.discount__title {
  color: #010101;
  margin-bottom: 20px;
  font-family: Montreal;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.discount__list {
  flex-wrap: wrap;
  gap: 16px;
  display: flex;
}

.discount__item {
  width: 275px;
  height: 232px;
  position: relative;
}

.discount__background {
  background: #fafafa;
  border-radius: 15px;
  width: 275px;
  height: 232px;
  position: absolute;
  top: 0;
  left: 0;
}

.discount__image-bg {
  background: #e8e8e2;
  border-radius: 10px;
  width: 243px;
  height: 150px;
  position: absolute;
  top: 16px;
  left: 16px;
}

.discount__image {
  width: 105px;
  height: 105px;
  position: absolute;
  top: 39px;
  left: 85px;
}

.discount__name {
  color: #010101;
  word-wrap: break-word;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  position: absolute;
  top: 187px;
  left: 16px;
}

.discount__price {
  color: #010101;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  position: absolute;
  top: 187px;
  left: 165px;
}

.discount__button {
  background: #6d8434;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: absolute;
  top: 182px;
  left: 225px;
}

.discount__icon {
  width: 18px;
  height: 18px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.first {
  min-width: 925px;
}

.footer {
  background-color: #6d8434;
  width: 100%;
  margin-top: 61px;
  padding-top: 44px;
  padding-bottom: 20px;
}

.footer__list {
  flex-direction: row;
  gap: 144px;
  display: flex;
}

.footer__item {
  flex-direction: column;
  display: flex;
}

.footer__logo-button {
  gap: 8px;
  margin-bottom: 12px;
  display: flex;
}

.footer_logo {
  background-color: #e8e8e2;
  border-radius: 60px;
  width: 20px;
  height: 20px;
  padding: 6px;
}

.footer_logo-text {
  color: #e8e8e2;
  letter-spacing: -.48px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: spring;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
}

.footer__facebook, .footer__insta, .footer__youtube {
  border: 1px solid #e8e8e24d;
  border-radius: 10px;
  padding: 8px;
}

.footer__reserve {
  color: #e8e8e2;
  margin-top: 212px;
  font-family: montreal;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.footer__title {
  color: #e8e8e2;
  letter-spacing: -.8px;
  max-width: 410px;
  font-family: montreal;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
}

.footer__description {
  color: #e8e8e2b3;
  max-width: 410px;
  margin-top: 20px;
  font-family: montreal;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.footer__subscribe {
  color: #e8e8e2;
  margin-bottom: 20px;
  font-family: montreal;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.footer__subscribe-input {
  color: #e8e8e299;
  background-color: #0000;
  border: 1px solid #e8e8e2;
  border-radius: 30px;
  align-items: center;
  gap: 10px;
  max-width: 336px;
  margin-bottom: 20px;
  padding: 12px 18px;
  font-family: montreal;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.footer__subscribe-input::placeholder {
  color: #e8e8e299;
  font-family: montreal;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.footer__subscribe-send {
  background: #e8e8e2;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  max-width: 336px;
  padding: 12px 149px;
  display: flex;
}

.footer__privacy {
  color: #e8e8e2;
  text-align: right;
  margin-top: 148px;
  margin-left: auto;
  font-family: montreal;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.cart-sec {
  gap: 101px;
  margin-top: 90px;
  display: flex;
}

.cart-sec__title {
  flex-direction: row;
  align-items: center;
  gap: 14px;
  display: flex;
}

.cart-sec__cart-button-image {
  background: #6d8434;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px;
  display: inline-flex;
}

.cart-sec__cart-text {
  color: #010101;
  text-transform: uppercase;
  font-family: montreal;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.cart-sec__delete-all-button {
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 19px;
  margin-left: 404px;
  display: flex;
}

.cart-sec__delete-all-button-text {
  color: #010101;
  font-family: montreal;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.cart-sec__cart-list {
  flex-direction: column;
  gap: 80px;
  max-width: 520px;
  max-height: 520px;
  margin-top: 46px;
  display: flex;
  overflow-y: auto;
}

.cart-sec__cart-list::-webkit-scrollbar {
  width: 9px;
}

.cart-sec__cart-list::-webkit-scrollbar-track {
  background: none;
}

.cart-sec__cart-list::-webkit-scrollbar-thumb {
  background: #01010114;
  border-radius: 20px;
}

.cart-sec__second-title {
  color: #010101;
  text-transform: uppercase;
  margin-top: 129px;
  font-family: montreal;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.cart-sec__total-sum {
  background: #6d84340d;
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  padding: 14px 28px;
  display: flex;
}

.cart-sec__total {
  color: #010101;
  margin-right: 364px;
  font-family: montreal;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.cart-sec__sum {
  color: #01010133;
  font-family: montreal;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.cart-sec__sum-span {
  color: #010101;
  margin-left: 8px;
  font-family: montreal;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.cart-sec__input {
  color: #010101;
  background-color: #0000;
  border: 1px solid #0101014d;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 55px;
  padding: 15px 166px 15px 20px;
  font-family: montreal;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: inline-flex;
}

.cart-sec__checkout {
  color: #e8e8e2;
  background: #6d8434;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-left: 16px;
  padding: 15px 65px;
  font-family: montreal;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: inline-flex;
}

.my-cart {
  flex-direction: column;
  gap: 16px;
  max-height: 600px;
  padding-right: 12px;
  display: flex;
  overflow-y: auto;
}

.my-cart__item {
  flex-direction: row;
  gap: 40px;
  display: flex;
  position: relative;
}

.my-cart__item__image {
  object-fit: cover;
  background: #fafafa;
  border-radius: 10px;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
}

.my-cart__item__info {
  flex-direction: column;
  flex: 1;
  gap: 12px;
  display: flex;
}

.my-cart__item__info-name {
  color: #010101;
  font-family: montreal;
  font-size: 18px;
  font-weight: 500;
}

.my-cart__item__info-div {
  flex-direction: row;
  gap: 16px;
  display: flex;
}

.my-cart__item__info-category, .my-cart__item__info-size {
  color: #01010180;
  font-family: montreal;
  font-size: 12px;
  font-weight: 400;
}

.my-cart__item__info-category-span, .my-cart__item__info-size-span {
  color: #010101;
  font-family: montreal;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.my-cart__item__price {
  color: #010101;
  flex-shrink: 0;
  margin-top: 34px;
  font-family: montreal;
  font-size: 18px;
  font-weight: 500;
}

.my-cart__item__remove-button {
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.my-cart__item__remove-button svg {
  fill: #010101;
  opacity: .3;
  width: 16px;
  height: 16px;
  transition: opacity .2s;
}

.my-cart__item__remove-button:hover svg {
  opacity: 1;
}
/*# sourceMappingURL=food-store-final-project.9818f385.css.map */
