/** Shopify CDN: Minification failed

Line 322:0 Unexpected "<"
Line 349:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
.add-to-cart-wrapper {
  background: #ffffff;
  padding: 40px 20px;
  text-align: center;
}
.delivery-text {
  font-size: 14px;
  color: #2e7d32;
  margin-bottom: 10px;
}
.countdown-timer {
  font-size: 14px;
  color: #d32f2f;
  margin-bottom: 20px;
}
.add-to-cart-button {
  background-color: #0A2CFF;
  color: white;
  font-weight: bold;
  border: none;
  padding: 16px 30px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}
.add-to-cart-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.bundle-checkout-wrapper {
  background-color: #ffffff;
  padding: 32px 20px;
  text-align: center;
  border-top: 1px solid #eee;
}
.bundle-checkout-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}
.bundle-checkout-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  background: #f8f8f8;
  padding: 10px 16px;
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.bundle-checkout-icon {
  font-size: 18px;
}
.delivery-text {
  font-size: 14px;
  color: #2e7d32;
  margin-bottom: 6px;
  font-weight: 500;
}
.countdown-text {
  font-size: 14px;
  color: #d32f2f;
  margin-bottom: 20px;
  font-weight: 500;
}
.add-to-cart-button {
  background-color: #0A2CFF;
  color: white;
  font-weight: bold;
  border: none;
  padding: 16px 30px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  display: block;
}
.add-to-cart-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.bonus-list-wrapper {
  background-color: #ffffff;
  padding: 40px 20px;
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}
.bonus-list-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.bonus-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.bonus-check {
  color: #0A2CFF;
  font-weight: bold;
}
.bonus-text {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}
.bonus-original-price {
  font-size: 14px;
  text-decoration: line-through;
  color: #888;
}
.bundle-selector-wrapper {
  padding: 40px 20px;
  background: white;
  text-align: center;
}
.bundle-selector-heading {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
.bundle-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.bundle-card {
  border: 2px solid #ccc;
  border-radius: 16px;
  padding: 20px;
  max-width: 280px;
  width: 100%;
  cursor: pointer;
  background: white;
  text-align: center;
  transition: all 0.3s ease;
}
.bundle-card.active {
  border-color: #0A2CFF;
  box-shadow: 0 0 0 3px rgba(10, 44, 255, 0.2);
}
.bundle-badge {
  background-color: var(--badge-bg);
  color: var(--badge-text);
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 30px;
  margin-bottom: 10px;
  display: inline-block;
}
.bundle-title {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}
.bundle-desc {
  font-size: 14px;
  color: #444;
  margin-bottom: 12px;
}
.bundle-price .current-price {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.bundle-price .old-price {
  font-size: 14px;
  text-decoration: line-through;
  color: #888;
  margin-left: 8px;
}
.add-to-cart-btn {
  margin-top: 30px;
  background-color: #0A2CFF;
  color: white;
  font-weight: bold;
  border: none;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}
.add-to-cart-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media screen and (max-width: 768px) {
  .bundle-cards {
    flex-direction: column;
    align-items: center;
  }
}
.guarantee-section {
  background-color: #f0f6ff;
  padding: 60px 0;
  display: flex;
  justify-content: center;
}

.guarantee-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  align-items: center;
}

.guarantee-box {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border: 2px solid #065889;
  color: #111827;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.guarantee-box h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #065889;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.3;
}

.guarantee-box h2 img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0;
  display: inline-block;
}

.guarantee-box p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
  color: #374151;
}

.guarantee-image-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  background-color: #ffffff;
  border: 2px solid #065889;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.guarantee-image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.guarantee-button {
  margin-top: 20px;
  background-color: #065889;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .guarantee-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .guarantee-box h2 {
    justify-content: center;
  }
  .guarantee-box {
    padding: 24px;
  }
  .guarantee-button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
<style>
  .gifs-row-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    padding: 20px 0;
  }

  .gif-item {
    flex: 1 1 22%;
    max-width: 250px;
  }

  .gif-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
  }

  @media (max-width: 768px) {
    .gif-item {
      flex: 1 1 100%;
      max-width: 100%;
    }
  }
</style>
.hero-banner-section {
  background-color: #d4efff;
  padding: 60px 0;
  text-align: center;
}

.hero-banner-heading {
  font-size: 36px;
  font-weight: 800;
  color: #1e3a8a;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-banner-subtext {
  font-size: 18px;
  color: #374151;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.hero-banner-image img {
  max-width: 600px;
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
  display: block;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .hero-banner-heading {
    font-size: 28px;
  }
  .hero-banner-subtext {
    font-size: 16px;
  }
}
.hover-select-wrapper {
  background-color: var(--background-color);
  padding: 60px 20px;
  overflow-x: hidden;
  display: block;
}

.hover-select-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  flex-wrap: nowrap;
  max-width: 1400px;
  margin: 0 auto;
  height: 600px;
}

.hover-select-item {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100px;
  position: relative;
  overflow: hidden;
  transition: flex-basis 0.6s ease;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
}

.hover-select-item.active {
  flex-basis: 45%;
  aspect-ratio: auto;
}

.hover-select-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: none;
}

.hover-select-overlay {
  position: absolute;
  bottom: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 16px 20px;
  border-radius: 12px;
  max-width: 280px;
  left: 20px;
  color: var(--text-color);
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
  opacity: 0;
  transition: opacity 0.4s ease;
  display: none;
}

.hover-select-item:hover .hover-select-overlay,
.hover-select-item.active .hover-select-overlay {
  opacity: 1;
  display: block;
}

.hover-select-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.hover-select-desc {
  font-size: 16px;
  margin-bottom: 12px;
}

.hover-select-button {
  display: inline-block;
  padding: 14px 28px;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  text-decoration: none;
}

.hover-select-button:hover {
  background-color: #000000; /* valfri hoverfärg */
  color: #ffffff;            /* kontrastfärg på hover */
  transform: translateY(-2px);
}

