#wrapper {
  max-width: 100%;
}
.top-ten {
  background: linear-gradient(#e9e4e1 0px, #f9f8f6 300px);
}
.breadcrumb {
  display: none;
}
#main:not(.main-homepage) {
  padding-top: 0px;
}
/*-----------------------------------------------------*/
.top-ten-header {
  margin: 0 auto;
  max-width: 970px;
  text-align: center;
  width: calc(100% - 40px);
}

.top-ten-header__title {
  margin: 0;
  font-size: 35px;
  color: #333;
  line-height: 1.4em;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica,
    Arial, sans-serif;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 7px;
}

.top-ten-header__text {
  margin: 0 auto;
  display: block;
  width: 100%;
  box-sizing: border-box;
  max-width: 768px;
  font-size: 16px;
  color: #333;
  line-height: 1.5em;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica,
    Arial, sans-serif;
  padding-bottom: 55px;
}

/*-----------------------------------------------------*/
.top-ten-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 870px;

  margin: 0 auto;
  width: 100%;
  counter-reset: chapter;
}

@media (min-width: 762px) {
  .top-ten-container {
    width: calc(100% - 40px);
    padding-bottom: 100px;
    margin-top: -60px;
  }
}

/*-----------------------------------------------------*/
.top-ten-block {
  flex-basis: 100%;
  max-width: 463px;
  box-sizing: border-box;
  padding: 20px 40px;
  position: relative;
  counter-increment: chapter;
  color: #333;
  overflow: hidden;
}

@media (min-width: 762px) {
  .top-ten-block {
    flex-basis: 50%;
    padding-top: 0px;
    margin-bottom: -50px;
  }

  .top-ten-block:nth-child(2n) {
    margin-top: 70px;
    margin-bottom: -50px;
  }
}

.top-ten-block__testimony {
  font-size: 40px;
  /*width: 285px;*/
  line-height: 24px;
  margin: 60px auto;
  position: relative;
  font-family: ClarinsRegular, Clarins;
  margin-bottom: 10px;
  text-align: center;
}

