
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap);


.container {
  padding: 0px 12px;
  width: 100%;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .container {
    max-width: 360px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0px 80px;
    max-width: 1200px;
  }
}

* {
  box-sizing: border-box;
}

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

a:hover, a:focus {
  color: #ff90ca;
}

button,
a {
  display: block;
  color: inherit;
  border: none;
  transition: all 0.3s linear;
  cursor: pointer;
  font-style: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
}

img, picture, figcaption {
  display: block;
  width: 100%;
}

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

html {
  scroll-behavior: smooth;
  margin: 0;
}

body {
  background: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #3b3e41;
  width: 100%;
  overflow-x: hidden;
  margin: 0;
}

section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.logo {
  font-weight: 700;
  font-size: 20px;
  line-height: 0.9;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.logo__svg {
  fill: currentColor;
}

.btn {
  font-family: inherit;
  border-bottom: 0.5px solid #3b3e41;
  padding: 4px;
  background: transparent;
  max-width: max-content;
  color: #3b3e41;
  transition: all 0.3s linear;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.btn:hover, .btnfocus {
  color: #ff90ca;
  border-bottom: 0.5px solid #ff90ca;
}
.btn:active {
  color: #a94287;
}
.btn__svg {
  stroke: currentColor;
}

.title {
  font-family: "Lora", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #282828;
}
@media (min-width: 1200px) {
  .title {
    font-size: 56px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  color: #3b3e41;
  transition: all 0.3s linear;
}
.header.show {
  background: #fff;
  color: #3b3e41;
  box-shadow: 1px 4px 23px 0px rgba(77, 77, 77, 0.82);
  -webkit-box-shadow: 1px 4px 23px 0px rgba(77, 77, 77, 0.82);
  -moz-box-shadow: 1px 4px 23px 0px rgba(77, 77, 77, 0.82);
}
.header__nav {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
}
.header__list {
  display: flex;
  flex-direction: row;
  gap: 16px;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.2;
}

.footer {
  background: #3b3e41;
  color: #fff;
  padding-top: 44px;
  padding-bottom: 44px;
  background-image: url(https://bravolista.com/wp-content/themes/converted-theme/assets/images/footer.webp);
  background-repeat: no-repeat;
  background-position: bottom 0 right 0;
  background-size: 350px;
}
.footer__logo {
  justify-content: flex-start;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer__copy {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 307px;
  width: 100%;
}
.footer__lower {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}

.hero {
  min-height: 100dvh;
  background-image: url(https://bravolista.com/wp-content/themes/converted-theme/assets/images/hero-f-l.png), url(https://bravolista.com/wp-content/themes/converted-theme/assets/images/hero-left.png), url(https://bravolista.com/wp-content/themes/converted-theme/assets/images/hero-right.png), url(https://bravolista.com/wp-content/themes/converted-theme/assets/images/hero-vase.png), url(https://bravolista.com/wp-content/themes/converted-theme/assets/images/hero-f-r.png);
  background-repeat: no-repeat;
  background-position: top 0 left 0, bottom 0 left 0, bottom 0 right 0, bottom 100px right 0, top 300px right 0;
  background-size: 300px, 200px, 300px, 400px, 500px;
}
.hero__title {
  margin-top: 40px;
  max-width: 735px;
  margin-bottom: 70px;
}

.collection__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 32px;
}
.collection__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.collection__item {
  max-width: 324px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.collection__item__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.collection__item__price {
  text-transform: uppercase;
}
.collection__link {
  margin: auto;
}

.discover {
  background-image: url(https://bravolista.com/wp-content/themes/converted-theme/assets/images/discover-f-r.webp);
  background-position: top -80px right 0;
  background-size: 500px;
  background-repeat: no-repeat;
}
.discover__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (min-width: 1200px) {
  .discover__content {
    flex-direction: row;
    align-items: stretch;
  }
}
.discover__img {
  max-width: 504px;
}
.discover__text-block {
  max-width: 325px;
  margin: auto;
  text-align: center;
}
.discover__title {
  margin-bottom: 32px;
}
.discover__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.discover__item {
  max-width: 324px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.discover__item__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.discover__item__price {
  text-transform: uppercase;
}
.discover__link {
  margin: auto;
}

.story__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1200px) {
  .story__content {
    flex-direction: row;
    align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .story__title {
    max-width: 310px;
    word-break: break-all;
  }
}
.story__img {
  max-width: 325px;
}
.story__img {
  width: 100%;

  object-fit: cover;
}
.story__text-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1200px) {
  .story__text-block {
    max-width: 325px;
  }
}

.choise__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1200px) {
  .choise__content {
    flex-direction: row;
    align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .choise__title {
    max-width: 510px;
    word-break: break-all;
  }
}
.choise__text-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1200px) {
  .choise__text-block {
    max-width: 500px;
  }
}

.product {
  padding-top: 150px;
}
.product__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.product__img{
  width: 100%;
  max-width: 504px;
}
.product__img {
  width: 100%;
}
.product__center {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 24px;
}
@media (min-width: 1200px) {
  .product__center {
    flex-direction: row;
    justify-content: center;
  }
}

.catalog__page {
  padding-top: 150px;
}

.privacy {
  padding-top: 150px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
}
.privacy__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.privacy__title {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 24px;
}

.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
}
.cookie__content {
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 12px;
  padding: 20px;
  margin: 10px;
}
.cookie__text-block {
  max-width: 60%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