/* Dölj på mobil */
@media screen and (max-width: 767px) {
  .hover-select-wrapper {
    display: none !important;
  }
}
.ticker-section {
  background-color: var(--bg-color);
  color: #ffffff !important;
  padding: var(--padding);
  overflow: hidden;
  position: relative;
  font-family: var(--font-stack, "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: var(--font-size, 13px);
  line-height: 1.3;
}

.ticker-carousel {
  display: flex;
  width: 100%;
  height: 100%;
  animation: ticker-scroll var(--speed) infinite;
}

.ticker-slide {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  white-space: nowrap;
  padding: 0.75rem 1rem;
  color: #ffffff !important;
  transition: transform 0.5s ease-in-out;
}

@keyframes ticker-scroll {
  0% { transform: translateX(0%); }
  20% { transform: translateX(0%); }
  25% { transform: translateX(-100%); }
  45% { transform: translateX(-100%); }
  50% { transform: translateX(-200%); }
  70% { transform: translateX(-200%); }
  75% { transform: translateX(-300%); }
  95% { transform: translateX(-300%); }
  100% { transform: translateX(-400%); }
}

.ticker-carousel:hover {
  animation-play-state: paused;
}
.customer-review-wrapper {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 24px;
  max-width: 600px;
  margin: 40px auto;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  font-family: inherit;
}
.review-stars {
  color: #FFD700;
  font-size: 18px;
  margin-bottom: 12px;
}
.review-text {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 16px;
}
.review-meta {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  gap: 8px;
}
.review-name-location {
  font-weight: 600;
}
.verified-badge {
  background: #e0f3ff;
  color: #0070c0;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 20px;
  text-transform: uppercase;
}
.mobile-hover-farg-wrapper {
  background-color: var(--background-color);
  padding: 40px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.mobile-hover-farg-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  padding-left: 20px;
}

.mobile-hover-farg-container--centered {
  justify-content: center;
}

.mobile-hover-farg-item {
  flex: 0 0 80%;
  max-width: 80%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.mobile-hover-farg-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 3 / 4; /* 🔥 Ny vertikal bildform */
}

.mobile-hover-farg-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: var(--text-color);
  background: rgba(0,0,0,0.4);
  padding: 12px;
  border-radius: 8px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.mobile-hover-farg-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}

.mobile-hover-farg-desc {
  font-size: 14px;
  margin-bottom: 10px;
}

.mobile-hover-farg-button {
  padding: 10px 20px;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  width: 90%;             /* 🔥 Gör knappen bredare */
  margin: 0 auto;         /* 🔥 Centrerar knappen */
  text-align: center;
}

