.collections-page #content {
  padding-top: 105px;
  padding-bottom: 80px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .collections-page #content {
    padding-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .collections-page #content {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}

.collections-page .main {
  color: #282828;
}

.collections-page .main .info {
  text-align: center;
}

.collections-page .main .info .top {
  font-style: italic;
  font-size: 22px;
  line-height: normal;
}

.collections-page .main .info .sub-title {
  font-size: 52px;
  line-height: 110%;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 3px;
}

.collections-page .main .info .title {
  font-size: 98px;
  font-weight: 700;
  line-height: 110%;
  margin-top: 3px;
}

.collections-page .main .info .description {
  font-size: 22px;
  line-height: 140%;
  margin: 15px auto 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .collections-page .main .info .top {
    font-size: 18px;
  }
  .collections-page .main .info .sub-title {
    font-size: 42px;
  }
  .collections-page .main .info .title {
    font-size: 78px;
  }
  .collections-page .main .info .description {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .collections-page .main .info .top {
    font-size: 15px;
  }
  .collections-page .main .info .sub-title {
    font-size: 33px;
    margin-top: 20px;
  }
  .collections-page .main .info .title {
    font-size: 60px;
  }
  .collections-page .main .info .description {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .collections-page .main .info {
    text-align: center;
    margin-right: 0;
  }
  .collections-page .main .info .top {
    font-size: 12px;
  }
  .collections-page .main .info .sub-title {
    margin-top: 10px;
    font-size: 29px;
  }
  .collections-page .main .info .title {
    font-size: 52px;
  }
  .collections-page .main .info .description {
    width: 220px;
    margin-top: 5px;
    font-size: 12px;
  }
}

.collections-page .main .jewel-themes {
  width: 700px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .collections-page .main .jewel-themes {
    width: 600px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .collections-page .main .jewel-themes {
    width: 600px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .collections-page .main .jewel-themes {
    width: 460px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

@media (max-width: 767.98px) {
  .collections-page .main .jewel-themes {
    width: 100%;
    margin-top: 25px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.collections-page .main .theme a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.collections-page .main .theme a:hover .theme-image img {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.collections-page .main .theme a:hover .theme-name svg {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

.collections-page .main .theme .theme-image img {
  width: 100%;
  height: auto;
  -webkit-transition: all ease-in-out 225ms;
  transition: all ease-in-out 225ms;
  border-radius: 40px 0 40px 0;
}

.collections-page .main .theme .theme-name {
  font-size: 22px;
  line-height: 140%;
  color: #282828;
  margin-top: 8px;
}

.collections-page .main .theme .theme-name svg {
  -webkit-transition: all ease 225ms;
  transition: all ease 225ms;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .collections-page .main .theme .theme-name {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .collections-page .main .theme .theme-name {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .collections-page .main .theme .theme-name {
    font-size: 14px;
  }
  .collections-page .main .theme .theme-name span {
    display: block;
  }
  .collections-page .main .theme .theme-image img {
    border-radius: 20px 0 20px 0;
  }
}

.collections-page .main .bottom {
  margin-top: 50px;
}

@media (max-width: 767.98px) {
  .collections-page .main .bottom {
    margin-top: 20px;
  }
}

.collections-page .banners {
  margin-top: 95px;
}

.collections-page .banners .banner {
  margin-bottom: 20px;
}

.collections-page .banners .banner:last-child {
  margin-bottom: 0;
}

.collections-page .banners .banner a {
  display: block;
  text-decoration: none;
}

.collections-page .banners .banner a:hover {
  opacity: .9;
  -webkit-transform: translateY(-2px) scale(1.01);
          transform: translateY(-2px) scale(1.01);
}

.collections-page .banners .banner img {
  border-radius: 9px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .collections-page .banners {
    margin-top: 45px;
  }
}

@media (max-width: 767.98px) {
  .collections-page .banners {
    margin-top: 40px;
  }
}

.collections-page .benefits {
  margin: 100px 0;
  color: #fff;
  font-size: 24px;
  line-height: 120%;
  font-style: italic;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .collections-page .benefits {
    font-size: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .collections-page .benefits {
    font-size: 18px;
    margin: 50px 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .collections-page .benefits {
    font-size: 15px;
    margin: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .collections-page .benefits {
    margin: 45px 0;
    font-size: 15px;
    text-align: center;
  }
}

.collections-page .benefits .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #5F2C8A;
  border-radius: 9px;
  padding: 40px 80px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .collections-page .benefits .wrapper {
    padding: 35px 40px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .collections-page .benefits .wrapper {
    padding: 20px 30px;
  }
}

@media (max-width: 767.98px) {
  .collections-page .benefits .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 35px 55px;
  }
}

.collections-page .benefits .benefit {
  padding-left: 10px;
  border-left: 3px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .collections-page .benefits .benefit {
    padding-left: 7px;
    border-left-width: 2px;
  }
}

@media (max-width: 767.98px) {
  .collections-page .benefits .benefit {
    padding-left: 0;
    border-left: 0;
    position: relative;
  }
  .collections-page .benefits .benefit:not(:first-child) {
    padding-top: 18px;
    margin-top: 16px;
  }
  .collections-page .benefits .benefit:not(:first-child)::before {
    content: ' ';
    position: absolute;
    width: 54px;
    height: 2px;
    background: #834CB1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.collections-page .new-jewels {
  margin-top: 100px;
  padding-bottom: 5px;
}

.collections-page .new-jewels .title {
  font-size: 65px;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 14.4px;
  text-align: center;
}

.collections-page .new-jewels .swiper {
  margin-top: 55px;
}

.collections-page .new-jewels .jewel {
  max-width: 340px;
  padding: 20px 17px 70px;
  margin: 0 auto;
  border-radius: 40px 0 40px 0;
  border: 1px solid #fff;
  -webkit-transition: all ease 375ms;
  transition: all ease 375ms;
}

.collections-page .new-jewels .jewel a {
  display: block;
  text-decoration: none;
}

.collections-page .new-jewels .jewel .jewel-photo {
  height: 300px;
  position: relative;
}

.collections-page .new-jewels .jewel .jewel-photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}

.collections-page .new-jewels .jewel .jewel-name {
  margin-top: 15px;
  font-size: 20px;
  color: #5F2C8A;
  line-height: normal;
  text-align: center;
}

.collections-page .new-jewels .jewel .jewel-price {
  font-size: 26px;
  color: #E75A5A;
  text-align: center;
  margin-top: 12px;
}

.collections-page .new-jewels .jewel .jewel-price .price-item-container {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.collections-page .new-jewels .jewel .jewel-price .price-currency {
  position: absolute;
  left: 100%;
  margin-left: 5px;
  top: 50%;
  -webkit-transform: translateY(-90%);
          transform: translateY(-90%);
  font-size: 12px;
  line-height: normal;
}

.collections-page .new-jewels .jewel .jewel-details {
  margin-top: 10px;
  text-align: center;
}

.collections-page .new-jewels .jewel .jewel-details a {
  display: inline-block;
  text-decoration: none;
  background: #5F2C8A;
  border-radius: 200px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  padding: 16px 40px 20px;
}

.collections-page .new-jewels .jewel .jewel-collection {
  margin-top: 15px;
  text-align: center;
}

.collections-page .new-jewels .jewel .jewel-collection a {
  font-size: 16px;
  line-height: normal;
  color: #2D2D2D;
}

.collections-page .new-jewels .jewel .jewel-collection a:hover {
  color: #5F2C8A;
}

.collections-page .new-jewels .jewel .jewel-collection a span {
  border-bottom: 1px solid #C5C5C5;
}

.collections-page .new-jewels .swiper-scrollbar {
  height: 4px;
  background: #D9D9D9;
  border-radius: 200px;
  margin-top: 50px;
  cursor: pointer;
}

.collections-page .new-jewels .swiper-scrollbar .swiper-scrollbar-drag {
  height: 8px;
  top: -2px;
  background: #5F2C8A;
  border-radius: 200px;
}

@media (min-width: 992px) {
  .collections-page .new-jewels .swiper-slide-next .jewel {
    border-color: #D3CFD5;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .collections-page .new-jewels .title {
    font-size: 60px;
    letter-spacing: 12px;
  }
}

@media (max-width: 991.98px) {
  .collections-page .new-jewels {
    overflow: hidden;
  }
  .collections-page .new-jewels .swiper .swiper-container {
    overflow: visible;
  }
  .collections-page .new-jewels .swiper-slide-active .jewel {
    border-color: #D3CFD5;
  }
  .collections-page .new-jewels .jewel .jewel-photo {
    height: 200px;
    -webkit-transition: all ease 500ms;
    transition: all ease 500ms;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .collections-page .new-jewels {
    margin-top: 50px;
  }
  .collections-page .new-jewels .title {
    font-size: 50px;
    letter-spacing: 9.6px;
  }
  .collections-page .new-jewels .jewel {
    padding: 20px 17px 35px;
    border-radius: 20px 0 20px 0;
  }
  .collections-page .new-jewels .jewel .jewel-name {
    font-size: 14px;
    line-height: 120%;
  }
  .collections-page .new-jewels .jewel .jewel-price {
    font-size: 22px;
  }
  .collections-page .new-jewels .jewel .jewel-details a {
    padding: 10px 22px 12px;
    font-size: 14px;
  }
  .collections-page .new-jewels .jewel .jewel-collection a {
    font-size: 14px;
  }
  .collections-page .new-jewels .swiper-scrollbar {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .collections-page .new-jewels {
    margin-top: 45px;
  }
  .collections-page .new-jewels .title {
    font-size: 34px;
    letter-spacing: 5.04px;
  }
  .collections-page .new-jewels .swiper {
    margin-top: 13px;
  }
  .collections-page .new-jewels .swiper-slide {
    width: 240px;
  }
  .collections-page .new-jewels .jewel {
    width: 100%;
    padding: 10px 10px 40px;
    border-radius: 20px 0 20px 0;
  }
  .collections-page .new-jewels .jewel .jewel-name {
    font-size: 12px;
  }
  .collections-page .new-jewels .jewel .jewel-price {
    font-size: 22px;
  }
  .collections-page .new-jewels .jewel .jewel-details a {
    padding: 10px 22px 12px;
    font-size: 14px;
  }
  .collections-page .new-jewels .jewel .jewel-collection a {
    font-size: 12px;
  }
  .collections-page .new-jewels .swiper-scrollbar {
    margin-top: 25px;
  }
}

.collections-page .collections-block {
  position: relative;
  z-index: 256;
}

.collections-page .collections-block .collection {
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .collections-page .collections-block .collection {
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .collections-page .collections-block .collection.byzantium {
    background: none !important;
  }
  .collections-page .collections-block .collection.byzantium .spacer img {
    opacity: 1;
  }
}

.collections-page .discounts-cashback {
  margin-top: 175px;
  padding-bottom: 150px;
}

.collections-page .discounts-cashback .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.collections-page .discounts-cashback .info .title {
  font-size: 54px;
  line-height: 1.1em;
  position: relative;
  padding-bottom: 32px;
}

.collections-page .discounts-cashback .info .title::before {
  content: ' ';
  position: absolute;
  width: 100px;
  height: 2px;
  background: #5F2C8A;
  left: 0;
  bottom: 0;
}

.collections-page .discounts-cashback .info .description {
  margin-top: 30px;
  color: #716A77;
  font-size: 22px;
  line-height: 1.45em;
}

.collections-page .discounts-cashback .info .description a {
  color: #350B58;
  border-bottom: 1px solid;
  text-decoration: none;
}

.collections-page .discounts-cashback .info .description a:hover {
  color: rgba(53, 11, 88, 0.7);
}

.collections-page .discounts-cashback .info .note {
  margin-top: 10px;
  color: #716A77;
  font-size: 14px;
}

.collections-page .discounts-cashback .discounts {
  padding-right: 110px;
  position: relative;
}

.collections-page .discounts-cashback .discounts::before {
  position: absolute;
  z-index: 6;
  width: 530px;
  height: 530px;
  border-radius: 50%;
  background: #F8F6FF;
  content: ' ';
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}

.collections-page .discounts-cashback .discounts .discounts-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 12;
}

.collections-page .discounts-cashback .discounts .discounts-image {
  width: 345px;
}

.collections-page .discounts-cashback .discounts .discounts-image img {
  width: 100%;
}

.collections-page .discounts-cashback .discounts .discounts-list {
  margin-left: 60px;
  margin-top: 140px;
}

.collections-page .discounts-cashback .discounts .discounts-list .discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.collections-page .discounts-cashback .discounts .discounts-list .discount + .discount {
  margin-top: 30px;
}

.collections-page .discounts-cashback .discounts .discounts-list .discount .discount-image {
  width: 40px;
}

.collections-page .discounts-cashback .discounts .discounts-list .discount .discount-image img {
  width: 100%;
}

.collections-page .discounts-cashback .discounts .discounts-list .discount .discount-title {
  font-size: 18px;
  line-height: normal;
  margin-left: 13px;
  color: #48444B;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .collections-page .discounts-cashback .discounts {
    padding-right: 60px;
  }
  .collections-page .discounts-cashback .discounts::before {
    width: 430px;
    height: 430px;
  }
  .collections-page .discounts-cashback .discounts .discounts-image {
    width: 255px;
  }
  .collections-page .discounts-cashback .discounts .discounts-list {
    margin-left: 40px;
    margin-top: 65px;
  }
  .collections-page .discounts-cashback .discounts .discounts-list .discount .discount-image {
    width: 36px;
  }
  .collections-page .discounts-cashback .discounts .discounts-list .discount .discount-title {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .collections-page .discounts-cashback .in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .collections-page .discounts-cashback .info {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    text-align: center;
  }
  .collections-page .discounts-cashback .info .title {
    padding-bottom: 0;
  }
  .collections-page .discounts-cashback .info .title::before {
    display: none;
  }
  .collections-page .discounts-cashback .info .title br {
    display: none;
  }
  .collections-page .discounts-cashback .discounts {
    margin-top: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .collections-page .discounts-cashback {
    margin-top: 75px;
    padding-bottom: 100px;
  }
  .collections-page .discounts-cashback .discounts {
    margin-top: 100px;
    padding-right: 60px;
  }
  .collections-page .discounts-cashback .discounts::before {
    width: 430px;
    height: 430px;
  }
  .collections-page .discounts-cashback .discounts .discounts-image {
    width: 255px;
  }
  .collections-page .discounts-cashback .discounts .discounts-list {
    margin-left: 40px;
    margin-top: 65px;
  }
  .collections-page .discounts-cashback .discounts .discounts-list .discount .discount-image {
    width: 36px;
  }
  .collections-page .discounts-cashback .discounts .discounts-list .discount .discount-title {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .collections-page .discounts-cashback {
    overflow: hidden;
    margin-top: 0;
    padding-top: 60px;
  }
  .collections-page .discounts-cashback .info {
    position: relative;
    z-index: 24;
  }
  .collections-page .discounts-cashback .info .title {
    font-size: 24px;
  }
  .collections-page .discounts-cashback .info .description {
    font-size: 12px;
    line-height: 1.65em;
    margin-top: 10px;
  }
  .collections-page .discounts-cashback .info .note {
    font-size: 10px;
  }
  .collections-page .discounts-cashback .discounts {
    padding-right: 0;
  }
  .collections-page .discounts-cashback .discounts::before {
    width: 390px;
    height: 390px;
    left: 28%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .collections-page .discounts-cashback .discounts .discounts-image {
    width: 134px;
  }
  .collections-page .discounts-cashback .discounts .discounts-list {
    margin-top: 25px;
    margin-left: 28px;
  }
  .collections-page .discounts-cashback .discounts .discounts-list .discount + .discount {
    margin-top: 15px;
  }
  .collections-page .discounts-cashback .discounts .discounts-list .discount .discount-image {
    width: 23px;
  }
  .collections-page .discounts-cashback .discounts .discounts-list .discount .discount-title {
    font-size: 14px;
  }
}
