@import url("https://design.textalk.se/webfolket/kunder/SGN/sgn-sportringen.css");
/*---------------------!!!!!!!!!!-----------------*/
/*------DO NOT EDIT FILE sgn-sportringen.css------*/
/*----------WILL AFFECT MULTIPLE SHOPS------------*/


@font-face {
    font-family: 'Tungsten';
    src: url('https://cdn.abicart.com/shop/ws97/147297/files/tungsten-bold-webfont.woff2') format('woff2'),
         url('https://cdn.abicart.com/shop/ws97/147297/files/tungsten-bold-webfont.woff') format('woff');
    font-style: normal;
    font-display: swap;
}
.slot--header-favorites .fa-heart-o::before {
  content: "\f004";
}
.custom-header-left img {
  margin: 1rem 0;
}
/*--DESKTOP/MOBILE ONLY---*/
@media (min-width: 768px) {
    [class$="mobile-only"] {
    display: none;
    }
}
@media (max-width: 767px) {
    [class$="desktop-only"] {
        display: none;
    }
}

/*------KASSAN------*/
.checkout .bountiful--content .opc-checkout.clearfix::before {
	content: "Du handlar just nu hos Klubbteamet Örebro";
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: bold;
}
/* Product list view on mobile */
@media only screen and (max-width: 768px) {
  .tws-article-list--list .tws-list--type-list .tws-list--list-item{
      padding: 3px 2px !important;
      padding: 0;
      margin: 0;
      border-radius: 0;
  }

  .tws-article-list--list .tws-list--type-list .tws-list--list-item .tws-img{
    height: 100px;
    width: 100px;
  }

  .tws-article-list--list .tws-list--type-list .tws-list--list-item .tws-img .tws-img--wrapper{
    border: 0;
  }

  .tws-article-list--list .tws-list--type-list .tws-list--list-item .media-body{
    padding: 0 0 0 8px;
  }
  .tws-article-list--list .tws-article-list--article-name .tws-util-heading--heading{
    margin: 2px 0 0 0;
    font-size: 0.9rem;
  }
  .tws-article-list--list .tws-article-list--introduction-text{
  	font-size: 0.8rem;
    margin-bottom: 10px;
  }
  .tws-article-list--price{
    display: inline-block;
    float: left;
    margin: 0 !important;
    width: 60%;
  }
}

.slot--header-horizontal-menu .navbar-nav>li:hover a {
	color: #000;
}


/* sams */

h1, h2, h3 {
font-family: 'Tungsten', 'Oswald', sans-serif; 
  letter-spacing: 1px;
  font-weight: 100;
}

h2 {
font-size: 28px;
}

p {
font-size: 18px;
  font-family: 'Oswald';
  font-weight: 300;
}

.custom-header-left img {
	max-width: 180px;
}

.flex-row {
	display: flex;
	flex-wrap: wrap;
}

.flex-row .col {
	width: 100%;
}

.flex-row .col--text {
	padding: 5%;
}

.flex-row .col img {
  height: 350px;
  object-fit: cover;
}

/* Yttre FAQ-wrapper */
.faq {
  background: #fff;
  border-radius: 24px;
  margin-left: 10%;
}

/* Container (om du vill centrera) */
.faq__container {
  max-width: 900px;
  margin: 0 auto;
}

/* Varje accordion */
.accordion {
  margin-bottom: 12px;
  border-radius: 33px;
  overflow: hidden;
  width: 60%;
}

/* Själva frågan */
.accordion-button {
  width: 100%;
  background: #1e2a3a;
  border: none;
  padding: 18px 56px 18px 20px;
  font-size: 20px;
  color: white;
  text-align: left;
  cursor: pointer;
  position: relative;
  font-family: 'Oswald'; 
  font-weight: 600;
}

/* Plus / minus */
.accordion-button::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  font-family: 'Oswald'; 
}

/* Öppet läge */
.accordion.active .accordion-button::after {
  content: "–";
}

/* Innehållet */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  background: rgba(30, 42, 58, 0.3);
  transition: max-height 0.3s ease;
  font-family: 'Oswald'; 
  font-weight: 300;
  background: #1e2a3a;
  color: white;
}

