/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */

/* MY CSS */
:root {
  --main-color: #ff0000;
  --main-bg: #333333;
  --font-family-sans-serif: "Poppins";
}

/* HEADLINE + SUBLINE */
.title {
  text-transform: uppercase;
}

.subtitle {
  text-transform: uppercase;
}


/* ================= HEADER SECTION START ================= */
/* 1. USP BAR */
.header-fire .usp-bar {
  font-size: 0.7rem;
}

/* 2. TOP BAR */
.header-fire #header-top-bar {
  color: #636363;
  font-size: 0.75rem;
  font-weight: 500;
  max-height: 35px;
  background: #f8f8f8;
  border-color: #eaeaea;
}

/* ================= HEADER SECTION END ================= */

/*************************************************************/

/* ================= CONTENT SECTION START ================= */

/* 1. INSTAGRAM FEED PICTURE EQUAL HEIGHT + WIDTH */



/* 1b. INSTAGRAMM FEED PICTURE EQUAL HEIGHT + HEIGHT */
.sp-instafeed img {
  height: 100%;
  min-height: 420px;
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  border-radius: 10px;
  object-fit: cover;
  -webkit-transition: all .3s linear;

  /* Inactive und vererbt */
  -webkit-transform: scale(1.3);
  -webkit-transform: scale(1);
  -moz-transform: scale(1.3);
  -moz-transform: scale(1);
  -ms-transform: scale(1.3);
  -ms-transform: scale(1);
  -ms-transition: all .3s linear;
  -o-transform: scale(1.3);
  -o-transform: scale(1);
  -o-transition: all .3s linear;
  transform: scale(1);
  transition: all .3s linear;
  border-radius: 15px;
  display: block;
}


.sp-instafeed a {
  border-radius: 15px;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 5px;
}

#tns9>.tns-item {
  padding-right: 0px;
  margin-right: 5px;
}

/* ================= CONTENT SECTION END ================= */

/*************************************************************/

/* ================= FOOTER SECTION START ================= */
/* 1. ANIMATED HOVER LINKS */
.footer.clearix .box .nav-link:hover {
  padding-left: 10px;
  color: var(--main-color);
  transition: all .2s linear;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transition: all .2s linear ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.footer.clearix .box .nav-link {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

/* 2. ANIMATED ICONS 4 ADVANTAFES */
.hover-brands {
  transform: scale(1);
  transition: all .3s linear;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.hover-brands:hover {
  transform: scale(1.3);
  transition: all .3s linear;
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}

/* 3. PULSING HEART FOOTER */
.fa-beat {
  animation: fa-beat 2s ease infinite;
}

@keyframes fa-beat {
  0% {
    transform: scale(1);
  }

  5% {
    transform: scale(1.25);
  }

  20% {
    transform: scale(1);
  }

  30% {
    transform: scale(1);
  }

  35% {
    transform: scale(1.25);
  }

  50% {
    transform: scale(1);
  }

  55% {
    transform: scale(1.25);
  }

  70% {
    transform: scale(1);
  }
}

/* 5. FLEXCONTAINER FOOTNOTE HIDE */
.footnote-vat {
  display: none;
}

/* FOOTER GENERAL FONT SIZE */
.footer.clearix {
  font-size: 0.7rem;
}

/* FOOTER HOVER BOTTOM LINKS */
.footer.clearix .box .nav-link:hover {
  padding-left: 10px;
  color: #009dff;
  font-weight: 700;
}

/* 6. DIFFERENT TOUCH UP'S */
.footer.clearix .service-info__block {
  border-color: #eaeaea;
  border-top-color: rgb(204, 204, 204);
}

#copyright.clearix {
  border-color: #eaeaea !important;
  font-size: 0.65rem;
}

/* ================= FOOTER SECTION END ================= */

/*************************************************************/

/* ================= NEWS BLOCK START ================= */
.newsbox-image img {
  border-radius: 10px;
}

@media (min-width: 992px) {
  .footer.clearix #footer-boxes>div[class^="col"]:not(:last-of-type) {
    border-right: 1px solid #eaeaea;
  }
}

.footer.clearix {
  border-bottom: 1px solid #eaeaea;
}

#copyright.clearix {
  border-color: #ccc;
}

