@charset "UTF-8";
body {
  font-family: "Poppins", Sans-serif;
  background-color: #f5f5f5;
  line-height: 1.6;
  margin: 0;
  padding: 0 !important;
}

.elementor-widget-n-menu .e-n-menu-item {
  position: relative;
}

li.e-n-menu-item:before {
  content: "";
  background-color: #d71259;
  width: 100px;
  height: 110px;
  display: flex;
  position: absolute;
  top: -126px;
  border-radius: 200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

li.e-n-menu-item:hover:before {
  opacity: 1;
}

.elementor-element.elementor-element-426b08b {
  z-index: 10;
}

.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]):not(.content-above) .e-n-menu-content.e-n-menu-content {
  position: fixed;
  top: 90px;
  left: 0;
  z-index: 3;
}

body {
  padding: 20px;
}

.section-box {
  max-width: 1600px;
  width: 100%;
  border: solid 1px #9FAEB9;
  border-radius: 10px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .section-box {
    min-width: unset;
  }
}
.section-box__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: solid 1px #9FAEB9;
  padding: 15px;
}
@media (min-width: 768px) {
  .section-box__header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.section-box__title {
  font-family: "Poppins", Sans-serif;
  color: #1D2B4F;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section-box__title {
    margin-bottom: 0;
  }
}
.section-box__cta-box {
  color: #151E49;
  font-size: 16px;
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .section-box__cta-box {
    text-align: right;
  }
}
.section-box__cta-box a {
  color: #E92C58;
  font-weight: 700;
  display: inline-block;
}
.section-box__grid {
  display: grid;
  grid-template-columns: 1fr;
  /* Remove border-right for every 4th item in the row */
  /* Remove border-right for the last item if less than 4 items */
}
@media (min-width: 576px) {
  .section-box__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .section-box__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .section-box__grid > *:nth-child(4n) {
    border-right: none;
  }
}
.section-box__grid > *:last-child {
  border-right: none;
}
.section-box__grid-item {
  padding: 25px;
  border-right: solid 1px #9FAEB9;
  border-bottom: solid 1px #9FAEB9;
}
.section-box__grid-item:last-child {
  border-bottom: none;
}
@media (min-width: 576px) {
  .section-box__grid-item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .section-box__grid-item:nth-last-child(-n+4) {
    border-bottom: none;
  }
}

.product__title {
  font-family: "Poppins", Sans-serif;
  color: #1d2b4f;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
}
.product__title a {
  color: #1d2b4f;
}
.product__title a:hover {
  text-decoration: underline;
}
.product__text {
  color: #808790;
  font-size: 14px;
  margin: 15px 0;
}
.product__content-container {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  align-items: flex-start;
}
.product__content-container > *:last-child {
  margin-top: auto;
}
.product__image {
  width: 100%;
  max-width: 100%;
  height: 200px;
}
.product__image.product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product__starting-from {
  display: flex;
  width: 100%;
  font-size: 11px;
  font-weight: 700;
  align-items: center;
  flex-wrap: wrap;
}
.product__starting-from-prefix {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}
.product__starting-from-price {
  font-size: 18px;
  color: #e92c58;
  position: relative;
}
.product__starting-from-price:before {
  content: "€";
  position: absolute;
  font-size: 11px;
  left: -8px;
}
@media (max-width: 767px) {
  .product__title {
    font-size: 16px;
    margin: 15px 0;
  }
  .product__text {
    font-size: 13px;
    margin: 10px 0;
  }
  .product__content-container {
    min-height: 250px;
  }
  .product__image {
    height: 180px;
  }
  .product__starting-from {
    font-size: 10px;
  }
  .product__starting-from-price {
    font-size: 16px;
  }
  .product__starting-from-price:before {
    font-size: 10px;
    left: -7px;
  }
}

.rounded-button {
  border: solid 1px #161924;
  border-radius: 50px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  color: #161924;
  text-decoration: none;
  padding: 0 15px;
  flex: 0 0 auto;
  width: auto;
}
.rounded-button--white {
  background-color: #fff;
  border: none;
}

.category-buttons {
  display: flex;
  margin: auto;
  text-align: center;
  justify-content: center;
}
.category-buttons a {
  padding: 20px;
}