/* Visa endast på mobil */
@media screen and (max-width: 767px) {
  .mobile-hover-farg-wrapper {
    display: block;
  }
}
.hero-slide-mobile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.hero-slide-mobile .content-mobile {
  position: relative;
  z-index: 2;
}
.hero-slider-mobile .slides-wrapper {
  display: flex;
  transition: transform 0.8s ease-in-out;
  width: 100%;
  height: 90vh;
}
.hero-slide-mobile {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100vw;
  height: 90vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  opacity: 1;
}
.hero-slide-mobile .content-mobile {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 48px 24px 36px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.92), transparent 60%);
  z-index: 3;
  text-align: center;
  font-family: var(--font-family);
}
.hero-slide-mobile .content-mobile h2 {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.2;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.55);
}
.hero-slide-mobile .content-mobile p {
  font-size: 16px;
  color: #111111;
  margin-bottom: 20px;
}
.hero-slide-mobile .cta-button-mobile {
  padding: 16px 40px;
  background-color: #065889;
  color: #ffffff;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  max-width: 90%;
  letter-spacing: 0.04em;
  border: none;
  outline: none;
  transition: background 0.17s, transform 0.15s;
}
.hero-slide-mobile .cta-button-mobile:hover {
  background-color: #01406A;
  transform: scale(1.06);
}
.slider-dots-mobile {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}
.slider-dot-mobile {
  width: 10px;
  height: 10px;
  background-color: #065889;
  border-radius: 50%;
  opacity: 0.3;
  cursor: pointer;
}
.slider-dot-mobile.active {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .hero-slider-mobile {
    display: none;
  }
}
.mobile-column-feature-wrapper {
  background-color: var(--background-color);
  width: 100vw;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  /* === Sticky-höger på desktop === */
.two-column-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.two-column-left {
  flex: 1 1 50%;
}
.two-column-right {
  flex: 0 0 50%;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
@media (max-width: 768px) {
  /* På mobil – kolfältet blir vertikalt som förut */
  .two-column-wrapper {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .two-column-right {
    position: static;
  }
}

}

.mobile-column-feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 80px 60px;
  font-family: var(--font-family);
  color: var(--text-color);
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}

.mobile-column-feature .text {
  flex: 1;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: var(--text-align);
  padding: 0 20px 0 0;
  align-items: center;
}

.mobile-column-feature .text h2 {
  font-size: 32px;
  font-weight: var(--heading-font-weight);
  margin-bottom: 20px;
  text-transform: var(--heading-transform);
}

.mobile-column-feature .text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: var(--paragraph-font-weight);
  text-transform: var(--paragraph-transform);
}

.mobile-column-feature .text .cta-button {
  padding: 12px var(--button-padding-horizontal, 36px);
  width: var(--button-width, auto);
  background-color: var(--button-bg);
  color: var(--button-text);
  border-radius: 6px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-family: var(--font-family);
  font-size: 14px;
  border: none;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
}

.mobile-column-feature .image {
  flex: 1.2;
  max-width: 700px;
  padding-right: 0;
}

.mobile-column-feature .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .mobile-column-feature {
    flex-direction: column-reverse;
    padding: 40px 20px;
    gap: 30px;
  }

  .mobile-column-feature .text {
    max-width: 100%;
    padding: 0;
    text-align: center;
  }

  .mobile-column-feature .text h2 {
    font-size: 24px;
  }

  .mobile-column-feature .text p {
    font-size: 15px;
  }

  .mobile-column-feature .text .cta-button {
    width: 100%;
    max-width: 300px;
  }

  .mobile-column-feature .image {
    max-width: 100%;
  }

  .mobile-column-feature .image img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 769px) {
  .mobile-only {
    display: none !important;
  }
}
.hero-slider.desktop-only {
  display: block;
}
  
.slider-dot {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid white;
  transition: all 0.3s ease;
}
.slider-dot.active {
  background-color: #fff;
  transform: scale(1.2);
  opacity: 1;
}


@media (max-width: 1024px) {
  .hero-slider.desktop-only {
    display: none !important;
  }
}

.hero-slider {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity 1s ease-in-out;
  opacity: 0;
  z-index: 1;
}

.hero-slide.active {
  opacity: 1;
  z-index: 2;
}

.hero-slide .content {
  position: absolute;
  bottom: 50px;
  left: 50px;
  max-width: 500px;
  z-index: 3;
  font-family: var(--font-family);
}

.hero-slide .content h2,
.hero-slide .content p {
  color: var(--text-color);
}

.hero-slide .content h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 12px;
}

.hero-slide .content p {
  font-size: 18px;
  margin-bottom: 16px;
}

.hero-slide .cta-button {
  padding: 12px 24px;
  background-color: var(--button-bg);
  color: var(--button-text);
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-family: var(--font-family);
}

.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.slider-dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
}