/*.top-ten-block__testimony::before {
  content: "“";
  position: absolute;
  font-size: 150px;
  line-height: 150px;
  height: 50px;
  pointer-events: none;
  left: 0;
  top: -75px;
  width: 50px;
}*/
.top-ten-block__testimony-author {
  font-size: 12px;
  width: 285px;
  margin: 20px auto;
  margin-top: 0;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
}
.top-ten-block__content {
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  position: relative;
  padding: 60px 20px;
  padding-bottom: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

/*.top-ten-block__content::before {
  content: counter(chapter);
  display: block;
  font-size: 80px;
  position: absolute;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica,
    Arial, sans-serif;
  font-weight: normal;
  line-height: 80px;
  pointer-events: none;
  top: -100px;
  left: 10px;
  text-align: left;
  letter-spacing: -0.1em;
}*/

.top-ten-block__visual {
  display: block;
  width: 100%;
  margin: -40px 0;
  z-index: 2;
  position: relative;
  cursor: pointer;
  transform: scale(0.8);
  transform-origin: bottom center;
}
.top-ten-block:nth-child(10) .top-ten-block__visual {
  /*transform: translateX(18%);*/
}

.top-ten-block__visual img {
  width: 100%;
}

.top-ten-block__product {
  margin: 0;
  font-size: 16px;
  line-height: 1.4em;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  padding-bottom: 10px;
}

.top-ten-block__description {
  margin: 0;
  font-size: 14px;
  line-height: 1.4em;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica,
    Arial, sans-serif;
  flex: 1;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.top-ten-block__size {
  margin: 0;
  font-size: 12px;
  color: #7c7877;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica,
    Arial, sans-serif;
  padding-bottom: 10px;
}
.top-ten-block__price {
  display: flex;
  justify-content: center;
  text-align: center;
}

.top-ten-block__price span {
  margin: 0;
  color: #333;
  font-size: 12px;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica,
    Arial, sans-serif;
  flex-basis: 100px;
}
/*.top-ten-block__price span:first-child {
  border-right: 1px solid #ccc;
}*/
.top-ten-block__price span:last-child {
  opacity: 0.5;
}
.top-ten-block__price span strong {
  font-size: 10px;
  font-weight: normal;
  display: block;
}
.top-ten-block__add-to-bag {
  padding: 9px;
}

.top-ten-block__add-to-bag span {
  display: inline-block;
  margin: 0 auto;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  color: #fff;
  min-width: 180px;
  height: 45px;
  box-sizing: border-box;
  line-height: 45px;
  border: solid 1px #b40024;
  border-radius: 5px;
  background-color: #b40024;
  cursor: pointer;
  text-transform: none;
  padding: 0 20px;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
}

.top-ten-block__link-more {
  margin: 0;
}

.top-ten-block__link-more a {
  text-decoration: underline;
  color: #333333;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
}

.top-ten-block__quickshop {
  display: none;
}

@media (min-width: 1024px) {
  .top-ten-block__content {
    padding: 50px 30px;
    padding-bottom: 40px;
    height: 339px;
  }
}

@media (max-width: 470px) {
  .top-ten-block__content::before {
    font-size: 20vw;
    line-height: 20vw;
    top: -25vw;
  }
  .top-ten-block__testimony-author {
    width: 100%;
  }
  .top-ten-block__testimony {
    width: 100%;
  }

  .top-ten-block__add-to-bag span {
    display: block;
    min-width: unset;
  }
}

/*--------------------------------------------*/
.top-ten-category {
  padding-top: 20px;
}

.top-ten-category__title {
  text-align: center;
  /*text-transform: uppercase;*/
  font-size: 48px;
  font-family: ClarinsRegular, Clarins;
  color: #333;
  margin: 0;
  font-weight: normal;
  padding: 20px;
}

.top-ten-category__container {
  display: flex;
  justify-content: center;
  max-width: 1010px;
  margin: 0 auto;
  width: calc(100% - 40px);
}

.top-ten-category__item {
  max-width: 300px;
  margin: 20px;
  flex-basis: calc(25% - 40px);
  text-align: center;
}

.top-ten-category__item a {
  display: block;
  text-decoration: none;
}

.top-ten-category__visual {
  width: 100%;
}

.top-ten-category__visual img {
  width: 100%;
  display: block;
}

.top-ten-category__name {
  flex: 1;
  font-size: 20px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  color: #333;
  padding: 20px;
}

.top-ten-category__discover {
}

.top-ten-category__discover span {
  display: inline-block;
  margin: 0 auto;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  color: #333;
  min-width: 145px;
  height: 45px;
  line-height: 45px;
  border: solid 1px #dbd7d6;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  text-transform: none;
  padding: 0 20px;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 761px) {
  .top-ten-category__title {
    font-size: 35px;
  }

  .top-ten-category__container {
    width: calc(100% - 20px);
    flex-wrap: wrap;
  }

  .top-ten-category__item {
    margin: 10px;
    flex-basis: calc(50% - 20px);
    overflow: hidden;
  }

  .top-ten-category__discover span {
    min-width: unset;
    display: block;
  }
}

/*-------------------------------------------------------*/
.top-ten-banner {
  position: relative;
  max-width: 970px;
  margin: 20px auto;
  width: calc(100% - 40px);
  height: 252px;
  padding: 0 20px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  padding-right: 540px;
  overflow: hidden;
  display: flex;
}

.top-ten-banner__visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 1600px;
  height: 252px;
  z-index: 1;
}
.top-ten-banner__visual img {
  display: block;
  height: 100%;
}

.top-ten-banner__title {
  font-size: 42px;
  font-family: ClarinsRegular, "Clarins";
  color: #333;
  padding: 0px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
.top-ten-banner__discover {
  position: relative;
  z-index: 2;
  text-align: center;
}

.top-ten-banner__discover span {
  display: inline-block;
  margin: 0 auto;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  color: #333;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .top-ten-banner {
    padding-right: 300px;
  }
}

@media (max-width: 761px) {
  .top-ten-banner {
    margin: 20px 0px;
    width: 100vw;
    padding: 0;
    max-width: 100vw;
    height: auto;
    display: block;
    text-align: center;
  }
  .top-ten-banner__visual {
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    z-index: 1;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  .top-ten-banner__visual img {
    display: block;
    height: auto;
    width: 100%;
  }
  .top-ten-banner__title {
    font-size: 35px;
  }
}


/*=========================*/
.top-ten-block__content{
  height: auto;
}