.colored-tiles {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background-color: #922D56;
}
@media (max-width: 1200px) {
  .colored-tiles {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .colored-tiles {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .colored-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .colored-tiles {
    grid-template-columns: 1fr;
  }
}
.colored-tiles__item {
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.colored-tiles__item:hover, .colored-tiles__item.active {
  background-color: #E92C58;
}
@media (max-width: 768px) {
  .colored-tiles__item {
    padding: 10px;
  }
}
.colored-tiles__image {
  width: 80%;
  height: 200px;
}
@media (max-width: 768px) {
  .colored-tiles__image {
    height: 150px;
  }
}
.colored-tiles__image.colored-tiles__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.colored-tiles__title {
  font-weight: 600;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 768px) {
  .colored-tiles__title {
    font-size: 14px;
  }
}

.illustrated-box, body .elementor .illustrated-box {
  width: 100%;
  max-width: 1600px;
  height: auto;
  padding: 30px 15px;
  box-sizing: border-box;
  background-color: #FC9956; /* Fallback background color */
  background-image: none; /* Remove background images for mobile */
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .illustrated-box, body .elementor .illustrated-box {
    padding: 60px 20px;
    background-image: url("https://wristbandfactory.eu/wp-content/uploads/2024/10/illustration-instrument.png");
    background-position: -5% center, 140% center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    flex-direction: row;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .illustrated-box, body .elementor .illustrated-box {
    background-image: url("https://wristbandfactory.eu/wp-content/uploads/2024/10/illustration-instrument.png"), url("https://wristbandfactory.eu/wp-content/uploads/2024/10/photo-holding-hands-corner.png");
  }
}
.illustrated-box__content, body .elementor .illustrated-box__content {
  color: #151E49;
  margin-left: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .illustrated-box__content, body .elementor .illustrated-box__content {
    margin-left: 200px;
    text-align: left;
  }
}
.illustrated-box__content h2, body .elementor .illustrated-box__content h2 {
  font-size: 20px;
  line-height: 1.2em;
  margin: 15px 0 20px 0;
}
@media (min-width: 768px) {
  .illustrated-box__content h2, body .elementor .illustrated-box__content h2 {
    font-size: 24px;
    margin: 20px 0 30px 0;
  }
}
.illustrated-box__subtext-title, body .elementor .illustrated-box__subtext-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (min-width: 768px) {
  .illustrated-box__subtext-title, body .elementor .illustrated-box__subtext-title {
    font-size: 14px;
    letter-spacing: 5px;
  }
}
.illustrated-box__person-info, body .elementor .illustrated-box__person-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .illustrated-box__person-info, body .elementor .illustrated-box__person-info {
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-column-gap: 15px;
    margin-bottom: 30px;
    align-items: start;
  }
}
.illustrated-box__person-info-img, body .elementor .illustrated-box__person-info-img {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  object-fit: cover;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .illustrated-box__person-info-img, body .elementor .illustrated-box__person-info-img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-bottom: 0;
  }
}
.illustrated-box__person-info-right, body .elementor .illustrated-box__person-info-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}
@media (min-width: 768px) {
  .illustrated-box__person-info-right, body .elementor .illustrated-box__person-info-right {
    align-items: flex-start;
    margin-left: 20px;
  }
}

.footer-wide-container {
  background-color: #151E49;
  background-image: url("https://wristbandfactory.eu/wp-content/themes/hello-theme-child-master/ribbon-negative.svg");
  background-repeat: repeat-x;
  background-position: top;
  background-size: auto 44px;
  padding-top: 92px;
}

.footer {
  width: 100%;
  color: white;
}
.footer a {
  color: white;
}
.footer a:hover {
  opacity: 0.8;
  text-decoration: underline;
  color: white;
}
.footer__content {
  max-width: 1600px;
  margin: 0 auto;
  padding: 40px 20px;
  padding-top: 80px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 769px) {
  .footer__content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.footer__column-subtitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer__column-subtext {
  font-size: 14px;
  margin-bottom: 15px;
  color: #E92C58;
  font-weight: bold;
}
.footer__column-text {
  font-size: 14px;
  margin-bottom: 15px;
  color: #fff;
  line-height: 1.5;
}
.footer__column-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer__column-links li {
  margin-bottom: 10px;
}
.footer__column-links a {
  font-size: 16px;
  color: white;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer__column-links a:hover {
  opacity: 0.8;
}
.footer__small-link {
  font-size: 14px;
  color: #CCCCCC;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer__small-link:hover {
  opacity: 0.8;
}
.footer__gray-text {
  font-size: 14px;
  color: #CCCCCC;
  margin-top: 15px;
}
.footer__newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__newsletter-form input[type=text],
.footer__newsletter-form input[type=email] {
  padding: 10px;
  border: 1px solid #CCCCCC;
  background-color: #fff;
  color: white;
  border-radius: 7px;
}
.footer__newsletter-form .footer__privacy-label {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.footer__newsletter-form .footer__privacy-label input[type=checkbox] {
  margin-right: 10px;
}
.footer__newsletter-form .footer__privacy-link {
  font-size: 14px;
  color: #CCCCCC;
  text-decoration: underline;
}
.footer__newsletter-form input[type=email] {
  position: relative;
  padding-right: 40px;
}
.footer__newsletter-form .footer__submit-button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: calc(100% - 10px);
  background-color: #E92C58;
  color: white;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}
.footer__newsletter-form .footer__privacy-text {
  font-size: 14px;
  color: #CCCCCC;
  margin-top: 15px;
}

@media (min-width: 1201px) {
  .footer__content {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .footer__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .footer__content {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*# sourceMappingURL=style.css.map */