/* ================= NEWS BLOCK END ================= */

/*************************************************************/

/* ================= PAYMENT SECTION START ================= */
/* 1. PP ZAHLUNG IN RATEN */
.ppc-message {
  padding-top: 20px;
  max-width: 97%;
  padding-left: 38px;
}

/* 2. PAYMENT ICON SIZE IN THE CHECKOUT PROCESS */
.payment-badge {
  max-width: 20px;
}

/* ================= PAYMENT SECTION END ================= */



/* EXPERIMENTAL ZONE
.ribbon-3
{
    position: absolute;
    top: -2px;
    left: -2px;
    width: 25px;
    height: 25px;
background: #f00;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.ribbon-3::before
{
    content: '';
    position: absolute;
    width: 150%;
    height: 40px;
    background: #62baea;
    transform: rotate(-45deg) translateY(-20px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.1em;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.ribbon-3::after
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: #4a98bf;
    z-index: -1;
    box-shadow: 15px -15px #4a98bf;
    /* 150px -10 = 140
}
*/


/* RIBBONS */
.productbox-ribbon.ribbon {
  top: 3rem;
}

.productbox-ribbon.ribbon {
  position: absolute;
  z-index: 1;
  top: 0.8rem;
  left: 0.8rem;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
}



.ribbon {
  position: relative;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ribbon::before {
  content: "";
  border-right-width: 0.5rem;
  border-right-style: solid;
  left: 0;
  width: 0;
  height: 0;
  position: absolute;
  font-size: 0;
  line-height: 0;
  z-index: 5;
  border-top: 0 solid transparent;
  border-bottom: 0.5rem solid transparent;
  bottom: -0.5rem;
  box-sizing: border-box;
}

.ribbon::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  font-size: 0;
  line-height: 0;
  z-index: 5;
  border-top: 0 solid transparent;
  border-bottom: 0.5rem solid transparent;
  bottom: -0.5rem;
  box-sizing: border-box;
}

.ribbon>[class*='fa-']:last-child {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  font-size: 1rem;
}

/* START RIBBON 2 SALE */
.ribbon-2::before {
  border-right-color: #009ba2;
}

.ribbon-2 {
  background-color: #ca0000;
  color: #ffffff;
}

/* END RIBBON 2 SALE */

/* NEU RIBBON 3 START */
.ribbon-3::before {
  border-right-color: #e6007e;
}

.ribbon-3 {
  background-color: #e6007e;
  color: #ffffff;
}

/* END NEU RIBBON 3 */

/* START RIBBON 4 */
.ribbon-4::before {
  border-right-color: #009fe3;
}

.ribbon-4 {
  background-color: #009fe3;
  color: #fff;
}

/*END RIBBON 4 */

/* START RIBBON 6 TOP BEWERTET */
.ribbon-6::before {
  border-right-color: #FF4F00;
}

.ribbon-6 {
  background-color: #FF4F00;
  color: #fff;
}

/*END RIBBON 6 TOP BEWERTET */

.blinking {
  animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
  0% {
    color: #ca0000;
  }

  49% {
    color: #ca0000;
  }

  60% {
    color: transparent;
  }

  99% {
    color: transparent;
  }

  100% {
    color: #ca0000;
  }
}

.variations .variation-badge {
  white-space: nowrap;
  display: none;
}

/* THEMENVORSTELLUNG */

.fivepromo__item a::after {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.2;
  transition: all linear 0.5s;
  content: "";
  display: flex;
}

/* SWATCHES ROUND DIAMETRE */
.swatches-text {
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  color: #009dff;
  border: 1px solid #009dff;
  font-size: 0.97em;
  /* padding: 1.35rem .4375rem; */
  line-height: 0.75em;
  justify-content: center;
  display: flex;
  align-items: center;
}

.swatches .variation {
  border-radius: 50%;
  height: 65px;
  width: 65px;
}