.slider-dot.active {
  opacity: 1;
}
.fordelar-vag-bg-wrapper {
    position: relative;
    overflow: hidden;
    background: #f6f6f6;
  }
  .fordelar-vag-bg {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    width: 100vw;
    max-width: 100%;
    z-index: 0;
    pointer-events: none;
    user-select: none;
    object-fit: cover;
    opacity: 0.88;
  }
  .desktop-only { display: block; }
  .mobile-only { display: none; }
  @media (max-width: 600px) {
    .desktop-only { display: none !important; }
    .mobile-only { display: block !important; }
  }
  .fordelar-waves-inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    padding: 64px 0 140px 0;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
  }
  .fordelar-waves-item {
    flex: 1 1 240px;
    max-width: 300px;
    min-width: 200px;
    text-align: center;
  }
  .fordelar-waves-icon {
    width: 68px;
    height: 68px;
    background: #18224c;
    border-radius: 18px;
    margin: 0 auto 18px auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fordelar-waves-icon svg,
  .fordelar-waves-icon img {
    width: 38px;
    height: 38px;
    display: block;
    margin: 0 auto;
    fill: #fff !important;
    color: #fff !important;
  }
  .fordelar-waves-title {
    font-size: 20px;
    font-weight: 700;
    color: #162247;
    margin-bottom: 7px;
  }
  .fordelar-waves-desc {
    font-size: 15px;
    color: #293254;
    line-height: 1.4;
    margin-bottom: 0;
  }
  @media (max-width: 900px) {
    .fordelar-waves-inner {
      gap: 28px;
      padding: 40px 0 72px 0;
    }
  }
  @media (max-width: 600px) {
    .fordelar-waves-inner {
      flex-direction: column;
      gap: 34px;
      padding: 36px 0 60px 0;
      max-width: 97vw;
    }
    .fordelar-waves-item {
      max-width: 320px;
      min-width: 0;
      width: 100%;
      margin: 0 auto;
    }
  }
.ticker-section {
  background-color: var(--bg-color);
  color: #ffffff;
  padding: var(--padding);
  overflow: hidden;
  position: relative;
  font-family: var(--font-stack, "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: var(--font-size, 13px);
  line-height: 1.3;
}

.ticker-carousel {
  display: flex;
  width: 100%;
  height: 100%;
  animation: ticker-scroll var(--speed) infinite;
}

.ticker-slide {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  white-space: nowrap;
  padding: 0.75rem 1rem;
  color: #ffffff;
  transition: transform 0.5s ease-in-out;
}

@keyframes ticker-scroll {
  0% { transform: translateX(0%); }
  20% { transform: translateX(0%); }
  25% { transform: translateX(-100%); }
  45% { transform: translateX(-100%); }
  50% { transform: translateX(-200%); }
  70% { transform: translateX(-200%); }
  75% { transform: translateX(-300%); }
  95% { transform: translateX(-300%); }
  100% { transform: translateX(-400%); }
}

.ticker-carousel:hover {
  animation-play-state: paused;
}
.fill3-sektion-3-wrapper {
  background-color: var(--background-color);
  width: 100vw;
  padding: 60px 0;
  margin: 0;
  overflow-x: hidden;
}

.fill3-sektion-3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}

.fill3-sektion-3 .image-column {
  display: flex;
  flex-direction: row;
}

.fill3-sektion-3 .image-column img {
  border-radius: 8px;
  width: 300px;
  height: auto;
  object-fit: cover;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}

.fill3-sektion-3 .text {
  max-width: 600px;
  text-align: var(--text-align);
  padding: 0 20px;
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fill3-sektion-3 .text h2 {
  font-size: 28px;
  font-weight: var(--heading-font-weight);
  margin-bottom: 16px;
  text-transform: var(--heading-transform);
  text-align: center;
}

.fill3-sektion-3 .text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
  font-weight: var(--paragraph-font-weight);
  text-transform: var(--paragraph-transform);
  text-align: center;
}

.fill3-sektion-3 .cta-button {
  padding: var(--button-padding-vertical) var(--button-padding-horizontal);
  background-color: var(--button-bg);
  color: var(--button-text);
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  font-family: var(--font-family);
  font-size: 14px;
  border: none;
  cursor: pointer;
  align-self: center;
  width: calc(var(--button-width) * 1px);
  height: calc(var(--button-height) * 1px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.grillmaster-section {
  background-color: #f5faff;
  padding: 32px 16px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.grillmaster-section h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #003d64;
  line-height: 1.3;
}

.grillmaster-section p {
  font-size: 16px;
  color: #003d64;
  margin-bottom: 20px;
  line-height: 1.6;
  white-space: pre-line;
}

.grillmaster-section img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
}

.grillmaster-button {
  display: inline-block;
  background-color: #003d64;
  color: #fff;
  font-weight: 700;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 16px;
  transition: background 0.2s ease;
}

.grillmaster-button:hover {
  background-color: #002b47;
}

.grillmaster-rating {
  font-size: 14px;
  color: #003d64;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.grillmaster-rating .stars {
  color: #f6c700;
  font-size: 16px;
}
.step-visual-section {
  background-color: #f2f6fc;
  padding: 60px 20px;
}

.step-visual-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.step-visual-subheading {
  font-size: 16px;
  font-weight: 600;
  color: #065889;
  margin-bottom: 0;
}

.step-visual-heading {
  font-size: 30px;
  font-weight: 700;
  color: #065889;
  margin-top: 4px;
  margin-bottom: 48px;
}

.step-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}

.step-item {
  max-width: 320px;
  text-align: center;
}

.step-item img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 2px solid #d1e3f8;
  object-fit: cover;
}

