:root {
  --coralinio_primary: #c96ca3;
  --coralinio_primary_light: #f9dfee;
  --coralinio_sec: #7c72a9;

  --header-width: 935px;
  --header-height: 54px;
  --page-width: 935px;

  --font-open-sans: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;

  --text: #000;
  --bg: #f7dcec;
  --btns_bg: #c96ca3;
  --btns_text: #fff;
  --title: #7c72a9;
  --color_secoundary: #7c72a9;
}

body {
  font-family: var(--font-open-sans);
  padding: 0;
  margin: 0;
}

html body {
  background: #fff;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

.page-content {
  margin: 0 auto;
  min-height: 300px;
  padding-top: 30px;
  padding-bottom: 50px;
}

.page-content .page-content-inner {
  max-width: 960px;
  margin: 0 auto;
}

.full-with-bg h1 {
  color: #000;
  font-size: 40px;
}

.full-with-bg h2 {
  color: #000;
  font-size: 32px;
}

.full-with-bg h3 {
  color: #000;
  font-size: 28px;
}

.full-with-bg h4 {
  color: #000;
  font-size: 24px;
}

.full-with-bg h5 {
  color: #000;
  font-size: 20px;
}

.full-with-bg h6 {
  color: #000;
  font-size: 18px;
}

.full-with-bg p {
  color: #000;
  font-size: 16px;
  line-height: 18px;
}

.full-with-bg a {
  color: var(--coralinio_primary);
}

body.full-with-bg {
  background: var(--coralinio_primary_light);
}

body.full-with-bg .page-content {
  background: #fff;
}

.floating-video {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  border-radius: 10px;
  overflow: hidden;
}

.floating-video .close-btn {
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  cursor: pointer;
  z-index: 5;
  font-family: "Montserrat", sans-serif;
  display: none;
}

.floating-video .info-sound-btn {
  position: absolute;
  top: 10px;
  right: 0px;
  height: 100%;
  width: 100%;
  z-index: 2;
  cursor: pointer;
}

.floating-video .info-sound-btn span {
  position: absolute;
  top: 10px;
  right: 0px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.floating-video .jw-controls-backdrop {
  opacity: 0;
}

.floating-video .jw-wrapper {
  background-color: transparent;
}

.floating-video .jw-flag-small-player .jw-icon.jw-icon-fullscreen {
  position: absolute;
  left: 0;
  bottom: 0;
}

.floating-video .jw-slider-time {
  display: none;
}

.floating-video .jw-text-countdown {
  display: none !important;
}

.floating-video .jw-icon-volume {
  display: none;
}

body.full-with-bg .button-primary {
  color: #fff;
  border-radius: 12px;
  background: var(--coralinio_primary);
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  padding: 3px 20px;
  cursor: pointer;
  white-space: nowrap;
  font-weight: normal;
  text-decoration: unset;
  margin-bottom: 10px;
  min-height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  border: 1px solid var(--coralinio_primary);
  display: inline-block;
}

body.full-with-bg .button-secoundary {
  color: var(--coralinio_primary);
  border-radius: 12px;
  background: var(--coralinio_primary_light);
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  padding: 3px 20px;
  cursor: pointer;
  white-space: nowrap;
  font-weight: normal;
  text-decoration: unset;
  margin-bottom: 10px;
  min-height: 45px;
  line-height: 45px;
  border: 1px solid var(--coralinio_primary);
  box-sizing: border-box;
  display: inline-block;
}

body.full-with-bg .button-link {
  text-decoration: none;
  color: var(--coralinio_primary);
  font-size: 20px;
  font-weight: normal;
  display: block;
  text-align: center;
  margin-bottom: 0px;
  border: 1px solid var(--coralinio_primary);
  border-radius: 8px;
  line-height: 40px;
  margin-bottom: 10px;
  padding: 3px 20px;
}

body.full-with-bg .button-text-primary {
  text-decoration: underline;
  color: var(--coralinio_primary);
  font-size: 14px;
  font-weight: normal;
  display: block;
  text-align: center;
  margin-bottom: 0px;
  border: 0px solid var(--coralinio_primary);
  border-radius: 8px;
  line-height: 25px;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
}

body.full-with-bg .button-text {
  text-decoration: underline;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  display: block;
  text-align: center;
  margin-bottom: 0px;
  border: 0px solid var(--coralinio_primary);
  border-radius: 8px;
  line-height: 25px;
  margin-bottom: 10px;
  padding: 0;
}

body.full-with-bg .embeded_video_player {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 800px) {
  .page-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-content img {
    max-width: 100%;
    height: auto;
  }

  .page-content table {
    display: block;
    width: 100%;
  }

  .page-content table,
  .page-content thead,
  .page-content tbody,
  .page-content th,
  td,
  tr {
    display: block;
  }

  .full-with-bg h1,
  .full-with-bg h2,
  .full-with-bg h3,
  .full-with-bg h4,
  .full-with-bg h5,
  .full-with-bg h6 {
    white-space: break-spaces;
    word-break: break-word;
  }
}

.info-wrapper {
  border: 1px solid var(--coralinio_primary);
  border-radius: 6px;
  color: #000;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
  background: var(--coralinio_primary_light);
}

.info-wrapper h3 {
  margin-bottom: 0;
  margin-top: 10px;
}

.text-wrapper {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 0;
  margin-bottom: 20px;
  margin-top: 0px;
  font-family: var(--font-open-sans);
}

.text-wrapper p {
  margin-top: 0;
}

.visualy-hidden {
  display: none;
}

.visualy-hidden-mobile {
  display: none;
}

.visualy-hidden-desktop {
  display: none;
}

@media screen and (max-width: 800px) {
  .visualy-hidden-mobile {
    display: block;
  }

  .visualy-hidden-desktop {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .visualy-hidden-desktop {
    display: block;
  }

  .visualy-hidden-mobile {
    display: none;
  }
}


.jewelrypatterns__2025_image_to_pattern_introduction .content-part--wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.jewelrypatterns__2025_image_to_pattern_introduction {
  font-family: var(--font-open-sans);
  background-image: url('https://assets.coralinio.usermd.net/public/2025-01-13--bannerjewelrypatterns--9f50.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.jewelrypatterns__2025_image_to_pattern_introduction .content-part--wrapper>div {
  position: relative;
  z-index: 5;
}

.jewelrypatterns__2025_image_to_pattern_introduction .top-wrapper {
  max-width: 650px;
  margin-right: 30px;
  margin-bottom: 0;
}

.jewelrypatterns__2025_image_to_pattern_introduction .top-wrapper p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 26px;
}

.jewelrypatterns__2025_image_to_pattern_introduction .top-wrapper p strong {
  font-size: 25px;
  line-height: 26px;
}

.jewelrypatterns__2025_image_to_pattern_introduction .go-to-offer-wrapper {
  display: flex;
  flex-direction: column;
}

.jewelrypatterns__2025_image_to_pattern_introduction .go-to-offer-wrapper a.button-primary {
  background: #7c72a9;
  border: 1px solid #7c72a9;
}

.jewelrypatterns__2025_image_to_pattern_introduction .go-to-offer-wrapper strong {
  font-size: 16px;
  color: #000;
  text-align: center;
  font-weight: 600;
  font-family: var(--font-open-sans);
}

.jewelrypatterns__2025_image_to_pattern_introduction .go-to-offer-wrapper span {
  font-size: 14px;
  color: #000;
  text-align: center;
  font-family: var(--font-open-sans);
}


.jewelrypatterns__2025_image_to_pattern_introduction ul {
  list-style-type: none;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

.jewelrypatterns__2025_image_to_pattern_introduction li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}

.jewelrypatterns__2025_image_to_pattern_introduction li::before {
  content: "✔";
  color: green;
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* MOBILE */
@media screen and (max-width: 800px) {

  .jewelrypatterns__2025_image_to_pattern_introduction {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    z-index: 5;
    background-color: #887fc0;
  }

  .jewelrypatterns__2025_image_to_pattern_introduction .content-part--wrapper ul {
    display: none;
  }

  .jewelrypatterns__2025_image_to_pattern_introduction .content-part--wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .jewelrypatterns__2025_image_to_pattern_introduction .go-to-offer-wrapper a.button-primary {
    font-size: 18px;
    height: 35px;
    min-height: 35px;
    line-height: 30px;
    margin-bottom: 0;
  }

  .jewelrypatterns__2025_image_to_pattern_introduction .content-part--wrapper>div {
    display: flex;
    width: calc(100% - 100px);
    justify-content: center;
  }

  .jewelrypatterns__2025_image_to_pattern_introduction .content-part--wrapper>div.top-wrapper {
    width: calc(100% - 100px);
    justify-content: center;
  }

  .jewelrypatterns__2025_image_to_pattern_introduction .top-wrapper {
    margin-right: 0;
  }

  .jewelrypatterns__2025_image_to_pattern_introduction .top-wrapper p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 26px;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 280px;
  }

  .jewelrypatterns__2025_image_to_pattern_introduction .top-wrapper p strong {
    font-size: 20px;
    line-height: 26px;
  }

  .jewelrypatterns__2025_image_to_pattern_introduction .go-to-offer-wrapper {
    margin-bottom: 10px;
  }

  /* .jewelrypatterns__2025_image_to_pattern_introduction .go-to-offer-wrapper span {
    display: none;
  }
  
  .jewelrypatterns__2025_image_to_pattern_introduction .go-to-offer-wrapper strong {
    display: none;
  } */
}

@media screen and (min-width: 800px) {


  .jewelrypatterns__2025_image_to_pattern_introduction {
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    z-index: 5;
    background-color: #887fc0;
  }

  .jewelrypatterns__2025_image_to_pattern_introduction .content-part--wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('https://assets.coralinio.usermd.net/public/2025-01-13--banerimagetopatterntlo--4c41.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: 310px auto;
    background-position: 55% 50%;
    overflow: visible;
    z-index: 1;
  }
}



/* MOBILE */
@media screen and (max-width: 800px) {

  .jewelry-patterns-list img {
    width: calc(50vw - 30px) !important;
    height: auto;
  }

  .jewelry-patterns-list .jewelry-pattern {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .jewelry-patterns-list .jewelry-pattern a {
    text-decoration: none;
  }

  .jewelry-patterns-list .jewelry-pattern-info {
    overflow: hidden;
  }
  
  .header .main-menu ul li.mobile-hidden {
    display: none;
  }
}

/* DESKTOP */
@media screen and (min-width: 800px) {


  .jewelry-patterns-list .jewelry-pattern {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .jewelry-patterns-list .jewelry-pattern a {
    text-decoration: none;
  }
}