.swatches-text.active {
  background-color: #009dff;
  color: #fff;
}

.swatches-sold-out {
  border-color: #009dff;
  border-style: dashed !important;
  opacity: .5;
}

.variation.swatches.swatches-text:hover {
  background-color: #009dff;
  transform: scale(1.1);
  color: #fff;
}

/* PAYMENT ICONS */
.payment-methods>.row.no-gutters img {
  width: 55px;
}

.kk-image-banner-img.kk-image-banner-mode-manual:hover {
  transform: scale(1.2);
}

.kk-image-banner .kk-image-banner-img {
  line-height: 0;
  transition: all 0.6s;
}

/* MAIN MENU */
.megamenu-wrapper .navbar-nav>.nav-item>.nav-link {
  text-transform: uppercase;
  font-size: 0.7325rem;
}

/* PICTURE BORDER RADIUS */
.square-image .inner img {
  border-radius: 10px;
}

.productbox .image-border {
  border-radius: 10px;
  border: 1px solid #d7d7d7;
}

/* BRANDS & FRIENDS */
.brands-friends {
  opacity: 0.6;
  transform: scale(0.9);
}

.brands-friends:hover {
  opacity: 1;
  scale: (1.1);
}






[data-tooltip] {
  --arrow-size: 5px;
  position: relative;
  z-index: 10;
}

/* Positioning and visibility settings of the tooltip */
[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  bottom: calc(100% + var(--arrow-size));
  pointer-events: none;
  transition: 0.2s;
  will-change: transform;
}

/* The actual tooltip with a dynamic width */
[data-tooltip]:before {
  content: attr(data-tooltip);
  padding: 10px 18px;
  min-width: 50px;
  max-width: 300px;
  width: max-content;
  width: -moz-max-content;
  border-radius: 6px;
  font-size: 0.6rem;
  background-color: rgba(0, 157, 255, 0.9);

  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  white-space: pre-wrap;
  transform: translate(-50%, calc(0px - var(--arrow-size))) scale(0.5);
}

/* Tooltip arrow */
[data-tooltip]:after {
  content: '';
  border-style: solid;
  border-width: var(--arrow-size) var(--arrow-size) 0px var(--arrow-size);
  /* CSS triangle */
  border-color: rgba(0, 157, 255, 0.9) transparent transparent transparent;
  transition-duration: 0s;
  /* If the mouse leaves the element, 
                              the transition effects for the 
                              tooltip arrow are "turned off" */
  transform-origin: top;
  /* Orientation setting for the
                              slide-down effect */
  transform: translateX(-50%) scaleY(0);
}

/* Tooltip becomes visible at hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

/* Scales from 0.5 to 1 -> grow effect */
[data-tooltip]:hover:before {
  transition-delay: 0.3s;
  transform: translate(-50%, calc(0px - var(--arrow-size))) scale(1);
}

/* 
  Arrow slide down effect only on mouseenter (NOT on mouseleave)
*/
[data-tooltip]:hover:after {
  transition-delay: 0.2s;
  /* Starting after the grow effect */
  transition-duration: 0.1s;
  transform: translateX(-50%) scaleY(1);
}

/* AB PREIS AUSBLENDEN */
span.first-range-price {
  display: none;
}

/* ==================== CUSTOMER REVIEWS START ============== */
.nautika-reviews {
  position: relative;
  width: 300px;
  margin: 0 0 40px 0;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 20px !important;
}

.nautika-reviews:before,
.nautika-reviews:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
}

.nautika-reviews-left:before {
  left: 32px;
  bottom: -30px;
  border: 15px solid;
  border-color: #ccc transparent transparent #ccc;
}

.nautika-reviews-left:after {
  left: 33px;
  bottom: -28px;
  border: 14px solid;
  border-color: #f6f6f6 transparent transparent #f6f6f6;
}

/* ==================== CUSTOMER REVIEWS END ============== */

/* ==================== VORBESTELLUNG START =============== */
.nautika-preorder-headline {
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  font-size: 1.7em;
  color: #009dff;
  text-transform: uppercase;
  padding-bottom: 0.3rem;
  padding-top: 1.8rem;
}