/* Texten i svaret */
.accordion-content table {
 	width: 100%;
}

.accordion-content table th {
	text-align: left;
}

.accordion-content div {
 	padding: 20px;
}

/* Visa content när aktiv */
.accordion.active .accordion-content {
  max-height: 600px; /* räcker för dina texter */
}

.tws-container--tws-custom-html.header {
    padding: 0 !important;
  margin-bottom: 80px !important;
  }



  .hero_header img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
  }

.tws-custom-html--content {
  height: 100%; 
}

.tws-list-controls {
display: none; 
}

.hero_header__content-container {
	max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.hero_header__content-container h1 {
	margin-top: 0;
  font-size: 42px;
  text-transform: uppercase;
}

.hero_header__content-container p {
	font-size: 20px;
  font-family: "Oswald", sans-serif; 
}

.content-box {
    background: #fff;
    max-width: 100%;
width: 540px;
    padding: 30px;
  position: relative;
  z-index: 10;
}

.hero_header__content-container a, .btn--black, .btn, .tws-article-list--list .tws-article-list--buy-button .btn {
	background: #1e2a3a;
  padding: 14px 20px;
  margin-top: 10px;
  font-size: 16px;
  display: inline-block;
  color: white !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-radius: 99px;
  font-family: "Oswald", sans-serif; 
  width: fit-content;
}

.tws-article-list--list .tws-article-list--buy-button .btn {
padding: 10px 15px;
  font-size: 14px;
  width: 100%;
  border: none;
}

.tws-article-list--list .tws-article-list--buy-button .btn:hover {
opacity: 0.8;
  width: 100%;
  border: none;
}

.btn--white {
	background: white;
  padding: 14px 20px;
  margin-top: 10px;
  font-size: 16px;
  display: inline-block;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 99px;
  font-family: "Oswald", sans-serif; 
}

.swiper_logo {
height: 175px;
}


.swiper_logo .swiper-wrapper {
height: 150px;
}


.swiper_logo .swiper-slide{
display: flex; 
  align-items: center;
  justify-content: center;
}

.swiper_logo img{
max-height: 80%;
}

.campaign {
  position: relative;
  width: 100%;
  height: 700px;}

.campaign-content {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  width: 95%;
font-family: "Oswald", sans-serif; 

}

.campaign-title {
  font-size: 5rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

.campaign-subtitle {
  font-size: 2rem;
	margin-top: 0;
}

.campaign-button {
  display: inline-block;
  padding: 12px 30px;
  background-color: #ff3333;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}


@media (min-width: 997px){
  
  .flex-row {
	display: flex;
	flex-wrap: wrap;
  margin-bottom: 60px;
    background: #f1f1f1;
}

.flex-row .col {
	width: 50%;
}

.flex-row .col--text {
	padding: 5%;
}

.flex-row .col img {
  height: 100%;
  object-fit: cover;
}
  .tws-container--tws-custom-html.header {
    max-width: 100% !important; 
   	height: 80vh; 
  }
  
  .hero_header {
    height: 100%;
    display: flex; 
    align-items: flex-end;
    position: relative;
    justify-content: center;
  }
  
  .hero_header img {
    position: absolute; 
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
  }
  
  .hero_header__content {
    margin-left: 5%;
	}
  
  .hero_header__content-container {
  	position: absolute; 
    bottom: 0;
  }
  
  .tws-top-menu--mega-sub-list {
  	display: none; 
  }
  
  .slot--header-horizontal-menu .navbar-nav .tws-top-menu--mega-menu .tws-top-menu--sub-item {
  	margin-right: 10px;
  }
}

    .process-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      margin: 2rem auto;
      max-width: 1200px;
    }

    .process-column {
      flex: 1 1 22%;
      min-width: 250px;
      background-color: #f9f9f9;
      padding: 1.5rem;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }

    .process-column h2 {
      font-size: 1.25rem;
      margin-bottom: 0.75rem;
    }





    /* ===== Hero ===== */
    .hero {
      display: grid;
      grid-template-columns: 40% 60%;
      min-height: 70vh;
          margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    }

    .hero-text {
      padding: 80px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 24px;
    }

    .hero-text h1 {
      font-size: 72px;
      line-height: 1.1;
      margin-bottom: 0;
      text-transform: uppercase;
    }

.hero-text p {
      font-size: 28px;
      line-height: 1.1;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
    }


    .hero-image {
    }

    /* ===== Text + Image Section ===== */
    .split-section {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      padding: 100px 0;
      align-items: center;
    }

    .split-section h2 {
      font-family: "Tungsten", sans-serif;
      font-size: 3rem;
      margin-bottom: 16px;
    }

    

    /* ===== CTA ===== */
    .cta {
      background: #1f2f3f;
      color: #fff;
      padding: 80px 60px;
      border-radius: 120px;
      text-align: center;
      margin: 100px auto;
      max-width: 1100px;
    }

    .cta h2 {
      font-size: 3.2rem;
      letter-spacing: 2px;
      margin-bottom: 16px;
      max-width:600px;
      margin: 10px auto;
      font-family: "Tungsten", sans-serif;
    }

    .cta p {
      max-width: 600px;
      font-size: 24px;
      margin: 20px auto 32px;
       font-family: "Oswald", sans-serif;
      font-weight: 300;

    }

    /* ===== FAQ ===== */
    .faq {
      padding: 80px 0;
    }

    .faq h2 {
            font-family: "Tungsten", sans-serif;

      font-size: 3rem;
      margin-bottom: 32px;
    }

    .faq-item {
      background: #e0e0e0;
      padding: 20px 24px;
      border-radius: 8px;
      margin-bottom: 12px;
      font-weight: 600;
    }

    /* ===== Contact Section (utan formulär) ===== */
    .contact {
      padding: 100px 0;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
    }

    .contact h2 {
      font-size: 2rem;
      margin-bottom: 16px;
    }

.custompage-9098341 .slot--breadcrumbs {
display: none;
}

.custompage-9098341 .customPageItem {
max-width: 1200px;
}

.custompage-9098341 .bountiful--body .bountiful--body-wrapper, 
.custompage-9098341 .bountiful--main-wrapper {
margin-top:0;
  padding-top: 0 !important;
}

.tws-article-choices {
background: #dfe5ee;
  padding: 10px;
}

.tws-article-choices span {
display:none;
}

.bountiful--article-choices-wrapper .tws-react-common--choice-label {
font-weight: normal;
  font-family: "Oswald", sans-serif;
}

.form-control {
margin-bottom: 15px;
}

@media (max-width: 997px) {
  .hero_header {

  }
  
  .flex-row.mobile-reverse {
    flex-direction: column-reverse;
  }
}

    @media screen and (max-width: 768px) {
      .process-column {
        flex: 1 1 100%;
      }
      
      .campaign-title {
font-size: 2.5rem;
line-height: 1.2;
}
      
      .campaign-subtitle {
      font-size: 1.2rem;
      margin-top: 20px; 
      }
      
      .hero,
      .split-section,
      .contact {
        grid-template-columns: 1fr;
      }

      .hero-text {
        padding: 60px 24px;
      }
      .hero-text h1 {
      font-size: 60px;
      }
      
      .split-section {
      padding: 80px 0; 
      }
      .cta {
        margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
        border-radius: 16px;
      }
      
      .cta h2 {
      font-size: 48px;
      }
      
      .faq {
      margin-left: 0;
      }
      
      .accordion {
      width: 100%;
      }
      .accordion-button {
      font-size: 18px;
      }
      .split-section {
        grid-template-columns: 1fr; /* en kolumn istället för två */
        grid-template-rows: auto auto;
        gap: 40px;
    }

    /* Byt ordning på divarna */
    .split-section > div:first-child {
        order: 2; /* den som var först hamnar efter */
    }

    .split-section > div:last-child {
        order: 1; /* den som var sist hamnar först */
    }
    }

@media only screen and (min-width: 1200px) {
    .tws-articlegroup-list--col-lg-4 .tws-list--grid-item {
        max-width: calc(20% - 10px);
        -ms-flex-preferred-size: calc(25% - 10px);
        flex-basis: calc(20% - 10px);
        width: calc(20% - 10px);
    }
}