p {
  margin-bottom: 0;
}

.bg-green {
  background-color: #f6f2e1;
}

.similar__slide-product {
  padding: 10px;
  border-radius: 24px;
  background-color: #efefe6;
  transition: all 0.3s ease-out;
  width: 70%;
  height: auto;
  color: #2d2725;
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.similar__slide-product:hover {
  text-decoration: none;
}

.similar__img-product {
  width: 294px;
  height: auto;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 24px;
}

.similar__slide-inner-product {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0;
}

.arrows.cans {
  justify-content: flex-end;
  margin-bottom: 30px;
}

.tab__content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tab__content:hover {
  text-decoration: none;
}

.tab__content-img {
  height: auto;
}

.blog {
  flex-wrap: wrap;
  row-gap: 50px;
  column-gap: 10px;
  justify-content: center;
}

@media (min-width: 1200px) {
}

.logo__text {
  font-family: "Comfortaa", sans-serif;
  font-size: 14px;
  text-align: center;
  position: relative;
  z-index: 2;
  top: 10px;
  left: 10px;
  font-weight: 700;
  /* 	background:#fff; */
}

.logo__link .logo__text {
  color: #2d2725;
}

.logo__link:hover {
  text-decoration: none;
  /* 	color: #2d2725; */
}
@media (min-width: 576px) {
  .logo__text {
    font-size: 16px;
    top: 0;
    left: 0;
  }
}

.logo {
  width: auto;
}

.header.scroll .logo {
  top: 9px;
  width: auto;
}

.logo__mask-scroll {
  display: none;
}

@media (min-width: 576px) {
  .logo-wrapper {
    top: 5px;
  }
}

@media (min-width: 768px) {
  .logo-wrapper {
    top: 0px;
  }
}

.logo-wrapper::after {
  background-color: #faf6ea;
}
.logo-wrapper::before {
  background-color: #faf6ea;
}

.logo-wrapper {
  position: relative;
  left: -10px;
  transform: translateX(0);
  top: 0;
  width: 185px;
}
@media (min-width: 576px) {
  .logo-wrapper {
    left: 0px;
    top: 5px;
  }
}
@media (min-width: 768px) {
  .logo-wrapper {
    top: 0px;
  }
}

.header__menu {
  display: none;
}

@media (min-width: 1200px) {
  .header__menu {
    gap: 10px;
    display: flex;
  }
}
@media (min-width: 1440px) {
  .header__menu {
    gap: 30px;
  }
}

.burger {
  display: flex;
}

@media (min-width: 1200px) {
  .burger {
    display: none;
  }
}

.logo__mask-mob {
  display: none;
}

.header.scroll .logo-wrapper {
  left: 0;
}

.header.scroll .logo__text {
  top: 0;
}

.header__container {
  padding-top: 10px;
}

@media (min-width: 576px) {
  .header__container {
    padding-top: 30px;
  }
}

.header.scroll .header__container {
  padding-top: 0;
}

.page-white::before {
  background-color: transparent;
}
.page-white::after {
  background-color: transparent;
}

.page-product::before {
  background-color: #f6f2e1;
}
.page-product::after {
  background-color: #f6f2e1;
}

.breadcrumb-container {
  top: 110px;
}