.nautika-preorder {
  border-radius: 20px;
  background-color: #f5f5f5;
}

.preorder-text {
  font-family: 'Kanit', sans-serif;
  font-size: 1.3rem;
  color: #666;
  text-transform: none;
  font-weight: 500;
}

.which-bundle {
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  color: #009dff;
  text-transform: uppercase;
  padding-bottom: 0.3rem;
  padding-top: 1.8rem;
  text-align: center;
}

.bundle-style {
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #009dff;
  text-transform: uppercase;
  padding-bottom: 0.3rem;
  margin-left: 3rem !important;
}

@media only screen and (max-width: 768px) {
  .bundle-style-sm {
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #009dff;
    text-transform: uppercase;
    padding-bottom: 0.3rem;
    margin-left: 3rem !important;
  }
}

@media only screen and (max-width: 576px) {
  .bundle-style-xs {
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    color: #009dff;
    text-transform: uppercase;
    padding-bottom: 0.3rem;
    margin-left: 3rem !important;
  }
}

.form-check-label {
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #009dff;
  text-transform: uppercase;
  margin-left: 15px;
}

.vorbesteller-anzahl {
  font-family: 'Kanit', sans-serif;
}

@media only screen and (max-width: 576px) {
  .vorbesteller-headline-xs {
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    color: #009dff;
    text-transform: uppercase;
  }
}

@media only screen and (max-width: 768px) {
  .vorbesteller-headline-sm {
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #009dff;
    text-transform: uppercase;
  }
}

.input-fields input[type=text],
input[type=number],
input[type=email],
input[type=label] {
  border: 2px solid #009dff;
  border-radius: 4px;
}

.vbesteller-textarea {
  border: 2px solid #009dff;
  border-radius: 4px;
}

.vbesteller-drop {
  border: 2px solid #009dff;
  border-radius: 4px;
}

.checkbox-size input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  height: 20px;
  width: 20px;
}

.form-headline {
  font-weight: bold;
}

/* YOUTUBE PRODUKTIONSVIDEO STAR */
/* Scoped Styles for .nautika-health-section */

.nautika-health-section {
  padding: 60px 20px;
  background-color: #fff;
  color: #333;
  font-family: 'Poppins', sans-serif;
}

.nautika-health-section .container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #e6ecf2;
  border-radius: 12px;
  gap: 40px;
  justify-content: space-between;
  padding: 3em;
}

.nautika-health-section .text-column {
  flex: 1 1 500px;
}

.nautika-health-section .text-column h1 {
  font-family: 'Kanit', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1f1f1f;
}

.nautika-health-section .text-column p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.nautika-health-section .features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.nautika-health-section .features li {
  font-family: 'Lexend', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.nautika-health-section .features .icon {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2rem;
  background-color: white;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #1f1f1f;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.nautika-health-section .button {
  display: inline-block;
  background-color: #009dff;
  color: white;
  padding: 14px 32px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  transition: background-color 0.3s ease;
}

.nautika-health-section .button:hover {
  background-color: #444;
}

.nautika-health-section .video-column {
  flex: 1 1 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nautika-health-section .video-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 960px) {
  .nautika-health-section .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .nautika-health-section .features li {
    display: flex;
    gap: 10px;
  }

  .nautika-health-section .video-column {
    margin-top: 30px;
  }

  @media (max-width: 768px) {
    .nautika-health-section .features {
      align-items: flex-start;
      /* statt center */
      text-align: left;
    }

    .nautika-health-section .features li {
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
    }

    .nautika-health-section .features li,
    .nautika-health-section .features .icon {
      text-align: left;
      margin-left: 0;
    }
  }
}

/* YOUTUBE PRODUKTIONSVIDEO END */

/* MINDESTBESTELLTWERT START */
.min-value-wrapper {
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  color: #fff;
  background-color: #009def;
  padding: 5px 10px 5px 10px;
  border-radius: 6px;
  margin-top: 15px;
  margin-bottom: 5px;
}

/* MINDESTBESTELLTWERT END */