.step-title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #065889;
}

.step-text {
  font-size: 15px;
  color: #333;
  margin-top: 8px;
  line-height: 1.6;
}

.step-button-wrapper {
  margin-top: 40px;
}

.step-button {
  background-color: #065889;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}
.trust-badges-wrapper {
  padding: 30px 20px;
  background-color: #F9FAFB;
  text-align: center;
}

.trust-badges-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  background: white;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.trust-badge-emoji {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .trust-badges-row {
    flex-direction: column;
    align-items: center;
  }
}
.two-column-feature-wrapper {
  background-color: var(--background-color);
  width: 100vw;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.two-column-feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 80px 60px;
  font-family: var(--font-family);
  color: var(--text-color);
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}

.two-column-feature .text {
  flex: 1;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: var(--text-align);
  padding: 0 20px 0 0;
  align-items: center;
}

.two-column-feature .text h2 {
  font-size: 32px;
  font-weight: var(--heading-font-weight);
  margin-bottom: 20px;
  text-transform: var(--heading-transform);
}

.two-column-feature .text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: var(--paragraph-font-weight);
  text-transform: var(--paragraph-transform);
}

.two-column-feature .text .cta-button {
  padding: 12px var(--button-padding-horizontal, 36px);
  width: var(--button-width, auto);
  background-color: var(--button-bg);
  color: var(--button-text);
  border-radius: 6px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-family: var(--font-family);
  font-size: 14px;
  border: none;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
}

.two-column-feature .image {
  flex: 1.2;
  max-width: 700px;
  padding-right: 0;
}

.two-column-feature .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}

/* Desktop only */
@media screen and (max-width: 1024px) {
  .desktop-only {
    display: none !important;
  }
}
.video-reviews {
    padding-top: 4px !important;
    padding-bottom: 12px !important;
  text-align: center;
  background-color: var(--bg-color);
  font-family: var(--font-family);
}

.video-reviews h2 {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color);
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.video-reviews h3 {
  font-size: 30px;
  font-weight: 700;
    margin-bottom: 30px !important;  /* Gör detta mindre om du vill ha rubrik närmare video */

}

@media (max-width: 768px) {
  .video-reviews {
      line-height: 0.9 !important;
 padding-top: 27px !important;    /* mer luft ovanför sektionen */
  padding-bottom: 10px !important; /* mer luft under sektionen */
  }
  .video-reviews h2,
  .video-reviews h3 {
    margin-top: 0 !important;
    margin-bottom:0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
  

.video-reviews .highlight {
  color: var(--highlight-color);
}

.video-carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.video-carousel {
  display: none;
      padding-top: 26px !important;

}

.video-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

@media (min-width: 769px) {
  .video-grid { padding-bottom: 60px; }
}

.video-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  transition: transform 0.2s ease;
}

.video-card:hover { transform: translateY(-4px); }

.video-card iframe,
.video-card video {
  width: 100%;
  height: auto;
  display: block;
  background-color: #000;
  border-radius: 12px;
  object-fit: contain;
  aspect-ratio: 9 / 16;  /* Always portrait */
}

.carousel-arrow,
.carousel-dots { display: none; }

@media (max-width: 768px) {
  .carousel-arrow,
  .carousel-dots { display: flex; }

  .video-grid { display: none; }

  .video-carousel {
    
    display: flex;
        touch-action: pan-x;
    -ms-touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 12px;
    padding: 0 20px 20px;
  }

  .video-carousel .video-card {
    flex: 0 0 85%;
    max-width: none;
    scroll-snap-align: center;
  }

  .carousel-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    font-size: 20px;
    font-weight: bold;
    background: white;
    color: #1a3365;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
  }

  .arrow-left { left: 10px; }
  .arrow-right { right: 10px; }
}