/* Custom code */
/*PRODUKTSIDA VISAFÖR DEKSTOP */

.img-logo {
    display: block;
    width: 250px;
    height: auto;
    max-width: 100%;
  }

  @media (max-width: 576px) {
    .img-logo {
      width: 180px;
    }
  }

  @media (max-width: 400px) {
    .img-logo {
      width: 150px;
    }
  }

  .navbar-brand {
    display: flex;
  }
@media screen and (min-width: 800px) {
    .listColumn {
        float: left;
        width: 33.33%;
        padding: 5px;
        font-family: Open Sans;
        font-size: 16px;
        line-height: 36px;
    }

    /* Tre Kolumner */
    .listColumn .third {
        display: table;
        clear: both;
    }

    /* KOLUMNVIDEO SUP FABRIK */
    .columnVideo {
        float: left;
        width: 50%;
        padding: 10px;
        height: 350px;
        /* Should be removed. Only for demonstration */
        background-color: #f8f9fa;
        font-family: Open Sans;
        line-height: 32px;
    }

    .descriptionTwoColumn {
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        letter-spacing: 0px;
        line-height: 1.4;
        float: left;
        padding-left: 1rem;
        padding-right: 1rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .half {
        width: 50%;
        /*text-align: center;*/
    }

    /*BESKRIVNING OCH SPECIFIKATION*/
    .splitcolumn {
        float: left;
        padding: 10px;
    }

    .description {
        width: 70%;
    }

    .spec {
        width: 30%;
    }

    /* Clear floats after the columns */
    .rows:after {
        content: "";
        display: table;
        clear: both;
    }

    /*BESKRIVNING OCH SPECIFIKATION*/
    .splitcolumn {
        float: left;
        padding: 10px;
    }

    .description {
        width: 70%;
    }

    .spec {
        width: 30%;
    }

    /* Clear floats after the columns */
    .rows:after {
        content: "";
        display: table;
        clear: both;
    }

    /* REKOMMENDERADE TILLBEHÖRSPAKET */
    .shadow-1 {
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }

    .is-card {
        display: table;
        background-color: #fff;
    }

    .is-dark-text,
    .is-dark-text h1,
    .is-dark-text h2,
    .is-dark-text h3,
    .is-dark-text,
    .is-dark-text h4,
    .is-dark-text h5,
    .is-dark-text h6,
    .is-dark-text p,
    .is-dark-text li {
        color: #111;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }

    .qb-custom-wrapper {
        margin: 0;
        font-family: "Open Sans", sans-serif;
        font-size: 100%;
        line-height: 2;
        font-weight: 300;
        -webkit-font-smoothing: auto;
        -webkit-text-size-adjust: 100%;
    }

    .qb-custom-wrapper .btn {
        padding: 7px 25px;
        font-size: 1em;
        border-radius: 5px;
        letter-spacing: 1px;
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        -webkit-transition: all 0.16s ease;
        transition: all 0.16s ease;
    }

    .margin-25 {
        margin: 25px !important;
    }

    .center {
        text-align: center;
    }

    /* REKOMMENDERADE TILLBEHÖRSPAKET */
    .shadow-1 {
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }

    .is-card {
        display: table;
        background-color: #fff;
    }

    .is-dark-text,
    .is-dark-text h1,
    .is-dark-text h2,
    .is-dark-text h3,
    .is-dark-text,
    .is-dark-text h4,
    .is-dark-text h5,
    .is-dark-text h6,
    .is-dark-text p,
    .is-dark-text li {
        color: #111;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }

    .qb-custom-wrapper {
        margin: 0;
        font-family: "Open Sans", sans-serif;
        font-size: 100%;
        line-height: 2;
        font-weight: 300;
        -webkit-font-smoothing: auto;
        -webkit-text-size-adjust: 100%;
    }

    .qb-custom-wrapper .btn {
        padding: 7px 25px;
        font-size: 1em;
        line-height: 2em;
        border-radius: 5px;
        letter-spacing: 1px;
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        -webkit-transition: all 0.16s ease;
        transition: all 0.16s ease;
    }

    .margin-25 {
        margin: 25px !important;
    }

    .center {
        text-align: center;
    }
}

/*GÖM FÖR MOBIL/VISA FÖR MOBIL*/
#content-desktop {
    display: block;
}

#content-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    #content-desktop {
        display: none;
    }

    #content-mobile {
        display: block;
    }
}

.is-btn {
    padding: 10px 20px;
    font-size: 1em;
    line-height: 2em;
    border-radius: 0;
    letter-spacing: 3px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.16s ease;
    transition: all 0.16s ease;
}

.is-btn-ghost1 {
    color: #000;
    border: 2px solid #111;
}

.is-upper {
    text-transform: uppercase;
}

/* 
.addtokorg {
    background-color: #007dbc;
    text-color: white;
    line-height: 16px;
    font-weight: bold;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 4px;
}
*/
.p-background {
    padding: 25px 20px;
    background-color: #f5f5f7;
    border-radius: 30px;

}

.centerknapp {

    display: flex;
    justify-content: center;
    align-items: center;
}

.laggikorg {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    /*background-color: #c60156;*/
    background-color: #00B67A;
    border-radius: 4px;
    line-height: 8px;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
    opacity: 0.9;
    min-width: 120px;
}

.similar-slider .qs-actions .qs-cart-submit {
    min-width: 120px !important;
    display: inline-block;
    /* Ensures width applies properly */
    text-align: center;
    /* Keeps text centered */
}


.similar-slider .product-image img {
    max-height: 180px;
    object-fit: contain;
    margin-bottom: 10px;
}

.similar-slider .product h3.category-p {
    min-height: 60px;
    /* Enough space for 3-4 lines */
    max-height: 75px;
    /* Prevents overflow */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}


.similar-slider .product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.similar-slider {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/*
.swiper-container {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.swiper-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.swiper-thumbs {
    padding-top: 0px !important;
}
*/

.lasmer {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: #00b67a;
    border-radius: 4px;
    line-height: 16px;

    opacity: 0.9;
}

.swiper-nav .swiper-button-prev,
.swiper-nav .swiper-button-next {
    opacity: 0.8;
}

.swiper-button-next {
    right: 0;
    top: 40%;
    left: auto;


}

.swiper-button-prev {
    right: auto;
    left: 0;
    top: 40%;
    bottom: 0;

}

.product-btn-addcart {
    line-height: 3;
    font-size: 16px;
    color: white;
    background: #C60156;

}

.option-row-custom {
    font-size: 14px;
    font-weight: bold;
}

.masthead {
    height: 500px;
    min-height: 500px;
    /* background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-image {
    height: 50%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

@media all and (min-width:375px) and (max-width: 768px) {

    .mobileland {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    position: relative;
    max-width: 600px;
}

.forsta-header {
    position: relative;
}

.forsta-header-bild {
    display: block;
    overflow: visible;
    z-index: -1;
    width: 100%;
}


.forsta-container .btn {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: white;
    color: black;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.header-banner a {
    color: white;
}

.header-banner p {
    color: #f5f5f5;
    margin-bottom: 0px;
}

.header-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    background-color: #c60156;
    font-size: 14px;
    font-weight: bold;
    gap: 10px;
    /* Mellanrum mellan innehåll */
    min-height: 35px;
    /* Sätt en fast höjd för att förhindra layoutförskjutning */
}


.banner-text {
    color: #f5f5f5;
    margin: 0;
    display: inline;
    /* Säkerställ att texten är inline */
}


.header-banner .messages {
    display: flex;
    /* Ändra från block till flex */
    justify-content: center;
    align-items: center;
}

.header-banner a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

.banner-info {
    display: flex;
    flex-direction: column;
    /* ← detta fixar allt */
    align-items: center;
    /* ← centrerar horisontellt */
}




.forsta-header-bild {
    display: block;
    overflow: visible;
    z-index: -1;
    width: 100%;
}

.product-price {
    font-weight: bold;
    color: #f7203a;

}



.qs-product-before-price {
    font-weight: normal;
    color: #637180;
    font-size: 15px;
    opacity: 2;
}

.h4-small-category {
    color: #012145;

}

.forsta-header-bild {
    display: block;
    padding-top: 0;
    overflow: visible;
    z-index: -1;
    width: 100%;
    background-size: cover;
    /* Image in the center of container */
    background-position: center center;
}

.forsta-header {
    position: relative;
    padding-top: 0;
}



.about-section {
    padding-top: 5rem;
    background: linear-gradient(to bottom, rgb(245, 245, 247, 0.9) 0%, rgba(245, 245, 247, 0.2) 50%, rgba(255, 255, 255, 0.8) 100%);

}

.about-section p {
    margin-bottom: 5rem;

}

.product-section {
    padding-top: 5rem;
    background: linear-gradient(to bottom, rgb(255, 0, 0) 20%, rgba(244, 47, 25, 0.6) 60%, rgba(255, 255, 255, 0.6) 100%);
    border-radius: 25px;
}

.grey-section {
    padding-top: 5rem;
    background: linear-gradient(to bottom, rgb(242, 242, 242) 20%, rgba(242, 242, 242, 0.6) 60%, rgba(242, 242, 242, 0.8) 100%);
    border-radius: 25px;
}


.rounded-custom {
    border-radius: 100px 100px 300px
}

.header-section {
    padding-top: 4rem;
    background: linear-gradient(to bottom, #f4f4f6 30%, rgba(244, 244, 246, 0.3) 60%, rgba(255, 255, 255, 0.6) 100%);
    border-radius: 5px;
}

.tillbehor-section {
    padding-top: 25px;
    border-radius: 25px;
    background: linear-gradient(to left, rgb(245, 245, 247) 0%, rgba(243, 241, 241, 0.9) 20%, rgba(255, 255, 255, 0.8) 60%);
}

.btn-rounded {
    border-radius: 100px;
}

.rounded-category {
    border-radius: 10px !important;
}

.forsta-header {
    position: relative;
}

.forsta-header-bild {
    display: block;
    overflow: visible;
    z-index: -1;
    width: 100%;
}

.forsta-container .btn {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: white;
    color: black;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    max-width: 100%;
}

.sup-header-rounded {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.sup-header-section {
    padding-top: 5rem;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(142, 207, 206, 0.3029586834733894) 100%);
    border-radius: 12px;

}

.havskajak-header-rounded {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.havskajak-header-section {
    padding-top: 5rem;
    background: linear-gradient(to bottom, #f4f4f6 30%, rgba(244, 244, 246, 0.3) 60%, rgba(255, 255, 255, 0.6) 100%);

    border-radius: 12px;

}

.h1-category {
    font-size: 32px;
}


.blue-section {

    padding-top: 5rem;
    background: linear-gradient(to bottom, #0575E6 0%, #0575E6 50%, #0575E6 95%);
    border-radius: 25px;
}

.review-details {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.review-rating {
    font-size: 20px;
    color: #f5b515;
    margin-right: 10px;
}

.review-stars {
    font-size: 16px;
    color: #f5b515;
}

.review-count {
    font-size: 16px;
    margin-top: 10px;
}

.review-background {
    padding: 20px 20px;
    background-color: #f5f5f7;
    border-radius: 30px;
    margin-bottom: 20px;
}

.hero-banner {
    position: relative;
    /* Dina stilar för hero-sektionen här */
}


.tree-container {
    position: absolute;
    bottom: 15px;
    /* Justera detta värde om du vill att botten av trädet ska gå under vågen */
    left: 50%;
    /* Centrerar elementet i sidled */
    width: 400px;
    /* Bredd på julgranen, justera enligt din bild */
    height: 300px;
    /* Höjd på julgranen, justera enligt din bild */
    background: url('img/julgran.png') bottom center / contain no-repeat;
    /* Ersätt med den faktiska sökvägen till din julgransbild */
    transform: translateX(-52%);
    /* Flyttar elementet till vänster med hälften av dess bredd för att centrera det exakt */
}

.button-container {
    position: absolute;
    left: 50%;
    bottom: -15px;
    /* Justera detta värde för att höja eller sänka knappen från botten */
    transform: translateX(-50%);
}

.hero-banner .kopknapp {
    padding: 0.90rem 2rem;
    /* Större padding för en större knapp */
    font-size: 1rem;
    font-weight: lighter;
    /* Storlek på texten i knappen */
    /* Lägg till ytterligare stilar om du vill anpassa designen ytterligare */
}

/* Döljer vågen på skärmar mindre än 768px */
@media (max-width: 767px) {
    .wave-container {
        display: none;
    }
}

/* Basstil för promo-sektionen */
.promo-section {
    position: relative;
    font-family: 'Lato', sans-serif;
    overflow: hidden;
    /* Döljer element som går utanför sektionens gränser */
    height: 300px;
    /* Eller höjden som önskas för sektionen */
    background-color: transparent;
    /* Säkerställer att bakgrunden är transparent */
}



/* Stil för banden */
.promo-banner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 220%;
    /* Bredd utöver 100% för att kompensera för rotationen */
    height: 80px;
    /* Höjden på ditt band */
    color: white;
    /* Vit text */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* Centrerar texten horisontellt */
    font-size: 20px;
    /* Storlek på texten */
    font-weight: lighter;
    /* Fet text */
    transform: translate(-50%, -50%) rotate(-4deg);
    /* Centrerar och roterar bandet */
    white-space: nowrap;
    /* Säkerställer att texten inte bryts */
    overflow: hidden;
    /* Döljer överflödig text */
    z-index: 1;
}

/* Röda bandet */
.red-banner {
    background-color: #FF0000;
    /* Röd bakgrundsfärg */
    z-index: 1;
    transform: translate(-50%, -50%) rotate(5deg);
    /* Centrerar och roterar bandet */
}

/* Gröna bandet, positionerat så det överlappar det röda bandet */
.green-banner {
    background-color: #008000;
    /* Grön bakgrundsfärg */
    z-index: 2;
    top: calc(60% + 30px);
    /* Justerar överlappningen */
    transform: translate(-50%, -90%) rotate(-4deg);
    /* Centrerar och roterar bandet */
}

/* Stil för text-containern */
.promo-text-container {
    position: absolute;
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: 100%;
    animation: scrollText 5s linear infinite;
}

/* Grundläggande styling för hela accordion-behållaren */
.accordion {
    width: 100%;
    /* Sätter bredden på accordion till att fylla sin container */
}

.accordion-item {
    border-bottom: 1px solid rgba(187, 187, 187, .3);
    margin-bottom: 10px;
    /* Ger lite avstånd mellan varje accordion-panel */
}

#faqAccordion .accordion-item {
    border: none !important;
}

/* Stil för varje accordion-knapp */
.accordion-button {
    background-color: #0000;
    ;
    color: #14141e;
    /* Textfärg */
    cursor: pointer;
    /* Förvandlar muspekaren till en pekare när den hovrar över knappen */
    padding: 10px 10px 10px;
    /* Inre avstånd inuti knappen */
    width: 100%;
    /* Bredden på knappen är hela bredden av dess container */
    border: none;
    /* Tar bort standardgränsen från knapparna */
    text-align: left;
    /* Justerar texten till vänster */
    outline: none;
    /* Tar bort kontur när knappen är fokuserad (klickad) */
    font-size: 16px;
    /* Storleken på texten inuti knappen */
    font-weight: bold;
    transition: background-color 0.6s ease;
    /* Gör en mjuk övergång för bakgrundsfärgen när den ändras */
    display: flex;
    align-items: center;
    /* Vertikal centrering av innehållet */
    justify-content: flex-start;
    /* Justera innehållet till vänster */

}

/* Stil för pseudoelementet som används för att visa plus- och minustecknen */
.accordion-button:before {
    content: '\002B';
    /* Standardtecken är ett plus */
    color: #012145;
    /* Färgen på tecknet */
    font-weight: bold;
    /* Gör tecknet fetare */
    margin-right: 20px;
    /* Lägger till avstånd till höger om tecknet */
    width: 24px;
    /* Bredden på cirkeln */
    height: 24px;
    /* Höjden på cirkeln */
    background-color: white;
    /* Bakgrundsfärg för cirkeln */
    border-radius: 50%;
    /* Gör elementet cirkulärt */
    display: flex;
    /* Används för att centrera innehållet i cirkeln */
    align-items: center;
    /* Vertikal centrering */
    justify-content: center;
    /* Horisontell centrering */
    border: 1px solid #012145;
    /* Tunn rund border */
    flex-shrink: 0;
    /* Förhindrar att cirkeln krymper */
    flex-grow: 0;
    /* Förhindrar att cirkeln växer */

}

/* Ändrar tecknet till ett minus när knappen är aktiv */
.accordion-button.active:before {
    content: "\2212";
    /* Tecknet för minus */
}

/* Stil för innehållet som är gömt under varje accordion-knapp */
.accordion-content {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease-in;
    padding-left: 50px;

}

.accordion-content.show {
    max-height: 500px;
    /* Du kan justera detta beroende på innehållets faktiska höjd */
}

.accordion-body {
    font-size: 16px;
    color: #4f4f61;
    padding-left: 60px;
    padding-bottom: 20px;
}


/* Anpassad klass för vertikal linje */
.vr {
    background-color: #777;
    /* Svart färg för linjen */
    width: 1px;
    /* Bredden på linjen */
    height: 1px;
    /* Höjden ska vara lika med parent-elementets höjd */
    margin-left: 2px;
    /* Justera placeringen av linjen */
}

@media (max-width: 767px) {
    .vr-row {
        display: none;
    }
}

.vr::before {
    content: "";
    /* Nödvändigt för att visa pseudoelementet */
    position: absolute;
    /* Positionera absolut inuti .vr */
    top: 0;
    /* Placera vid toppen av .vr */
    left: -15px;
    /* Flytta lite till vänster från .vr */
    width: 30px;
    /* Bredden på den horisontella linjen */
    height: 1px;
    /* Höjden på den horisontella linjen, gör den tunn som en linje */
    background-color: #777;
    /* Färg på den horisontella linjen */
    z-index: 1;
    /* Se till att linjen visas över andra element */
}

/* Extra stil för att säkerställa att linjen syns */
.vr-row {
    position: relative;
    /* Positionering relativ till raden */
}


/* Lägg till en :after-pseudoelement för att skapa en linje */
.vr-row:after {
    content: "";
    position: absolute;
    height: 1000px;
    top: 0;
    bottom: 0;
    left: 40%;
    border-left: 1px solid #777;
    /* Skapar den vertikala linjen */
    transform: translateX(-50%);
    /* Centrerar linjen */
}

/* Anpassad klass för horisontell linje */
.hr {
    height: 1px;
    /* Höjden på linjen, gör den tunn som en linje */
    background-color: #777;
    /* Färg på linjen */
    width: 100%;
    /* Full bredd, kan anpassas efter behov */
    margin-top: 0;
    /* Tar bort eventuell överkant marginal */
    margin-bottom: 0;
    /* Tar bort eventuell underkant marginal */
}



.circle-image {
    position: absolute;
    top: -50px;
    /* Justera dessa värden enligt behov */
    left: 50%;
    /* Centrera cirkeln i sidan */
    transform: translateX(-50%);
    /* Centrera cirkeln exakt */
    width: 100%;
    /* Ange cirkelns storlek */
    height: auto;
    /* Behåll bildens aspektförhållande */
    z-index: -1;
    /* Placera cirkeln bakom texten och knapparna */
}

.circle-image-2 {
    /* Ny stil för halvcirkeln */
    position: absolute;
    /* Position relativ till sektionen */
    top: 0;
    /* Placera högst upp i sektionen */
    right: -300px;
    /* Halva bredden av cirkeln utanför sektionens högra kant */
    width: 400px;
    /* Bredd på cirkeln */
    height: auto;
    /* Höjd på cirkeln, gör den till en full cirkel */

    overflow: hidden;
    /* Döljer överskottsinnehåll för att skapa en halvcirkel */
    z-index: -1;
    /* Ligger bakom andra element */
}



.arrow {
    font-size: 350px;
    color: black;
    display: inline-block;
    /* Gör så att transform-egenskapen fungerar */
    transform: rotate(135deg);
    /* Roterar pilen 45 grader */
    position: absolute;
    width: 800px;
    right: 50px;
    height: 650px;
    bottom: -1250px;
}

/* Media query för mobilvyer, exempelvis mindre än 768px */
@media (max-width: 900px) {
    .arrow {
        transform: rotate(90deg);
        /* Roterar pilen så att den pekar åt höger */
        right: 0;
        /* Justera positionen till högerkanten av skärmen */
        bottom: 100px;
        /* Justera positionen till botten av elementet */
        font-size: 150px;
        /* Minska storleken på pilen för mindre skärmar */
        width: 50px;
        /* Justera bredden om nödvändigt */
        height: 50px;
        /* Justera höjden om nödvändigt */

    }
}



.lvhv {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    background-image: url('https://s3.eu-west-1.amazonaws.com/storage.quickbutik.com/stores/4932Q/files/Dots.png'), linear-gradient(to right, #85A2B9, #ffffff);
    background-repeat: repeat-y, no-repeat;
    background-size: 50% auto, cover;
    background-position: left top, center right;
}

.lvhv-header {
    position: relative;
    text-align: center;
    color: white;
    /* Ta bort en fast höjd och låt innehållet bestämma höjden på headern */
    padding: 100px 0;
    /* Justera detta värde för att ge utrymme ovanför och nedanför innehållet */
    background-image: url('https://s3.eu-west-1.amazonaws.com/storage.quickbutik.com/stores/4932Q/files/Dots.png'), linear-gradient(to right, #85A2B9, #ffffff);
    background-repeat: repeat-y, no-repeat;
    background-size: 50% auto, cover;
    /* Anpassa storleken på de prickiga bilderna */
    background-position: left top, right top;
    overflow: hidden;
    /* Förhindrar att absolut positionerade element går utanför headern */
}

/* Stil för innehållet i headern, som bild och text, kan också behöva anpassas */
.lvhv-header-content {
    position: relative;
    z-index: 2;
    /* Säkerställer att innehållet är ovanför de prickiga bakgrundsbilderna */
    /* Lägg till ytterligare stilar för innehållet här */
}

.kajak-image {
    max-width: 50%;

    /* Säkerställer att bilden inte är större än sin container */
    height: auto;
    /* Bevarar bildens proportioner */
    display: block;
    /* Centrerar bilden om 'margin: auto' används */
    margin: 20px auto;

}

.specifications {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    padding-bottom: 25px;
    /* Justera enligt din design */
}

.specifications div {
    text-align: left;
}

.spec-line {
    display: block;
    /* Gör elementet till ett block-element så att det kan ha bredd och höjd */
    margin: 10px auto;
    /* Centrerar linjen horisontellt och ger lite vertikalt utrymme */
    height: 1px;
    /* Höjden på linjen, gör den synlig */
    background-color: #7f7f7f;
    /* Färgen på linjen, ändra efter behov */
    width: 200px;
    /* Bredden på linjen, justera efter behov */
}

.button {
    background-color: #012145;
    color: #fff;
    font-size: 14px;
    padding: 10px 25px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    /* Justera enligt din design */
    font-weight: solid;
}

@media (max-width: 767px) {
    .spec-line {
        display: none;
    }
}

.kajak-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.kajak-title {
    position: relative;
    margin-bottom: 25px;
}

.kajak-title::after {

    position: absolute;
    top: 70%;
    /* Justera detta värde för att placera blixten korrekt */
    right: -10%;
    /* Justera detta värde för att placera blixten korrekt */
    width: 550px;
    /* Bredd på din blixtbild */
    height: 69px;
    /* Höjd på din blixtbild */
    /* background-image: url('/img/zigzag.png'); */
    /* Sökväg till din blixtbild */
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
    /* Se till att blixten hamnar ovanpå texten */
    transform: translateY(-50%);
    /* Centrerar vertikalt i förhållande till rubriken */
}



.kajak-spec-line {
    width: 100%;
    height: 1px;
    /* Höjden på linjen */
    background-color: #7f7f7f;

    margin-top: 50px;
    /* Rymden ovanför linjen */
    margin-bottom: 45px;
    /* Rymden nedanför linjen */
    margin-left: 0;
    /* Alignar med vänstra kanten av kolumnen */
}

.kajak-category {
    display: flex;
    /* Aktiverar flexbox-layouten */
    flex-direction: column;
    /* Ställer in flex-items i en kolumn */
    justify-content: space-between;
    /* Distribuerar utrymmet mellan och runt innehållsobjekten */
}

.kajak-category h2,
.kajak-category p {
    text-align: left;
    /* Justerar texten åt vänster */
    margin-left: 0;
    /* Nollställer vänstermarginalen för att aligna med vänstra kanten av kolumnen */
    margin-right: auto;
    /* Behåller texten åt vänster inom kolumnen */
    max-width: calc(100% - 30px);
    /* Justerar textbredden så att den inte går utanför bildens bredd om nödvändigt */
}

.kajak-img {
    display: block;
    object-fit: cover;
    /* Ser till att bilden är ett blockelement */
    margin-left: 0;
    /* Nollställer vänstermarginalen för att aligna med vänstra kanten av kolumnen */
    width: 309px;
    /* Specificerad fast bredd */
    height: 246px;
    /* Specificerad fast höjd */
}

@media (max-width: 767px) {
    .circle-image-2 {
        display: none;
    }
}

.mySwiper .swiper-wrapper {
    margin-top: 2rem;
    margin-bottom: 20px;

}


.mySwiper .swiper-pagination {
    text-align: center;
    position: relative;
    margin-top: 3px;
    z-index: 5;
}

.myAccessorySwiper .swiper-pagination {
    text-align: center;
    position: relative;
    margin-top: 30px;
    z-index: 5;
}

.kayakCategorySwiper .swiper-pagination {
    text-align: center;
    position: relative;
    margin-top: 40px;
    z-index: 5;
}

.myCustomerReviewSwiper .swiper-pagination {
    text-align: center;
    position: relative;
    margin-top: 20px;
    z-index: 5;
}




.swiper {
    --swiper-navigation-size: 12px !important;
}

.swiper-nav .swiper-button-prev,
.swiper-nav .swiper-button-next {
    opacity: 1 !important;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0 !important;
    z-index: 10;

    width: 44px !important;
    height: 44px !important;
    border-radius: 50%;

    background-color: #f2f2f2;
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);

    background-size: 10px 16px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;

    cursor: pointer;
    transition: all 0.25s ease;
    opacity: 1 !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #ebebeb;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
    transform: translateY(-50%) scale(1.05);
}

.swiper-button-prev { left: -22px; }
.swiper-button-next { right: -22px; left: auto; }

.swiper-button-disabled {
    opacity: 0.35 !important;
    pointer-events: none;
}

@media (max-width: 768px) {

    .full-width-background {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: 100vw;
        background-color: #efeef1;
        color: black;
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
}


.spacer-small {
    width: 100%;
    padding-top: 1.25rem;
}

.headline-sub {
    font-weight: 500;
    color: #888888;
    font-size: 16px;
    padding: 0 4rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.rounded-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    /* 💡 Kräver modern browser, annars se fallback nedan */
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.card.rounded-category {
    display: flex;
    flex-direction: column;

}

.card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1rem 1.2rem;
}

.card-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.h2-creative {
    font-size: 40px;
    font-weight: bolder;
    letter-spacing: -0.5px;

}

.rounded-image {
    border-radius: 10px 10px 0px 0px;
}



.full-width-background-icons {
    border-radius: 10px;
    padding-top: 2rem;
    padding-bottom: 2px;
    margin-bottom: 2rem;
}


.rounded-pros {
    border-radius: 5px;
}


/* Grundläggande styling för produktbeskrivnings-accordion */
.product-accordion {
    width: 100%;
    /* övriga stilar */
}



.product-accordion-item {
    border-bottom: 1px solid rgba(187, 187, 187, .3);
    margin-bottom: 10px;
    /* Övriga stilar */
}


/* Stil för varje produkt-accordion-knapp */
.product-accordion-button {
    background-color: #FFFFFF;
    color: #14141e;
    /* Textfärg */

    /* Förvandlar muspekaren till en pekare när den hovrar över knappen */
    padding: 10px 10px 10px;
    /* Inre avstånd inuti knappen */
    width: 100%;
    /* Bredden på knappen är hela bredden av dess container */
    border: none;
    /* Tar bort standardgränsen från knapparna */
    text-align: left;
    /* Justerar texten till vänster */
    outline: none;
    /* Tar bort kontur när knappen är fokuserad (klickad) */
    font-size: 16px;
    /* Storleken på texten inuti knappen */
    font-weight: bold;
    transition: background-color 0.6s ease;
    /* Gör en mjuk övergång för bakgrundsfärgen när den ändras */
    display: flex;
    align-items: center;
    /* Vertikal centrering av innehållet */
    justify-content: flex-start;
    /* Justera innehållet till vänster */
}


/* Stil för pseudoelementet i produkt-accordion */
/* Stil för pseudoelementet i produkt-accordion */
.product-accordion-button:before {
    content: '\002B';
    /* Standardtecken är ett plus */
    color: #012145;
    /* Färgen på tecknet */
    font-weight: bold;
    /* Gör tecknet fetare */
    margin-right: 10px;
    /* Lägger till avstånd till vänster om tecknet */
    border-radius: 50%;
    /* Gör elementet cirkulärt */
    display: inline-flex;
    /* Behåller proportionerna och centreringen av innehållet */
    border: 1px solid #012145;
    /* Tunn rund border */
    width: 24px;
    /* Bredden på cirkeln */
    height: 24px;
    /* Höjden på cirkeln */
    align-items: center;
    /* Vertikal centrering */
    justify-content: center;
    /* Horisontell centrering */
    flex-shrink: 0;
    /* Förhindrar att cirkeln krymper */
}

/* Ändrar tecknet för aktiv produkt-accordion-knapp */
.product-accordion-button.active:before {
    content: "\2212";
    /* övriga stilar */
}


/* Stil för innehållet i produkt-accordion */
.product-accordion-content {
    background-color: white;
    /* Bakgrundsfärg för innehållet */
    display: none;
    /* Standardinställningen är att inte visa innehållet */
    padding: 18px 18px 5px 5px;
    /* Padding inuti innehållet */
}

.product-accordion-body {
    padding-left: 50px;

}

.accordion-list-item {
    display: flex;
    align-items: center;
}

.accordion-list-item img {
    margin-right: 5px;

}


/* Moderna, diskreta navigationsknappar */
.product-swiper-button-prev,
.product-swiper-button-next {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 123, 255, 0.2);
    border-radius: 8px;
    width: 40px;
    height: 60px;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.product-swiper-button-prev i,
.product-swiper-button-next i {
    font-size: 18px;
    color: #007bff;
}

.product-swiper-button-prev {
    left: 10px;
}

.product-swiper-button-next {
    right: 10px;
}

/* Ta bort default Swiper-pilar */
.product-swiper-button-prev:after,
.product-swiper-button-next:after {
    display: none;
}

/* Hover-effekt */
.product-swiper-button-prev:hover,
.product-swiper-button-next:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2);
    transform: translateY(-50%) scale(1.05);
}

/* Dölj på mobil för bättre touch-upplevelse */
@media (max-width: 768px) {

    .product-swiper-button-prev,
    .product-swiper-button-next {
        display: none;
    }
}

/* Stil för att visa en nedre ram på den aktiva miniatyrbilden */
.active-thumb {
    border: 1px solid #012145;
    padding: 1px;
    margin-bottom: 5px;
}

.header-small {
    font-size: 1rem;
    line-height: 1.5rem;
}

.havskajaker-background {
    background-image: url('https://s3.eu-west-1.amazonaws.com/storage.quickbutik.com/stores/4932Q/files/havskajak-header-kategori.jpg');
    background-size: cover;
    background-position: center center;
    max-height: 400px;

}

/* Stil för den vita text-rutan */
.info-box {
    padding: 25px;
    margin-top: 50px;
    /* Eller använd 'mt-5' Bootstrap-klassen */
    margin: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    backdrop-filter: blur(0.9px);
}

/* Media query för att anpassa layouten på små skärmar */
@media (max-width: 768px) {
    .info-box {
        margin-top: 20px;
        /* Eller använd 'mt-2' Bootstrap-klassen */
        padding: 20px;
        /* Eller använd 'p-1' Bootstrap-klassen */
    }
}

@media (max-width: 768px) {

    /* Anpassa bredden efter dina behov */
    .full-width-header {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: 100vw;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.kajaktillbehor-banner {
    background-image: url('https://s3.eu-west-1.amazonaws.com/storage.quickbutik.com/stores/4932Q/files/Kajaktillbehor-header.jpg');
    background-size: cover;
    background-position: center;
    height: 300px;
    /* Basinställning för mobiler */
}

@media (min-width: 768px) {
    .kajaktillbehor-banner {
        height: 400px;
        /* För desktop */
    }
}

.kajaksortiment-banner {
    background-image: url('https://cdn.quickbutik.com/images/4932Q/products/659fb6ad08050.jpeg?auto=format');
    background-size: cover;
    background-position: center;
    height: 300px;
    /* Basinställning för mobiler */
}

@media (min-width: 768px) {
    .kajaksortiment-banner {
        height: 400px;
        /* För desktop */
    }
}

.sup-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://cdn.quickbutik.com/images/4932Q/products/659fbc25769b3.jpeg?auto=format');
    background-size: cover;
    background-position: center;
    height: 400px;
    /* Basinställning för mobiler */
}

@media (min-width: 768px) {
    .sup-banner {
        height: 400px;
        /* För desktop */
        padding: 25px;
    }

}


.stock-info {
    background: #ffffff;
    border: 1px solid #d5e3f5;
    border-radius: 8px;
    padding: 14px 18px;
    margin: 15px 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #042c53;
}

.stock-info img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}


.stock-info .shipping-date {
    color: #1e5a8e;
}

.notice-info {
    position: relative;
    background: #f5f8fc;
    border-radius: 8px;
    margin: 20px 0;
    padding: 18px 18px 18px 90px;
    font-size: 14px;
    line-height: 1.5;
    color: #042c53;
    font-weight: 400;
    box-shadow: none;
}

.notice-info::before {
    content: 'Hej!';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: #012145;
    color: white;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 14px;
    border-radius: 20px;
    white-space: nowrap;
}

.notice-info img {
    display: none;
}

.notice-info .notice-text a {
    color: #1d4ed8;
    font-weight: 500;
    text-decoration: underline;
    margin-left: 4px;
}

@media (max-width: 768px) {
    .notice-info {
        padding: 16px 14px 16px 80px;
        font-size: 13px;
    }

    .notice-info::before {
        font-size: 12px;
        padding: 7px 12px;
        left: 12px;
    }

    .notice-info .notice-text {
        margin-left: 0;
    }
}



.ribbon-info {
    position: relative;
    display: inline-block;
}

.ribbon-info span {
    color: #001e3c;
    background-color: #e6f2ff;
    border: 1px solid white;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 0.3px;

}

  .price-ribbon-info {
      margin-left: 6px;
  }

  .price-ribbon-info span {
      padding: 6px 11px;
      border-radius: 8px;
      font-size: 13px;
      line-height: 1;
  }

  .price-wrapper > .list-inline-item {
      display: inline-flex;
      align-items: center;
      vertical-align: middle;
  }



.few-info {
    background-color: #fdc82b;
    /* Gul bakgrundsfärg */
    border-radius: 5px;
    /* Rundade hörn */
    margin-top: 5px;
    margin-right: 5px;
    padding: 5px 15px;
    /* Inre vaddering */
    font-size: 13px;
    /* Textstorlek */
    font-weight: 600;
    /* Semibold för bättre läsbarhet, eftersom 'light' kan vara svårt att läsa */
    display: inline-block;
    /* Behåll detta för att visa som inline-block */
    color: black;
    /* Svart textfärg */


}

.few-info {
    box-shadow:
        inset 0 1px 2px rgba(255, 255, 255, 0.2),
        0 2px 2px rgba(0, 0, 0, 0.1);
}

.price-wrapper > li:first-child {
    margin-bottom: 8px !important;
}

 .pro-container {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: 0;
        padding: 20px 0 0;
        color: #1a1a1a;
        font-family: Inter, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: 0.1px;
        box-sizing: border-box;
    }

    .pro-info {
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 0;
        padding: 0;
        color: inherit;
        font: inherit;
        line-height: inherit;
        box-sizing: border-box;
    }

    .pro-info img {
        display: block;
        width: 16px;
        height: 12px;
        flex: 0 0 16px;
        object-fit: contain;
    }

    .pro-text {
        display: block;
        color: #1a1a1a;
        font: inherit;
        line-height: inherit;
        letter-spacing: inherit;
        font-weight: 600;
    }

    @media (max-width: 576px) {
        .pro-container {
            gap: 10px;
        }

        .pro-text {
            font-size: 14px;
        }
    }
@media (min-width: 992px) {
    .sticky-product {
        position: -webkit-sticky;
        /* För Safari */
        position: sticky;
        top: 20px;
        /* Justera detta värde baserat på önskat utrymme från toppen av viewporten */
        z-index: 10;
        /* Se till att den ligger över andra innehållselement */
    }
}

.similar-products-accordion .similar-products-header {
    font-size: 1.25rem;
    /* Example font size */
    font-weight: bold;
    /* Example font weight */

}

.similar-products-accordion .similar-products-button {
    background-color: #fff;
    color: #000;
    border-bottom: 1px solid #ECE7E2;
    border-radius: .25rem;
}

.similar-products-accordion .similar-products-collapse {
    border-color: #f0f0f0;

}

.similar-products-accordion .similar-products-body {
    padding: 1rem;
}


@media (max-width: 768px) {

    /* Anpassa bredden efter dina behov */
    .full-width-section {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: 100vw;


    }
}

.productsort {
    border-radius: 10px !important;
    padding: 8px !important;
}

.badge-custom {
    width: fit-content;
    border-radius: 5px;
    right: 10px !important;
}

.badge-custom span {
    box-shadow: none !important;
    border-radius: 5px;
}


.beautiful-button {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    /*background-color: #C60156;*/
    background-color: #00B67A;
    border-radius: 8px;
    position: relative;
    border: none;
    text-align: center;
    vertical-align: middle;
    line-height: 3;
    padding: 10px 20px;
    transition: opacity 0.2s ease;
    outline: none;
    margin-top: 5px;
    margin-bottom: 12px;
    box-shadow: none;
}

.beautiful-button:hover {
    opacity: 0.9;
}

.beautiful-button:active {
    opacity: 0.8;
}


.beautiful-button-small {
    font-size: 14;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #c60156;
    border-radius: 10px;
    position: relative;
    border: none;
    text-align: center;
    vertical-align: middle;
    line-height: 2;
    padding: 10px 20px;
    transition: all 0.3s ease;
    outline: none;
}


.beautiful-button-small {
    box-shadow:
        inset 0 4px 12px rgba(255, 255, 255, 0.4),
        /* Inner skugga */
        /*  0 8px 8px rgba(27, 35, 50, 0.1), Yttre skugga 
        0 4px 4px rgba(27, 35, 50, 0.1);  Yttre skugga */
}


.beautiful-button-continue-shopping {
    font-size: 14;
    font-weight: 600;
    color: black;
    background-color: #fdc82b;
    border-radius: 10px;
    position: relative;
    border: none;
    text-align: center;
    vertical-align: middle;
    line-height: 2;
    padding: 10px 20px;
    transition: all 0.3s ease;
    outline: none;
}


.beautiful-button-continue-shopping {
    box-shadow:
        inset 0 4px 12px rgba(255, 255, 255, 0.4),
        /* Inner skugga */
        /*  0 8px 8px rgba(27, 35, 50, 0.1),  Yttre skugga 
        0 4px 4px rgba(27, 35, 50, 0.1);  Yttre skugga */
}


.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.input-group {
    background: none !important;
    box-shadow: none !important;
}



.btn.btn-selectpicker {
    border-radius: .25rem;
    /* Lätt rundade hörn */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Subtil skugga för djup */
    color: #333;
    /* Mörkgrå text, för bättre läsbarhet */
}

.index-header-background {
    background: url('https://s3.eu-west-1.amazonaws.com/storage.quickbutik.com/stores/4932Q/files/ben-index-header.png') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 50px 50px;
    border-radius: 10px;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .index-header-background {
        position: fixed;
        margin-top: 5px;
        left: 0;
        right: 0;
        width: 100%;
        padding: 50px 20px;
        z-index: 1000;
        background-position: 70% center;
    }
}

.link-text a {
    color: white !important;

}

.uthyrning-header-background {
    background: url('https://s3.eu-west-1.amazonaws.com/storage.quickbutik.com/stores/4932Q/files/hyra-kajak-header.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 50px 50px;
    border-radius: 10px;
    margin-bottom: 5px;
}

.category-p {
    font-size: 14px;
    line-height: 1.8;
    color: #444444;
    font-weight: 400;


}

.category-h5 {
    font-size: 18px;
    color: #000000;
    letter-spacing: -0.24px;
    font-weight: 500;
}

.category-h3 {
    font-size: 20px;
    color: #000000;
    letter-spacing: -0.24px;
    font-weight: 800;
}

.category-h2 {
    font-size: 24px;
    color: #000000;
    letter-spacing: -0.24px;
    font-weight: 800;
}


.cta-custom {
    background-color: #00afff;
    color: #FFFFFF;
    font-size: 16px;
    padding: 15px 25px;
    /* Adjusted for px-5 and py-3 */
    margin-right: 10px;
    /* Adjusted for me-3 */
    margin-bottom: 10px;
    /* Adjusted for mb-2 */
    border-radius: 30px;
    /* Adjusted for rounded-category */
    white-space: nowrap;
    min-width: 150px;
    text-decoration: none;
    /* Assuming you want to remove underline for links */
    display: inline-block;
    /* Ensuring it behaves like a button */
    border: none;
    /* Removing any default border */
    outline: none;
    /* Removing any default outline */
}

.cta-custom-secondary {
    background-color: white;
    color: #0086ff;
    font-size: 16px;
    /* Justera vid behov */
    padding: 15px 25px;
    /* Justerat för px-5 och py-3 */
    margin-right: 10px;
    /* Justerat för me-3 */
    margin-bottom: 10px;
    /* Justerat för mb-2 */
    border-radius: 30px;
    /* Justerat för rounded-category */
    white-space: nowrap;
    min-width: 150px;
    text-decoration: none;
    /* Ingen understrykning */
    display: inline-block;
    /* Beter sig som en knapp */
    border: 1px solid black;
    /* Smal svart ram */
    outline: none;
    /* Ingen standardkontur */
}

.cta-custom-white {
    background-color: white;
    color: black;
    /* Assuming 'text-dark' should be black */
    font-size: 16px;
    /* Adjust as needed */
    padding: 15px 25px;
    /* Adjusted for px-5 and py-3 */
    margin-right: 10px;
    /* Adjusted for me-3 */
    margin-bottom: 10px;
    /* Adjusted for mb-2 */
    border-radius: 30px;
    /* Adjusted for rounded-category */
    white-space: nowrap;
    min-width: 150px;
    text-decoration: none;
    /* Assuming you want to remove underline for links */
    display: inline-block;
    /* Ensuring it behaves like a button */
    border: none;
    /* Removing any default border */
    outline: none;
    /* Removing any default outline */

}

.cta-custom-white-secondary {
    background-color: white;
    /* Ingen bakgrund */
    color: black;
    /* Vit text */
    font-size: 16px;
    /* Justera vid behov */
    padding: 15px 25px;
    /* Justerat för px-5 och py-3 */
    margin-right: 10px;
    /* Justerat för me-3 */
    margin-bottom: 10px;
    /* Justerat för mb-2 */
    border-radius: 30px;
    /* Justerat för rounded-category */
    white-space: nowrap;
    min-width: 150px;
    text-decoration: none;
    /* Ingen understrykning */
    display: inline-block;
    /* Ser ut som en knapp */
    border: 2px solid white;
    /* Vit ram */
    outline: none;
    /* Ingen standardkontur */
    box-shadow: none;
    /* Ingen skugga */
}

.custom-shipping-container {
    display: flex;
    padding: 6px 20px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    background-color: #f6f6f6;
    border-radius: 20px;
}

.custom-shipping-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.text-block-shipping {
    font-size: 14px;
    color: #000;
}

.shipping-date {
    font-weight: 500;
}

.free-shipping {
    font-weight: bold;
}




.fewleft-container {
    display: flex;
    flex-direction: column;
    padding: 12px 0;
    gap: 10px;
    /* Lägg till ett mellanrum mellan raderna */
}

.fewleft-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.fewleft-text {
    font-size: 14px;
    color: #89580a;
}

.fewleft-circle {
    width: 12px;
    /* Justera bredden vid behov */
    height: 12px;
    /* Justera höjden vid behov */
    vertical-align: middle;
    /* Se till att cirkeln är i mitten vertikalt */
}

.instock-container {
    display: flex;
    flex-direction: column;
    padding: 12px 0;
    gap: 10px;
    /* Lägg till ett mellanrum mellan raderna */
}

.instock-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.instock-text {
    font-size: 14px;
    color: #1a6241;
}

.instock-circle {
    width: 12px;
    /* Justera bredden vid behov */
    height: 12px;
    /* Justera höjden vid behov */
    vertical-align: middle;
    /* Se till att cirkeln är i mitten vertikalt */
}

.product_description {
    font-size: 14px;
    color: #000;
    flex-direction: column;
    padding: 0px 7px;
}

.produktval-info {
    background: #f6f6f6;
    border-radius: 5px;
    margin-top: 10px;
    padding: 15px;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    align-items: center;

}

.produktval-info img {
    margin-right: 15px;
    width: 100px;
    height: 100px;
}


@media (max-width: 576px) {
    .img-small {
        width: 300px;
        /* Adjust the width as needed */
        height: 300px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}


@media (min-width: 1280px) {

    .sticky-add-to-cart,
    .prelander-sticky-add-to-cart {
        display: none !important;
    }
}

/* Shared Base Styles */
.prelander-sticky-add-to-cart,
.sticky-add-to-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(144, 213, 33, 0.92);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
    color: #1a1a1a;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06), 0 -8px 32px rgba(0, 0, 0, 0.08);
    z-index: 999;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px)) 16px;
    border-top: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: auto;
}

/* Sticky: Appears on Scroll */
.sticky-add-to-cart {
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
    max-width: 100vw;
    background: #ffffff;
    box-shadow: 0 -1px 0 #e5e5e5;
    border-top: none;
    color: #1a1a1a;
    padding: 12px 20px calc(12px + env(safe-area-inset-bottom, 0px)) 20px;
}

.sticky-visible {
    opacity: 1;
    transform: translateY(0);
}

/* — Sticky price — */
.sticky-add-to-cart .sticky-current-price {
    color: #F7203A;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.sticky-add-to-cart .sticky-old-price {
    color: #999;
    font-size: 13px;
    font-weight: 400;
}

/* Ribbon badge inside sticky */
.sticky-add-to-cart .ribbon-info {
    margin-top: 3px;
}

.sticky-add-to-cart .ribbon-info span {
    font-size: 11px;
    padding: 2px 7px;
}

/* — Sticky CTA button — */
.sticky-add-to-cart .sticky-add-cart {
    background: #00B67A;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 14px 24px;
    border-radius: 8px;
    box-shadow: none;
    text-decoration: none;
}

.sticky-add-to-cart .sticky-add-cart:hover {
    opacity: 0.9;
    color: #ffffff;
}

.sticky-add-to-cart .sticky-add-cart:active {
    opacity: 0.8;
}

/* Layout Structure */
.prelander-page-width,
.sticky-page-width {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.prelander-sticky-info,
.sticky-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
}

.prelander-sticky-price,
.sticky-price-section,
.sticky-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.prelander-current-price,
.sticky-current-price {
    font-size: 22px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.prelander-old-price,
.sticky-old-price {
    font-size: 14px;
    text-decoration: line-through;
    color: #999;
    font-weight: 400;
}

.prelander-klarna-info,
.sticky-klarna-info {
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 2px;
}

.prelander-klarna-logo,
.sticky-klarna-logo {
    width: 36px;
    height: auto;
    margin-left: 4px;
}

/* Button Section */
.prelander-add-btn,
.sticky-add-btn {
    flex: 1;
    min-width: 0;
}

.prelander-sticky-add-cart,
.sticky-add-cart {
    background: #C60156;
    color: #ffffff;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.03em;
    border-radius: 8px;
    width: 100%;
    display: block;
    box-shadow: none;
    transition: opacity 0.2s ease;
}

.prelander-sticky-add-cart:hover,
.sticky-add-cart:hover {
    opacity: 0.9;
    color: #ffffff;
}

.prelander-sticky-add-cart:active,
.sticky-add-cart:active {
    opacity: 0.8;
}


#launcher,
#webWidget {
    bottom: 65px !important;
    /* Flytta upp Zendesk-widgeten ovanför din sticky add-to-cart knapp */
    z-index: 1000 !important;
    /* Se till att den har ett högre z-index så den ligger över andra element */
}




button:focus {
    outline: none !important;
}

.stock-status-container {
    display: flex;
    flex-direction: column;
    padding:0;
    gap: 0;
}

.stock-status-item {
    display: flex;
    align-items: center;
    gap: 8px;
margin: 0;
}

.stock-status-text {
    font-size: 14px !important;
    color: #012145;
}

.green-circle {
    animation: fade 1s ease-in-out infinite;
}

.fewleft-circle {
    width: 12px;
    /* Justera bredden vid behov */
    height: 12px;
    /* Justera höjden vid behov */
    vertical-align: middle;
    /* Se till att cirkeln är i mitten vertikalt */
}

.free-shipping-notification {
    display: flex;
    align-items: center;
    justify-content: center;
    /* Lägg till detta för att centrera innehållet horisontellt */
    font-size: 15px;
    color: #c60156;
    margin: 0 auto;
    /* Lägg till detta för att centrera containern */
    font-weight: bold;
}

.free-shipping-notification img {
    width: 24px;
    height: auto;
    margin-right: 8px;

}

.text-block-shipping {
    font-size: 14px !important;
    color: #000;
}

.full-width-bg {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}


.full-width-gradient {
    background-image: linear-gradient(#e6f0fc, #fff0);
    width: 100%;
    /* Använd 100% bredd istället för 100vw */
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}

.blu-wave-w {
    position: relative;
    overflow: hidden;
    /* Se till att inget sträcker sig utanför */
    margin-top: -5px;
    /* Behåll justeringen om du behöver den */
}

.blu-wave-w img {
    width: 100%;
    /* Se till att bilden täcker hela bredden */
    display: block;
    position: relative;
    top: 0;
}

@media (max-width: 768px) {

    .full-width-gradient,
    .blu-wave-w {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: 100vw;
    }
}

.flying-bean {
    box-sizing: content-box;
    max-height: 98px;
    position: absolute;
    top: 10%;
    bottom: auto;
    left: auto;
    right: 10%;
}

.flying-bean._2 {
    max-height: 82px;
    top: 15%;
    bottom: auto;
    left: 5%;
    right: auto;
}

@media screen and (max-width: 767px) {
    .spacer-80px {
        height: 60px;
    }
}

@media screen and (max-width: 991px) {
    .spacer-80px {
        height: 70px;
    }
}

.spacer-80px {
    height: 80px;
}

@media screen and (max-width: 767px) {
    .spacer-60px {
        height: 40px;
    }
}

@media screen and (max-width: 991px) {
    .spacer-60px {
        height: 50px;
    }
}

.spacer-60px {
    height: 60px;
}

/* Grundläggande layout för FAQ-sektionen */
.faq-w {
    display: flex;
    gap: 20px;
}

/* För skärmar större än 991px (desktop) */
@media screen and (min-width: 992px) {
    .faq-w {
        flex-direction: row;
        /* Bilden till vänster, FAQ till höger */
        align-items: center;
    }

    .faq-w .col-md-5 {
        order: 1;
        /* Bilden i första kolumnen */
        flex: 0 0 50%;
        max-width: 50%;
    }

    .faq-w .col-md-7 {
        order: 2;
        /* FAQ i andra kolumnen */
        flex: 0 0 50%;
        max-width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* Centrera FAQ-listan vertikalt */
    }
}

/* För skärmar mindre än 992px (tablet och mobil) */
@media screen and (max-width: 991px) {
    .faq-w {
        flex-direction: column;
        /* Vertikal stapling på mindre skärmar */
    }

    .faq-w .col-md-5,
    .faq-w .col-md-7 {
        width: 100%;
        /* Gör varje element 100% bredd */
        max-width: 100%;
    }

    .faq-img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        /* Lägger till mellanrum under bilden */
    }
}

.custom-scroll-nav-wrapper {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);

}

.custom-scroll-nav {
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    color: #231f20;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0;
    border-bottom: 1px solid #adb5bd;
    scrollbar-width: auto;
    scrollbar-color: #0db2f0 #e0e0e0;
}

.custom-scroll-nav::-webkit-scrollbar {
    height: 10px;
}

.custom-scroll-nav::-webkit-scrollbar-track {
    background: #e0e0e0;
    /* Färg på scrollbarens spår */
}

.custom-scroll-nav::-webkit-scrollbar-thumb {
    background-color: #0db2f0;
    border-radius: 10px;
}

.custom-scroll-nav {
    scrollbar-width: thin;
    scrollbar-color: #0db2f0 white;
}

.custom-nav-link {
    color: #231f20;
    padding: 0 15px;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Dölj hela menyn på desktop */
@media (min-width: 992px) {
    .custom-scroll-nav-wrapper {
        display: none;
    }
}



.order-limit-container {
    display: flex;
    margin-top: 15px;
}

.order-limit-box {
    background-color: var(--backgroundColor, #DEEAF7);
    color: var(--color, #356796);
    border-radius: 10px;
    box-shadow: 0 0 0 2px inset rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    font-family: Gotham, sans-serif;
    font-size: 14px;
    justify-content: center;
    line-height: 1.11;
    padding: 14px 18px 0px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.order-limit-text {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-limit-tooltip {
    position: relative;
    align-items: center;
}

.order-limit-tooltip-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: inline-flex;
    align-items: center;
}

.order-limit-icon {
    width: 16px;
    height: 16px;
    fill: var(--color, #356796);
    vertical-align: middle;
    margin-left: 5px;
}




.order-limit-tooltip-btn[aria-expanded="true"] .order-limit-tooltip-content {
    display: block;
}

.order-limit-tooltip-content {
    position: absolute;
    top: var(--tooltipTop, 43px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: #000;
    padding: 12px 16px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    white-space: normal;
    width: 300px;
    z-index: 9999;
    display: none;
    overflow-wrap: break-word;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
}

/* Visar tooltip när du hovrar över ikonen */
.order-limit-tooltip:hover .order-limit-tooltip-content {
    display: block;
}

@media (max-width: 576px) {
    .order-limit-tooltip-content {
        width: 300px;
        /* Använd en fast bredd som på desktop */
        left: 50%;
        /* Centrerar rutan på skärmen */
        transform: translateX(-50%);
        /* Behåller centrerad position */
        top: calc(var(--tooltipTop, 43px) + 10px);
        padding: 12px 16px;
        /* Behåll samma padding för konsistens */
        box-sizing: border-box;
        /* Se till att padding inte gör rutan bredare än 300px */

    }
}

.custom-scroll-reviews {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px;
    gap: 20px;

}

.review-box {
    min-width: 250px;
    max-width: 300px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    flex-shrink: 0;
    box-sizing: border-box;
    word-wrap: break-word;
}

.custom-scroll-reviews::-webkit-scrollbar {
    display: none;
}

/* Pagination dots styling */
.custom-pagination-dots {
    text-align: center;
    margin-top: 15px;
}

.custom-pagination-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #ddd;
    border-radius: 50%;
}

.custom-pagination-dots .dot.active {
    background-color: #00d084;
}

.no-padding-left-review .accordion-body {
    padding-left: 0;
    /* Tar bort padding-left */
}

.review-image {
    width: 100px;
    /* Gör bilden kvadratisk */
    height: 100px;
    /* Samma höjd som bredd för att hålla formen kvadratisk */
    object-fit: cover;
    margin-bottom: 10px;
    /* Avstånd mellan bild och text */
    border-radius: 50%;
    /* Gör bilden rund */
    display: block;
    padding: 4px;
    /* Lägg till padding för att visa gradientbordern */
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    /* Instagram-liknande gradient */
    background-size: 200%;
    /* Gör gradienten större för att skapa en smidig övergång */
    border: none;
    /* Ta bort standardgränsen */
}

.review-image img {
    border-radius: 50%;
    /* Gör den inre bilden rund */
    display: block;
    width: 100%;
    /* Se till att bilden fyller utrymmet korrekt */
    height: 100%;
    object-fit: cover;
}




.review-modal {
    display: none;
    /* Döljer modalen vid sidans laddning */
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.review-modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);

}

.review-modal-close {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #ffffff;
    /* Ljus färg för stängningsknappen */
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
}

.review-story-container {
    position: relative;
    text-align: center;
}

.review-story-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.review-story-image {
    display: none;
    width: 100%;
    border-radius: 10px;
}

.review-story-image.active {
    display: block;
}

.review-story-prev,
.review-story-next {
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #ffffff !important;
    /* Tvingar pilarna att vara vita */
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
    user-select: none;
    z-index: 1001;
}

.review-story-prev {
    left: 10px;
}

.review-story-next {
    right: 10px;
}

.review-story-prev:hover,
.review-story-next:hover {
    color: #d1d1d1 !important;
    /* Ljusare grå färg vid hover */
}

.review-story-video {
    width: 315px;
    /* Bredd för att matcha typiska Short-videor */
    height: 560px;
    /* Höjd för att matcha typiska Short-videor */
    border-radius: 10px;
    object-fit: cover;
    display: none;
    /* Starta som dold, visas när aktiv */
}

.review-story-video.active {
    display: block;
}

.section.hero {
    margin-bottom: 10px;
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.section.hero img {
    margin: 0;
    padding: 0;
}

.uthyrning-background {
    background-color: #bedbff;
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}



/* SUP SECTION 1 */
.first-section {
    padding: 4rem 0;
    position: relative;
    height: auto;
    min-height: 100vh;
}

.product-info {
    position: absolute;
    top: 10%;
    left: 10%;
}

.product-number {
    font-size: 3rem;
    font-weight: normal;
}

.sup-name {
    font-size: 5rem;
    font-weight: bold;
    line-height: 0.9;
}

.product-subname {
    font-size: 5rem;
    color: #9CCCCD;
}

.sup-image {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(2deg);
    max-width: 60%;
    z-index: 10;
}


.konstruktion-image {
    position: static;
    transform: none;
    max-width: 50%;
}


.product-description {
    position: absolute;
    bottom: 10%;
    right: 5%;
    max-width: 400px;
    font-size: 16px;
    color: #737373;
}

@media (max-width: 768px) {
    .first-section {
        display: flex;
        flex-direction: column;
        padding: 2rem 1rem;
        min-height: auto;
    }

    .product-info {
        position: static;
        width: 100%;
        margin-bottom: 2rem;
    }

    .product-number {
        font-size: 2rem;
    }

    .sup-name,
    .product-subname {
        font-size: 4rem;
    }

    .sup-image {
        position: static;
        transform: none;
        max-width: 100%;
        margin: 2rem 0;
    }

    .hero-boat-image {
        position: static;
        transform: none;
        max-width: 100%;
        margin: 2rem 0;


    }

    .konstruktion-image {
        position: static;
        transform: none;
        max-width: 100%;
    }

    .product-description {
        position: static;
        max-width: 100%;
        margin-top: 2rem;
    }
}

/* SUP SECTION 2 */
.drop-stitch-section {
    /*background-color: #f0f8ff;*/
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.section-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.section-title span {
    color: #9CCCCD;
}

.section-description {
    color: #6c757d;
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}



.feature-title {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    text-align: left;
}

.feature-description {
    font-size: 1rem;
    color: #6c757d;
    text-align: left;
}



.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000066;
    /* Mörk overlay med 50% opacitet */
    z-index: -1;
    /* Lägg bakom innehållet */
}



.sup-description-box {
    position: absolute;
    bottom: -200px;
    /* Liten marginal till botten */
    right: 70px;
    /* Liten marginal till höger */
    padding: 1.5rem;
    max-width: 400px;
    /* Du kan justera bredden här */
    z-index: 2;
}

.sup-description {
    font-size: 1rem;
    color: white;
    /* Textfärg */
    margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
    .sup-title {
        font-size: 2rem;
    }

    .sup-description {
        font-size: 1rem;
    }

    .sup-description-box {
        right: 0px;
        padding: 1rem;
        max-width: 100%;
        top: 10px;
    }

    .lvhv-name {
        font-size: 4rem;
        font-weight: bold;
        line-height: 0.7;
    }

    .lvhv-subname {
        font-size: 3rem;
        line-height: 1.2;
    }



}

/* STABILITY SECTION */
.stability-section {
    position: relative;
    background-image: url('https://cdn.quickbutik.com/images/4932Q/products/6386050181b55.jpeg?auto=format');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 5rem 0;
    min-height: 600px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.stability-section-gif {
    position: relative;
    background-image: url(https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExanduZXJuNmY4b2RyNTNxZWF1ZTc2NzBtY3lmdngyMWl2bXoxN2M0biZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/xVPTFFFa5sJ9ISfxQr/giphy.gif);
    background-size: cover;
    background-position: center;
    color: white;
    padding: 5rem 0;
    min-height: 600px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.wave-number {
    font-size: 3rem;
    font-weight: normal;
    color: #FF7F50;
}

.wave-name {
    font-size: 3rem;
    font-weight: bold;
    line-height: 0.9;
}

.waves-subname {
    font-size: 5rem;
    color: #FF7F50;
}

.wave-product-image {
    position: absolute;
    top: 40%;
    left: 45%;
    transform: translate(-50%, -50%) rotate(1deg);
    max-width: 60%;
    z-index: 10;
}

.waves-section-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.waves-section-title span {
    color: #FF7F50;
}

.lvhv-number {
    font-size: 5rem;
    font-weight: normal;
    color: #FF3131;

}

.lvhv-name {
    font-size: 5rem;
    font-weight: bold;
    line-height: 0.7;
}

.lvhv-subname {
    font-size: 3rem;
    color: #FF3131;
    line-height: 0.7;
}

.hero-boat-image {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(150deg);
    max-width: 90%;
    z-index: 10;
}


.kayak-section {
    background-color: #ffffff;
    min-height: 50vh;
    display: flex;
    align-items: center;
}


.kayak-image {
    position: static;
    transform: none;
    max-width: 100%;
    /* Ökar storleken */
    width: 100%;
    /* Lägg till för att säkerställa att bilden expanderar */
    height: auto;
    /* Bevarar bildens proportioner */
}

.lvhv-section-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.lvhv-section-title span {
    color: #FF3131;
}

.lvhv-section {
    position: relative;
    /* För overlay-positionering */
    background-image: url('https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExYWVlMnV0NnQ0MW03cDRiamg4amNoZmkxNXh4MGRtcmFoZ3hpbDhlNSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/ZyzkNUIUGBUWD4HSgU/giphy.gif');
    /* Bakgrundsbild */
    background-size: cover;
    /* Täck hela sektionen */
    background-position: center;
    color: white;
    /* Vit text */
    padding: 5rem 0;
    /* Padding för sektionen */
    min-height: 600px;
    /* Justera höjden beroende på ditt innehåll */
    display: flex;
    align-items: center;
    z-index: 1;
}

.lvhv2-section {
    position: relative;
    /* För overlay-positionering */
    background-image: url('https://s3.eu-west-1.amazonaws.com/storage.quickbutik.com/stores/4932Q/files/roder.jpg');
    /* Bakgrundsbild */
    background-size: cover;
    /* Täck hela sektionen */
    background-position: center;
    color: white;
    /* Vit text */
    padding: 5rem 0;
    /* Padding för sektionen */
    min-height: 600px;
    /* Justera höjden beroende på ditt innehåll */
    display: flex;
    align-items: center;
    z-index: 1;
}


.product-offer-addon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background-color: #ffffff;
    border: 0.5px solid #dee2e6;
    border-radius: .25rem;
    margin-bottom: 20px;
    transition: border-color 0.3s ease, background-color 0.3s ease;

}

.product-offer-addon:hover {
    border-color: #012145;
    background-color: #f7f7f7;
}

.product-offer-addon input[type="checkbox"] {
    margin-right: 15px;
    cursor: pointer;
    transform: scale(1.2);
}

.product-offer-addon label {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    cursor: pointer;
}

.product-offer-addon .addon-price {
    color: #d32f2f;
    font-weight: bold;
    margin-left: 10px !important;
    font-size: 14px;
}




.product-image label {
    position: relative;
    padding-left: 60px;
}

.product-image label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-image: url('https://cdn.quickbutik.com/images/4932Q/products/63847bdfaee18.jpeg?auto=format');
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    /* Rundade hörn för en snygg design */
}

.garanti-banner {
    position: relative;
    width: 100%;
    background-color: #64D988;
    /* Färg för banderollen */
    color: white;
    text-align: center;
    padding: 3px;
    z-index: 1;
    /* Gör att den ligger över andra element om nödvändigt */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Lägger till en skugga för att ge den lite djup */

}

.garanti-banner .garanti-text {
    font-size: 14px;
    /* Stor text för årtalet */
    font-weight: bold;
    display: inline-block;
}

.garanti-banner .garanti-small {
    font-size: 10px;
    /* Ännu mindre text för "enligt köpvillkor" */
    display: block;
    margin-top: -5px;
}

.flash-sale {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 8px;
    background-color: #edf9f5;
    border-left: 4px solid #1db88a;
    font-size: 14px;
    flex-wrap: nowrap;
    gap: 12px;
}

.flash-sale {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;

    padding: 8px 24px;
    margin-bottom: 8px;

    background: #F4C01E;
    border: 0;
    box-shadow: none;

    font-family: 'Lato', sans-serif;
    font-size: 14px;

    flex-wrap: nowrap;
    gap: 12px;
    white-space: nowrap;
}

.flash-sale-left {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 28px;
    box-sizing: border-box;

    margin: 0;
    padding: 0 12px;

    background: #ffffff;
    color: #012145;
    border-radius: 4px;

    font-size: 11px;
    line-height: 28px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;

    white-space: nowrap;
}

.flash-sale-left::before {
    content: none;
    display: none;
}

.flash-sale-right {
    display: flex;
    align-items: center;

    height: 28px;
    box-sizing: border-box;

    margin: 0;
    padding: 0;

    background: transparent;
    color: #012145;

    font-size: 13px;
    line-height: 28px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;

    white-space: nowrap;
    text-align: left;
}

@media (max-width: 768px) {
    .flash-sale {
        padding: 8px 16px;
        gap: 10px;
    }

    .flash-sale-left {
        height: 26px;
        padding: 0 10px;
        font-size: 10px;
        line-height: 26px;
        letter-spacing: 0.14em;
    }

    .flash-sale-right {
        height: 26px;
        font-size: 12px;
        line-height: 26px;
        white-space: nowrap;
    }
}

@media (max-width: 480px) {
    .flash-sale {
        padding: 8px 10px;
        gap: 8px;
        overflow-x: auto;
    }

    .flash-sale-left {
        height: 24px;
        padding: 0 9px;
        font-size: 9px;
        line-height: 24px;
        letter-spacing: 0.12em;
        flex-shrink: 0;
    }

    .flash-sale-right {
        height: 24px;
        font-size: 11px;
        line-height: 24px;
        flex-shrink: 0;
    }
}

.timer {
    color: #ff8c00;
}


.scroll-container {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    /* Håller knapparna inom container */
}

.custom-scroll-reviews {
    display: flex;
    overflow-x: auto;
    padding: 10px;
    gap: 20px;
    will-change: scroll-position;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    width: 100%;
    /* Så att scroll-baren fyller utrymmet */
}

.scroll-btn {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    z-index: 1;
    /* Placera knapparna över andra element */
}

.scroll-btn.left {
    left: 10px;
}

.scroll-btn.right {
    right: 10px;
}


.kajakerbjudande {
    position: relative;
    background: linear-gradient(135deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.4));
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}

.header-banner-highlight {
    background-color: white;
    color: #007dbc;
    padding: 2px 7px;
    border-radius: 15px;
    font-weight: bold;
    margin-right: 10px;
}

.mobile-break {
    display: none;
    /* Dölj på större skärmar */
}

@media (max-width: 768px) {

    /* Anpassa max-width om du vill */
    .mobile-break {
        display: inline;
        /* Visa på mobila enheter */
    }
}

.discount-percentage {
    position: absolute;
    top: 5px;
    /* Justera om du vill placera den högre eller lägre */
    left: 5px;
    /* Placera på vänstra sidan för att undvika konflikt */
    font-size: 12px;
    font-weight: normal;
    color: white;
    background-color: #1A3A5C;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 10;
    /* Se till att den hamnar över andra element */
}

.production-description-intro {
    font-size: 13px;
    letter-spacing: normal;
}

/*bikebag*/
.comparison-section {
    background-color: #007bff;
    color: white;
    padding: 50px 0;
}

.comparison-table {
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
}

.comparison-table td,
.comparison-table th {
    padding: 15px;
    text-align: center;
}

.comparison-table th {
    background-color: #f8f9fa;
    font-weight: bold;
}

.check-mark {
    color: #28a745;
    font-size: 1.5rem;
}

.x-mark {
    color: #dc3545;
    font-size: 1.5rem;
}

.comparison-section {
    background-color: #007bff;
    color: white;
    padding: 50px 0;
}

.comparison-table {
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
}

.comparison-table td,
.comparison-table th {
    padding: 15px;
    text-align: center;
}

.comparison-table th {
    background-color: #f8f9fa;
    font-weight: bold;
}

.check-mark {
    color: #28a745;
    font-size: 1.5rem;
}

.x-mark {
    color: #dc3545;
    font-size: 1.5rem;
}

.cta-section {
    background-image: url('https://s3.eu-west-1.amazonaws.com/storage.quickbutik.com/stores/4932Q/files/cykelvaska-lander.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 100px 0;
    position: relative;
}

.cta-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.cta-section .content {
    position: relative;
    z-index: 2;
}

.cta-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.live-counter {
    font-size: 16px;
    color: #333;
}

.live-counter strong {
    color: #d9534f;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1000;
    /* Ensures it stays above other elements */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Optional: Adds a shadow for depth */
    background-color: #f8f9fa;
    /* Matches Bootstrap's bg-light */
    border-bottom: 1px solid #ddd;
    /* Optional: Adds a subtle border */
}


.cta-lander {
    background-color: #f7203a;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;

}

.price-tag {
    font-size: 28px;
    color: #ff0000;
    text-align: center;
    text-decoration: line-through;
}

.new-price {
    font-size: 36px;
    color: #009900;
    text-align: center;
    font-weight: bold;
}


.product-property-line {
    padding: 5px 0px;
}

.addon-product-container {
    display: grid;
    grid-template-columns: 60px 1fr auto;
    align-items: center;
    padding: 12px 16px;
    border-top: 0;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background-color: white !important;
    margin-bottom: 8px;
    gap: 12px;
}

.addon-product-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

.addon-product-content {
    min-width: 0;
}

.addon-product-title {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 2px;
    color: #012145;
    line-height: 1.3;
    word-wrap: break-word;
}

.addon-product-price {
    font-size: 13px;
    font-weight: 600;
    color: #012145;
    display: inline;
    margin-right: 8px;
}

.addon-product-link {
    font-size: 12px;
    color: #1e5a8e;
    text-decoration: none;
    white-space: nowrap;
    display: inline;
}

.addon-product-link:hover {
    text-decoration: underline;
}

.addon-product-container:has(input[type="checkbox"]:checked) {
    border-color: #003d6b;
    border-width: 1px;
}



/* Before after  */
.before-after-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 400px;
    overflow: hidden;
    margin: auto;
}

.before-after-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.before-image,
.after-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.after-image {
    clip-path: inset(0 50% 0 0);
}

.slider-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    z-index: 10;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.slider-handle:active {
    cursor: grabbing;
}

.slider-icon {
    font-size: 18px;
    color: #000;
    margin: 0 5px;
}

.before-arrow {
    transform: translateY(-1px);
    /* Justerar vertikalt */
}

.after-arrow {
    transform: translateY(-1px);
    /* Justerar vertikalt */
}


.pdp-accordion-button {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e5e7eb;
    background: #ffffff;
    color: #012145 !important;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    padding: 18px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
    gap: 12px;
}



.pdp-accordion-button.collapsed {
    color: #012145;
}

.pdp-accordion-button:hover {
    background-color: #f8f9fa;
}

.pdp-accordion-button::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2.5px solid #003d6b;
    border-bottom: 2.5px solid #003d6b;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-left: auto;
}

.pdp-accordion-button:not(.collapsed)::after {
    transform: rotate(-135deg);
    border-color: #003d6b;
}

.pdp-accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    border-bottom: 2px solid #003d6b;
}

.pdp-accordion-button:not(.collapsed) .accordion-icon {
    color: #003d6b;
}


.accordion-icon {
    font-size: 20px;
    width: 24px;
    height: 24px;
    color: #012145;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


@media (max-width: 768px) {
    .pdp-accordion-button {
        padding: 16px 18px;
        font-size: 15px;
    }

    .accordion-icon {
        font-size: 18px;
        width: 22px;
        height: 22px;
    }
}

.discount-text {
    display: block;
    font-size: 13px;
    /* Keeps it compact */
    color: #FFFDE0;
    text-transform: none;
    font-weight: 600 !important;
    line-height: 1.4;
    /* Slightly tighter spacing */
    margin-top: -10px;
    /* Brings text closer without breaking layout */
}


.erbjudande-text {
    /*display: inline-block;*/
    background: #e6f2ff;
    /* Ren vit bakgrund */
    color: #001e3c;
    /* Mörkgrå text för bättre läsbarhet */
    font-size: 14px;
    font-weight: 500;
    /* Elegant, inte för fet */
    padding: 6px 14px;
    /* Balanserad padding */
    border-radius: 8px 8px 0px 0px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);  */
    margin-bottom: -3px;
    white-space: normal;
    max-width: 100%;
}

.giphy-background {
    width: 100%;
    height: 100%;
    min-height: 400px;
    /* Anpassa höjden */
    background-image: url("https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExanduZXJuNmY4b2RyNTNxZWF1ZTc2NzBtY3lmdngyMWl2bXoxN2M0biZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/xVPTFFFa5sJ9ISfxQr/giphy.gif");
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    /* Rundade hörn, om du vill matcha bilden */
}

.sidebar-cart-footer {
    height: auto !important;
    background-color: #fff !important;
}

.sidebar-cart-product-wrapper {
    max-height: calc(calc(var(--vh, 1vh) * 100) - 350px) !important;
}



.returns-policy-section {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 115, 182, 0.08);
    position: relative;
    overflow: hidden;
}

.returns-page-heading {
    font-weight: 700;
    color: #1A365D;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
}


.returns-section-heading {
    font-weight: 600;
    color: #1A365D;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.returns-info-card {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 115, 182, 0.08);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    border-left: 4px solid #0073b6;
}

.returns-category-card {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 115, 182, 0.08);
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-top: 4px solid #0073b6;
}

.returns-category-title {
    font-weight: 600;
    color: #1A365D;
    background-color: rgba(0, 115, 182, 0.1);
    padding: 10px 15px;
    border-radius: 12px 12px 0 0;
}

.returns-address-box {
    background-color: white;
    border-radius: 12px;
    border-left: 4px solid #FFA726;
    padding: 20px;
    margin-bottom: 20px;
}

.returns-address-box strong {
    color: #1A365D;
}

.returns-price-highlight {
    font-weight: 600;
    color: #0073b6;
}

.returns-info-icon {
    color: #0073b6;
    margin-right: 8px;
}

.returns-warning-text {
    font-weight: 600;
    color: #e74c3c;
}

.returns-address-list {
    list-style-type: none;
    padding-left: 0;
}

.returns-address-list li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.returns-address-list li:last-child {
    border-bottom: none;
}

.returns-products-list {
    list-style-type: none;
    padding-left: 0;
}

.returns-products-list li {
    padding: 8px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
}

.returns-products-list li:last-child {
    border-bottom: none;
}

.returns-contact-info {
    background-color: #FFF7ED;
    border-radius: 12px;
    padding: 15px;
    margin-top: 20px;
}

.returns-contact-info i {
    color: #0073b6;
    margin-right: 10px;
}

.returns-alert-box {
    background-color: rgba(255, 167, 38, 0.1);
    border-left: 4px solid #FFA726;
    padding: 15px;
    border-radius: 0 12px 12px 0;
    margin: 20px 0;
}

@media (max-width: 768px) {
    .category-card {
        margin-bottom: 1.5rem;
    }
}

.important-note {
    background-color: rgba(231, 76, 60, 0.1);
    border-left: 4px solid #e74c3c;
    padding: 15px;
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
    margin: 20px 0;
}



.kategorisida-container {
    position: relative;
    overflow: hidden;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    color: #140337;
}

.kategorisida-banner {
    background-size: cover;
    background-position: center;
    width: 100%;
}

.kategorisida-desktop {
    height: auto;
    min-height: 400px;
    max-height: 800px;
    padding: 3rem 0;
}

.kategorisida-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    color: black;
}

.kategorisida-subtitle {
    line-height: 1.6;
    max-height: 50vh;
    overflow-y: auto;
}

.kategorisida-badge {
    display: inline-flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    border-radius: 50px;
    padding: 0.5rem 1rem;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0.25rem;
}

.kategorisida-badge img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

/* Endast för mobil */
@media (max-width: 767.98px) {
    .kategorisida-mobile {
        min-height: 450px;
    }
}

.uthyrning-hero-section {
    max-height: 400px;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.uthyrning-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.uthyrning-hero-content {
    position: relative;
    z-index: 1;
    max-width: 600px;
    padding: 0 15px;
}

.uthyrning-bullet-point {
    width: 8px;
    height: 8px;
    background-color: #0d6efd;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.uthyrning-section {
    padding: 5rem 0;
}



.uthyrning-rounded-category {
    overflow: hidden;
    border-radius: 0.375rem;
}



.guide-section {
    padding: 100px 0;
    font-family: 'Inter', sans-serif;
    color: #212529;
    line-height: 1.7;
}

.guide-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}



.header-info-bar {

    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 16px !important;
    background-color: #F9F7F5;
    color: #1A2143;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
}

.header-info-bar .info-item {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px;
    white-space: nowrap;
    font-size: 13px;
}

.header-info-bar i {
    color: #1A2143;
    font-size: 15px;
}


.header-info-bar .divider {
    width: 1px;
    height: 18px;
    background-color: rgba(255, 255, 255, 0.25);
    display: block;
}


@media (max-width: 768px) {
    .header-info-bar {
        gap: 12px !important;
        text-align: center;
    }

    .header-info-bar .divider {
        display: none !important;
    }
}


.klarna-usp img {
    width: 40px;
    height: auto;
    margin-bottom: 5px;
    /* Reduce from 10px to 5px */
}

.usp-container {
    display: flex;
    justify-content: center;
    align-items: center;

}

.product-hover-overlay .laggikorg {
    background-color: #00b67a;
    color: white;
  
}

.youtube-wrapper {
    width: 80%;
    /* Justera storleken */
    max-width: 480px;
    /* Sätt en maxbredd så den inte blir för stor */
    margin: 0 auto;
    /* Centrerar den i mitten */
}

.youtube-wrapper iframe {
    width: 100%;
    /* Låter den anpassa sig till förälderelementet */
    height: auto;
    aspect-ratio: 16 / 9;
    /* Håller rätt proportioner */
    display: block;
    border-radius: 8px;
    /* Valfritt, om du vill ha rundade hörn */
}

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

/* Synlig och centrerad play-knapp */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    /* Se till att knappen ligger över bilden */
}

/* Skapa en ikon i mitten av knappen */
.play-button::before {
    content: "▶";
    font-size: 24px;
    color: white;

}

.offer-feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.offer-feature-item svg {
    margin-right: 10px;
    min-width: 20px;
}

.offer-trust-badges {
    display: flex;
    justify-content: center;

}

.offer-trust-badge {
    display: flex;
    align-items: center;
    margin: 0 10px;
    color: #6c757d;
    font-size: 0.875rem;
}

.offer-trust-badge svg {
    margin-right: 5px;
    color: #28a745;
}

/* Grundläggande stil för select-elementet */
.sod_select.custom.rounded-category {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background-color: white;
    padding: 8px 12px;
    font-size: 14px;
    color: #333;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    width: auto;
    min-width: 180px;
    height: auto;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

/* Stil för pilen/chevron */
.sod_select.custom.rounded-category:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
}

/* Hover-tillstånd */
.sod_select.custom.rounded-category:hover {
    border-color: #c0c0c0;
}

/* Fokus-tillstånd */
.sod_select.custom.rounded-category:focus-within {
    outline: none;
    border-color: #4a90e2;
    box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.15);
}

/* Dropdown-container (listan med alternativ) */
.sod_select.custom.rounded-category .sod_list_wrapper {
    border: 1px solid #e6e6e6;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: -1px;
}

/* Alternativ i dropdown */
.sod_select.custom.rounded-category .sod_option {
    padding: 8px 12px;
    color: #333;
    transition: background-color 0.15s ease;
}

/* Hover på alternativ */
.sod_select.custom.rounded-category .sod_option:hover {
    background-color: #f5f5f5;
}

/* Aktivt/valt alternativ */
.sod_select.custom.rounded-category .sod_option.active,
.sod_select.custom.rounded-category .sod_option.selected {
    background-color: #f0f7ff;
    color: #0066cc;
}

/* Justera texten inuti select */
.sod_select.custom.rounded-category .sod_label {
    padding-right: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    visibility: hidden;
}

.sod_select.custom.rounded-category .sod_label::after {
    content: "Filter";
    /* Ersätt med bara "Filter" */
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
}





.hero-btn-optimized {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    color: #2c3e50;
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
    min-width: 160px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 1rem 2rem;
    text-decoration: none;
    display: inline-block;
    margin: 0.5rem 0.25rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 2px 8px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hero-btn-optimized:hover {
    color: #1a252f;
    text-decoration: none;
    transform: translateY(-2px) scale(1.02);
    background: linear-gradient(135deg, #ffffff 0%, #f1f3f4 100%);
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.15),
        0 4px 12px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 1);
}

.hero-btn-optimized:active {
    transform: translateY(-1px) scale(1.01);
    transition: all 0.1s ease;
}

.hero-emoji {
    font-size: 1.2rem;
    margin-right: 0.5rem;
}

.qs-product-lowest-price {
    display: block !important;
    flex-basis: 100% !important;
    order: 2;
    margin-top: 6px;
    font-size: 14px;
    color: #333;
}

.pricehistory-tooltip {
    background-color: #fff !important;
    color: #000;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    font-size: 13px;
    z-index: 9999;
}

.swiper-slide .img-fluid {
    width: 100%;
    height: auto;
    display: block;
}

.swiper-slide iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
}



@media (max-width: 768px) {
    .detail-carousel {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        overflow-x: hidden;
        /* kombinerat i samma media query */
    }
}

@media (min-width: 992px) {
    .detail-slider.swiper-container {
        height: auto !important;
        min-height: auto;
    }

    .sticky-product {
        position: -webkit-sticky;
        position: sticky;
        top: 20px;
        z-index: 10;
        background: white;
        height: auto !important;
    }
}

.price-wrapper .product-price {
    font-size: 24px;
        margin-bottom: 0px !important;
}

@media (min-width: 992px) {
    .price-wrapper .product-price {
        font-size: 28px;
    }
}

.kajakgaranti {
    background-color: #012145;
    /* Grön bakgrundsfärg */
    border-radius: 5px;
    /* Rundade hörn */
    margin-right: 5px;
    padding: 4px 10px;
    /* Inre vaddering */
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    /* Behåll detta för att visa som inline-block */
    color: white;
    /* Vit textfärg */
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    /* Textskugga för att förbättra kontrasten */
}

.kajakgaranti {
    box-shadow:
        inset 0 1px 2px rgba(255, 255, 255, 0.2),
        0 2px 2px rgba(0, 0, 0, 0.1);
}


.summer-campaign-info {
    background: #ffd600;
    border: 1px solid #001e3c;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    align-items: center;
}

.summer-campaign-info .text-primary {
    color: #001e3c !important;
}

.summer-campaign-info .text-muted {
    color: #001e3c !important;
}


.search-autocomplete-list {

    top: 100% !important;

}

#sidebarLeft .search-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

#sidebarLeft .search-wrapper input {
    flex-grow: 1;
    min-width: 0;
    border-radius: 12px 0 0 12px;
    height: 40px;
}

#sidebarLeft .input-group-append {
    flex-shrink: 0;
    height: 40px;
    z-index: 2;
}

#sidebarLeft .input-group-append button {
    height: 40px;
    border-radius: 0 12px 12px 0;
}

.modal-category-title {
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 0.5rem;
    text-align: center;
    color: #212529 !important;
    letter-spacing: 0.02em;
}

.mobile-nav-link {
    font-size: 1rem;
    font-weight: 600;
    color: #212529 !important;
    /* mörk text */
    padding: 0.75rem 0;
    display: block;
    border-bottom: 1px solid #eee;
    transition: color 0.2s ease;
}



.modal-popular-header {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #6c757d;
    text-transform: uppercase;
    margin-bottom: 1rem;
}


.hero-landing {
    position: relative;
    height: auto;
    min-height: 800px;
    padding: 56px 0 24px;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}



/* Bakgrundslager (bild + overlay) */
.hero-media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.hero-media picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
}

.hero-media .hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
}

.hero-img-desktop { display: none; }
.hero-img-mobile { display: block; }

@media (min-width: 768px) {
	.hero-img-desktop { display: block; }
	.hero-img-mobile { display: none; }
}

/* Innehållslager över bilden */
.hero-center {
    position: relative;
    z-index: 3;
    /* NYTT: höjd z-index för innehållet */
    transform: none;
    top: auto;
    left: auto;
}

/* Rating-pill - UPPDATERAD för bättre alignment */
.hero-rating {
    display: inline-flex;
    /* NYTT: för bättre stjärn-alignment */
    align-items: center;
    /* NYTT */
    gap: 8px;
    /* NYTT: space mellan stjärnor och text */
    color: #fff;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50rem;
    padding: .5rem .9rem;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .25) inset, 0 3px 10px rgba(0, 0, 0, .25);
}

.hero-stars {
    display: inline-block;
    font-size: 1rem;
    letter-spacing: 2px;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .25));
}

.hero-stars:before {
    content: "★★★★★";
    background: linear-gradient(180deg, #ffd25a, #f0b72f);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Typografi */
.hero-title {
    color: #fff;
    line-height: 1.12;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
    font-size: 60px;
    margin: .75rem 0 1rem;
}

.hero-intro {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1.25rem;
}




.hero-btn-primary {
    color: #1b1b1b;
    background: linear-gradient(180deg, #f6c567, #e3a93b);
    border: 0;
    border-radius: 50rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .3);
    min-width: 180px;
    padding: 14px 32px;
}

.hero-btn-secondary {
    color: #f1f1f1;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50rem;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .25);
    min-width: 180px;
    padding: 14px 32px;
}

.hero-btn-secondary:hover {
    background: rgba(255, 255, 255, .18);
    color: #fff;
}

/* Butiks-kort - FIXAD VERSION */
.hero-storecard {
    position: relative;
    margin-top: 1.25rem;
    max-width: 50%;
    color: #fff;
    background: rgba(40, 40, 40, .35);
    border-radius: 18px;
    border: 0;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
}

.hero-storecard .card-body {
    color: #fff;
    padding: 1rem 1.25rem;
    /* NYTT: mer luft för text */
}

.hero-storecard strong {
    color: #fff;
    font-size: 14px;
    /* NYTT: tydligare storlek */
}

.hero-storecard .small {
    color: rgba(255, 255, 255, .85);
    /* NYTT: lite transparens för hierarki */
    line-height: 1.4;
    /* NYTT: bättre radavstånd */
}

/* FIXAD mobil-layout - mer plats mellan knappar och storecard */

@media (max-width: 576px) {
    .hero-landing {
        min-height: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .hero-center {
        position: relative;
        flex: 1;
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-top: 3rem;
        padding-bottom: 140px;
        /* Från andra regeln */
    }

    .hero-center .row {
        margin: 0;
    }

    .hero-center .col-12 {
        max-width: 100%;
    }

    .hero-title {
        font-size: 1.7rem;
        /* Från andra regeln */
        line-height: 1.2;
        margin-bottom: 1rem;
        font-weight: 700;
    }

    .hero-intro {
        font-size: 15px;
        /* Från andra regeln */
        margin: 0 auto 1rem;
        line-height: 1.4;
        padding-bottom: 0;
    }

    .hero-center .d-flex {
        display: flex !important;
        justify-content: center;
        align-items: center;
        /* Från andra regeln */
        gap: 12px;
        margin: 1.5rem 0 2rem;
        flex-wrap: wrap;
    }

    .hero-btn-primary,
    .hero-btn-secondary {
        display: inline-block !important;
        padding: 10px 16px;
        /* Från andra regeln */
        font-size: 0.9rem;
        min-width: 100px;
        /* Från andra regeln */
        width: auto;
        /* Från andra regeln */
        text-decoration: none;
    }

    .hero-storecard {
        position: relative;
        width: 85%;
        max-width: 240px;
        /* Från andra regeln */
        margin: 1.5rem auto 0;
        background: rgba(15, 15, 15, .7);
        backdrop-filter: blur(12px);
        border-radius: 10px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, .4);
        text-align: center;
        bottom: 10px;
        /* Från andra regeln */
    }

    .hero-storecard .card-body {
        padding: 12px 12px;
        text-align: center;
    }

    .hero-storecard strong {
        font-size: 14px;
        display: block;
        margin-bottom: 3px;
    }

    .hero-storecard .small {
        font-size: 14px;
        line-height: 1.5;
    }
}

@media (min-width: 576.01px) and (max-width: 991.98px) {
    .hero-landing {
        min-height: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .hero-center {
        position: relative;
        flex: 1;
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-top: 3rem;
        padding-bottom: 140px;
    }

    .hero-media .hero-img {
        object-position: center 50%;
    }

    .hero-center .row {
        margin: 0;
    }

    .hero-center .col-12 {
        max-width: 100%;
    }

    .hero-title {
        font-size: 42px;
        line-height: 1.2;
        margin-bottom: 1rem;
        font-weight: 700;
    }

    .hero-intro {
        font-size: 17px;
        margin: 0 auto 1rem;
        line-height: 1.4;
        padding-bottom: 0;
    }

    .hero-center .d-flex {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 12px;
        margin: 1.5rem 0 2rem;
        flex-wrap: wrap;
    }

    .hero-btn-primary,
    .hero-btn-secondary {
        display: inline-block !important;
        padding: 10px 16px;
        font-size: 0.9rem;
        min-width: 100px;
        width: auto;
        text-decoration: none;
    }

    .hero-storecard {
        position: relative;
        width: 85%;
        max-width: 240px;
        margin: 1.5rem auto 0;
        background: rgba(15, 15, 15, .7);
        backdrop-filter: blur(12px);
        border-radius: 10px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, .4);
        text-align: center;
        bottom: 10px;
    }

    .hero-storecard .card-body {
        padding: 12px 12px;
        text-align: center;
    }

    .hero-storecard strong {
        font-size: 14px;
        display: block;
        margin-bottom: 3px;
    }

    .hero-storecard .small {
        font-size: 14px;
        line-height: 1.5;
    }
}

.feature-box {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 2rem 1rem 1.5rem;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    /* ⬅️ Flexbox för vertikal layout */
    flex-direction: column;
    align-items: center;
    /* ⬅️ Centrerar rubrik + text korrekt */
    text-align: center;
}

.feature-box:hover {
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.icon-circle {
    color: #012145;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.8rem;
}

.feature-title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.25rem;
    color: #0d0d0d;
}

.feature-text {
    font-size: 0.9rem;
    color: #444;
    line-height: 1.4;
    margin-bottom: 0;
}

.category-card {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
}

.category-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.category-card .card-body {
    flex: 1;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.card-img-overlay {
    background: rgba(0, 0, 0, 0.3);
    /* gör texten mer läsbar */
    padding: 0.75rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

.overlay-content h5 {
    color: #fff !important;
    font-size: 1rem;
    margin-bottom: 0;
}

/* === THUMBNAIL STYLING === */
.swiper-thumbs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    padding-top: 0;
    width: 100%;
    box-sizing: border-box;
}

.swiper-thumbs::-webkit-scrollbar {
    display: none;
}

.swiper-thumb-item {
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    padding: 0 !important;
    border: 2px solid transparent;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    margin-top: 5px;
    line-height: 0;
}

.swiper-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.swiper-thumb-item.active {
    border-color: #007bff;
}

/* === HUVUDKARUSELL STYLING === */
.detail-carousel {
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.detail-carousel .swiper-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.detail-carousel .swiper-wrapper {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: auto;
}

.detail-carousel .swiper-slide {
    flex: 0 0 auto;
    height: auto;
    padding: 0;
    margin: 0;
}

@media (min-width: 769px) {
    .detail-carousel .swiper-slide {
        width: 100%;
        /*max-width: 100%; */
    }
}

.detail-carousel .swiper-slide>div {
    width: 100%;
    padding: 0;
    margin: 0;
}

.detail-carousel .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

/* === MOBIL ANPASSNINGAR === */
@media (max-width: 768px) {
    .detail-carousel {
        width: 100%;
        margin-left: 0;
    }

    .swiper-thumbs {
        padding: 0;
        margin: 0;
    }

    .bg-white.shadow-small.sticky-product {
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }
}

@media (min-width: 992px) {
    .detail-slider.swiper-container {
        height: auto !important;
        min-height: auto;
    }
}


.shipping-bonus-banner {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #e6f2ff 0%, #f0f7ff 100%);
    border-radius: 8px;
    padding: 14px 16px 14px 0;
    margin: 12px 0;
    /* Tillbaka till 0 eftersom wrapper centrerar */
    box-shadow: 0 2px 4px rgba(0, 61, 107, 0.08);
    gap: 14px;
    overflow: hidden;
}

.shipping-badge {
    background: #003d6b;
    color: white;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.5px;
    padding: 8px 20px 8px 16px;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: 0;

}

.shipping-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.shipping-title {
    font-size: 14px;
    font-weight: 600;
    color: #003d6b;
    line-height: 1.3;
}

.shipping-subtitle {
    font-size: 13px;
    color: #1e5a8e;
    line-height: 1.3;
}

/* Responsiv design */
@media (max-width: 768px) {
    .shipping-bonus-banner {
        padding: 14px 16px 14px 0;
        gap: 12px;
    }

    .shipping-badge {
        font-size: 10px;
        padding: 6px 14px 6px 12px;

    }

    .shipping-title {
        font-size: 13px;
    }

    .shipping-subtitle {
        font-size: 12px;
    }
}


.campaign-info {
    background: #e6f2ff;
    border-radius: 6px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    align-items: center;
    /* Ändrat från flex-start till center */
    gap: 12px;
}

.campaign-info i {
    color: #003d6b;
    font-size: 18px;
    margin-right: 0;
    margin-top: 0;
    /* Borttaget margin-top */
    flex-shrink: 0;
    line-height: 1;
    /* Lägg till för bättre kontroll */
}

.campaign-info .campaign-text {
    color: #1e5a8e;
    line-height: 1.5;
}

.campaign-info .campaign-text b {
    color: #003d6b;
    font-weight: 600;
}

.addon-product-container {
    color: #012145 !important;
}




.product-advantages-content {
    padding: 20px 24px;
    background-color: #fff;
}


.advantages-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


.advantage-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.advantage-item:last-child {
    border-bottom: none;
}


.advantage-icon {
    width: 24px;
    height: 24px;
    background: #003d6b;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
    margin-top: 2px;
}

.advantage-icon i {
    font-weight: 900;
}

/* Text styling */
.advantage-text {
    color: #012145;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    flex: 1;
}


@media (max-width: 768px) {
    .product-advantages-content {
        padding: 16px 20px;
    }

    .advantage-item {
        gap: 10px;
        padding: 10px 0;
    }

    .advantage-icon {
        width: 22px;
        height: 22px;
        font-size: 11px;
    }

    .advantage-text {
        font-size: 13px;
    }
}

.package-content {
    padding: 20px 24px;
    background-color: #fff;
}


.package-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


.package-item {
    position: relative;
    padding: 10px 0 10px 24px;
    color: #012145;
    font-size: 14px;
    line-height: 1.6;
    border-bottom: 1px solid #f0f0f0;
}

.package-item:last-child {
    border-bottom: none;
}


.package-item::before {
    content: "–";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #003d6b;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}


@media (max-width: 768px) {
    .package-content {
        padding: 16px 20px;
    }

    .package-item {
        padding: 9px 0 9px 22px;
        font-size: 13px;
    }

    .package-item::before {
        content: "–";
        left: 7px;
        top: 50%;
        transform: translateY(-50%);
        color: #003d6b;
        font-size: 15px;
        font-weight: 600;
        line-height: 1;
    }
}



.specs-table-wrapper {
    background-color: #fff;
    overflow-x: auto;
}


.specs-table {
    width: 100%;
    border-collapse: collapse;
}


.specs-row {
    border-bottom: 1px solid #f0f0f0;
}

.specs-row:last-child {
    border-bottom: none;
}


.specs-label {
    padding: 12px 16px 12px 0;
    color: #6b7280;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    width: 50%;
    vertical-align: top;
}


.specs-value {
    padding: 12px 0;
    color: #012145;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
}


@media (max-width: 768px) {


    .specs-label,
    .specs-value {
        padding: 10px 12px 10px 0;
        font-size: 13px;
        display: block;
        width: 100%;
    }

    .specs-label {
        padding-bottom: 4px;
    }

    .specs-value {
        padding-top: 0;
        padding-bottom: 10px;
    }
}


label.font-weight-bold,
.controls label.font-weight-bold,
.form-group label.font-weight-bold,
.option-row-custom,
.option-row-custom-label {
    color: #012145 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 10px !important;
}


.option-row-custom-variant-name {
    color: #012145 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
}


select.qs-cart-option.form-control {
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #012145;
    background-color: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23003d6b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    height: auto;
}

select.qs-cart-option.form-control:hover {
    border-color: #003d6b;
}

select.qs-cart-option.form-control:focus {
    outline: none;
    border-color: #003d6b;
    box-shadow: 0 0 0 3px rgba(0, 61, 107, 0.1);
}

/* Mobilanpassning */
@media (max-width: 768px) {

    label.font-weight-bold,
    .controls label.font-weight-bold,
    .form-group label.font-weight-bold,
    .option-row-custom,
    .option-row-custom-label {
        font-size: 11px;
    }

    select.qs-cart-option.form-control {
        padding: 11px 14px;
        font-size: 13px;
        padding-right: 38px;
    }
}

.usp-section {
    background-color: #fff;
    padding: 20px 16px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    margin: 16px 0;
}


.usp-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 16px;
}


.usp-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 8px;
}

.usp-icon {
    width: 40px;
    height: 40px;
    background-color: #003d6b;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}


.usp-text {
    font-size: 12px;
    font-weight: 600;
    color: #012145;
    line-height: 1.3;
}

.usp-klarna-logo {
    width: 50px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
}

.usp-countdown {
    text-align: center;
    font-size: 13px;
    color: #012145;
    font-weight: 500;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
}


@media (max-width: 768px) {
    .usp-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .usp-section {
        padding: 16px 12px;
    }

    .usp-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .usp-text {
        font-size: 11px;
    }

    .usp-klarna-logo {
        width: 45px;
    }
}

.btn-marine {
    background-color: #012145;
    color: #ffffff;
    border: 2px solid #012145;
    font-weight: 600;
    border-radius: 100px;
    transition: all 0.3s ease;
}

.btn-marine:hover {
    background-color: #023a6b;
    border-color: #023a6b;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(1, 33, 69, 0.3);
}

.btn-white {
    background-color: #ffffff;
    color: #012145;
    border: 2px solid #012145;
    font-weight: 600;
    border-radius: 100px;
    transition: all 0.3s ease;
}

.btn-white:hover {
    background-color: #012145;
    border-color: #012145;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(1, 33, 69, 0.3);
}




.btn-photoswipe {
    display: none !important;
}

.cart-head {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.3;
    display: block;
}


.category-header {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    overflow: hidden;
}

/* Bilden fyller sektionen utan vita kanter */
.category-header img {
    display: block;
    width: 100%;
    height: auto;
    /* bevarar proportioner */
    object-fit: cover;
    /* täcker bredden */
    object-position: center center;

}

.category-header img.mobile {
    display: none;
}




@media (max-width: 768px) {
    .category-header img.desktop {
        display: none;
    }

    .category-header img.mobile {
        display: block;


    }

  
}

/* === Matchande tillbehör — rubrik === */
.addon-header-block {
    display: none;
    margin-bottom: 16px;
}

.addon-header-block.is-ready {
    display: block;
}

.addon-header-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.addon-header-title {
    font-size: 17px;
    font-weight: 700;
    color: #012145;
    line-height: 1.2;
    margin-top: 20px;
}

.addon-header-subtitle {
    font-size: 13px;
    color: #475569;
    font-weight: 500;
    margin-top: 4px;
}

.addon-header-subtitle strong {
    color: #012145;
    font-weight: 700;
}

.addon-header-count {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
    white-space: nowrap;
    padding-left: 12px;
}

/* === Expand-knapp === */
.addon-expand-btn {
    display: block;
    width: 100%;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #012145;
    cursor: pointer;
    margin-bottom: 8px;
    transition: all 0.15s ease;
    font-family: 'Lato', sans-serif;
}

.addon-expand-btn:hover {
    background: #f5f8fc;
    border-color: #cbd5e1;
}

.addon-expand-arrow {
    display: inline-block;
    margin-left: 4px;
    font-weight: 400;
}
/* ── Bundle Wrapper ── */
.bundle-wrapper {
    border: 1px solid rgba(1, 33, 69, 0.15);
    border-radius: 8px;
    padding: 22px 16px 14px;
    margin-top: 14px;
}

/* ── Bundle Heading ── */
.bundle-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    text-align: center;
    background: none;
    padding: 0;
    color: inherit;
}

.bundle-heading-line {
    flex: 1;
    height: 1px;
    background: rgba(1, 33, 69, 0.15);
}

.bundle-heading-text {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    color: #012145;
    white-space: nowrap;
}

/* ── Bundle Cards Container ── */
.bundle-offer-container {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0;
}

/* ── Individual Card ── */
.bundle-card {
    position: relative;
    flex: 1 1 30%;
    border: 1px solid rgba(1, 33, 69, 0.12);
    border-radius: 3px;
    padding: 14px 10px 10px;
    background: #fff;
    text-align: center;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.bundle-card:hover,
.bundle-card.active {
    border-color: #012145;
    box-shadow: 0 0 0 1px #012145;
}

/* ── Badge ── */
.bundle-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 3px 10px;
    border-radius: 2px;
    line-height: 1.3;
    z-index: 3;
    white-space: nowrap;
    box-shadow: none;
    background: #012145;
    color: #fff;
}

.bundle-badge.red {
    background: #22c55e;
    color: #fff;
}

.bundle-badge.purple {
    background: #012145;
    color: #fff;
}

/* ── Card Typography ── */
.bundle-title {
    font-weight: 700;
    font-size: 15px;
    color: #012145;
    margin: 2px 0;
}

.bundle-price {
    font-size: 13px;
    color: #333;
    margin-bottom: 0;
}

.bundle-price small {
    display: block;
    font-size: 11px;
    color: #85A2B9;
}

/* ── Price Display in Button ── */
#bundlePriceDisplay {
    margin-left: 8px;
    font-weight: 600;
}

#bundlePriceDisplay s {
    color: rgba(255, 255, 255, 0.5);
    margin-right: 4px;
}

#bundlePriceDisplay strong {
    color: #fff;
}

#cart-discount-label {
    font-size: 13px;
    color: #49b74e;
}

/* ── Bundle Images ── */
.bundle-image {
    width: 45%;
    max-width: 70px;
    height: auto;
    border-radius: 4px;
    object-fit: contain;
}

.bundle-image-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    position: relative;
}

.bundle-image-group .bundle-image {
    width: 60px;
    border-radius: 4px;
    object-fit: contain;
    transition: transform 0.2s ease;
}

.bundle-card[data-qty="2"] .bundle-image:nth-child(2) {
    margin-left: -15px;
}

.bundle-card[data-qty="3"] .bundle-image:nth-child(2) {
    margin-left: -20px;
}

.bundle-card[data-qty="3"] .bundle-image:nth-child(3) {
    margin-left: -20px;
    transform: scale(0.95);
}

/* ── Disclaimer ── */
.bundle-disclaimer {
    font-size: 11px;
    color: #85A2B9;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-style: normal;
}


.builder-hero {
    background: #ffffff;
    padding: 3rem 1.5rem 2.5rem;
    text-align: center;
    color: #012145;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #e8edf5;
}

.hero-badge {
    display: inline-block;
    background: #e8edf5;
    border: 1px solid #c5d0e0;
    padding: 0.35rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    font-weight: 700;
    color: #012145;
}

.builder-hero h1 {
    font-family: 'Lato', sans-serif;
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 1rem;
    position: relative;
    color: #012145;
}

.builder-hero p {
    font-size: 1.05rem;
    opacity: 0.7;
    max-width: 560px;
    margin: 0 auto;
    font-weight: 400;
    line-height: 1.7;
    color: #1a1a1a;
}

/* ═══════════════════════════════════════
       PROGRESS BAR
    ═══════════════════════════════════════ */
.progress-strip {
    background: #ffffff;
    border-bottom: 1px solid #eee;
    padding: 1rem 1.5rem;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.progress-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.25rem;
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
    flex: 1;
    position: relative;
}

.progress-dot {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    color: #999;
    transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    position: relative;
    z-index: 2;
}

.progress-step.active .progress-dot {
    background: #012145;
    color: #ffffff;
    border-color: #012145;
    box-shadow: 0 0 0 4px rgba(1, 33, 69, 0.15);
}

.progress-step.completed .progress-dot {
    background: #012145;
    color: #ffffff;
    border-color: #012145;
}

.progress-label {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #999;
    white-space: nowrap;
    transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.progress-step.active .progress-label,
.progress-step.completed .progress-label {
    color: #012145;
}

/* Connector lines */
.progress-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 14px;
    left: calc(50% + 18px);
    right: calc(-50% + 18px);
    height: 2px;
    background: #e0e0e0;
    z-index: 1;
}

.progress-step.completed:not(:last-child)::after {
    background: #012145;
}

/* ═══════════════════════════════════════
       MAIN LAYOUT
    ═══════════════════════════════════════ */
.builder-layout {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 2.5rem;
    align-items: start;
    padding-top: 2.5rem;
    padding-bottom: 4rem;
}

@media (max-width: 900px) {
    .builder-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* ═══════════════════════════════════════
       STEP SECTIONS
    ═══════════════════════════════════════ */
.step-section {
    margin-bottom: 3rem;
    scroll-margin-top: 100px;
}

.step-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #012145;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    flex-shrink: 0;
}

.step-header h2 {
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.step-header h2 small {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 0.8rem;
    color: #4a4a4a;
    font-weight: 400;
    margin-top: 0.2rem;
    letter-spacing: 0.02em;
}

/* ═══════════════════════════════════════
       OPTION CARDS
    ═══════════════════════════════════════ */
.options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}

.options-grid.compact {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    row-gap: 0;

}

.options-grid.compact>.option-card {
    display: grid;
    grid-row: span 8;
    grid-template-rows: subgrid;
    row-gap: 0;
}

.options-grid.compact>.option-card>.option-icon {
    grid-row: 1;
    margin-bottom: 0.5rem;
}

.options-grid.compact>.option-card>.option-tag {
    grid-row: 2;
    align-self: end;
    margin-bottom: 0.35rem;
}

.options-grid.compact>.option-card>h3 {
    grid-row: 3;
    align-self: start;
}

.options-grid.compact>.option-card>.option-desc {
    grid-row: 4;
    align-self: start;
}

.options-grid.compact>.option-card>.option-price {
    grid-row: 5;
    align-self: end;
    padding-top: 0.25rem;
}

.options-grid.compact>.option-card>.variant-selector {
    grid-row: 6 / 8;
    display: grid;
    grid-template-rows: subgrid;
    align-self: start;
    margin-top: 0;
    padding-top: 0.75rem;
    border-top: 1px solid #e8e8e8;
}

.options-grid.compact>.option-card>.product-info-btn {
    grid-row: 8;
    align-self: end;
    justify-self: start;
}

.option-card {
    background: #ffffff;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    padding: 1.25rem;
    cursor: pointer;
    transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: flex;
    flex-direction: column;
}

.option-card:hover {
    border-color: #c5d0e0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.option-card.selected {
    border-color: #012145;
    background: #e8edf5;
    box-shadow: 0 0 0 3px rgba(1, 33, 69, 0.12);
}

.option-card.selected::after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 22px;
    height: 22px;
    background: #012145;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
}

.option-icon {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    margin-bottom: 0.75rem;
    display: block;
    border-radius: 8px;
    background: #f5f7fa;
    padding: 0.5rem;
}

/* ── Kajak category group styling ── */
.category-group {
    margin-bottom: 2rem;
}

.category-group-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.category-group-header h3 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    color: #1a1a1a;
}

.category-group-header .group-tag {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
}

.group-tag.recommended {
    background: #012145;
    color: #ffffff;
}

.group-tag.budget {
    background: #eef5fb;
    color: #2a7cb8;
}

.category-group-header p {
    font-size: 0.85rem;
    color: #4a4a4a;
    margin: 0;
}

.category-group-divider {
    border: none;
    border-top: 1px solid #e8e8e8;
    margin: 0.5rem 0 1.75rem;
}

.option-card h3 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.35rem;
    line-height: 1.3;
    padding-right: 1.5rem;
}

.option-card .option-desc {
    font-size: 0.85rem;
    color: #4a4a4a;
    line-height: 1.5;
    margin: 0 0 0.75rem;
    flex-grow: 1;
}

.option-card .option-price {
    font-size: 0.9rem;
    font-weight: 700;
    color: #012145;
}

.option-card .option-tag {
    display: inline-block;
    background: #eef1f6;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.2rem 0.55rem;
    border-radius: 4px;
    color: #2a7cb8;
    margin-bottom: 0.65rem;
    justify-self: start;
    width: auto;
}

/* Multi-select hint */
.multi-hint {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    color: #4a4a4a;
    background: #eef1f6;
    padding: 0.3rem 0.75rem;
    border-radius: 20px;
    margin-bottom: 1rem;
}

.multi-hint i {
    font-size: 0.75rem;
}

/* ═══════════════════════════════════════
       RECOMMENDATION TIP
    ═══════════════════════════════════════ */
.rec-tip {
    background: #eef5fb;
    border-left: 3px solid #2a7cb8;
    padding: 0.85rem 1rem;
    border-radius: 0 8px 8px 0;
    margin-top: 1rem;
    font-size: 0.88rem;
    line-height: 1.6;
    display: none;
}

.rec-tip.visible {
    display: block;
}

.rec-tip strong {
    color: #2a7cb8;
}

/* ═══════════════════════════════════════
       SIDEBAR – SUMMARY
    ═══════════════════════════════════════ */
.summary-sidebar {
    position: sticky;
    top: 80px;
}

.summary-card {
    background: #f5f7fa;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
}

.summary-header {
    background: #1a1a1a;
    color: #ffffff;
    padding: 1.25rem 1.5rem;
}

.summary-header h3 {
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 0.2rem;
}

.summary-header p {
    font-size: 0.8rem;
    opacity: 0.6;
    margin: 0;
}

.summary-body {
    padding: 1.25rem 1.5rem;
}

.summary-line {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.65rem 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 0.88rem;
}

.summary-line:last-child {
    border-bottom: none;
}

.summary-line .label {
    color: #4a4a4a;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
}

.summary-line .value {
    text-align: right;
    font-weight: 600;
    max-width: 60%;
}

.summary-line .value.empty {
    color: #bbb;
    font-weight: 400;
    font-style: italic;
}

.summary-line .value .sub-item {
    display: block;
    font-weight: 400;
    font-size: 0.8rem;
    color: #4a4a4a;
}

.summary-total {
    background: #012145;
    color: #ffffff;
    padding: 1.25rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.summary-total .total-label {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.summary-total .total-price {
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
}

.summary-actions {
    padding: 1rem 1.5rem 1.25rem;
}

.btn-primary-custom {
    display: block;
    width: 100%;
    background: #012145;
    color: #ffffff;
    border: none;
    padding: 0.9rem 1.5rem;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.02em;
}

.btn-primary-custom:hover {
    background: #010e29;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    color: #ffffff;
}

.btn-secondary-custom {
    display: block;
    width: 100%;
    background: transparent;
    color: #4a4a4a;
    border: 1px solid #ddd;
    padding: 0.7rem 1.5rem;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    margin-top: 0.5rem;
}

.btn-secondary-custom:hover {
    border-color: #012145;
    color: #012145;
}

.summary-note {
    font-size: 0.78rem;
    color: #999;
    text-align: center;
    margin-top: 0.75rem;
    line-height: 1.5;
}


/* ═══════════════════════════════════════
       SECTION DIVIDER
    ═══════════════════════════════════════ */
.section-divider {
    width: 40px;
    height: 2px;
    background: #c5d0e0;
    margin: 0 0 2.5rem;
}

/* ═══════════════════════════════════════
       BOTTOM CTA (mobile)
    ═══════════════════════════════════════ */
.mobile-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid #e0e0e0;
    padding: 0.75rem 1.25rem;
    z-index: 200;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
}

.mobile-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.mobile-cta .mobile-total {
    font-family: 'Lato', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
}

.mobile-cta .mobile-total small {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 0.7rem;
    color: #999;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.mobile-cta .btn-primary-custom {
    width: auto;
    padding: 0.75rem 1.5rem;
    font-size: 0.88rem;
}

@media (max-width: 900px) {
    .mobile-cta {
        display: block;
    }

    .builder-layout {
        padding: 0 1rem;
        padding-bottom: 100px;
    }

    .summary-sidebar {
        display: block;
        width: 100%;
        position: static;
        margin-top: 1.5rem;
        padding-bottom: 100px;
    }

    .progress-label {
        display: none;
    }

    .progress-strip {
        padding: 0.75rem 1rem;
        margin-bottom: 3rem;
    }
}


/* ═══════════════════════════════════════
       VARIANT SELECTOR
    ═══════════════════════════════════════ */
.variant-selector {
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid #e8e8e8;
    display: block !important;
    visibility: visible !important;
    overflow: visible !important;
    opacity: 1 !important;
}

.variant-selector label {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    color: #4a4a4a;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.35rem;
}

.variant-select {
    width: 100%;
    padding: 0.4rem 0.5rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.82rem;
    font-family: 'Lato', sans-serif;
    color: #1a1a1a;
    background: #ffffff;
    cursor: pointer;
    transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.variant-select:focus {
    outline: none;
    border-color: #012145;
    box-shadow: 0 0 0 2px rgba(1, 33, 69, 0.1);
}

.option-card.selected .variant-selector {
    border-top-color: #c5d0e0;
}

.variant-select.error {
    border-color: #e74c3c;
    box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.15);
}

/* ═══════════════════════════════════════
       OPTIONAL SECTION STYLING
    ═══════════════════════════════════════ */
.optional-badge {
    display: inline-block;
    background: #eef1f6;
    color: #2a7cb8;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    margin-left: 0.5rem;
    vertical-align: middle;
}



/* ═══════════════════════════════════════
       PRODUCT MODAL
    ═══════════════════════════════════════ */
.product-info-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #012145;
    background: #e8edf5;
    border: 1.5px solid #c5d0e0;
    border-radius: 8px;
    padding: 0.45rem 0.85rem;
    cursor: pointer;
    transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 0.5rem;
    text-decoration: none;
    letter-spacing: 0.01em;
}

.product-info-btn:hover {
    background: #012145;
    color: #ffffff;
    border-color: #012145;
}

.product-info-btn.compact {
    font-size: 0.68rem;
    padding: 0.25rem 0.55rem;
    margin-top: 0.6rem;
    border-radius: 5px;
    gap: 0.25rem;
    border: 1px solid #ddd;
    background: #ffffff;
    color: #4a4a4a;
    font-weight: 600;
}

.product-info-btn.compact:hover {
    background: #e8edf5;
    color: #012145;
    border-color: #c5d0e0;
}

.option-card.selected .product-info-btn.compact {
    border-color: #c5d0e0;
}

.product-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 1000;
    display: none;
    transition: background 0.35s ease;
}

.product-modal-overlay.open {
    display: block;
}

.product-modal-overlay.visible {
    background: rgba(0, 0, 0, 0.35);
}

.product-modal {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-radius: 18px 18px 0 0;
    height: 85vh;
    max-height: 700px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 -4px 40px rgba(0, 0, 0, 0.18);
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.32, 0.72, 0, 1);
    will-change: transform;
    touch-action: none;
}

.product-modal-overlay.open .product-modal {
    transform: translateY(0);
}

.product-modal-drag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 0 0.25rem;
    cursor: grab;
    flex-shrink: 0;
}

.product-modal-drag:active {
    cursor: grabbing;
}

.product-modal-drag-pill {
    width: 36px;
    height: 4px;
    border-radius: 3px;
    background: #ccc;
}

.product-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.4rem 1rem 0.65rem;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
}

.product-modal-header span {
    font-size: 0.85rem;
    font-weight: 700;
    color: #1a1a1a;
}

.product-modal-close {
    width: auto;
    height: auto;
    border-radius: 6px;
    border: 1px solid #c0392b;
    background: #c0392b;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.35rem 0.7rem;
    font-size: 0.75rem;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-modal-close:hover {
    background: #a93226;
    color: #ffffff;
    border-color: #a93226;
}

.product-modal-x {
    position: absolute;
    top: 0.5rem;
    right: 0.6rem;
    z-index: 2;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(192, 57, 43, 0.1);
    color: #c0392b;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.product-modal-x:hover {
    background: rgba(192, 57, 43, 0.2);
}

.product-modal iframe {
    flex: 1;
    width: 100%;
    border: none;
}

@media (min-width: 601px) {
    .product-modal-overlay {
        display: none;
        align-items: center;
        justify-content: center;
    }

    .product-modal-overlay.open {
        display: flex;
    }

    .product-modal {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        max-width: 780px;
        width: 90%;
        height: 75vh;
        max-height: 650px;
        border-radius: 12px;
        transform: translateY(30px);
        opacity: 0;
        transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1), opacity 0.25s ease;
    }

    .product-modal-overlay.open .product-modal {
        transform: translateY(0);
        opacity: 1;
    }

    .product-modal-drag {
        display: none;
    }
}

/* ═══════════════════════════════════════
       MODEL GROUP (Step 1 – Kajak)
    ═══════════════════════════════════════ */
.model-group {
    margin-bottom: 2rem;
}

.model-header {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
}

.model-header img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    border-radius: 8px;
    background: #f5f7fa;
    padding: 0.35rem;
    flex-shrink: 0;
}

.model-header-text h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.15rem;
    line-height: 1.3;
}

.model-header-text p {
    font-size: 0.85rem;
    color: #4a4a4a;
    margin: 0;
    line-height: 1.4;
}

/* Model options – subgrid for perfect alignment */
.model-group .options-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0.6rem;
    row-gap: 0;
}

.model-group .option-card {
    display: grid;
    grid-row: span 5;
    grid-template-rows: subgrid;
    padding: 0.85rem 0.9rem;
    border-width: 2px;
    row-gap: 0;
}

/* Assign each element to its row */
.model-group .option-card .option-tag {
    grid-row: 1;
    font-size: 0.62rem;
    margin-bottom: 0;
    align-self: end;
    padding-bottom: 0.3rem;
}

.model-group .option-card h3 {
    grid-row: 2;
    font-size: 0.88rem;
    margin: 0;
    padding-bottom: 0.15rem;
    align-self: start;
}

.model-group .option-card .option-desc {
    grid-row: 3;
    font-size: 0.78rem;
    line-height: 1.4;
    margin: 0;
    align-self: start;
    color: #4a4a4a;
}

.model-group .option-card .option-price {
    grid-row: 4;
    font-size: 0.82rem;
    align-self: end;
    padding: 0.35rem 0 0.25rem;
}

.model-group .option-card .variant-selector {
    grid-row: 5;
    margin-top: 0;
    padding-top: 0.5rem;
    align-self: start;
    width: 100%;
}

.model-group .option-card .variant-selector label {
    margin-top: 0.4rem;
}

.model-group .option-card .variant-selector label:first-child {
    margin-top: 0;
}

.model-group .option-card .variant-select {
    width: 100%;
}

/* Hide product image inside model cards */
.model-group .option-card .option-icon {
    display: none;
}

/* Selected checkmark – smaller for compact cards */
.model-group .option-card.selected::after {
    top: 0.5rem;
    right: 0.5rem;
    width: 18px;
    height: 18px;
    font-size: 0.5rem;
}

/* Sold-out model group */
.model-group.sold-out {
    opacity: 0.45;
    pointer-events: none;
    user-select: none;
    position: relative;
}

.model-group.sold-out .option-card {
    cursor: default;
}

.model-group.sold-out .option-card:hover {
    transform: none;
    box-shadow: none;
    border-color: #e8e8e8;
}

.sold-out-badge {
    display: inline-block;
    background: #c0392b;
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    margin-left: 0.5rem;
    vertical-align: middle;
}

@media (max-width: 600px) {
    .model-group .options-grid {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .model-group .option-card {
        display: flex !important;
        flex-direction: column;
        grid-row: span 1;
        padding: 0.75rem 0.85rem;
    }

    .model-group .option-card .option-tag {
        display: none !important;
    }

    .model-group .option-card h3 {
        font-size: 0.88rem;
        padding: 0;
        margin: 0;
    }

    .model-group .option-card .option-price {
        padding: 0.15rem 0 0;
        font-size: 0.85rem;
        align-self: start;
    }

    .model-group .option-card .variant-selector {
        margin-top: 0;
        padding-top: 0.6rem;
        border-top: none;
        width: 100%;
    }

    .model-group .option-card .variant-selector label {
        margin-top: 0.45rem;
    }

    .model-group .option-card .variant-selector label:first-child {
        margin-top: 0;
    }

    .model-group .option-card .variant-select {
        width: 100%;
    }

    .model-header img {
        width: 80px;
        height: 80px;
    }

    /* Compact cards: horizontal layout on mobile */
    .options-grid.compact {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .options-grid.compact>.option-card {
        display: grid !important;
        grid-row: span 1;
        grid-template-columns: 100px 1fr;
        grid-template-rows: auto auto auto auto auto auto;
        column-gap: 0.75rem;
        row-gap: 0;
        padding: 0.75rem;
        align-items: start;
    }

    .options-grid.compact>.option-card>.option-icon {
        grid-column: 1;
        grid-row: 1 / -1;
        width: 100px;
        height: 100px;
        margin-bottom: 0;
        align-self: start;
    }

    .options-grid.compact>.option-card>.option-tag {
        grid-column: 2;
        grid-row: 1;
        margin-bottom: 0.15rem;
    }

    .options-grid.compact>.option-card>h3 {
        grid-column: 2;
        grid-row: 2;
        font-size: 0.88rem;
        margin: 0;
    }

    .options-grid.compact>.option-card>.option-desc {
        grid-column: 2;
        grid-row: 3;
        font-size: 0.78rem;
        line-height: 1.4;
        margin: 0.15rem 0 0;
    }

    .options-grid.compact>.option-card>.option-price {
        grid-column: 2;
        grid-row: 4;
        padding-top: 0.25rem;
        font-size: 0.85rem;
    }

    .options-grid.compact>.option-card>.variant-selector {
        grid-column: 2;
        grid-row: 5;
        display: block;
        margin-top: 0.35rem;
        padding-top: 0;
        border-top: none;
    }

    .options-grid.compact>.option-card>.variant-selector .variant-group {
        margin-bottom: 0.25rem;
    }

    .options-grid.compact>.option-card>.variant-selector .variant-group:empty {
        display: none;
    }

    .options-grid.compact>.option-card>.product-info-btn {
        grid-column: 2;
        grid-row: 6;
        margin-top: 0.25rem;
    }
}

.scandi-eyebrow {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #767676;
    margin-bottom: 16px;
}

.scandi-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 600;
    line-height: 1.25;
    color: #1a1a1a;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.scandi .option-icon {
    cursor: pointer;
}

.scandi-title--sm {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
}

.scandi-subtitle {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.scandi-text {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 24px;
}

.scandi-text--sm {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin: 0;
}

/* -------------------------
   List bullets
   ------------------------- */
.scandi-list li {
    font-size: 0.95rem;
    color: #4a4a4a;
    padding-left: 18px;
    position: relative;
    margin-bottom: 10px;
}

.scandi-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background: #1a1a1a;
    border-radius: 50%;
}

/* -------------------------
   Buttons
   ------------------------- */
.scandi-btn {
    display: inline-block;
    padding: 16px 32px;
    background: #1a1a1a;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s;
}

.scandi-btn:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.scandi-btn--sm {
    padding: 12px 28px;
    font-size: 0.85rem;
}

/* -------------------------
   Trust badges
   ------------------------- */
.scandi-trust {
    font-size: 12px;
    color: #767676;
}

/* -------------------------
   Stats
   ------------------------- */
.scandi-stats {
    display: flex;
    gap: 24px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e5e5e5;
}

.scandi-stats--center {
    border: none;
    padding-top: 0;
    margin-top: 0;
}

.scandi-stats--story {
    padding-top: 32px;
    margin-top: 24px;
}

.scandi-stat__value {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.02em;
}

.scandi-stat__value--lg {
    font-size: 1.8rem;
}

.scandi-stat__label {
    font-size: 11px;
    color: #767676;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 4px;
}

/* -------------------------
   Sections
   ------------------------- */
.scandi-hero {
    padding: 80px 0 100px;
    background: #fff;
}

.scandi-intro {
    padding: 80px 0;
    background: #f5f5f3;
}

.scandi-intro__inner {
    max-width: 720px;
}

.scandi-features {
    padding: 80px 0;
    background: #fff;
}

.scandi-feature {
    padding: 48px 0;
    border-bottom: 1px solid #e5e5e5;
}

.scandi-feature--last {
    border-bottom: none;
}

.scandi-compare {
    padding: 80px 0;
    background: #f5f5f3;
}

.scandi-compare .scandi-title--sm {
    margin-bottom: 48px;
}

.scandi-story {
    padding: 80px 0;
    background: #fff;
}

.scandi-reviews {
    padding: 80px 0;
    background: #fff;
}

.scandi-final {
    padding: 80px 0;
    background: #f5f5f3;
}

.scandi-final__inner {
    max-width: 600px;
    margin: 0 auto;
}

/* -------------------------
   Compare table
   ------------------------- */
.scandi-table {
    max-width: 800px;
    margin: 0 auto;
}

.scandi-table__head,
.scandi-table__row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1px;
    background: #e5e5e5;
    margin-bottom: 1px;
}

.scandi-table__head {
    background: transparent;
    margin-bottom: 0;
}

.scandi-table__head div {
    padding: 0 20px 12px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #767676;
}

.scandi-table__row div {
    padding: 16px 20px;
    background: #fff;
    font-size: 0.9rem;
    color: #4a4a4a;
}

.scandi-table__label {
    font-weight: 500;
    color: #1a1a1a !important;
}

.scandi-plus {
    color: #1a1a1a;
    margin-right: 6px;
    font-weight: 600;
}

.scandi-minus {
    color: #767676;
    margin-right: 6px;
}

/* -------------------------
   Compare mobile variant
   (side-by-side check/x lists)
   ------------------------- */
.scandi-compare-mobile {
    display: none;
}

.scandi-compare-mobile__heading {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e5e5e5;
    color: #1a1a1a;
}

.scandi-compare-mobile__heading--med {
    border-bottom-color: #1a1a1a;
}

.scandi-compare-mobile__heading--utan {
    border-bottom-color: #d4d4d4;
    color: #767676;
}

.scandi-compare-mobile__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.scandi-compare-mobile__list li {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #4a4a4a;
    margin-bottom: 14px;
    padding-left: 0;
}

.scandi-compare-mobile__check {
    color: #1a1a1a;
    font-weight: 600;
    margin-right: 6px;
}

.scandi-compare-mobile__x {
    color: #c4c4c4;
    font-weight: 600;
    margin-right: 6px;
}

.scandi-compare-mobile__card {
    background: #fff;
    padding: 20px;
    margin-bottom: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.scandi-compare-mobile__card-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

/* -------------------------
   Story
   ------------------------- */
.scandi-link {
    font-size: 0.9rem;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.scandi-link a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.2s;
}

.scandi-link a:hover {
    color: #767676;
}

.scandi-route {
    font-size: 0.85rem;
    color: #767676;
    padding-left: 14px;
    border-left: 2px solid #e5e5e5;
    margin-bottom: 0;
}

/* -------------------------
   Reviews
   ------------------------- */
.scandi-reviews__grid {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
}

.scandi-review {
    background: #f5f5f3;
    padding: 32px;
    height: 100%;
    border: 1px solid #e5e5e5;
}

.scandi-review__quote {
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.scandi-review__author {
    font-size: 0.85rem;
    font-weight: 500;
    color: #1a1a1a;
    margin: 16px 0 2px;
}

.scandi-review__verified {
    font-size: 11px;
    color: #767676;
    margin: 0;
}

/* -------------------------
   Sticky bar
   ------------------------- */
.scandi-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    padding: 12px 24px;
    z-index: 1000;
}

.scandi-sticky__info {
    font-size: 13px;
    color: #767676;
}

/* ============================================
   RESPONSIVE
   ============================================ */

/* Tablet & smaller */
@media (max-width: 991px) {
    .scandi-hero .row {
        flex-direction: column;
    }

    .scandi-hero .row>[class*="order-1"] {
        order: -1;
    }

    .scandi-hero .row>[class*="order-2"] {
        order: 1;
        margin-bottom: 0;
        margin-top: 24px;
    }

    .scandi-hero {
        padding: 48px 0 56px;
    }

    .scandi-intro,
    .scandi-features,
    .scandi-compare,
    .scandi-story,
    .scandi-reviews,
    .scandi-final {
        padding: 48px 0;
    }

    .scandi-compare .scandi-title--sm {
        margin-bottom: 32px;
    }

    .scandi-stats {
        flex-wrap: wrap;
        gap: 16px 32px;
    }

    .scandi-feature {
        padding: 32px 0;
    }

    .scandi-btn {
        width: 100%;
        text-align: center;
        padding: 16px 24px;
    }

    .scandi-btn--sm {
        width: auto;
    }

    .scandi-review {
        padding: 24px;
    }

    .scandi-reviews__grid .col-md-4 {
        margin-bottom: 1px;
    }

    body {
        padding-bottom: 64px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .scandi-compare-desktop {
        display: none;
    }

    .scandi-compare-mobile {
        display: block;
    }

    .scandi-table__head,
    .scandi-table__row {
        grid-template-columns: 1fr;
    }

    .scandi-table__head div:first-child {
        display: none;
    }

    .scandi-stats--center .scandi-stat {
        flex: 0 0 calc(50% - 12px);
        text-align: center;
    }

    .scandi-final__inner .scandi-stats {
        gap: 20px 16px;
        justify-content: center;
    }

    .scandi-stat__value {
        font-size: 1.2rem;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .scandi-hero {
        padding: 32px 0 40px;
    }

    .scandi-intro,
    .scandi-features,
    .scandi-compare,
    .scandi-story,
    .scandi-reviews,
    .scandi-final {
        padding: 36px 0;
    }

    .scandi-title {
        font-size: 1.5rem;
        margin-bottom: 16px;
    }

    .scandi-title--sm {
        font-size: 1.25rem;
        margin-bottom: 16px;
    }

    .scandi-text {
        font-size: 0.9rem;
        margin-bottom: 16px;
    }

    .scandi-eyebrow {
        margin-bottom: 10px;
    }

    .scandi-feature {
        padding: 24px 0;
    }

    .scandi-stats {
        gap: 12px 20px;
    }

    .scandi-stat__value {
        font-size: 1.1rem;
    }

    .scandi-sticky {
        padding: 10px 16px;
    }

    .scandi-sticky .scandi-btn--sm {
        width: 100%;
        text-align: center;
    }
}

.scandi .option-card .btn-primary-custom {
    grid-row: 8;
    margin-top: 12px;
}

@media (max-width: 600px) {
    .scandi .option-card .btn-primary-custom {
        grid-column: 1 / -1;
        grid-row: auto;
        margin-top: 0.5rem;
        width: 100%;
        font-size: 0.82rem;
        padding: 0.6rem 1rem;
    }
}



.blog-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 2.5rem 1rem 3rem;
}

.blog-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0.75rem;
    color: #1a1a1a;
}

.blog-meta {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e9ecef;
}

.blog-body p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #333;
    margin-bottom: 1.25rem;
}

.blog-body ul {
    margin-bottom: 1.25rem;
    padding-left: 1.25rem;
}

.blog-body ul li {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #333;
    margin-bottom: 0.4rem;
}

.blog-highlight {
    position: relative;
    background: #012145;
    color: rgba(255, 255, 255, 0.92);
    padding: 1.5rem 1.75rem 1.5rem 1.75rem;
    margin: 2rem 0;
    border-radius: 4px;
    line-height: 1.7;
    font-size: 0.98rem;
    box-shadow: 0 1px 4px rgba(1, 33, 69, 0.12);
}

.blog-highlight::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 4px 4px 0 0;
}

.blog-highlight strong {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.01em;
}


.blog-toc {
    background: #f8f9fa;
    padding: 1.25rem 1.5rem;
    border-radius: 6px;
    margin: 2rem 0 2.5rem;
}

.blog-toc h2 {
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #666;
    margin-bottom: 0.75rem;
}

.blog-toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-toc li {
    margin-bottom: 0.35rem;
}

.blog-toc a {
    color: #444;
    text-decoration: none;
    font-size: 0.95rem;
}

.blog-toc a:hover {
    color: #2e7d5a;
}

.blog-section {
    margin: 2.5rem 0;
}

.blog-section h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
}

.blog-section h3 {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 1.5rem 0 0.5rem;
}

.blog-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.25rem 0;
    font-size: 0.95rem;
}

.blog-table th,
.blog-table td {
    padding: 0.65rem 0.75rem;
    text-align: left;
    border-bottom: 1px solid #e9ecef;
}

.blog-table th {
    font-weight: 600;
    color: #555;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.blog-table tr:hover td {
    background: #fafbfc;
}

.blog-tip {
    position: relative;
    background: #fafaf8;
    border: 1px solid #e8e4db;
    padding: 1.25rem 1.5rem 1.25rem 3.25rem;
    margin: 1.75rem 0;
    border-radius: 4px;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #3a3530;
}

.blog-tip::before {
    content: "→";
    position: absolute;
    left: 1.25rem;
    top: 1.2rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #2e7d5a;
    line-height: 1;
}

.blog-tip strong {
    color: #1a1a1a;
    font-weight: 700;
}

.blog-cta {
    background: #012145;
    color: #fff;
    padding: 1.75rem;
    border-radius: 8px;
    margin: 2.5rem 0;
}

.blog-cta h3 {
    margin-top: 0;
    font-size: 1.15rem;
    font-weight: 700;
}

.blog-cta ul {
    padding-left: 1.25rem;
    margin-bottom: 1rem;
}

.blog-cta ul li {
    margin-bottom: 0.35rem;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
}

.blog-cta-btn {
    display: inline-block;
    background: #fff;
    color: #012145;
    padding: 0.6rem 1.25rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
}

.blog-cta-btn:hover {
    background: #e8eef5;
    color: #012145;
}

.blog-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 1.25rem 0;
}

.blog-card {
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 1rem;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.blog-card:hover {
    border-color: #2e7d5a;
    box-shadow: 0 2px 8px rgba(46, 125, 90, 0.1);
    color: inherit;
}

.blog-card h4 {
    margin: 0 0 0.35rem;
    font-size: 0.95rem;
}

.blog-card p {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 0.35rem;
}

.blog-card .blog-price {
    color: #2e7d5a;
    font-weight: 700;
    font-size: 0.9rem;
}

.blog-related {
    border-top: 1px solid #e9ecef;
    padding-top: 1.5rem;
    margin-top: 2.5rem;
}

.blog-related h2 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #666;
    margin-bottom: 0.75rem;
}

.blog-related a {
    display: block;
    padding: 0.5rem 0;
    color: #333;
    text-decoration: none;
    font-size: 0.95rem;
    border-bottom: 1px solid #f1f3f5;
}

.blog-related a:last-child {
    border-bottom: none;
}

.blog-related a:hover {
    color: #2e7d5a;
}

@media (max-width: 576px) {
    .blog-title {
        font-size: 1.6rem;
    }

    .blog-table {
        font-size: 0.85rem;
    }

    .blog-table th,
    .blog-table td {
        padding: 0.5rem;
    }
}



.sup-page *,
.sup-page *::before,
.sup-page *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.sup-page {
    --accent: #9CCCCD;
    --accent-dark: #6BA8A9;
    font-family: 'DM Sans', sans-serif;
    color: #0a0f14;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    max-width: 1140px;
    margin: 0 auto;
}

/* ═══ VARIANT PICKER ═══ */
.sup-variants {
    display: flex;
    gap: 0.75rem;
    padding: 1.25rem 3rem;
    background: #faf9f7;
    border-bottom: 1px solid #e8e4df;
}

.sup-variant {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem;
    border-radius: 4px;
    border: 2px solid transparent;
    text-decoration: none;
    transition: border-color 0.2s ease;
}

.sup-variant:hover {
    border-color: #e8e4df;
}

.sup-variant.is-active {
    border-color: var(--accent);
}

.sup-variant__img {
    width: 40px;
    height: 80px;
    object-fit: contain;
}

.sup-variant__name {
    font-family: 'Outfit', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    color: #0a0f14;
    text-align: center;
    line-height: 1.2;
}

/* ═══ HERO ═══ */
.sup-hero {
    position: relative;
    min-height: 50vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #faf9f7;
}

.sup-hero__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 3rem;
}

.sup-hero__eyebrow {
    font-family: 'Outfit', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent-dark);
    margin-bottom: 1.5rem;
}

.sup-hero__title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(3rem, 6vw, 5.5rem);
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: -0.03em;
    color: #0a0f14;
    margin-bottom: 0.25rem;
}

.sup-hero__title span {
    display: block;
    color: var(--accent);
}

.sup-hero__size {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-weight: 300;
    color: #3a3f44;
    letter-spacing: 0.05em;
    margin-bottom: 2.5rem;
}

.sup-hero__intro {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #3a3f44;
    max-width: 420px;
    margin-bottom: 2rem;
}

.sup-hero__badges {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.sup-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.85rem;
    background: #fff;
    border: 1px solid #e8e4df;
    border-radius: 2px;
    font-family: 'Outfit', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #0a0f14;
}

.sup-badge::before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--accent);
    border-radius: 50%;
    flex-shrink: 0;
}

.sup-hero__right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sup-hero__img {
    max-height: 85vh;
    max-width: 80%;
    object-fit: contain;
    transform: rotate(-25deg);
    filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.08));
}

.sup-hero__watermark {
    position: absolute;
    bottom: 8%;
    right: 8%;
    font-family: 'Outfit', sans-serif;
    font-size: 8rem;
    font-weight: 800;
    color: var(--accent);
    opacity: 0.50;
    line-height: 1;
    pointer-events: none;
}

/* ═══ HERO DARK VARIANT ═══ */
.sup-hero--dark::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 0;
}

.sup-hero--dark .sup-hero__left,
.sup-hero--dark .sup-hero__right {
    position: relative;
    z-index: 1;
}

.sup-hero--dark .sup-hero__title {
    color: #fff;
}

.sup-hero--dark .sup-hero__size,
.sup-hero--dark .sup-hero__intro {
    color: rgba(255, 255, 255, 0.8);
}

/* ═══ STATS BAR ═══ */
.sup-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid #e8e4df;
    border-bottom: 1px solid #e8e4df;
}

.sup-stat {
    text-align: center;
    padding: 2rem 1rem;
    border-right: 1px solid #e8e4df;
}

.sup-stat:last-child {
    border-right: none;
}

.sup-stat__value {
    font-family: 'Outfit', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #0a0f14;
    margin-bottom: 0.25rem;
}

.sup-stat__label {
    font-size: 0.72rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #3a3f44;
}

/* ═══ SECTION SHARED ═══ */
.sup-section {
    padding: 5rem 3rem;
}

.sup-section--stone {
    background: #F8F9FA;
}

.sup-section__eyebrow {
    font-family: 'Outfit', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent-dark);
    margin-bottom: 0.75rem;
}

.sup-section__title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #0a0f14;
}

.sup-section__title span {
    color: var(--accent);
}

.sup-section__text {
    font-size: 1.02rem;
    line-height: 1.8;
    color: #3a3f44;
    max-width: 600px;
}

/* ═══ TWO-COL GRID ═══ */
.sup-dropstitch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.sup-dropstitch__img {
    width: 100%;
    border-radius: 3px;
}

.sup-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
}

.sup-feature {
    padding: 1.25rem 0;
    border-top: 1px solid #e8e4df;
}

.sup-feature__name {
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
    color: #0a0f14;
}

.sup-feature__desc {
    font-size: 0.88rem;
    line-height: 1.6;
    color: #3a3f44;
}

/* ═══ INCLUDED ═══ */
.sup-included {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.sup-included__item {
    padding: 2.5rem 2rem;
    border-right: 1px solid #e8e4df;
    border-bottom: 1px solid #e8e4df;
}

.sup-included__item:nth-child(3n) {
    border-right: none;
}

.sup-included__item:nth-child(n+4) {
    border-bottom: none;
}

.sup-included__icon {
    font-family: 'Outfit', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--accent);
    margin-bottom: 0.75rem;
}

.sup-included__name {
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
    color: #0a0f14;
}

.sup-included__desc {
    font-size: 0.85rem;
    color: #3a3f44;
    line-height: 1.5;
}

/* ═══ TIPS ═══ */
.sup-tips {
    position: relative;
    max-height: 200px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.sup-tips.is-expanded {
    max-height: 3000px;
}

.sup-tips__fade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, rgba(245, 243, 240, 0), #F8F9FA 90%);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.sup-tips.is-expanded .sup-tips__fade {
    opacity: 0;
}

.sup-tips__subtitle {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0a0f14;
    margin: 2rem 0 1rem;
}

.sup-tips__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem 2rem;
}

.sup-tips__item {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #3a3f44;
}

.sup-tips__check {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 0.2rem;
}

.sup-tips__divider {
    border: none;
    border-top: 1px solid #e8e4df;
    margin: 2rem 0;
}

.sup-tips__body {
    font-size: 0.95rem;
    line-height: 1.75;
    color: #3a3f44;
    max-width: 640px;
}

.sup-tips__body ol {
    padding-left: 1.25rem;
}

.sup-tips__body ol li {
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #3a3f44;
}

.sup-tips__body ol li strong {
    color: #0a0f14;
}

.sup-tips__btn {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.6rem 1.5rem;
    background: #0a0f14;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: background 0.2s ease;
}

.sup-tips__btn:hover {
    background: #3a3f44;
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 900px) {
    .sup-page {
        max-width: 100%;
    }

    .sup-variants {
        padding: 1rem 1.5rem;
        gap: 0.5rem;
    }

    .sup-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .sup-hero__left {
        padding: 3rem 1.5rem;
        order: 2;
    }

    .sup-hero__right {
        min-height: 0;
        padding: 2rem 1rem;
        order: 1;
    }

    .sup-hero__watermark {
        display: none;
    }

    .sup-hero__img {
        max-width: 100%;
        max-height: 320px;
    }

    .sup-stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .sup-stat:nth-child(3) {
        border-right: none;
    }

    .sup-stat:nth-child(-n+3) {
        border-bottom: 1px solid #e8e4df;
    }

    .sup-section {
        padding: 3rem 1.5rem;
    }

    .sup-dropstitch {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .sup-included {
        grid-template-columns: 1fr;
    }

    .sup-included__item {
        border-right: none;
        border-bottom: 1px solid #e8e4df;
    }

    .sup-included__item:last-child {
        border-bottom: none;
    }

    .sup-features-grid {
        grid-template-columns: 1fr;
    }

    .sup-tips__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {
    .sup-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .sup-stat:nth-child(2n) {
        border-right: none;
    }

    .sup-stat {
        border-bottom: 1px solid #e8e4df;
    }

    .sup-stat:last-child {
        border-bottom: none;
    }

    .sup-hero__badges {
        gap: 0.5rem;
    }
}

.hk-page *,
.hk-page *::before,
.hk-page *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hk-page {
    --accent: #FF3131;
    --accent-dark: #FF3131;
    font-family: 'DM Sans', sans-serif;
    color: #0a0f14;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    max-width: 1140px;
    margin: 0 auto;
}

/* ═══ HERO ═══ */
.hk-hero {
    position: relative;
    min-height: 55vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /*background: linear-gradient(140deg, #071828 0%, #0b2d4a 60%, #0d3456 100%); */
}

/* Hero utan bild: en kolumn, innehåll tar full bredd */
.hk-hero:not(:has(.hk-hero__right)) {
    grid-template-columns: 1fr;
}

.hk-hero__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4.5rem 3rem;

}

.hk-hero__eyebrow {
    font-family: 'Outfit', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 1.5rem;
}

.hk-hero__title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(3rem, 6vw, 5.5rem);
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: -0.03em;
    color: #0a0f14;
    margin-bottom: 0.3rem;
}

.hk-hero__title span {
    display: block;
    color: var(--accent);
}

.hk-hero__size {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(0.85rem, 1.5vw, 1.15rem);
    font-weight: 300;
    color: #0a0f14;
    letter-spacing: 0.06em;
    margin-bottom: 2.5rem;
}

.hk-hero__intro {
    font-size: 1.02rem;
    line-height: 1.8;
    color: #0a0f14;
    max-width: 430px;
    margin-bottom: 2rem;
}

.hk-hero__badges {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    color: #0a0f14;
}

.hk-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.42rem 0.85rem;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 2px;
    font-family: 'Outfit', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #0a0f14;
}

.hk-badge::before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--accent);
    border-radius: 50%;
    flex-shrink: 0;
}

.hk-hero__right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hk-hero__img {
    max-height: 85vh;
    max-width: 92%;
    object-fit: contain;
    transform: rotate(-12deg);
}

.hk-hero__watermark {
    position: absolute;
    bottom: 6%;
    right: 4%;
    font-family: 'Outfit', sans-serif;
    font-size: 4.5rem;
    font-weight: 800;
    color: var(--accent);
    opacity: 0.18;
    line-height: 1;
    letter-spacing: -0.02em;
    pointer-events: none;
}

/* ═══ STATS BAR ═══ */
.hk-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid #e8e4df;
    border-bottom: 1px solid #e8e4df;
}

.hk-stat {
    text-align: center;
    padding: 2rem 1rem;
    border-right: 1px solid #e8e4df;
}

.hk-stat:last-child {
    border-right: none;
}

.hk-stat__value {
    font-family: 'Outfit', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #0a0f14;
    margin-bottom: 0.25rem;
}

.hk-stat__label {
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #3a3f44;
}

/* ═══ SECTIONS — SHARED ═══ */
.hk-section {
    padding: 5rem 3rem;
}

.hk-section--stone {
    background: #F8F9FA;
}

.hk-section__eyebrow {
    font-family: 'Outfit', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent-dark);
    margin-bottom: 0.75rem;
}

.hk-section__title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #0a0f14;
}

.hk-section__title span {
    color: var(--accent);
}

.hk-section__text {
    font-size: 1rem;
    line-height: 1.82;
    color: #3a3f44;
    max-width: 560px;
}

/* ═══ TWO-COLUMN SPLIT ═══ */
.hk-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.5rem;
    align-items: center;
}

.hk-split__img {
    width: 100%;
    border-radius: 3px;
    object-fit: cover;
}

/* ═══ FEATURE GRID ═══ */
.hk-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 1.5rem;
    margin-top: 2rem;
}

.hk-feature {
    padding: 1.1rem 0;
    border-top: 1px solid #e8e4df;
}

.hk-feature__name {
    font-family: 'Outfit', sans-serif;
    font-size: 0.83rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
    color: #0a0f14;
}

.hk-feature__desc {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #3a3f44;
}

/* ═══ CHECKLIST ═══ */
.hk-checklist__item {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-size: 0.94rem;
    line-height: 1.65;
    color: #3a3f44;
    padding: 0.85rem 1rem;
    background: white;
    border-radius: 3px;
    border: 1px solid #e8e4df;
    height: 100%;
}

.hk-checklist__check {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 0.15rem;
}

/* ═══ COMPARISON CARDS ═══ */
.hk-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.hk-comparison__card {
    padding: 2rem 2rem 2.5rem;
    border-radius: 3px;
    border: 2px solid #e8e4df;
}

.hk-comparison__card--highlight {
    border-color: var(--accent);
    background: #f0f8fc;
}

.hk-comparison__label {
    display: inline-block;
    font-family: 'Outfit', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #888;
    background: #e8e4df;
    border-radius: 2px;
    padding: 0.2rem 0.6rem;
    margin-bottom: 1rem;
}

.hk-comparison__card--highlight .hk-comparison__label {
    color: var(--accent-dark);
    background: rgba(54, 152, 187, 0.12);
}

.hk-comparison__title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    color: #0a0f14;
}

.hk-comparison__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hk-comparison__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-size: 0.88rem;
    line-height: 1.6;
    color: #3a3f44;
    padding: 0.6rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.hk-comparison__list li::before {
    content: "✓";
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--accent-dark);
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.hk-comparison__card:not(.hk-comparison__card--highlight) .hk-comparison__list li::before {
    content: "✗";
    color: #c0392b;
}

.hk-comparison__note {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #e8e4df;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.hk-comparison__img {
    width: 220px;
    border-radius: 3px;
    flex-shrink: 0;
    object-fit: cover;
}

.hk-comparison__note p {
    font-size: 0.92rem;
    line-height: 1.7;
    color: #3a3f44;
}

/* ═══ INCLUDED GRID ═══ */
.hk-included {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.hk-included__item {
    padding: 2.5rem 2rem;
    border-right: 1px solid #e8e4df;
    border-bottom: 1px solid #e8e4df;
}

.hk-included__item:nth-child(3n) {
    border-right: none;
}

.hk-included__item:nth-child(n+4) {
    border-bottom: none;
}

.hk-included__icon {
    font-family: 'Outfit', sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    color: var(--accent);
    margin-bottom: 0.75rem;
}

.hk-included__name {
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
    color: #0a0f14;
}

.hk-included__desc {
    font-size: 0.84rem;
    color: #3a3f44;
    line-height: 1.55;
}

/* ═══ TIPS & RÅD ═══ */
.hk-tips {
    position: relative;
    max-height: 210px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.hk-tips.is-expanded {
    max-height: 8000px;
}

.hk-tips__fade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, rgba(245, 243, 240, 0), #F8F9FA 90%);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.hk-tips.is-expanded .hk-tips__fade {
    opacity: 0;
}

.hk-tips__subtitle {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0a0f14;
    margin: 2rem 0 1rem;
}

.hk-tips__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem 2rem;
}

.hk-tips__item {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.93rem;
    line-height: 1.6;
    color: #3a3f44;
}

.hk-tips__check {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 0.2rem;
}

.hk-tips__divider {
    border: none;
    border-top: 1px solid #e8e4df;
    margin: 2rem 0;
}

.hk-tips__body {
    font-size: 0.93rem;
    line-height: 1.78;
    color: #3a3f44;
    max-width: 640px;
}

.hk-tips__body p+p {
    margin-top: 0.75rem;
}

.hk-tips__body ol {
    padding-left: 1.25rem;
    margin-top: 0.5rem;
}

.hk-tips__body ol li {
    margin-bottom: 0.6rem;
    font-size: 0.93rem;
    line-height: 1.65;
    color: #3a3f44;
}

.hk-tips__body ol li strong {
    color: #0a0f14;
}

.hk-tips__btn {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.65rem 1.6rem;
    background: #0a0f14;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-family: 'Outfit', sans-serif;
    font-size: 0.83rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: background 0.2s ease;
}

.hk-tips__btn:hover {
    background: #3a3f44;
}

/* ═══ LV vs HV ═══ */
.hk-lvhv {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.hk-lvhv__card {
    padding: 2rem;
    border-radius: 3px;
    border: 2px solid #e8e4df;
    background: #f5f3f0;
}

.hk-lvhv__card--hv {
    border-color: var(--accent);
    background: #f0f8fc;
}

.hk-lvhv__tag {
    display: inline-block;
    font-family: 'Outfit', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #888;
    background: #e8e4df;
    border-radius: 2px;
    padding: 0.2rem 0.6rem;
    margin-bottom: 1rem;
}

.hk-lvhv__tag--hv {
    color: var(--accent-dark);
    background: rgba(54, 152, 187, 0.12);
}

.hk-lvhv__title {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #3a3f44;
    margin-bottom: 0.3rem;
}

.hk-lvhv__range {
    font-family: 'Outfit', sans-serif;
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 1.25rem;
    letter-spacing: -0.01em;
}

.hk-lvhv__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hk-lvhv__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-size: 0.88rem;
    line-height: 1.6;
    color: #3a3f44;
    padding: 0.55rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.hk-lvhv__list li::before {
    content: "→";
    font-weight: 600;
    color: var(--accent-dark);
    flex-shrink: 0;
}

.hk-lvhv__note {
    margin-top: 1.25rem;
    font-size: 0.87rem;
    color: #888;
    font-style: italic;
    line-height: 1.65;
}

/* LV/HV intro: brödtext + scale side by side on desktop */
.hk-lvhv-intro {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2.5rem;
    align-items: start;
    margin-top: 0.5rem;
}

.hk-lvhv-intro .hk-section__text {
    margin-bottom: 0;
}

/* LV/HV scale visual – "vi täcker mitten" */
.hk-lvhv-scale {
    margin-top: 0;
    padding: 1.25rem 0;
    min-width: 420px;
    max-width: 420px;
}

.hk-lvhv-scale__bar {
    display: flex;
    width: 100%;
    height: 12px;
    border-radius: 6px;
    overflow: hidden;
    background: #e8e4df;
}

.hk-lvhv-scale__zone {
    flex: 1;
    transition: opacity 0.2s ease;
}

.hk-lvhv-scale__zone--lv {
    background: linear-gradient(90deg, #d0ccc7 0%, #e0dcd8 100%);
}

.hk-lvhv-scale__zone--mid {
    background: linear-gradient(90deg, var(--accent) 0%, var(--accent-dark) 100%);
    flex: 1.2;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
}

.hk-lvhv-scale__zone--hv {
    background: linear-gradient(90deg, #e0dcd8 0%, #d0ccc7 100%);
}

.hk-lvhv-scale__labels {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0.85rem;
    gap: 0.5rem;
    text-align: center;
}

.hk-lvhv-scale__label {
    flex: 1;
    font-family: 'Outfit', sans-serif;
    font-size: 0.8rem;
    line-height: 1.45;
    color: #666;
}

.hk-lvhv-scale__label em {
    font-size: 0.72rem;
    font-style: italic;
    color: #999;
}

.hk-lvhv-scale__label--mid {
    color: var(--accent-dark);
    font-weight: 600;
}

.hk-lvhv-scale__label--mid strong {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--accent-dark);
}



/* ═══ RESPONSIVE — TABLET ═══ */
@media (max-width: 900px) {
    .hk-page {
        max-width: 100%;
    }

    .hk-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hk-hero__left {
        padding: 3rem 1.5rem 2rem;
        order: 2;
    }

    .hk-hero__right {
        padding: 2.5rem 1.5rem 1rem;
        order: 1;
        min-height: 0;
    }

    .hk-hero__img {
        max-height: 300px;
        max-width: 100%;
        transform: rotate(-6deg);
    }

    .hk-hero__watermark {
        display: none;
    }

    .hk-stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .hk-stat:nth-child(3) {
        border-right: none;
    }

    .hk-stat:nth-child(-n+3) {
        border-bottom: 1px solid #e8e4df;
    }

    .hk-section {
        padding: 3.5rem 1.5rem;
    }

    .hk-split {
        grid-template-columns: 1fr;
        gap: 2rem;
        direction: ltr !important;
    }

@media (max-width: 900px) {
    .hk-section--stone {
        margin-left: 0;
        margin-right: 0;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

    .hk-split>* {
        direction: ltr !important;
    }

    .hk-comparison {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .hk-comparison__note {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .hk-comparison__img {
        width: 100%;
        max-width: 300px;
    }

    .hk-included {
        grid-template-columns: repeat(2, 1fr);
    }

    .hk-included__item:nth-child(3n) {
        border-right: 1px solid #e8e4df;
    }

    .hk-included__item:nth-child(2n) {
        border-right: none;
    }

    .hk-included__item:nth-child(n+4) {
        border-bottom: 1px solid #e8e4df;
    }

    .hk-included__item:nth-child(n+5) {
        border-bottom: none;
    }

    .hk-features-grid {
        grid-template-columns: 1fr;
    }

    .hk-tips__grid {
        grid-template-columns: 1fr;
    }

    .hk-lvhv {
        grid-template-columns: 1fr;
    }

    .hk-lvhv-intro {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .hk-lvhv-scale {
        margin-top: 1rem;
        min-width: 0;
        max-width: none;
    }
}

/* ═══ RESPONSIVE — MOBILE ═══ */
@media (max-width: 540px) {
    .hk-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .hk-stat:nth-child(2n) {
        border-right: none;
    }

    .hk-stat {
        border-bottom: 1px solid #e8e4df;
    }

    .hk-stat:nth-child(5) {
        border-bottom: none;
        grid-column: span 2;
    }

    .hk-hero__badges {
        gap: 0.5rem;
    }

    .hk-included {
        grid-template-columns: 1fr;
    }

    .hk-included__item {
        border-right: none !important;
        border-bottom: 1px solid #e8e4df !important;
    }

    .hk-included__item:last-child {
        border-bottom: none !important;
    }
}


.option-price-wrap {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin: 0.25rem 0 0.5rem;
    grid-column: 1 / -1;
}

.option-price {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.option-price-before {
    font-size: 0.9rem;
    color: #aaa;
    text-decoration: line-through;
    margin: 0;
}

/* Google badge i hero */
.scandi-google-badge {
    margin-top: 1.25rem;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0.55rem 0.9rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.scandi-google-badge__text {
    line-height: 1.3;
}

.scandi-google-badge__name {
    font-size: 0.78rem;
    font-weight: 700;
    color: #1a1a1a;
}

.scandi-google-badge__row {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.scandi-google-badge__score {
    font-size: 0.82rem;
    font-weight: 700;
    color: #1a1a1a;
}

.scandi-google-badge__stars {
    color: #f5a623;
    font-size: 0.78rem;
    letter-spacing: 1px;
}

.scandi-google-badge__count {
    font-size: 0.75rem;
    color: #1a73e8;
}

.scandi-google-badge__sub {
    font-size: 0.7rem;
    color: #777;
}

/* Final CTA hero */
.scandi-final-hero {
    position: relative;
    background-image: url('https://s3.eu-west-1.amazonaws.com/storage.quickbutik.com/stores/4932Q/files/butik-mobile-desktop.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scandi-final-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 20, 30, 0.58);
}

.scandi-final-hero__content {
    position: relative;
    z-index: 1;
    max-width: 600px;
    color: #fff;
}

.scandi-final-hero__eyebrow {
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0.5rem;
}

.scandi-final-hero__title {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.scandi-final-hero__text {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 1.75rem;
    line-height: 1.6;
}

.scandi-final-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.scandi-final-hero__btn {
    display: inline-block;
    padding: 0.75rem 1.75rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    text-align: center;
    transition: opacity 0.2s;
}

.scandi-final-hero__btn:hover {
    opacity: 0.88;
}

.scandi-final-hero__btn--primary {
    background: #fff;
    color: #1a1a1a;
}

.scandi-final-hero__btn--secondary {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.7);
}

.scandi-final-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    justify-content: center;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 600px) {
    .scandi-final-hero__title {
        font-size: 1.5rem;
    }

    .scandi-final-hero__btn {
        width: 100%;
        text-align: center;
    }
}



.tilb-page * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.tilb-page img {
    max-width: 100%;
    display: block;
}

/* ── Page wrapper ── */
.tilb-page {
    font-family: 'Albert Sans', system-ui, sans-serif;
    color: #0A0A0A;
    background: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    max-width: 1100px;
    margin: 0 auto;
}

/* ── Typography ── */
.tilb-eyebrow {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #555555;
    display: block;
    margin-bottom: 14px;
}

.tilb-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #0A0A0A;
    margin-bottom: 16px;
}

.tilb-lead {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: #444444;
    max-width: 560px;
    font-weight: 400;
    margin-bottom: 24px;
}

.tilb-label {
    font-size: 1rem;
    font-weight: 600;
    color: #0A0A0A;
    margin-bottom: 6px;
}

.tilb-body {
    font-size: 1rem;
    line-height: 1.75;
    color: #444444;
    font-weight: 400;
}

/* ── Numbered prefix ── */
.tilb-n {
    font-size: 13px;
    font-weight: 900;
    color: #555555;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 20px;
}

/* ── Sections ── */
.tilb-section {
    padding: 72px 48px;
}

/* ── Intro ── */
.tilb-intro {
    padding: 56px 48px 64px;
    border-bottom: 1px solid #E8E8E8;
}

/* ── Feature grid: numbered cells ── */
.tilb-feats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
    margin-top: 48px;
}

.tilb-feat {
    padding: 32px 28px;
    border-right: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}

/* ── Use cases ── */
.tilb-uses {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 48px;
    border-top: 1px solid #E8E8E8;
}

.tilb-use {
    padding: 32px 40px 32px 0;
}

.tilb-use+.tilb-use {
    padding-left: 40px;
    border-left: 1px solid #E8E8E8;
}

/* ── Checklist ── */
.tilb-list {
    list-style: none;
}

.tilb-list li {
    font-size: 1rem;
    color: #444444;
    padding: 9px 0;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tilb-list li:first-child {
    border-top: 1px solid #E8E8E8;
}

.tilb-list li::before {
    content: '';
    width: 3px;
    height: 3px;
    background: #012145;
    border-radius: 50%;
    flex-shrink: 0;
}

/* ── Stat ── */
.tilb-stat {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #0A0A0A;
    line-height: 1.1;
}

.tilb-stat__label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #555555;
    margin-top: 10px;
}

/* ── Timeline ── */
.tilb-times {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    gap: 0;
    margin-top: 48px;
    border-top: 1px solid #E8E8E8;
}

.tilb-time {
    padding: 28px 40px 28px 0;
}

.tilb-time+.tilb-time {
    padding-left: 40px;
    border-left: 1px solid #E8E8E8;
}

.tilb-time__good {
    font-size: 1rem;
    font-weight: 600;
    color: #0A0A0A;
    margin-top: 12px;
}

.tilb-time__bad {
    font-size: 1rem;
    color: #888888;
    text-decoration: line-through;
    margin-top: 6px;
}

.tilb-time--total {
    background: #012145;
    padding: 28px 32px;
    min-width: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tilb-time--total .tilb-eyebrow {
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 8px;
}

.tilb-time__big {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #fff;
    line-height: 1;
    margin-bottom: 4px;
}

.tilb-time__unit {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}

/* ── Feature splits ── */
.tilb-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #E8E8E8;
    min-height: 420px;
}

.tilb-split--flip {
    direction: rtl;
}

.tilb-split--flip>* {
    direction: ltr;
}

.tilb-split__img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
}

.tilb-split__text {
    padding: 64px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* ── Accordion-style comparison ── */
.tilb-accord {
    margin-top: 48px;
    border-top: 1px solid #E8E8E8;
}

.tilb-accord__row {
    display: grid;
    grid-template-columns: 36px 1fr 1fr 1fr;
    border-bottom: 1px solid #E8E8E8;
    align-items: center;
}

.tilb-accord__head {
    background: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #555555;
}

.tilb-accord__head--accent {
    color: #012145;
    font-weight: 700;
}

.tilb-accord__row>div {
    padding: 18px 16px;
    font-size: 1rem;
    color: #444444;
}

.tilb-accord__row>div:first-child {
    font-size: 13px;
    font-weight: 600;
    color: #999999;
    padding-right: 0;
}

.tilb-accord__row>div:nth-child(2) {
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #0A0A0A;
}

.tilb-accord__row>div:nth-child(3) {
    color: #0A0A0A;
    font-weight: 500;
}

.tilb-ok {
    color: #012145;
    font-weight: 700;
    margin-right: 4px;
}

.tilb-no {
    color: #999999;
    font-weight: 700;
    margin-right: 4px;
}

/* ── How-to steps ── */
.tilb-steps {
    list-style: none;
    margin-top: 24px;
}

.tilb-steps li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #E8E8E8;
    font-size: 1rem;
    color: #0A0A0A;
    font-weight: 500;
}

.tilb-steps li:first-child {
    border-top: 1px solid #E8E8E8;
}

.tilb-steps__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #012145;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
}

/* ── Rule ── */
.tilb-rule {
    border: none;
    border-top: 1px solid #E8E8E8;
    margin: 48px 0;
}

/* ═══════════════════════════════════════════════════
           RESPONSIVE
           ═══════════════════════════════════════════════════ */

@media (max-width: 900px) {
    .tilb-section {
        padding: 52px 24px;
    }

    .tilb-intro {
        padding: 44px 24px 52px;
    }

    .tilb-feats {
        grid-template-columns: 1fr 1fr;
    }

    .tilb-uses {
        grid-template-columns: 1fr;
    }

    .tilb-use+.tilb-use {
        border-left: none;
        border-top: 1px solid #E8E8E8;
        padding-left: 0;
    }

    .tilb-use {
        padding-right: 0;
    }

    .tilb-times {
        grid-template-columns: 1fr 1fr;
    }

    .tilb-time--total {
        grid-column: span 2;
        flex-direction: row;
        align-items: center;
        gap: 24px;
        min-width: auto;
    }

    .tilb-split {
        grid-template-columns: 1fr;
        direction: ltr;
    }

    .tilb-split--flip {
        direction: ltr;
    }

    .tilb-split__img {
        min-height: 260px;
        max-height: 340px;
    }

    .tilb-split__text {
        padding: 40px 24px;
    }

    .tilb-accord__row {
        grid-template-columns: 28px 1fr 1fr;
    }

    .tilb-accord__row>div:last-child {
        display: none;
    }

    .tilb-accord__head:last-child {
        display: none;
    }
}

@media (max-width: 600px) {
    .tilb-section {
        padding: 40px 16px;
    }

    .tilb-intro {
        padding: 36px 16px 44px;
    }

    .tilb-feats {
        grid-template-columns: 1fr;
    }

    .tilb-times {
        grid-template-columns: 1fr;
    }

    .tilb-time--total {
        grid-column: span 1;
        flex-direction: column;
        align-items: flex-start;
    }

    .tilb-time+.tilb-time {
        border-left: none;
        border-top: 1px solid #E8E8E8;
        padding-left: 0;
    }

    .tilb-time {
        padding-right: 0;
    }

    /* Jämförelsetabell: horisontell scroll, visa alla kolumner */
    .tilb-accord {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .tilb-accord__row {
        grid-template-columns: 28px 140px 1fr 1fr;
        min-width: 480px;
    }

    .tilb-accord__row>div:last-child {
        display: block;
    }

    .tilb-accord__head:last-child {
        display: block;
    }

    /* Inline-grids utan mobilhantering */
    .tilb-2col-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .tilb-list-grid {
        grid-template-columns: 1fr !important;
    }


}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-display: swap;
}

.color-picker {
    width: 100%;
    margin: 8px 0 12px;
}

.color-picker-label {
    font-size: 13px;
    color: #333;
    display: block;
    margin-bottom: 8px;
}

.color-picker-header {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      margin-bottom: 10px;
  }

  .color-picker-title {
      font-size: 17px;
      font-weight: 700;
      color: #012145;
      line-height: 1.2;
      margin-top: 20px;
  }

  .color-picker-subtitle {
      font-size: 13px;
      color: #475569;
      font-weight: 500;
      margin-top: 4px;
  }

  .color-picker-subtitle strong {
      color: #012145;
      font-weight: 700;
  }

.color-picker-swatches {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.color-swatch {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e0e0e0;
    display: block;
    flex-shrink: 0;
}

.color-swatch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.color-swatch.active {
    border-color: #1a1a1a;
}

.color-swatch:hover {
    border-color: #999;
}

.color-swatch.active:hover {
    border-color: #1a1a1a;
}

.shipping-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    padding: 10px 0;
}

.shipping-inline .fi-se {
    font-size: 16px;
    line-height: 1;
}

/* Google Reviews Trust Banner */
.review-trust-banner {
    background: #003d6b;
    padding: 12px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: 1rem;
}

.review-trust-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.review-trust-google-icon {
    width: 16px;
    height: 16px;
}

.review-trust-stars {
    display: flex;
    gap: 2px;
    font-size: 12px;
    color: #fbbf24;
}

@media (max-width: 576px) {
    .review-trust-item {
        font-size: 12px;
    }
}

.free-gift-banner {
    display: flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(135deg, #f0faf2 0%, #f7fdf8 100%);
    border: 1px solid rgba(34, 197, 94, 0.2);
    border-left: 3px solid #22c55e;
    border-radius: 6px;
    padding: 12px 16px;
    margin-top: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.free-gift-image {
    flex-shrink: 0;
    width: 50px;
    position: relative;
}

.free-gift-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: contain;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.free-gift-tag {
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    background: #22c55e;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 1px 6px;
    border-radius: 3px;
    line-height: 1.4;
    white-space: nowrap;
}

.free-gift-content {
    flex: 1;
    min-width: 0;
}

.free-gift-title {
    font-size: 13px;
    font-weight: 600;
    color: #012145;
    margin: 0;
    line-height: 1.4;
}

.free-gift-title i {
    margin-right: 3px;
    font-size: 11px;
    color: #22c55e;
}

.free-gift-value {
    font-size: 11px;
    font-weight: 500;
    color: #22c55e;
    margin-left: 3px;
}

.free-gift-urgency {
    font-size: 11px;
    color: #6b7280;
    margin: 3px 0 0;
}

/* ── SUP Guide Link ── */
.sup-guide-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #012145;
    text-decoration: none;
    padding: 6px 0;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(1, 33, 69, 0.2);
    transition: border-color 0.2s ease, color 0.2s ease;
}

.sup-guide-link:hover {
    color: #003d6b;
    border-bottom-color: #003d6b;
    text-decoration: none;
}

.sup-guide-link i {
    font-size: 11px;
    color: #85A2B9;
}

/* ── SUP Compare Modal ── */
.sup-compare-modal {
    border: none;
    border-radius: 8px;
    overflow: hidden;
}

.sup-compare-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 28px 16px;
    background: #012145;
    color: #fff;
}

.sup-compare-header h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.sup-compare-header p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin: 2px 0 0;
}

.sup-compare-close {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
    font-size: 14px;
}

.sup-compare-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

.sup-compare-body {
    padding: 24px 28px;
}

.sup-compare-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.sup-compare-card {
    border: 1px solid rgba(1, 33, 69, 0.1);
    border-radius: 6px;
    overflow: hidden;
}

.sup-compare-card-header {
    padding: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.sup-card-large {
    background: #012145;
    color: #fff;
}

.sup-card-compact {
    background: #f0f5ff;
    color: #012145;
}

.sup-compare-size {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
}

.sup-card-large .sup-compare-size {
    color: #fff;
}

.sup-compare-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    opacity: 0.7;
}

.sup-compare-specs {
    list-style: none;
    margin: 0;
    padding: 12px 16px;
}

.sup-compare-specs li {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 13px;
}

.sup-compare-specs li:last-child {
    border-bottom: none;
}

.sup-spec-label {
    color: #6b7280;
}

.sup-spec-value {
    font-weight: 600;
    color: #012145;
}

.sup-compare-desc {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.5;
    padding: 0 16px 16px;
    margin: 0;
}

.sup-compare-shared {
    margin-top: 16px;
    padding: 12px 16px;
    background: #f8f9fa;
    border-radius: 6px;
    text-align: center;
}

.sup-compare-shared p {
    font-size: 12px;
    color: #6b7280;
    margin: 0;
}

.sup-compare-shared i {
    color: #22c55e;
    margin-right: 4px;
}

.sup-compare-shared span {
    color: #ccc;
    margin: 0 4px;
}

.sup-compare-footer {
    padding: 16px 28px 20px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.sup-compare-footer p {
    font-size: 13px;
    color: #6b7280;
    margin: 0 0 12px;
}

.sup-compare-btn {
    background: #012145;
    color: #fff;
    border: none;
    padding: 10px 28px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.sup-compare-btn:hover {
    background: #003d6b;
}

@media (max-width: 575px) {
    .sup-compare-cards {
        grid-template-columns: 1fr;
    }
    .sup-compare-body {
        padding: 16px;
    }
    .sup-compare-header {
        padding: 18px 16px 14px;
    }
    .sup-compare-footer {
        padding: 14px 16px 18px;
    }
}

    /* Opening banner */
.sk-opening {
    display: block;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 9px 20px;
    box-sizing: border-box;
    background: #c60156;
    color: #fff;
    font-family: "Lato", sans-serif;
    text-decoration: none;
}

.sk-opening:hover {
    color: #fff;
    text-decoration: none;
}

.sk-opening__inner {
    display: flex;
    justify-content: center;
    width: min(1120px, 100%);
    margin: 0 auto;
    font-size: 0.72rem;
    line-height: 1.4;
}

.sk-opening__label {
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

/* Hero */
.sk-hero {
    position: relative;
    display: flex;
    min-height: min(640px, 68vh);
    align-items: center;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    overflow-x: hidden;
    font-family: "Lato", sans-serif;
}

.sk-hero__bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sk-hero__bg--desktop {
    display: none;
}

.sk-hero__bg--mobile {
    display: block;
}

.sk-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.14);
}

.sk-hero .container {
    width: min(1120px, calc(100% - 40px));
    max-width: none;
    margin: 0 auto;
    padding: 0;
}

.sk-hero__content {
    max-width: 680px;
    margin: 0 auto;
    padding: 64px 0 24px;
    text-align: center;
}

.sk-hero__content > br {
    display: none;
}

.sk-hero__badge {
    display: inline-flex;
    align-items: center;
    margin: 0 0 22px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.sk-hero__badge i {
    display: none;
}

.sk-hero__title {
    margin: 0 0 22px;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: clamp(3rem, 6.5vw, 5.4rem);
    font-weight: 500;
    line-height: 0.88;
    letter-spacing: -0.055em;
}

.sk-hero__title-accent {
    display: block;
    color: #fff;
    font-style: italic;
}

.sk-hero__rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.sk-hero__stars {
    color: #fff;
    font-size: 0.82rem;
    letter-spacing: 3px;
}

.sk-hero__rating-score,
.sk-hero__rating-count {
    color: #fff;
    font-size: 0.88rem;
    font-weight: 500;
}

.sk-hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.sk-hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 22px;
    border-radius: 2px;
    box-shadow: none;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
    cursor: pointer;
}

.sk-hero__btn--primary {
    background: #c60156;
    color: #fff;
    border: 0;
}

.sk-hero__btn--primary:hover {
    background: #a90049;
    box-shadow: none;
    transform: none;
}

.sk-hero__btn--ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.sk-hero__btn--ghost:hover {
    background: #fff;
    color: #012145;
    transform: none;
}

.sk-hero__info-bar {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    padding: 0;
    gap: 24px;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.sk-hero__info-item {
    display: flex;
    align-items: center;
    color: #fff;
    flex: none;
    justify-content: flex-start;
    gap: 0;
}

.sk-hero__info-item i,
.sk-hero__info-item br {
    display: none;
}

.sk-hero__info-item strong {
    display: block;
    font-size: 1rem;
    font-weight: 500;
}

.sk-hero__info-item span {
    display: block;
    color: #fff;
    font-size: 0.84rem;
    margin-top: 2px;
}

.sk-hero__info-label {
    display: none;
}

.sk-hero__info-divider {
    display: block;
    width: 1px;
    height: 28px;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.12);
}

/* SEO intro */
.sk-intro {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 72px 0 24px;
    background: #fff;
    font-family: "Lato", sans-serif;
}

.sk-intro__content {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.sk-intro__label {
    display: inline-block;
    margin-bottom: 12px;
    color: #c60156;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sk-intro__title {
    max-width: 720px;
    margin: 0 auto 20px;
    color: #012145;
    font-family: "Lato", sans-serif;
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.1;
}

.sk-intro__lead,
.sk-intro__text {
    max-width: 760px;
    margin: 0 auto 14px;
    color: #56616d;
    font-size: 1rem;
    line-height: 1.75;
}

.sk-intro__lead {
    color: #263d56;
    font-size: 1.08rem;
}

.sk-intro__cta {
    margin-top: 14px;
    padding: 12px 22px;
    border: 0;
    border-radius: 8px;
    background: #c60156;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 800;
    cursor: pointer;
}

.sk-intro__cta:hover {
    background: #a80148;
}

/* Included equipment */
.sk-steps__included {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
    align-items: center;
    max-width: 920px;
    margin: 64px auto 0;
    padding: 32px;
    gap: 48px;
    border: 1px solid #eff1f3;
    border-radius: 14px;
    background: #f5f5f7;
}

.sk-steps__included-copy {
    min-width: 0;
}

.sk-steps__included-label {
    display: block;
    margin-bottom: 8px;
    color: #c60156;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sk-steps__included-title {
    margin: 0 0 12px;
    color: #012145;
    font-family: "Lato", sans-serif;
    font-size: clamp(1.35rem, 2.5vw, 1.8rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.sk-steps__included-text {
    margin: 0;
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.65;
}

.sk-steps__included-list {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 10px;
    list-style: none;
}

.sk-steps__included-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #012145;
    font-size: 0.88rem;
    font-weight: 700;
}

.sk-steps__check {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    flex-shrink: 0;
    box-sizing: border-box;
    border-radius: 50%;
    background: #012145;
}

 .sk-steps__check::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 7px;
        height: 4px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: translate(-50%, -65%) rotate(-45deg);
    }

@media (max-width: 767px) {
    .sk-opening__inner {
        display: block;
        text-align: center;
    }

    .sk-hero {
        min-height: 610px;
    }

    .sk-hero__overlay {
        background: rgba(0, 0, 0, 0.18);
    }

    .sk-hero__content {
        max-width: 520px;
        padding: 30px 0 26px;
    }

    .sk-hero__title {
        font-size: clamp(3rem, 14vw, 4.2rem);
    }

    .sk-hero__info-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
        padding: 16px 0;
        gap: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.28);
        border-bottom: 1px solid rgba(255, 255, 255, 0.28);
        text-align: left;
    }

    .sk-hero__info-item {
        display: block;
        min-width: 0;
        padding: 0 16px;
    }

    .sk-hero__info-item:last-child {
        border-left: 1px solid rgba(255, 255, 255, 0.22);
    }

    .sk-hero__info-item strong,
    .sk-hero__info-item span {
        display: block;
    }

    .sk-hero__info-item strong {
        margin: 4px 0 2px;
        color: #fff;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.15;
    }

    .sk-hero__info-item span {
        color: #fff;
        font-size: 0.62rem;
        line-height: 1.35;
    }

    .sk-hero__info-label {
        display: block;
        color: #fff;
        font-size: 0.58rem;
        font-weight: 600;
        letter-spacing: 0.12em;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .sk-hero__info-divider {
        display: none;
    }

    .sk-intro {
        padding: 52px 0 12px;
    }

    .sk-intro__content {
        text-align: left;
    }

    .sk-intro__title,
    .sk-intro__lead,
    .sk-intro__text {
        margin-left: 0;
        margin-right: 0;
    }

    .sk-intro__lead,
    .sk-intro__text {
        font-size: 0.94rem;
        line-height: 1.65;
    }

    .sk-steps__included {
        grid-template-columns: 1fr;
        margin-top: 48px;
        padding: 24px 20px;
        gap: 24px;
    }
}

@media (min-width: 768px) {
    .sk-hero__bg--desktop {
        display: block;
    }

    .sk-hero__bg--mobile {
        display: none;
    }
}
/* ── ROUTES SECTION ── */
.sk-routes {
    padding: 72px 0;
    background: #ffffff;
    font-family: 'Lato', sans-serif;
}

.sk-routes__header {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 48px;
}

.sk-routes__label {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #012145;
    margin-bottom: 12px;
    opacity: 0.5;
}

.sk-routes__title {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    color: #012145;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0 0 14px;
}

.sk-routes__subtitle {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

/* Grid */
.sk-routes__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media (min-width: 768px) {
    .sk-routes__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (min-width: 992px) {
    .sk-routes__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
}

/* Route card */
.sk-route-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #EFF1F3;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sk-route-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(1, 33, 69, 0.1);
}

/* Card image */
.sk-route-card__image {
    position: relative;
    height: 180px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .sk-route-card__image {
        height: 200px;
    }
}

.sk-route-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.sk-route-card:hover .sk-route-card__image img {
    transform: scale(1.06);
}

.sk-route-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(1, 33, 69, 0.25) 100%);
    pointer-events: none;
}

/* Time badge */
.sk-route-card__time {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #012145;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 6px;
    letter-spacing: 0.02em;
    z-index: 1;
}

.sk-route-card__time--long {
    background: #C60156;
}

/* Card body */
.sk-route-card__body {
    padding: 16px;
}

.sk-route-card__top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
}

.sk-route-card__name {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    font-size: 1rem;
    color: #012145;
    margin: 0;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.sk-route-card__distance {
    font-size: 0.78rem;
    font-weight: 700;
    color: #012145;
    opacity: 0.4;
    white-space: nowrap;
    flex-shrink: 0;
}

.sk-route-card__desc {
    font-size: 0.85rem;
    color: #6c757d;
    margin: 0 0 8px;
    line-height: 1.4;
}

.sk-route-card__highlight {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #012145;
    opacity: 0.65;
}

.sk-route-card__highlight i {
    font-size: 0.7rem;
    color: #F5B515;
}

/* ── STEPS SECTION ── */
.sk-steps {
    padding: 72px 0;
    background: #fff;
    font-family: 'Lato', sans-serif;
}

.sk-steps__header {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 48px;
}

.sk-steps__label {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #012145;
    margin-bottom: 12px;
    opacity: 0.5;
}

.sk-steps__title {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    color: #012145;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0 0 14px;
}

/* Timeline */
.sk-steps__timeline {
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.sk-steps__item {
    display: flex;
    gap: 24px;
    position: relative;
    padding-bottom: 36px;
}

.sk-steps__item:last-child {
    padding-bottom: 0;
}

/* Vertical line between steps */
.sk-steps__item::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 44px;
    bottom: 0;
    width: 2px;
    background: #EFF1F3;
}

.sk-steps__item:last-child::before {
    display: none;
}

/* Number circle */
.sk-steps__number {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
    background: #012145;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.sk-steps__content {
    padding-top: 4px;
}

.sk-steps__item-title {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    font-size: 1.1rem;
    color: #012145;
    margin: 0 0 6px;
    letter-spacing: -0.02em;
}

.sk-steps__item-desc {
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

/* ── PRODUCTS SECTION ── */
.sk-products {
    padding: 72px 0;
    background: #fff;
    font-family: 'Lato', sans-serif;
}

.sk-products__header {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 48px;
}

.sk-products__label {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #012145;
    margin-bottom: 12px;
    opacity: 0.5;
}

.sk-products__title {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    color: #012145;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0 0 14px;
}

.sk-products__subtitle {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

.sk-products__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media (min-width: 768px) {
    .sk-products__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }
}

.sk-product-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #EFF1F3;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
}

.sk-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(1, 33, 69, 0.1);
}

.sk-product-card__image {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #F5F5F7;
}

.sk-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.sk-product-card:hover .sk-product-card__image img {
    transform: scale(1.05);
}

.sk-product-card__body {
    padding: 18px 16px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.sk-product-card__top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px;
}

.sk-product-card__name {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    font-size: 1.05rem;
    color: #012145;
    margin: 0;
    letter-spacing: -0.02em;
}

.sk-product-card__persons {
    font-size: 0.72rem;
    font-weight: 600;
    color: #012145;
    opacity: 0.4;
    white-space: nowrap;
}

.sk-product-card__persons i {
    margin-right: 3px;
    font-size: 0.65rem;
}

.sk-product-card__desc {
    font-size: 0.84rem;
    color: #6c757d;
    line-height: 1.5;
    margin: 0;
    flex: 1;
}

.sk-product-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #EFF1F3;
}

.sk-product-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #C60156;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.sk-product-card__btn:hover {
    background: #a80148;
    transform: translateY(-1px);
}

.sk-product-card__btn i {
    font-size: 0.68rem;
}

/* ── VENUES SECTION ── */
.sk-venues {
    padding: 72px 0;
    background: #fff;
    font-family: 'Lato', sans-serif;
}

.sk-venues__header {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 48px;
}

.sk-venues__label {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #012145;
    margin-bottom: 12px;
    opacity: 0.5;
}

.sk-venues__title {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    color: #012145;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0 0 14px;
}

.sk-venues__subtitle {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

/* Grid — 3 columns on desktop */
.sk-venues__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 768px) {
    .sk-venues__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}

/* Venue card */
.sk-venue-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #EFF1F3;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
}

.sk-venue-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(1, 33, 69, 0.1);
}

/* Card image */
.sk-venue-card__image {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.sk-venue-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.sk-venue-card:hover .sk-venue-card__image img {
    transform: scale(1.05);
}

.sk-venue-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(1, 33, 69, 0.2) 100%);
    pointer-events: none;
}

.sk-venue-card__credit {
    position: absolute;
    bottom: 10px;
    right: 12px;
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.7);
    z-index: 1;
}

/* Card body */
.sk-venue-card__body {
    padding: 22px 20px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.sk-venue-card__name {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    font-size: 1.1rem;
    color: #012145;
    margin: 0 0 10px;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.sk-venue-card__desc {
    font-size: 0.88rem;
    color: #6c757d;
    line-height: 1.6;
    margin: 0 0 16px;
    flex: 1;
}

/* Tags */
.sk-venue-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
}

.sk-venue-card__tag {
    font-size: 0.72rem;
    font-weight: 600;
    color: #012145;
    background: #F5F5F7;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.02em;
}

/* Footer */
.sk-venue-card__footer {
    font-size: 0.8rem;
    font-weight: 600;
    color: #012145;
    opacity: 0.55;
    padding-top: 14px;
    border-top: 1px solid #EFF1F3;
}

.sk-venue-card__footer i {
    color: #F5B515;
    margin-right: 6px;
    font-size: 0.72rem;
}

/* ── DIRECTIONS SECTION ── */
.sk-directions {
    padding: 72px 0;
    font-family: 'Lato', sans-serif;
}

.sk-directions__header {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 48px;
}

.sk-directions__label {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #012145;
    margin-bottom: 12px;
    opacity: 0.5;
}

.sk-directions__title {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    color: #012145;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0 0 14px;
}

.sk-directions__subtitle {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.6;
    margin: 0 0 28px;
}

/* Address bar */
.sk-directions__address {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

@media (min-width: 768px) {
    .sk-directions__address {
        flex-direction: row;
        justify-content: center;
        gap: 0;
    }
}

.sk-directions__address-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #012145;
    font-size: 0.92rem;
    font-weight: 600;
}

.sk-directions__address-item i {
    color: #012145;
    opacity: 0.35;
    font-size: 0.85rem;
}

.sk-directions__address-divider {
    display: none;
}

@media (min-width: 768px) {
    .sk-directions__address-divider {
        display: block;
        width: 1px;
        height: 20px;
        background: #012145;
        opacity: 0.12;
        margin: 0 24px;
    }
}

/* Card grid */
.sk-directions__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 768px) {
    .sk-directions__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

/* Direction cards */
.sk-directions__card {
    background: #fff;
    border: 1px solid #EFF1F3;
    border-radius: 14px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
}

.sk-directions__card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.sk-directions__card-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F7;
    border-radius: 10px;
    color: #012145;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.sk-directions__card-title {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    font-size: 1.15rem;
    color: #012145;
    margin: 0;
    letter-spacing: -0.02em;
}

/* Bil steps */
.sk-directions__steps {
    list-style: none;
    counter-reset: step;
    padding: 0;
    margin: 0 0 auto;
}

.sk-directions__steps li {
    counter-increment: step;
    position: relative;
    padding-left: 36px;
    margin-bottom: 16px;
    font-size: 0.88rem;
    color: #6c757d;
    line-height: 1.5;
}

.sk-directions__steps li:last-child {
    margin-bottom: 0;
}

.sk-directions__steps li::before {
    content: counter(step);
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: #F5F5F7;
    border-radius: 6px;
    color: #012145;
    opacity: 0.5;
    font-size: 0.72rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sk-directions__steps li strong {
    color: #012145;
}

/* Transit lines */
.sk-directions__transit {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: auto;
}

.sk-directions__line {
    display: flex;
    align-items: center;
    gap: 14px;
}

.sk-directions__line strong {
    display: block;
    color: #012145;
    font-size: 0.9rem;
    font-weight: 700;
}

.sk-directions__line span {
    font-size: 0.8rem;
    color: #6c757d;
}

/* Card footer */
.sk-directions__card-footer {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #EFF1F3;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sk-directions__parking {
    font-size: 0.8rem;
    color: #012145;
    opacity: 0.45;
    font-weight: 600;
}

.sk-directions__parking i {
    margin-right: 8px;
    font-size: 0.75rem;
}

/* ── FAQ SECTION ── */
.sk-faq {
    padding: 72px 0;
    background: #fff;
    font-family: 'Lato', sans-serif;
}

.sk-faq__header {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 48px;
}

.sk-faq__label {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #012145;
    margin-bottom: 12px;
    opacity: 0.5;
}

.sk-faq__title {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    color: #012145;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0 0 14px;
}

.sk-faq__subtitle {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

.sk-faq__content {
    max-width: 720px;
    margin: 0 auto;
}

/* ── LIGHTBOX ── */
.sk-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(1, 33, 69, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sk-lightbox--open {
    opacity: 1;
    visibility: visible;
}

.sk-lightbox__img {
    max-width: 90vw;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    transform: scale(0.92);
    transition: transform 0.3s ease;
}

.sk-lightbox--open .sk-lightbox__img {
    transform: scale(1);
}

.sk-lightbox__caption {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Lato', sans-serif;
    font-size: 0.9rem;
    margin-top: 16px;
    text-align: center;
}

.sk-lightbox__close {
    position: absolute;
    top: 20px;
    right: 24px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.sk-lightbox__close:hover {
    background: rgba(255, 255, 255, 0.2);
}


    .sk-about {
        padding: 72px 0;
        background: #fff;
        font-family: 'Lato', sans-serif;
    }

    .sk-about__grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;
        align-items: center;
    }

    @media (min-width: 768px) {
        .sk-about__grid {
            grid-template-columns: 1fr 1fr;
            gap: 64px;
        }
    }

    .sk-about__image {
        border-radius: 14px;
        overflow: hidden;
    }

    .sk-about__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 14px;
    }

    .sk-about__label {
        display: inline-block;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #012145;
        margin-bottom: 12px;
        opacity: 0.5;
    }

    .sk-about__title {
        font-family: 'Lato', sans-serif;
        font-weight: 900;
        font-size: clamp(1.8rem, 4vw, 2.6rem);
        color: #012145;
        letter-spacing: -0.03em;
        line-height: 1.1;
        margin: 0 0 20px;
    }

    .sk-about__text {
        font-size: 0.95rem;
        color: #6c757d;
        line-height: 1.7;
        margin: 0 0 16px;
    }

    .sk-about__features {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin: 28px 0;
    }

    @media (min-width: 768px) {
        .sk-about__features {
            flex-direction: row;
            gap: 24px;
        }
    }

    .sk-about__feature {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 0.88rem;
        font-weight: 600;
        color: #012145;
    }

    .sk-about__feature i {
        color: #012145;
        font-size: 0.85rem;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #F5F5F7;
        border-radius: 10px;
        flex-shrink: 0;
    }

    .sk-about__btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #C60156;
        color: #fff;
        border: none;
        padding: 14px 32px;
        border-radius: 8px;
        font-size: 0.95rem;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.2s ease;
        letter-spacing: 0.02em;
    }

    .sk-about__btn:hover {
        background: #a80148;
        transform: translateY(-2px);
        box-shadow: 0 6px 28px rgba(198, 1, 86, 0.3);
    }

    .sk-about__btn i {
        font-size: 0.8rem;
    }

     #bookingModal .modal-dialog {
            max-width: 800px;
            margin: 1rem auto;
        }
        #bookingModal .modal-body iframe {
            width: 100%;
            border: none;
            border-radius: 8px;
            height: 75vh;
        }
        @media (max-width: 576px) {
            #bookingModal .modal-dialog {
                margin: 0.5rem;
            }
            #bookingModal .modal-body iframe {
                height: 82vh;
            }
        }
        @media (min-width: 577px) and (max-width: 991px) {
            #bookingModal .modal-body iframe {
                height: 78vh;
            }
        }

         .sk-thanks {
            position: relative;
            font-family: 'Lato', sans-serif;
            background: #fff;
        }

        /* Content */
        .sk-thanks__content {
            text-align: center;
            padding: 40px 20px 60px;
            max-width: 540px;
            margin: 0 auto;
            animation: sk-fadeIn 0.6s ease-out both;
        }

        @keyframes sk-fadeIn {
            from {
                opacity: 0;
                transform: translateY(16px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* ── Typography ──────────────────────────── */
        .sk-thanks__title {
            color: #012145;
            font-weight: 900;
            font-size: clamp(1.6rem, 4vw, 2.2rem);
            letter-spacing: -0.02em;
            line-height: 1.15;
            margin: 0 0 12px;
        }

        .sk-thanks__desc {
            color: rgba(1, 33, 69, 0.55);
            font-size: 0.95rem;
            margin: 0 0 40px;
            line-height: 1.5;
        }

        .sk-thanks__heading {
            color: #012145;
            font-weight: 900;
            font-size: 1.3rem;
            letter-spacing: -0.01em;
            margin: 0 0 28px;
        }

        /* ── Steps ───────────────────────────────── */
        .sk-thanks__steps {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0;
            margin-bottom: 48px;
            animation: sk-fadeIn 0.6s 0.4s ease-out both;
        }

        .sk-thanks__step {
            display: flex;
            align-items: center;
            gap: 16px;
            text-align: left;
            width: 100%;
            max-width: 340px;
        }

        .sk-thanks__step-icon {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: rgba(1, 33, 69, 0.06);
            border: 1px solid rgba(1, 33, 69, 0.12);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            color: #012145;
            font-size: 0.95rem;
        }

        .sk-thanks__step-text {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }

        .sk-thanks__step-text strong {
            color: #012145;
            font-size: 0.92rem;
            font-weight: 700;
        }

        .sk-thanks__step-text span {
            color: rgba(1, 33, 69, 0.45);
            font-size: 0.82rem;
        }

        .sk-thanks__step-line {
            width: 100%;
            max-width: 340px;
            height: 20px;
            position: relative;
        }

        .sk-thanks__step-line::after {
            content: '';
            position: absolute;
            left: 22px;
            top: 0;
            width: 1px;
            height: 100%;
            background: rgba(1, 33, 69, 0.1);
        }

        /* ── Button ──────────────────────────────── */
        .sk-thanks__btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 14px 32px;
            border-radius: 8px;
            font-size: 0.92rem;
            font-weight: 700;
            text-decoration: none;
            color: #012145;
            background: rgba(1, 33, 69, 0.04);
            border: 1px solid rgba(1, 33, 69, 0.12);
            transition: all 0.25s ease;
            animation: sk-fadeIn 0.6s 0.6s ease-out both;
        }

        .sk-thanks__btn:hover {
            background: rgba(1, 33, 69, 0.08);
            border-color: rgba(1, 33, 69, 0.2);
            color: #012145;
            text-decoration: none;
            transform: translateY(-1px);
        }

        /* ── Responsive ──────────────────────────── */
        @media (min-width: 768px) {
            .sk-thanks__content {
                padding: 48px 20px 72px;
            }
        }


        /* ---- Search bar base styling ---- */

        .navbar-nav .dropdown-menu-first {
      border: none !important;
      border-radius: 8px !important;
      box-shadow: 0 4px 20px rgba(0,0,0,0.10) !important;
      padding: 8px 0 !important;
      margin-top: 0 !important;
      min-width: 200px;
      animation: dropdownFadeIn 0.18s ease;
    }
    @keyframes dropdownFadeIn {
      from { opacity: 0; transform: translateY(-4px); }
      to { opacity: 1; transform: translateY(0); }
    }
    .navbar-nav .dropdown-menu-first .dropdown-item {
      padding: 9px 20px !important;
      font-size: 14px !important;
      color: #333 !important;
      transition: background 0.15s, color 0.15s;
    }
    .navbar-nav .dropdown-menu-first .dropdown-item:hover {
      background: #f5f5f5 !important;
      color: #000 !important;
    }

    
.top-searchbar .search-wrapper {
  border-radius: 8px;
  background: #fff !important;
  height: 40px;
  padding: 0 12px 0 14px;
  border: 1px solid #ddd !important;
  position: relative;
}
.top-searchbar .header-searchbar {
  order: 0;
  font-size: 14px;
  padding: 0 !important;
  height: auto !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.top-searchbar .header-searchbar::placeholder {
  color: #aaa;
}

/* Submit button (magnifying glass) */
.search-submit-btn {
  background: none;
  border: none;
  border-left: 1px solid #ddd;
  color: #999;
  cursor: pointer;
  padding: 0 12px;
  display: flex;
  align-items: center;
  order: 2;
}
.search-submit-btn:hover {
  color: #333;
}

/* ---- Desktop autocomplete dropdown (Quickbutik restyled) ---- */
.top-searchbar .search-autocomplete-list {
  position: absolute !important;
  top: 100% !important;
  left: -1px !important;
  right: -1px !important;
  width: auto !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  padding: 4px 14px 12px !important;
  z-index: 20 !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
  max-height: 60vh !important;
  height: auto !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}
.top-searchbar .search-autocomplete-list .search-result {
  height: auto !important;
  border-bottom: 1px solid #f0f0f0;
}
.top-searchbar .search-autocomplete-list .search-result:last-child {
  border-bottom: none;
}
.top-searchbar .search-autocomplete-list .search-result a {
  display: flex !important;
  align-items: center;
  padding: 10px 0 !important;
  color: #333 !important;
  text-decoration: none;
}
.top-searchbar .search-autocomplete-list .search-result:hover {
  background: transparent;
}
.top-searchbar .search-autocomplete-list .search-result a:hover {
  color: #000 !important;
}
.top-searchbar .search-autocomplete-list .search-result-image {
  width: 55px !important;
  height: 55px !important;
  margin-right: 16px !important;
  flex-shrink: 0;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.top-searchbar .search-autocomplete-list .search-result-match {
  flex: 1;
  min-width: 0;
  width: auto !important;
  max-height: none !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  display: block !important;
}
.top-searchbar .search-autocomplete-list .search-result-price {
  float: none !important;
  font-size: 14px !important;
  margin: 0 0 0 20px !important;
  padding: 0 !important;
  white-space: nowrap;
  flex-shrink: 0;
}
.top-searchbar .search-autocomplete-form {
  position: relative !important;
  width: auto !important;
  top: auto !important;
  left: auto !important;
  background: none !important;
}

/* ---- Mobile Sidebar Search Dropdown ---- */
#sidebarLeft .modal-header,
#sidebarLeft .modal-content,
#sidebarLeft .modal-dialog {
  overflow: visible !important;
}
.mobile-sidebar-search {
  position: relative;
  z-index: 10;
}
.mobile-sidebar-search-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  height: 40px;
  padding: 0 0 0 12px;
  position: relative;
}
.mobile-sidebar-search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 15px;
  padding: 0;
  background: transparent;
  font-family: inherit;
  -webkit-appearance: none;
  min-width: 0;
}
.mobile-sidebar-search-input::placeholder {
  color: #aaa;
}
.mobile-sidebar-search-btn {
  background: none;
  border: none;
  border-left: 1px solid #ddd;
  color: #999;
  cursor: pointer;
  padding: 0 12px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 100%;
}

/* Override Quickbutik autocomplete in sidebar */
.mobile-sidebar-search.search-autocomplete-form {
  position: relative !important;
  width: auto !important;
  top: auto !important;
  left: auto !important;
  background: none !important;
  z-index: 10 !important;
}
.mobile-sidebar-search .search-autocomplete-list {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  padding: 4px 8px !important;
  z-index: 20 !important;
  max-height: 50vh !important;
  height: auto !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
}

.sk-cart__footer {
    --sk-navy: #012145;
    --sk-navy-2: #01306a;
    --sk-navy-soft: rgba(1, 33, 69, 0.06);
    --sk-navy-line: rgba(1, 33, 69, 0.12);
    --sk-navy-text: rgba(1, 33, 69, 0.6);

    background: #fff !important;
    border: 0 !important;
    border-top: 1px solid var(--sk-navy-line) !important;
    padding: 18px 24px 22px !important;
    box-shadow: 0 -8px 28px rgba(1, 33, 69, 0.08) !important;
    display: block !important;
    font-family: 'Lato', sans-serif;
    color: var(--sk-navy);
  }

  /* Trust row */
  .sk-cart__footer .sk-cart__trust-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px dashed var(--sk-navy-line);
  }
  .sk-cart__footer .sk-cart__trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.68rem;
    color: var(--sk-navy-text);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
  .sk-cart__footer .sk-cart__trust-item i {
    font-size: 0.78rem;
    color: var(--sk-navy);
  }
  .sk-cart__footer .sk-cart__trust-item img {
    height: 16px;
    width: auto;
  }

  /* Summary (rabatt + frakt) */
  .sk-cart__footer .sk-cart__summary {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--sk-navy-line);
  }
  .sk-cart__footer .sk-cart__summary-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 0.82rem;
  }
  .sk-cart__footer .sk-cart__summary-label {
    color: var(--sk-navy-text);
    font-weight: 600;
  }
  .sk-cart__footer .sk-cart__summary-value {
    color: var(--sk-navy);
    font-weight: 700;
  }
  .sk-cart__footer .sk-cart__summary-value--discount {
    color: #007E40 !important;
    font-weight: 800;
  }
  .sk-cart__footer .sk-cart__summary-value--free {
    color: #007E40;
    font-weight: 800;
    letter-spacing: 0.04em;
  }

  /* Total */
  .sk-cart__footer .sk-cart__totals {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 16px;
    gap: 12px;
  }
  .sk-cart__footer .sk-cart__totals-label {
    display: flex;
    flex-direction: column;
  }
  .sk-cart__footer .sk-cart__totals-label span {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--sk-navy);
    font-weight: 900;
  }
  .sk-cart__footer .sk-cart__totals-label small {
    font-size: 0.66rem;
    color: var(--sk-navy-text);
    margin-top: 2px;
    letter-spacing: 0.02em;
  }
  .sk-cart__footer .sk-cart__totals-value {
    font-size: 1.4rem !important;
    font-weight: 900 !important;
    color: var(--sk-navy) !important;
    letter-spacing: -0.02em;
    line-height: 1;
    float: none !important;
    white-space: nowrap;
  }

  /* CTA */
  .sk-cart__footer .sk-cart__cta-wrap {
    display: block;
    text-decoration: none !important;
    width: 100%;
  }
  .sk-cart__footer .sk-cart__cta {
    width: 100%;
    background: var(--sk-navy) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 10px !important;
    padding: 16px 22px !important;
    font-size: 0.88rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.25s ease;
    height: auto !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    cursor: pointer;
  }
  .sk-cart__footer .sk-cart__cta:hover:not(.disabled) {
    background: var(--sk-navy-2) !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(1, 33, 69, 0.22);
  }
  .sk-cart__footer .sk-cart__cta.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
  }
  .sk-cart__footer .sk-cart__cta i {
    font-size: 0.85rem;
    transition: transform 0.25s ease;
  }
  .sk-cart__footer .sk-cart__cta:hover:not(.disabled) i {
    transform: translateX(3px);
  }

  /* Continue shopping */
  .sk-cart__footer .sk-cart__continue {
    display: block;
    text-align: center;
    margin-top: 12px;
    font-size: 0.78rem;
    color: var(--sk-navy-text) !important;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 500;
  }
  .sk-cart__footer .sk-cart__continue:hover {
    color: var(--sk-navy) !important;
  }

  /* Mobile */
  @media (max-width: 576px) {
    .sk-cart__footer {
      padding: 16px 18px 20px !important;
    }
    .sk-cart__footer .sk-cart__trust-item span {
      display: none;
    }
    .sk-cart__footer .sk-cart__trust-item i {
      font-size: 0.95rem;
    }
    .sk-cart__footer .sk-cart__trust-row {
      justify-content: space-around;
    }
  }
  #sidebarCart .modal-body.sidebar-cart-body {
    padding-bottom: 1rem !important;
    padding-top: 0 !important;
    background: #fff !important;
  }
  #sidebarCart .sidebar-cart-product-wrapper {
    max-height: calc(100vh - 450px) !important;
    padding-top: 0 !important;
    background: #fff !important;
  }

    #sidebarCart .sidebar-cart-body {
    overflow-y: auto;
    min-height: 0;
  }


  @media (max-width: 576px) {
    #sidebarCart .modal-header.sk-cart__header {
      padding: 18px 20px 8px !important;
    }
    #sidebarCart .sk-cart__title,
    #sidebarCart .cart-head.sk-cart__title {
      font-size: 1.1rem !important;
    }
    #sidebarCart .sk-cart__meta {
      padding: 4px 20px 14px;
    }
  }

    #sidebarCart .sidebar-cart-body {
    min-height: 0;
    overflow-y: auto;
    flex: 1;
  }

    #sidebarCart .modal-dialog {
    height: 100vh;
    min-height: 0 !important;
    overflow: hidden;
  }

  #sidebarCart .sk-cart__shell {
    height: 100%;
    min-height: 0 !important;
    overflow: hidden;
  }

  .sk-cart__header,
  .sk-cart__meta {
    --sk-navy: #012145;
    --sk-navy-soft: rgba(1, 33, 69, 0.06);
    --sk-navy-line: rgba(1, 33, 69, 0.12);
    --sk-navy-text: rgba(1, 33, 69, 0.6);
    font-family: 'Lato', sans-serif;
  }

  /* Header */
  #sidebarCart .modal-header.sk-cart__header {
    padding: 22px 26px 8px !important;
    background: #ffffff !important;
    color: var(--sk-navy) !important;
    border: 0 !important;
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
  }
  #sidebarCart .modal-header.sk-cart__header * {
    color: var(--sk-navy);
  }

  #sidebarCart .sk-cart__title,
  #sidebarCart .cart-head.sk-cart__title {
    font-size: 1.1rem !important;
    font-weight: 900 !important;
    letter-spacing: -0.02em;
    line-height: 1;
    color: var(--sk-navy) !important;
    margin: 0 !important;
  }

  #sidebarCart .sk-cart__close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--sk-navy-soft) !important;
    border: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    color: var(--sk-navy) !important;
    transition: all 0.2s ease;
    text-shadow: none !important;
    margin: 0 !important;
  }
  #sidebarCart .sk-cart__close:hover {
    background: var(--sk-navy) !important;
    color: #fff !important;
  }
  #sidebarCart .sk-cart__close .svg-icon {
    width: 16px;
    height: 16px;
  }

  /* Meta block — recensioner + leverans */
  #sidebarCart .sk-cart__meta {
    padding: 4px 26px 16px;
    background: #fff;
    border-bottom: 1px solid var(--sk-navy-line);
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  #sidebarCart .sk-cart__meta-row {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 0.8rem;
    color: var(--sk-navy);
    font-weight: 400;
    line-height: 1.4;
  }

  #sidebarCart .sk-cart__meta-row strong {
    color: var(--sk-navy);
    font-weight: 900;
  }

  #sidebarCart .sk-cart__stars {
    display: inline-flex;
    gap: 1px;
    color: #e8a935;
    font-size: 0.72rem;
  }

  #sidebarCart .sk-cart__meta-icon {
    font-size: 0.9rem;
    color: var(--sk-navy);
    width: 14px;
    text-align: center;
  }

  #sk-countdown {
    font-variant-numeric: tabular-nums;
  }

  #sidebarCart .sk-cart__empty {
    --sk-navy: #012145;
    --sk-navy-2: #01306a;
    --sk-navy-line: rgba(1, 33, 69, 0.12);
    --sk-navy-text: rgba(1, 33, 69, 0.6);
    padding: 36px 20px 40px;
    text-align: center;
    font-family: 'Lato', sans-serif;
  }

  #sidebarCart .sk-cart__empty-heading {
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--sk-navy);
    margin: 0 0 28px;
    letter-spacing: -0.02em;
    line-height: 1.3;
  }

  #sidebarCart .sk-cart__empty-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #sidebarCart .sk-cart__empty-link {
    display: block;
    padding: 15px 24px;
    background: var(--sk-navy);
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
  }

  #sidebarCart .sk-cart__empty-link:hover {
    background: var(--sk-navy-2);
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(1, 33, 69, 0.2);
  }
  
  .kategori-nav {
  margin: 12px 0 6px;
  border-bottom: 1px solid #e6e2d7;
  padding: 20px 0;
}

    .kategori-nav br {
      display: none;
  }

.kategori-nav__track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0 16px;
  max-width: 1100px;
  margin: 0 auto;
}

.kategori-nav a.kategorilista-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  max-width: none;
  min-height: 0;
  padding: 12px 24px;
  background: #ffffff;
  border: 1px solid #111111;
  border-radius: 4px;
  box-shadow: none;
  color: #111111;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease, transform 0.25s ease;
}

.kategori-nav a.kategorilista-link:hover {
  background: #012145;
  border-color: #012145;
  color: #ffffff;
  transform: translateY(-1px);
}

.kategori-nav a.kategorilista-link.kategorilista-link-active,
.kategori-nav a.kategorilista-link.is-active,
.kategori-nav a.kategorilista-link[aria-current="page"] {
  background: #eaf0f7 !important; /* mycket ljus marine-tint */
  border-color: #012145 !important;
  color: #012145 !important;
}

.kategori-nav .kategorilista-link-text {
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
}

.kategori-nav .kategorilista-link-img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .kategori-nav {
    margin: 0;
    padding: 20px 0;
    overflow: visible;
  }

  .kategori-nav__track {
    flex-wrap: nowrap !important;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 2px 16px;
    max-width: none;
    min-width: 0;
    width: 100%;
    touch-action: pan-x;
    -ms-overflow-style: none;
  }

  .kategori-nav__track::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .kategori-nav__track > .kategorilista-link {
    scroll-snap-align: start;
    flex: 0 0 auto !important;
    flex-shrink: 0 !important;
  }

  .kategori-nav a.kategorilista-link {
    padding: 12px 20px;
    font-size: 14px;
  }
}

/* ============================================ */
/* Header cart icon — minimal                    */
/* ============================================ */

header.header .list-inline-item a[data-target="#sidebarCart"] {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  background: transparent;
  border: 0;
  text-decoration: none !important;
  transition: opacity 0.2s ease;
}

header.header .list-inline-item a[data-target="#sidebarCart"]:hover {
  opacity: 0.6;
}

header.header .list-inline-item a[data-target="#sidebarCart"] .mainmenu-icon {
  width: 24px !important;
  height: 24px !important;
  color: #ffffff !important;
}

header.header .list-inline-item a[data-target="#sidebarCart"] .sk-bag-wrap {
  position: relative;
  display: inline-block;
}

header.header
  .list-inline-item
  a[data-target="#sidebarCart"]
  span.color-text-base {
  font-family: "Lato", sans-serif;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff !important;
}

/* Räknar-dot uppe till vänster på väskan */
header.header .navbar-icon-badge.basket-count-items {
  position: absolute !important;
  top: 1px !important;
  left: 1px !important;
  right: auto !important;
  min-width: 12px !important;
  width: 12px !important;
  height: 12px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: #111111 !important;
  font-family: "Lato", sans-serif;
  font-size: 8px !important;
  font-weight: 800 !important;
  letter-spacing: 0;
  line-height: 12px !important;
  text-align: center;
}


/* ============================================ */
  /* Header — navbar alignment & main menu         */
  /* ============================================ */

  /* Row 1: logo / search / cart — vertikal alignment */
  header.header nav.navbar-expand-lg>.container {
      padding-top: 0;
      padding-bottom: 0;
  }

  header.header nav.navbar-expand-lg .navbar {
      display: flex !important;
      align-items: center !important;
      min-height: 64px;
      padding: 0 !important;
  }

  header.header .navbar-brand {
      display: flex !important;
      align-items: center !important;
      margin: 0 !important;
      padding: 0 !important;
  }

  header.header .navbar .pl-lg-3 {
      padding-left: 0 !important;
  }

    @media (min-width: 768px) {
      header.header .img-logo {
          display: block !important;
          height: 34px !important;
          width: auto !important;
          max-width: 260px;
      }
  }
  @media (max-width: 767px) {
      header.header nav.navbar-expand-lg .navbar {
          min-height: 52px !important;
      }
  }
  /* Sökfält – refined pill */
  header.header .top-searchbar {
      max-width: 520px;
      margin: 0 auto !important;
      padding: 0 28px !important;
  }

  header.header .top-searchbar .search-wrapper {
      height: 44px !important;
      padding: 0 16px !important;
      border: 1px solid rgba(1, 33, 69, 0.12) !important;
      border-radius: 10px !important;
      background: #f8f7f3 !important;
      transition: border-color 0.2s ease, background-color 0.2s ease;
  }

  header.header .top-searchbar .search-wrapper:focus-within {
      border-color: #012145 !important;
      background: #ffffff !important;
  }

  header.header .top-searchbar .header-searchbar {
      font-family: 'Lato', sans-serif !important;
      font-size: 14px !important;
      color: #0b1f2a !important;
  }

  header.header .top-searchbar .header-searchbar::placeholder {
      color: rgba(11, 31, 42, 0.45) !important;
      font-weight: 400;
  }

  /* Mobil hamburger — större tap-target */
  header.header nav.navbar-expand-lg .d-lg-none a[data-target="#sidebarLeft"] {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      border-radius: 10px;
  }

  header.header nav.navbar-expand-lg .d-lg-none a[data-target="#sidebarLeft"]
  .mainmenu-icon {
      width: 24px;
      height: 24px;
  }

  /* Row 2: main menu (nav-items) */
  header.header nav.navbar-expand-lg>.container.pt-lg-2 {
      border-top: 1px solid rgba(1, 33, 69, 0.12);
      margin-top: 0 !important;
      padding-top: 0 !important;
  }

  header.header .navbar-nav {
      justify-content: flex-start;
      width: 100%;
      padding-left: 0 !important;
      margin-left: 0 !important;
  }

  header.header .navbar-nav>.nav-item:first-child>.nav-link {
      padding-left: 0 !important;
  }

  header.header .navbar-nav>.nav-item>.nav-link {
      position: relative;
      font-family: 'Lato', sans-serif !important;
      font-size: 16px !important;
      font-weight: 500 !important;
      letter-spacing: 0.01em !important;
      text-transform: none !important;
      color: #ffffff !important;
      padding: 12px 16px !important;
      transition: color 0.2s ease, opacity 0.2s ease;
  }





  header.header .navbar-nav>.nav-item:hover>.nav-link,
  header.header .navbar-nav>.nav-item>.nav-link:hover,
  header.header .navbar-nav>.nav-item>.nav-link:focus {
      color: #ffffff !important;
      opacity: 0.85;
  }

  /* Dropdown menu */
  header.header .dropdown-menu.dropdown-menu-first {
      margin-top: 0 !important;  /* var 6px */
      padding: 10px !important;
      border: 1px solid rgba(1, 33, 69, 0.12) !important;
      border-radius: 12px !important;
      box-shadow: 0 20px 48px -16px rgba(1, 33, 69, 0.22) !important;
      background: #ffffff !important;
      min-width: 240px;
  }

  header.header .dropdown-menu.dropdown-menu-first .dropdown-item {
      font-family: 'Lato', sans-serif !important;
      font-size: 14px !important;
      font-weight: 500 !important;
      color: #111111 !important;
      padding: 10px 14px !important;
      border-radius: 8px !important;
      letter-spacing: 0 !important;
      text-transform: none !important;
      transition: background-color 0.15s ease, color 0.15s ease;
  }

  header.header .dropdown-menu.dropdown-menu-first .dropdown-item:hover,
  header.header .dropdown-menu.dropdown-menu-first .dropdown-item:focus {
      background: rgba(1, 33, 69, 0.08) !important;
      color: #012145 !important;
  }

  /* Mobile sidebar — scrollable när kategorier expanderas */
  #sidebarLeft.modal-left .modal-dialog {
      height: 100vh;
      max-height: 100vh;
      margin: 0 !important;
  }

  #sidebarLeft.modal-left .modal-content.modal-mobilemenu-content {
      height: 100vh;
      max-height: 100vh;
      overflow: hidden;
      display: flex;
      flex-direction: column;
  }

  #sidebarLeft.modal-left .modal-header {
      flex-shrink: 0;
  }

  #sidebarLeft.modal-left .modal-body {
      flex: 1 1 auto;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 32px !important;
  }

  /* Mobile sidebar — scrollable när kategorier expanderas */
  #sidebarLeft.modal-left .modal-dialog {
      height: 100vh;
      max-height: 100vh;
      margin: 0 !important;
  }

  #sidebarLeft.modal-left .modal-content.modal-mobilemenu-content {
      height: 100vh;
      max-height: 100vh;
      overflow: hidden;
      display: flex;
      flex-direction: column;
  }

  #sidebarLeft.modal-left .modal-header {
      flex-shrink: 0;
  }

  #sidebarLeft.modal-left .modal-body {
      flex: 1 1 auto;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 32px !important;
  }

#sidebarLeft .mobile-nav-link {
      font-family: 'Lato', sans-serif !important;
      font-size: 18px !important;
      font-weight: 600 !important;
      line-height: 1.4 !important;
      letter-spacing: 0 !important;
      text-transform: none !important;
      color: #4f4f4f !important;
      padding: 15px 0 !important;
  }

  #sidebarLeft .collapse .mobile-nav-link,
  #sidebarLeft .collapsing .mobile-nav-link {
      font-size: 17px !important;
      font-weight: 400 !important;
      line-height: 1.4 !important;
      letter-spacing: 0 !important;
      text-transform: none !important;
      color: #4f4f4f !important;
      padding: 14px 0 !important;
  }

 #sidebarLeft .collapse .show-all,
  #sidebarLeft .collapsing .show-all {
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: #012145 !important;
    padding: 10px 0 12px !important;
    margin-bottom: 4px !important;
    border-bottom: 1px solid rgba(1, 33, 69, 0.08) !important;
  }
    #sidebarLeft .nav-item .show-all:hover {
        color: #012145 !important;
        opacity: 1 !important;
    }

   

    /* =====  kategori-hero ===== */
  .hero {

      margin: 0 auto;
      font-family: 'Lato', sans-serif;
  }

  .hero__panel {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: clamp(20px, 3vw, 40px);
      padding: clamp(20px, 3vw, 32px) 0;

      align-items: center;
  }

  .hero__content {
      padding: clamp(4px, 1vw, 12px) 0;
      max-width: 520px;
  }

  .hero__title {
      font-family: 'Lato', sans-serif;
      font-weight: 900;
      font-size: clamp(32px, 3.6vw, 48px);
      line-height: 1.04;
      letter-spacing: -.02em;
      color: #111111;
      margin: 0 0 18px;
  }

  .hero__lede {
      font-size: 16px;
      line-height: 1.6;
      color: #2A2A2A;
      margin: 0 0 12px;
      max-width: 48ch;
  }

  .hero__lede:last-of-type {
      margin-bottom: 18px;
  }

  .hero__lede strong {
      color: #111111;
      font-weight: 700;
  }

  .hero__faq {
      padding-top: 16px;
      border-top: 1px solid #e6e2d7;
      display: flex;
      flex-direction: column;
      gap: 8px;
  }

    .hero__faq br {
      display: none;
  }

  .hero__faq a {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 14px;
      font-weight: 500;
      color: #012145;
      text-decoration: none;
      transition: color .15s ease, gap .2s ease;
      width: fit-content;
  }

  .hero__faq a::before {
      content: "";
      width: 14px;
      height: 1px;
      background: #012145;
      transition: width .2s ease;
  }

  .hero__faq a:hover {
      color: #011733;
      text-decoration: none;
  }

  .hero__faq a:hover::before {
      width: 22px;
  }

  .hero__media {
      position: relative;
      aspect-ratio: 1280 / 600;
      border: 1px solid #e6e2d7;
      border-radius: 10px;
      overflow: hidden;
      background: #F5F2EA;
      margin: 0;
  }

  .hero__media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .6s ease;
  }

  .hero__media:hover img {
      transform: scale(1.02);
  }

  @media (max-width: 820px) {
      .hero__panel {
          grid-template-columns: 1fr;
          gap: 20px;
          padding: 18px 0;
      }

      .hero__media {
          order: -1;
      }

      .hero__content {
          max-width: 100%;
          text-align: center;
      }

      .hero__title {
          font-size: 30px;
      }

      .hero__lede {
          margin-left: auto;
          margin-right: auto;
      }

      .hero__faq {
          align-items: center;
      }

      .hero__faq a {
          margin-left: auto;
          margin-right: auto;
      }
  }

  .breadcrumb-container {
      padding: 14px 0 6px;
  }

  nav.breadcrumb,
  .breadcrumb-container nav.breadcrumb {
      background: transparent;
      padding: 0;
      margin: 0;
      border-radius: 0;
  }

  ul.breadcrumb {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin: 0;
      padding: 0;
      background: transparent;
      font-family: 'Lato', sans-serif;
      font-size: 12px;
      letter-spacing: .04em;
      color: #6B6B6B;
  }

  ul.breadcrumb .breadcrumb-item {
      padding: 0;
      color: #6B6B6B;
  }

  ul.breadcrumb .breadcrumb-item + .breadcrumb-item {
      padding-left: 0;
  }

  ul.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      content: "/";
      padding: 0 6px 0 0;
      color: #6B6B6B;
      float: none;
  }

  ul.breadcrumb .breadcrumb-item a {
      color: #6B6B6B;
      text-decoration: none;
      transition: color .15s ease;
  }

  ul.breadcrumb .breadcrumb-item a:hover {
      color: #111111;
      text-decoration: none;
  }

  ul.breadcrumb .breadcrumb-item.active {
      color: #111111;
      font-weight: 700;
  }

@media (max-width: 767.98px) {
  .breadcrumb-container {
    display: none;
  }
}

  .hero-content h1.display-6 {
      font-family: 'Lato', sans-serif;
      font-weight: 900;
      font-size: clamp(32px, 3.6vw, 48px);
      line-height: 1.04;
      letter-spacing: -.02em;
      color: #111111;
      text-align: center;
      margin: 8px auto 0;
      padding-bottom: 16px;
      /*border-bottom: 1px solid #e6e2d7;*/
  }

  /* ===== Landing Hero ===== */
  .lhero {
      position: relative;
      min-height: 560px;
      padding: 72px 0 56px;
      overflow: hidden;
      width: 100vw;
      margin-left: calc(-50vw + 50%);
      display: flex;
      align-items: center;
      font-family: 'Lato', sans-serif;
      color: #fff;
  }

  .lhero__media {
      position: absolute;
      inset: 0;
      z-index: 1;
      overflow: hidden;
  }

 .lhero__media .lhero__img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 35%;
  }
  .lhero__center {
      position: relative;
      z-index: 3;
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 clamp(20px, 4vw, 48px);
      width: 100%;
  }

  .lhero__inner {
      max-width: 580px;
  }

  .lhero__rating {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 20px;
      font-size: 13px;
      color: rgba(255, 255, 255, 0.85);
  }

  .lhero__stars {
      color: #F0B72F;
      letter-spacing: 1px;
      font-size: 13px;
  }

  .lhero__rating strong {
      color: #fff;
      font-weight: 700;
  }

  .lhero__title {
      font-family: 'Lato', sans-serif;
      font-weight: 900;
      font-size: clamp(36px, 4.8vw, 60px);
      line-height: 1.02;
      letter-spacing: -0.025em;
      color: #fff;
      margin: 0 0 18px;
  }

  .lhero__intro {
      font-size: clamp(15px, 1.05vw, 17px);
      line-height: 1.55;
      color: rgba(255, 255, 255, 0.85);
      max-width: 50ch;
      margin: 0 0 30px;
  }

  .lhero__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 36px;
  }

  .lhero__btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 14px 26px;
      font-family: 'Lato', sans-serif;
      font-size: 14.5px;
      font-weight: 700;
      border-radius: 100px;
      text-decoration: none;
      transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
      min-width: 170px;
  }

  .lhero__btn--primary {
      background: #fff;
      color: #012145;
      border: 1px solid #fff;
  }

  .lhero__btn--primary:hover {
      background: #f4efe4;
      color: #011733;
      transform: translateY(-1px);
  }

  .lhero__btn--secondary {
      background: transparent;
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.4);
  }

  .lhero__btn--secondary:hover {
      background: rgba(255, 255, 255, 0.1);
      color: #fff;
      border-color: rgba(255, 255, 255, 0.7);
  }

  .lhero__usps {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: 0;
      padding: 0;
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      gap: 0;
  }

  .lhero__usps li {
      display: inline-block;
      padding: 0 22px;
      position: relative;
  }

  .lhero__usps li:first-child { padding-left: 0; }
  .lhero__usps li:last-child { padding-right: 0; }

  .lhero__usps li + li::before {

      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 1px;
      height: 16px;
      background: rgba(255, 255, 255, 0.45);
  }

  .lhero br {
      display: none !important;
  }

  @media (max-width: 820px) {
      .lhero {
          min-height: 540px;
          padding: 56px 0 44px;
      }

      .lhero__title {
          font-size: clamp(32px, 7vw, 44px);
      }

      .lhero__actions {
          width: 100%;
      }

      .lhero__btn {
          flex: 1;
          min-width: 0;
          padding: 13px 16px;
      }

      .lhero__usps {
          font-size: 12px;
      }

      .lhero__usps li {
          padding: 0 14px;
      }
  }


  .lhero__img--desktop { display: block; }
  .lhero__img--mobile { display: none; }

  @media (max-width: 767px) {
      .lhero__img--desktop { display: none; }
      .lhero__img--mobile { display: block; }
  }



  .lhero--tall {
      min-height: 760px;
      padding: 100px 0 72px;
  }

  @media (max-width: 820px) {
      .lhero--tall {
          min-height: 620px;
          padding: 72px 0 56px;
      }
  }

   @media (max-width: 820px) {
      .lhero--tall {
          min-height: 620px;
          padding: 48px 0 56px;
          align-items: flex-start;
      }

      .lhero--tall .lhero__center {
          text-align: center;
      }

      .lhero--tall .lhero__rating,
      .lhero--tall .lhero__actions,
      .lhero--tall .lhero__usps {
          justify-content: center;
      }

      .lhero--tall .lhero__intro {
          margin-left: auto;
          margin-right: auto;
      }
  }

  /* Bildens fokuspunkt (enda skillnaden mot basens .lhero__img) */
    .lhero--kajaker .lhero__img { object-position: center 40%; }

    /* Riktad gradient från vänster – lätt cinematisk dämpning */
    .lhero--kajaker .lhero__media::after {
      content: "";
      position: absolute; inset: 0; z-index: 2;
      pointer-events: none;
      background: linear-gradient(100deg,
        rgba(10,8,6,.62) 0%,
        rgba(10,8,6,.42) 22%,
        rgba(10,8,6,.18) 45%,
        rgba(10,8,6,.04) 65%,
        transparent 80%);
    }

    /* Text-shadow för läsbarhet mot bild (utan solid overlay) */
    .lhero--kajaker .lhero__inner {
      text-shadow: 0 1px 1px rgba(0,0,0,.7), 0 2px 8px rgba(0,0,0,.55);
    }
    /* Knappen ska inte ärva text-shadow */
    .lhero--kajaker .lhero__btn { text-shadow: none; }

    /* Större 2-radig titel med egen, tyngre shadow */
    .lhero--kajaker .lhero__title {
      font-size: clamp(38px, 5.2vw, 64px);
      max-width: 20ch;
      text-shadow: 0 2px 3px rgba(0,0,0,.55), 0 6px 24px rgba(0,0,0,.35);
    }
    /* Basens .lhero br { display:none } – tillåt br i titeln här */
    .lhero--kajaker .lhero__title br { display: inline !important; }

    /* Vit text + tyngre weight för läsbarhet */
    .lhero--kajaker .lhero__rating { color: #fff; font-weight: 600; }
    .lhero--kajaker .lhero__intro {
      color: #fff;
      font-weight: 600;
      font-size: clamp(16px, 1.1vw, 18px);
      max-width: 48ch;
      margin-bottom: 28px;
    }

    /* CTA-block: eyebrow stackad ovanför knapp (alternativ till .lhero__actions) */
    .lhero--kajaker .lhero__cta-block {
      display: flex; flex-direction: column; align-items: flex-start;
      gap: 10px;
      margin-bottom: 34px;
    }
    .lhero--kajaker .lhero__cta-eyebrow {
      font-size: 13.5px; font-weight: 700; color: #fff;
      letter-spacing: .01em;
    }
    .lhero--kajaker .lhero__cta-eyebrow strong { font-weight: 800; }

    /* Pil i CTA-knappen som glider vid hover */
    .lhero--kajaker .lhero__btn-ico {
      display: inline-flex; align-items: center; justify-content: center;
      transition: transform .2s ease;
    }
    .lhero--kajaker .lhero__btn--primary:hover .lhero__btn-ico { transform: translateX(3px); }
    /* Neutralisera basens @media(820) flex:1 för ensam CTA i kolumn-flex */
    .lhero--kajaker .lhero__cta-block .lhero__btn { flex: none; cursor: pointer; }

    /* Vertikal USP-variant med ikoner (modifier på basens .lhero__usps) */
    .lhero--kajaker .lhero__usps--vertical {
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
      font-size: 14.5px;
      letter-spacing: .01em;
      text-transform: none;
    }
    .lhero--kajaker .lhero__usps--vertical li {
      display: flex; align-items: center; gap: 12px;
      padding: 0;
    }
    .lhero--kajaker .lhero__usps--vertical li + li::before { display: none; }
    .lhero--kajaker .lhero__usps-ico {
      width: 18px; height: 18px;
      color: #fff; flex-shrink: 0;
    }

    /* Mobil: gradient byter riktning (topp → botten) */
    @media (max-width: 820px) {
      .lhero--kajaker .lhero__media::after {
        background: linear-gradient(180deg,
          rgba(10,8,6,.6) 0%,
          rgba(10,8,6,.4) 35%,
          rgba(10,8,6,.18) 60%,
          rgba(10,8,6,.04) 82%,
          transparent 100%);
      }
    }
    .lhero--no-gradient .lhero__media::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

.lhero--no-gradient .lhero__inner,
.lhero--no-gradient .lhero__title {
  text-shadow: none !important;
}
    @media (max-width: 520px) {
      .lhero--kajaker .lhero__cta-block .lhero__btn { width: 100%; }
    }


  /* ═══════════════════════════════════════
       KAJAKQUIZ
    ═══════════════════════════════════════ */
    .qz-app {
      --qz-ink: #1d1d1f;
      --qz-navy: #000000;
      --qz-navy-deep: #000000;
      --qz-sea: #1d1d1f;
      --qz-sea-soft: #6e6e73;
      --qz-yellow: #1d1d1f;
      --qz-yellow-warm: #000000;
      --qz-cream: #f5f5f7;
      --qz-cream-warm: #ececef;
      --qz-salt: #ffffff;
      --qz-line: #d2d2d7;
      --qz-muted: #6e6e73;
      --qz-display: 'Lato', system-ui, sans-serif;
      --qz-body: 'Lato', system-ui, sans-serif;
      font-family: var(--qz-body);
      color: var(--qz-ink);
      background: #ffffff;
      -webkit-font-smoothing: antialiased;
      line-height: 1.6;
    }

    /* ═══════════════════════════════════════
       BASE
    ═══════════════════════════════════════ */
    .qz-app,
    .qz-app *,
    .qz-app *::before,
    .qz-app *::after {
      box-sizing: border-box;
    }

    .qz-root {
      max-width: 1180px;
      margin: 0 auto;
      padding: 1.5rem 1.25rem 6rem;
      position: relative;
    }

    /* ═══════════════════════════════════════
       HERO / START — minimalistisk
    ═══════════════════════════════════════ */
    .qz-hero {
      text-align: center;
      max-width: 620px;
      margin: 0 auto;
      padding: 4rem 1rem 2.5rem;
    }

    .qz-hero-eyebrow {
      display: inline-block;
      font-size: 0.7rem;
      letter-spacing: 0.24em;
      text-transform: uppercase;
      font-weight: 700;
      color: var(--qz-muted);
      margin-bottom: 1.5rem;
    }

    .qz-hero h1 {
      font-family: var(--qz-body);
      font-size: clamp(2.2rem, 5vw, 3.4rem);
      font-weight: 900;
      line-height: 1.05;
      margin: 0 0 1.35rem;
      letter-spacing: -0.02em;
      color: var(--qz-navy);
    }

    .qz-hero h1 em {
      font-style: italic;
      font-weight: 700;
      color: var(--qz-navy);
    }

    .qz-hero-lede {
      font-size: 1.05rem;
      max-width: 44ch;
      margin: 0 auto 2.25rem;
      color: var(--qz-muted);
      line-height: 1.6;
    }

    .qz-start-btn {
      display: inline-flex;
      align-items: center;
      gap: 0.6rem;
      background: var(--qz-navy);
      color: #ffffff;
      border: none;
      padding: 1rem 2rem;
      border-radius: 100px;
      font-size: 0.95rem;
      font-weight: 700;
      cursor: pointer;
      transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
      font-family: inherit;
      letter-spacing: 0.01em;
    }

    .qz-start-btn:hover {
      background: #333333;
      color: #fff;
      transform: translateY(-1px);
      box-shadow: 0 10px 24px -10px rgba(1, 33, 69, 0.5);
    }

    .qz-start-btn i {
      transition: transform 0.2s;
    }

    .qz-start-btn:hover i {
      transform: translateX(3px);
    }

    .qz-hero-seconds {
      display: block;
      margin-top: 1.1rem;
      font-family: var(--qz-body);
      font-size: 0.85rem;
      color: var(--qz-muted);
    }

    .qz-hero-meta {
      margin-top: 2.75rem;
      padding-top: 1.5rem;
      border-top: 1px solid var(--qz-line);
      display: flex;
      justify-content: center;
      gap: 2rem;
      flex-wrap: wrap;
      font-size: 0.78rem;
      color: var(--qz-muted);
      font-weight: 600;
      letter-spacing: 0.02em;
    }

    .qz-hero-meta span {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
    }

    .qz-hero-meta i {
      color: var(--qz-sea);
      font-size: 0.72rem;
    }

    @media (max-width: 640px) {
      .qz-hero {
        padding: 2.5rem 0.5rem 1.75rem;
      }

      .qz-hero-meta {
        gap: 1.1rem;
        font-size: 0.72rem;
      }
    }

    /* ═══════════════════════════════════════
       GUIDE — persistent avatar header
    ═══════════════════════════════════════ */
    .qz-guide {
      display: flex;
      align-items: flex-start;
      gap: 1rem;
      max-width: 620px;
      margin: 0 auto 1.25rem;
      padding-bottom: 1.25rem;
      border-bottom: 1px solid var(--qz-line);
    }

    .qz-guide-avatar {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      object-fit: cover;
      flex-shrink: 0;
      background: var(--qz-cream);
    }

    .qz-guide-info {
      display: flex;
      flex-direction: column;
      min-width: 0;
      padding-top: 0.15rem;
    }

    .qz-guide-kicker {
      font-size: 0.74rem;
      font-weight: 400;
      color: var(--qz-muted);
      line-height: 1.25;
      letter-spacing: 0.01em;
      margin-bottom: 0.15rem;
    }

    .qz-guide-name {
      font-size: 1rem;
      font-weight: 700;
      color: var(--qz-ink);
      line-height: 1.25;
      letter-spacing: -0.005em;
      margin: 0 0 0.35rem;
    }

    .qz-guide-msg {
      font-size: 0.82rem;
      font-weight: 400;
      color: var(--qz-muted);
      line-height: 1.4;
      margin: 0;
    }

    /* ═══════════════════════════════════════
       PROGRESS — minimalistisk tunn bar
    ═══════════════════════════════════════ */
    .qz-progress {
      display: none;
      align-items: center;
      gap: 0.9rem;
      margin: 0 auto 1.25rem;
      padding: 0;
      background: transparent;
      border: none;
      border-radius: 0;
      box-shadow: none;
      max-width: 620px;
    }

    .qz-progress.visible {
      display: flex;
    }

    .qz-progress-label {
      display: none;
    }

    .qz-progress-track {
      flex: 1;
      height: 3px;
      background: #ececef;
      border-radius: 3px;
      position: relative;
    }

    .qz-progress-fill {
      position: absolute;
      inset: 0 auto 0 0;
      background: var(--qz-navy);
      border-radius: 3px;
      transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
      width: 0;
    }

    .qz-progress-count {
      font-family: var(--qz-body);
      font-size: 0.75rem;
      font-weight: 700;
      font-style: normal;
      color: var(--qz-ink);
      min-width: 48px;
      text-align: right;
      letter-spacing: 0.04em;
    }

    .qz-progress-count em {
      font-style: normal;
      font-weight: 400;
      color: var(--qz-muted);
    }

    /* ═══════════════════════════════════════
       QUESTION SHELL — single column, mobile first
    ═══════════════════════════════════════ */
    .qz-screen {
      display: none;
    }

    .qz-screen.active {
      display: block;
    }

    .qz-q-layout {
      display: block;
      background: transparent;
      border: none;
      border-radius: 0;
      box-shadow: none;
      overflow: visible;
    }

    /* Legacy scene column / image-led variant — hidden, replaced by compact icon rows */
    .qz-q-scene,
    .qz-answer-img-wrap,
    .qz-answer-tag {
      display: none;
    }

    .qz-question-wrap {
      background: transparent;
      padding: 0;
      max-width: 620px;
      margin: 0 auto;
    }

    .qz-q-eyebrow {
      display: inline-block;
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.24em;
      text-transform: uppercase;
      color: var(--qz-muted);
      margin-bottom: 0.5rem;
      font-family: var(--qz-body);
    }

    .qz-q-eyebrow::before {
      display: none;
    }

    .qz-q-title {
      font-family: var(--qz-body);
      font-size: clamp(1.5rem, 5vw, 2rem);
      font-weight: 900;
      color: var(--qz-navy);
      margin: 0 0 1.25rem;
      line-height: 1.15;
      letter-spacing: -0.02em;
    }

    .qz-q-title em {
      font-style: italic;
      font-weight: 700;
      color: var(--qz-navy);
    }

    .qz-q-sub {
      font-size: 0.92rem;
      color: var(--qz-muted);
      margin: 0 0 1.25rem;
      line-height: 1.5;
    }

    /* ═══════════════════════════════════════
       ANSWER CARDS — compact rows
    ═══════════════════════════════════════ */
    .qz-answers,
    .qz-answers.visual {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }

    .qz-answer,
    .qz-answer.visual {
      position: relative;
      width: 100%;
      background: #ffffff;
      border: 1px solid var(--qz-line);
      border-radius: 12px;
      padding: 1rem 1.1rem;
      cursor: pointer;
      text-align: left;
      font-family: inherit;
      transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
      display: grid;
      grid-template-columns: auto 1fr;
      grid-template-rows: auto auto;
      column-gap: 0.85rem;
      row-gap: 0.1rem;
      align-items: center;
      overflow: visible;
      color: var(--qz-ink);
    }

    .qz-answer::before {
      display: none;
    }

    .qz-answer:hover,
    .qz-answer.visual:hover {
      border-color: var(--qz-navy);
      transform: none;
      box-shadow: 0 4px 14px -8px rgba(1, 33, 69, 0.18);
    }

    .qz-answer.selected,
    .qz-answer.visual.selected {
      border-color: var(--qz-navy);
      background: var(--qz-navy);
      color: #ffffff;
      box-shadow: none;
      animation: none;
    }

    .qz-answer.selected .qz-answer-sub,
    .qz-answer.visual.selected .qz-answer-sub {
      color: rgba(255, 255, 255, 0.78);
    }

    .qz-answer.selected .qz-answer-icon,
    .qz-answer.visual.selected .qz-answer-icon {
      background: rgba(255, 255, 255, 0.12);
      color: #ffffff;
      border-color: transparent;
    }

    .qz-answer.visual.selected .qz-answer-body::after {
      display: none;
    }

    .qz-answer-icon {
      flex-shrink: 0;
      width: 36px;
      height: 36px;
      border-radius: 9px;
      background: #f5f6f8;
      color: var(--qz-navy);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.95rem;
      transition: 0.2s;
      border: none;
    }

    .qz-answer-body {
      min-width: 0;
      grid-column: 2;
      grid-row: 1 / -1;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 0.1rem;
    }

    .qz-answer-icon {
      grid-column: 1;
      grid-row: 1 / span 2;
      align-self: center;
    }

    .qz-answer-title {
      font-family: var(--qz-body);
      font-size: 0.95rem;
      font-weight: 700;
      line-height: 1.25;
      margin: 0;
      letter-spacing: -0.005em;
      grid-column: 2;
      grid-row: 1;
    }

    .qz-answer-sub {
      grid-column: 2;
      grid-row: 2;
    }

    .qz-answer-sub {
      font-size: 0.8rem;
      line-height: 1.35;
      color: var(--qz-muted);
      margin: 0;
    }

    /* Two columns on wider screens */
    @media (min-width: 720px) {

      .qz-answers,
      .qz-answers.visual {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.6rem;
      }
    }

    /* Nav buttons inside question */
    .qz-q-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 1.5rem auto 0;
      padding-top: 1rem;
      border-top: 1px solid var(--qz-line);
      max-width: 620px;
    }

    .qz-back {
      background: none;
      border: none;
      color: var(--qz-muted);
      font-family: inherit;
      font-size: 0.82rem;
      font-weight: 700;
      cursor: pointer;
      padding: 0.4rem 0;
      transition: color 0.2s;
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
    }

    .qz-back:hover {
      color: var(--qz-navy);
    }

    .qz-back:disabled {
      opacity: 0.35;
      cursor: not-allowed;
    }

    .qz-skip-note {
      font-size: 0.8rem;
      color: var(--qz-muted);
    }

    /* ═══════════════════════════════════════
       RESULT SCREEN — clean, mobile first
    ═══════════════════════════════════════ */
    /* Guiden visas bara på startskärmen */
    .qz-guide { display: none; }
    .qz-root:has([data-screen="start"].active) .qz-guide { display: flex; }

    /* Loading screen */
    .qz-loading {
      padding: 3rem 1rem 3rem;
      max-width: 480px;
      margin: 0 auto;
      text-align: center;
    }

    .qz-loading-guide {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1.25rem;
      margin: 0 auto 2.5rem;
    }

    .qz-loading-guide-avatar {
      width: 104px;
      height: 104px;
      border-radius: 50%;
      object-fit: cover;
      background: var(--qz-cream);
    }

    .qz-loading-bubble {
      position: relative;
      background: #f5f5f7;
      border-radius: 16px;
      padding: 0.95rem 1.25rem;
      font-size: 0.95rem;
      color: var(--qz-navy);
      font-weight: 500;
      line-height: 1.45;
      margin: 0;
      max-width: 320px;
      text-align: center;
    }

    .qz-loading-bubble::before {
      content: '';
      position: absolute;
      top: -5px;
      left: 50%;
      transform: translateX(-50%) rotate(45deg);
      width: 12px;
      height: 12px;
      background: #f5f5f7;
    }

    .qz-loading-steps {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      max-width: 280px;
      text-align: left;
    }

    .qz-loading-steps li {
      display: flex;
      align-items: center;
      gap: 0.8rem;
      padding: 0.45rem 0;
      color: #b8b8bd;
      font-size: 0.92rem;
      font-weight: 500;
      transition: color 0.3s;
    }

    .qz-loading-steps li.active,
    .qz-loading-steps li.done {
      color: var(--qz-navy);
      font-weight: 700;
    }

    .qz-loading-dot {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      border: 2px solid #e5e5ea;
      background: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      position: relative;
      transition: border-color 0.2s, background 0.2s;
    }

    .qz-loading-steps li.active .qz-loading-dot {
      border-color: var(--qz-navy);
      border-top-color: transparent;
      animation: qz-spin 0.7s linear infinite;
    }

    .qz-loading-steps li.done .qz-loading-dot {
      border-color: var(--qz-navy);
      background: var(--qz-navy);
      animation: none;
    }

    .qz-loading-dot i {
      color: #ffffff;
      font-size: 0.55rem;
      opacity: 0;
      transition: opacity 0.15s;
    }

    .qz-loading-steps li.done .qz-loading-dot i {
      opacity: 1;
    }

    @keyframes qz-spin {
      to {
        transform: rotate(360deg);
      }
    }

    [data-screen="result"] {
      max-width: 620px;
      margin: 0 auto;
    }

    .qz-result-hero {
      padding: 0 0 1.5rem;
      margin: 0 0 1.5rem;
      background: transparent;
      color: var(--qz-ink);
      border: none;
      border-bottom: 1px solid var(--qz-line);
      border-radius: 0;
      text-align: center;
    }

    .qz-result-hero-inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.6rem;
      min-width: 0;
    }

    .qz-result-restart-wrap {
      display: flex;
      justify-content: center;
      margin: 0 0 1.25rem;
    }

    .qz-result-restart {
      padding: 0.35rem 0.85rem;
      font-size: 0.72rem;
      border-radius: 100px;
      gap: 0.4rem;
      color: var(--qz-muted);
      border-color: var(--qz-line);
    }
    .qz-result-restart:hover {
      color: var(--qz-navy);
      border-color: var(--qz-navy);
    }

    .qz-result-restart i {
      font-size: 0.65rem;
    }

    .qz-result-eyebrow {
      display: inline-block;
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.24em;
      text-transform: uppercase;
      color: var(--qz-muted);
    }

    .qz-result-eyebrow i {
      display: none;
    }

    .qz-result-hero h2 {
      font-family: var(--qz-body);
      font-size: clamp(1.75rem, 6vw, 2.4rem);
      font-weight: 900;
      margin: 0;
      letter-spacing: -0.02em;
      line-height: 1.1;
      color: var(--qz-navy);
      max-width: 16ch;
    }

    .qz-result-hero h2 em {
      font-style: italic;
      font-weight: 700;
      color: var(--qz-navy);
    }

    .qz-result-hero p {
      display: none;
    }

    .qz-result-divider {
      display: none;
    }

    /* Recommended kayak card */
    .qz-rec-card {
      background: #ffffff;
      border: 1px solid var(--qz-line);
      border-radius: 12px;
      padding: 1.5rem 1.25rem;
      margin-bottom: 0.85rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 1rem;
      box-shadow: none;
      position: relative;
    }

    .qz-rec-img-wrap {
      position: relative;
      background: var(--qz-cream);
      border-radius: 12px;
      overflow: hidden;
      aspect-ratio: 1 / 1;
      width: 240px;
      max-width: 100%;
      border: none;
    }

    .qz-rec-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      padding: 0.75rem;
      position: relative;
      z-index: 1;
    }

    .qz-rec-match {
      display: none;
    }

    .qz-rec-stamp {
      display: none;
    }

    .qz-rec-kicker {
      font-size: 0.7rem;
      font-weight: 700;
      color: var(--qz-muted);
      text-transform: uppercase;
      letter-spacing: 0.24em;
      margin-bottom: 0.4rem;
    }

    .qz-rec-title {
      font-family: var(--qz-body);
      font-size: 1.35rem;
      font-weight: 900;
      color: var(--qz-navy);
      margin: 0 0 0.5rem;
      letter-spacing: -0.015em;
      line-height: 1.15;
    }

    .qz-rec-note {
      font-size: 0.85rem;
      color: var(--qz-muted);
      margin: 0 auto 0.85rem;
      max-width: 34ch;
      line-height: 1.4;
    }

    .qz-rec-note:empty {
      display: none;
    }

    .qz-rec-desc,
    .qz-rec-reasons {
      display: none;
    }

    .qz-rec-pricebox {
      display: flex;
      align-items: baseline;
      justify-content: center;
      gap: 0.6rem;
      margin-bottom: 1rem;
      padding: 0;
      background: transparent;
      flex-wrap: wrap;
    }

    .qz-rec-pricebox .qz-price-old {
      color: var(--qz-muted);
      text-decoration: line-through;
      font-size: 0.88rem;
    }

    .qz-rec-pricebox .qz-price-now {
      font-family: var(--qz-body);
      font-size: 1.4rem;
      font-weight: 900;
      color: var(--qz-navy);
      letter-spacing: -0.015em;
      line-height: 1;
    }

    .qz-rec-pricebox .qz-price-save {
      display: none;
    }

    .qz-rec-variants {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0.6rem;
      margin-bottom: 1rem;
    }

    .qz-variant-group label {
      display: block;
      font-size: 0.7rem;
      font-weight: 700;
      color: var(--qz-muted);
      text-transform: uppercase;
      letter-spacing: 0.08em;
      margin-bottom: 0.3rem;
    }

    .qz-variant-select {
      width: 100%;
      padding: 0.65rem 0.8rem;
      border: 1px solid var(--qz-line);
      border-radius: 9px;
      font-size: 0.9rem;
      font-family: inherit;
      color: var(--qz-ink);
      background: #ffffff;
      cursor: pointer;
      transition: 0.2s;
    }

    .qz-variant-select:focus {
      outline: none;
      border-color: var(--qz-navy);
      box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
    }

    .qz-variant-select.error {
      border-color: #c0392b;
      box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.15);
    }

    .qz-rec-actions {
      display: none;
    }

    /* Buttons */
    .qz-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      padding: 0.5rem 1.4rem;
      border-radius: 100px;
      font-size: 0.92rem;
      font-weight: 700;
      cursor: pointer;
      transition: background 0.2s, transform 0.2s, border-color 0.2s;
      font-family: inherit;
      border: none;
      text-decoration: none;
      letter-spacing: 0.01em;
    }

    .qz-btn-primary {
      background: var(--qz-navy);
      color: #ffffff;
    }

    .qz-btn-primary:hover {
      background: #333333;
      color: #ffffff;
    }

    .qz-btn-ghost {
      background: #ffffff;
      color: var(--qz-ink);
      border: 1px solid var(--qz-line);
    }

    .qz-btn-ghost:hover {
      border-color: var(--qz-navy);
      background: #ffffff;
    }

    .qz-btn-yellow {
      background: var(--qz-navy);
      color: #ffffff;
      box-shadow: none;
    }

    .qz-btn-yellow:hover {
      background: #333333;
      color: #ffffff;
    }

    /* ═══════════════════════════════════════
       ACCESSORY SECTION — flat checklist
    ═══════════════════════════════════════ */
    .qz-acc-section {
      background: transparent;
      border: none;
      border-radius: 0;
      padding: 0;
      box-shadow: none;
      margin-bottom: 1.25rem;
    }

    .qz-acc-banner {
      display: none;
    }

    .qz-acc-inner {
      padding: 0;
    }

    .qz-acc-header {
      display: flex;
      align-items: center;
      gap: 0.65rem;
      margin-bottom: 0.85rem;
    }

    .qz-acc-header-icon {
      width: 28px;
      height: 28px;
      border-radius: 7px;
      background: var(--qz-cream);
      color: var(--qz-navy);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.8rem;
      flex-shrink: 0;
      border: none;
    }

    .qz-acc-header h3 {
      font-family: var(--qz-body);
      font-size: 1rem;
      font-weight: 900;
      color: var(--qz-navy);
      margin: 0;
      letter-spacing: -0.01em;
      line-height: 1.2;
      flex: 1;
    }

    .qz-acc-hint {
      font-size: 0.7rem;
      color: var(--qz-muted);
      font-style: normal;
      font-family: var(--qz-body);
    }

    @media (max-width: 560px) {
      .qz-acc-hint {
        display: none;
      }
    }

    .qz-acc-header-kicker {
      display: none;
    }

    .qz-acc-sub {
      font-size: 0.8rem;
      color: var(--qz-muted);
      margin: 0 0 0.9rem 0;
      line-height: 1.45;
    }

    .qz-acc-grid {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }

    .qz-acc-card {
      position: relative;
      background: #ffffff;
      border: 1px solid var(--qz-line);
      border-radius: 10px;
      padding: 0.7rem 0.85rem;
      cursor: pointer;
      transition: 0.2s;
      display: grid;
      grid-template-columns: 44px 1fr auto auto;
      gap: 0.75rem;
      align-items: center;
    }

    .qz-acc-card:hover {
      border-color: var(--qz-navy);
      transform: none;
      box-shadow: none;
    }

    .qz-acc-card.selected {
      border-color: var(--qz-navy);
      background: #ffffff;
    }

    .qz-acc-card:not(.selected) {
      opacity: 0.5;
    }

    .qz-acc-check {
      width: 24px;
      height: 24px;
      border-radius: 6px;
      border: 1.5px solid var(--qz-line);
      background: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.2s;
      color: transparent;
      font-size: 0.7rem;
    }

    .qz-acc-card.selected .qz-acc-check {
      background: var(--qz-navy);
      border-color: var(--qz-navy);
      color: #ffffff;
    }

    .qz-acc-rec-badge {
      display: inline-flex;
      align-items: center;
      background: var(--qz-ink);
      color: #ffffff;
      font-size: 0.55rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      padding: 0.14rem 0.42rem;
      border-radius: 3px;
      margin-right: 0.4rem;
      vertical-align: 2px;
    }

    .qz-acc-img {
      width: 44px;
      height: 44px;
      object-fit: contain;
      background: var(--qz-cream);
      border-radius: 7px;
      padding: 0.3rem;
      border: none;
    }

    .qz-acc-info {
      min-width: 0;
    }

    .qz-acc-card h4 {
      font-family: var(--qz-body);
      font-size: 0.9rem;
      font-weight: 700;
      color: var(--qz-navy);
      margin: 0 0 0.1rem;
      line-height: 1.25;
      letter-spacing: -0.005em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .qz-acc-card p {
      font-size: 0.75rem;
      color: var(--qz-muted);
      line-height: 1.35;
      margin: 0;
      white-space: normal;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }

    .qz-acc-price {
      font-family: var(--qz-body);
      font-size: 0.88rem;
      font-weight: 700;
      color: var(--qz-navy);
      white-space: nowrap;
    }

    .qz-acc-variant {
      grid-column: 1 / -1;
      margin-top: 0.5rem;
      padding-top: 0.55rem;
      border-top: 1px dashed var(--qz-line);
      display: flex;
      gap: 0.5rem;
    }

    .qz-acc-variant .qz-variant-group {
      flex: 1;
    }

    .qz-acc-variant label {
      display: block;
      font-size: 0.66rem;
      font-weight: 700;
      color: var(--qz-muted);
      text-transform: uppercase;
      letter-spacing: 0.1em;
      margin-bottom: 0.25rem;
    }

    .qz-acc-variant select {
      width: 100%;
      padding: 0.4rem 0.55rem;
      border: 1px solid var(--qz-line);
      border-radius: 7px;
      font-size: 0.78rem;
      font-family: inherit;
      background: #ffffff;
      color: var(--qz-ink);
    }

    .qz-acc-variant select.error {
      border-color: #c0392b;
      box-shadow: 0 0 0 2px rgba(192, 57, 43, 0.15);
    }

    @media (max-width: 560px) {
      .qz-acc-card {
        grid-template-columns: 40px 1fr auto auto;
        gap: 0.55rem;
        padding: 0.6rem 0.7rem;
      }

      .qz-acc-img {
        width: 40px;
        height: 40px;
      }

      .qz-acc-card h4 {
        font-size: 0.85rem;
      }

      .qz-acc-card p {
        font-size: 0.72rem;
      }

      .qz-acc-price {
        font-size: 0.82rem;
      }
    }

    /* ═══════════════════════════════════════
       SUMMARY
    ═══════════════════════════════════════ */
    .qz-summary {
      background: #ffffff;
      border: 1px solid var(--qz-line);
      border-radius: 12px;
      padding: 1rem 1.1rem;
      margin-bottom: 0.85rem;
    }

    .qz-summary-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0.4rem 0;
      font-size: 0.88rem;
      color: var(--qz-ink);
      border-bottom: 1px solid var(--qz-line);
    }

    .qz-summary-row:last-of-type,
    .qz-summary-row:has(+ .qz-summary-total) {
      border-bottom: none;
    }

    .qz-summary-row span:first-child {
      color: var(--qz-muted);
    }

    .qz-summary-total {
      padding-top: 0.75rem;
      margin-top: 0.25rem;
      border-top: 1px solid var(--qz-navy);
      border-bottom: none;
    }

    .qz-summary-total span:first-child {
      font-family: var(--qz-body);
      font-size: 1rem;
      font-weight: 900;
      color: var(--qz-navy) !important;
      letter-spacing: -0.01em;
    }

    .qz-summary-total strong {
      font-family: var(--qz-body);
      font-size: 1.4rem;
      font-weight: 900;
      color: var(--qz-navy);
      letter-spacing: -0.015em;
    }

    .qz-summary-note {
      margin: 0.6rem 0 0;
      font-size: 0.75rem;
      color: var(--qz-muted);
      font-family: var(--qz-body);
      font-style: normal;
      text-align: right;
    }

    /* ═══════════════════════════════════════
       STICKY CART BAR
    ═══════════════════════════════════════ */
    .qz-cart-bar {
      position: sticky;
      bottom: 1rem;
      background: var(--qz-navy);
      color: #ffffff;
      border-radius: 100px;
      padding: 0.55rem 0.55rem 0.55rem 1.1rem;
      display: flex;
      align-items: center;
      gap: 0.6rem;
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
      z-index: 50;
      margin-top: 1.25rem;
      border: none;
      min-width: 0;
    }

    .qz-cart-bar::before {
      display: none;
    }

    .qz-cart-bar-info {
      min-width: 0;
      line-height: 1.15;
    }

    .qz-cart-bar-info small {
      display: block;
      font-size: 0.58rem;
      opacity: 0.6;
      text-transform: uppercase;
      letter-spacing: 0.14em;
      font-weight: 700;
      margin-bottom: 0.1rem;
    }

    .qz-cart-bar-info strong {
      font-family: var(--qz-body);
      font-size: 1.05rem;
      font-weight: 900;
      color: #ffffff;
      letter-spacing: -0.01em;
      white-space: nowrap;
    }

    .qz-cart-bar-count {
      font-size: 0.72rem;
      opacity: 0.65;
      margin-left: 0;
      white-space: nowrap;
    }

    .qz-cart-bar .qz-btn-yellow {
      background: #ffffff;
      color: var(--qz-navy);
      padding: 0.6rem 0.9rem;
      font-size: 0.8rem;
      white-space: nowrap;
      flex-shrink: 0;
    }

    .qz-cart-bar .qz-btn-yellow:hover {
      background: #f5f5f7;
      color: var(--qz-navy);
    }

    /* Tight screens — hide optional count */
    @media (max-width: 440px) {
      .qz-cart-bar-count {
        display: none;
      }

      .qz-cart-bar {
        padding: 0.5rem 0.5rem 0.5rem 1rem;
        gap: 0.5rem;
      }

      .qz-cart-bar-info strong {
        font-size: 1rem;
      }

      .qz-cart-bar .qz-btn-yellow {
        padding: 0.55rem 0.8rem;
        font-size: 0.76rem;
      }
    }

    /* Desktop refinements */
    @media (min-width: 720px) {
      .qz-rec-card {
        padding: 2rem 1.5rem;
        gap: 1.25rem;
      }

      .qz-rec-img-wrap {
        width: 280px;
      }

      .qz-rec-variants {
        grid-template-columns: 1fr 1fr;
      }
    }

    /* ═══════════════════════════════════════
       MODAL
    ═══════════════════════════════════════ */
    .qz-modal-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0);
      z-index: 1000;
      display: none;
      transition: background 0.35s ease;
      align-items: center;
      justify-content: center;
    }

    .qz-modal-overlay.open {
      display: flex;
    }

    .qz-modal-overlay.visible {
      background: rgba(0, 0, 0, 0.45);
    }

    .qz-modal {
      background: #ffffff;
      border-radius: 18px;
      width: 90%;
      max-width: 780px;
      height: 75vh;
      max-height: 650px;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
      transform: translateY(30px);
      opacity: 0;
      transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1), opacity 0.25s ease;
    }

    .qz-modal-overlay.open .qz-modal {
      transform: translateY(0);
      opacity: 1;
    }

    .qz-modal-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0.85rem 1rem;
      border-bottom: 1px solid #eef0f5;
    }

    .qz-modal-header strong {
      font-size: 0.9rem;
      color: #012145;
    }

    .qz-modal-close {
      border: none;
      background: #fdeae7;
      color: #c0392b;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      cursor: pointer;
      font-size: 1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s;
    }

    .qz-modal-close:hover {
      background: #f9d5d1;
    }

    .qz-modal iframe {
      flex: 1;
      width: 100%;
      border: none;
    }

    /* ═══════════════════════════════════════
       RESPONSIVE
    ═══════════════════════════════════════ */
    @media (max-width: 760px) {
      .qz-root {
        padding: 1rem 0.85rem 5rem;
      }
    }

    /* Print-safe / reduced motion */
    @media (prefers-reduced-motion: reduce) {
      .qz-app * {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
      }
    }

    /* ==============================
       Quiz-modal (iframe-baserad)
       ============================== */
    .quiz-modal {
      position: fixed; inset: 0; z-index: 200;
      display: flex; align-items: center; justify-content: center;
      padding: 20px;
      visibility: hidden; opacity: 0;
      transition: opacity .25s ease, visibility 0s linear .25s;
    }
    .quiz-modal[aria-hidden="false"] {
      visibility: visible; opacity: 1;
      transition: opacity .25s ease;
    }
    .quiz-modal-backdrop {
      position: absolute; inset: 0;
      background: rgba(2,8,20,.72);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
    }
    .quiz-modal-panel {
      position: relative;
      width: 100%; max-width: 640px;
      height: min(680px, calc(100vh - 80px));
      background: #fff;
      border-radius: 18px;
      overflow: hidden;
      box-shadow: 0 40px 100px -20px rgba(0,0,0,.7);
      transform: translateY(18px) scale(.98);
      transition: transform .3s cubic-bezier(.2,.7,.2,1);
      display: flex; flex-direction: column;
    }
    .quiz-modal[aria-hidden="false"] .quiz-modal-panel {
      transform: translateY(0) scale(1);
    }
    .quiz-modal-close {
      position: absolute; top: 14px; right: 14px; z-index: 3;
      width: 40px; height: 40px;
      border-radius: 50%;
      background: rgba(10,15,26,.92);
      border: 1px solid rgba(255,255,255,.15);
      color: #fff;
      display: flex; align-items: center; justify-content: center;
      cursor: pointer;
      box-shadow: 0 4px 14px rgba(0,0,0,.25);
      transition: background .15s ease, transform .15s ease;
    }
    .quiz-modal-close:hover { background: #0A0F1A; transform: scale(1.06); }

.quiz-modal-close .fa { font-size: 16px; line-height: 1; }
    /* iframe-container + loader */
    .quiz-iframe-wrap {
      position: relative; flex: 1;
      background: #f5f5f5;
      overflow: hidden;
    }
    .quiz-iframe {
      position: absolute; inset: 0;
      width: 100%; height: 100%;
      border: 0; background: #fff;
      opacity: 0;
      transition: opacity .25s ease;
    }
    .quiz-iframe-wrap.loaded .quiz-iframe { opacity: 1; }
    .quiz-iframe-loader {
      position: absolute; inset: 0;
      display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      gap: 14px;
      font-size: 13px; color: #4a5568;
      letter-spacing: .04em;
      background: #f5f5f5;
      transition: opacity .25s ease;
    }
    .quiz-iframe-wrap.loaded .quiz-iframe-loader {
      opacity: 0; pointer-events: none;
    }
    .quiz-spinner {
      width: 28px; height: 28px;
      border-radius: 50%;
      border: 2.5px solid rgba(10,15,26,.12);
      border-top-color: var(--navy);
      animation: quiz-spin .8s linear infinite;
    }
    @keyframes quiz-spin { to { transform: rotate(360deg); } }

    /* Scroll-lås när modal är öppen */
    body.quiz-modal-open { overflow: hidden; }

    /* A11y utility */
    .sr-only {
      position: absolute;
      width: 1px; height: 1px;
      padding: 0; margin: -1px;
      overflow: hidden;
      clip: rect(0,0,0,0);
      white-space: nowrap;
      border: 0;
    }

    @media (max-width: 640px) {
      .quiz-modal { padding: 16px; }
      .quiz-modal-panel {
        max-width: 100%;
               height: min(720px, calc(100vh - 32px));
        border-radius: 14px;
      }
      .quiz-modal-close {
        top: 10px; right: 10px;
        width: 38px; height: 38px;
      }
    }

/* === Bas-styling för alla addon-rader === */
/* === Bas-styling för alla addon-rader === */
.product-property-line.product-property-checkbox {
  background-color: #ffffff !important;
  color: #012145 !important;
  display: flex;
  align-items: center;
  padding: 16px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
}

.product-property-line.product-property-checkbox label {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0;
  cursor: pointer;
  font-weight: bold;
}

.product-property-line.product-property-checkbox input[type="checkbox"] {
  flex-shrink: 0;
  margin: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.product-property-line.product-property-checkbox .addon-price {
  margin-left: auto;
  font-weight: 600;
  color: #012145;
  white-space: nowrap;
}

/* === SPECIALDEAL-styling === */
.product-property-line.product-property-checkbox.is-specialdeal {
  background-color: #f0fdf4 !important;
  border: 1.5px solid #22c55e !important;
  position: relative;
}

/* Badge i hörnet */
.product-property-line.product-property-checkbox.is-specialdeal::before {
  content: "Gäller vid köp av SUP";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #012145;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 12px;
  letter-spacing: 0.6px;
  border-bottom-left-radius: 6px;
}

.product-property-line.product-property-checkbox.is-specialdeal label {
  gap: 14px;
}

.product-property-line.product-property-checkbox.is-specialdeal input[type="checkbox"] {
  width: 13px;
  height: 13px;
  order: -1;
}

/* Produktbild via pseudo-element */
.product-property-line.product-property-checkbox.is-specialdeal label::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  background-image: url("https://cdn.quickbutik.com/images/4932Q/products/68a9e31ce2cd5.jpeg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  order: 0;
}

/* Pris-styling */
.product-property-line.product-property-checkbox.is-specialdeal .addon-price {
  color: #16a34a;
  font-weight: 700;
  font-size: 14px;
}

.product-property-line.product-property-checkbox.is-specialdeal .addon-price::before {
  content: "199 kr ";
  text-decoration: line-through;
  color: #94a3b8;
  font-weight: 400;
  margin-right: 6px;
}


.guide-section br {
    display: none;
}


	.butik-showcase {
		position: relative;
		height: auto;
		min-height: 200px;
		padding: 56px 0 24px;
		overflow: hidden;
		width: 100vw;
		margin-left: calc(-50vw + 50%);
	}
	
	.butik-showcase-img {
		width: 100%;
		height: 100%;
		min-height: 500px;
		object-fit: cover;
		object-position: center;
	}
	
	.butik-about-img-wrap {
		position: relative;
		margin-bottom: 2rem;
	}
	
	.butik-about-img-wrap img {
		width: 100%;
		height: auto;
		border-radius: 12px;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	}
	
	.butik-about h2 {
		font-size: 2.5rem;
		line-height: 1.2;
		color: #000000;
	}
	
	.butik-about .lead {
		font-size: 1.125rem;
		line-height: 1.7;
		color: #666666;
	}
	
	.butik-about > div > div:not(:last-child) {
		margin-bottom: 3rem;
	}
	
	@media (min-width: 992px) {
		.butik-about-img-wrap {
			margin-bottom: 0;
		}
	}
	
	@media (max-width: 991px) {
		.butik-about-img-wrap {
			margin-bottom: 2rem;
		}
		.butik-about h2 {
			font-size: 2rem;
		}
		.butik-about .lead {
			font-size: 1rem;
		}
	}
	
	@media (max-width: 576px) {
		.butik-about {
			padding-bottom: 3rem !important;
		}
		.butik-about-img-wrap {
			margin-bottom: 1.5rem;
		}
		.butik-about h2 {
			font-size: 1.75rem;
		}
	}



	.kontakt-card {
		background: #f8f9fa;
		border-radius: 12px;
		padding: 2rem;
		height: 100%;
	}

	.kontakt-card .icon-wrap {
		width: 56px;
		height: 56px;
		border-radius: 50%;
		background: #ffffff;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 1rem;
	}

	.kontakt-card a {
		color: #009e91;
		text-decoration: none;
	}

	.kontakt-card a:hover {
		opacity: 0.8;
	}

	.kontakt-section h2 {
		font-size: 2rem;
		font-weight: 700;
		margin-bottom: 1rem;
	}

	@media (max-width: 768px) {
		.kontakt-hero-img {
			max-height: 240px;
		}
		.kontakt-section h2 {
			font-size: 1.5rem;
		}
	}

    
    .hero-fade{
		--hf-navy:#012145;
		--hf-ink:#0c1d36;
		--hf-mute:#5a6573;
		--hf-cream:#f6f2ea;

		position:relative;
		margin:0 0 1.5rem;
		border-radius:20px;
		overflow:hidden;
		background:var(--hf-cream);
		font-family:'Lato', sans-serif;
		color:var(--hf-ink);
		min-height:360px;
		display:grid;
		grid-template-columns: 5fr 7fr;
	}

	.hero-fade__copy{
		position:relative; z-index:3;
		padding: clamp(2rem, 4vw, 3.25rem) clamp(1.5rem, 3vw, 2.75rem);
		display:flex; flex-direction:column; justify-content:center;
		background:var(--hf-cream);
	}
	.hero-fade__rating{
		display:inline-flex; 
        align-items:center; 
        gap: .2rem;
		font-size:13px; color:var(--hf-mute);
    line-height:1.2;
	}
	.hero-fade__stars{ color:#e8a83c; letter-spacing:2px; font-size:15px; }
	.hero-fade__rating strong{ color:var(--hf-navy); font-weight:700; }
	.hero-fade__title{
		font-family:'Lato', sans-serif; font-weight:700;
		font-size:clamp(1.5rem, 2.4vw, 2rem);
		line-height:1.15; letter-spacing:-0.01em;
		color:var(--hf-navy); margin:0 0 1rem;
	}
	.hero-fade__sub{
		font-size:clamp(.9rem, 1vw, .98rem);
		line-height:1.55; color:var(--hf-mute);
		margin:0 0 .85rem; max-width:46ch;
		font-weight:400;
	}
	.hero-fade__sub:last-of-type{ margin-bottom:1.5rem; }
	.hero-fade__sub strong{ font-weight:700; color:var(--hf-navy); }

	.hero-fade__media{ position:relative; overflow:hidden; min-height:280px; }
	.hero-fade__media img{
		position:absolute; inset:0;
		width:100%; height:100%; object-fit:cover; display:block;
	}
	.hero-fade__media::after{
		content:""; position:absolute; inset:0;
		background: linear-gradient(90deg, var(--hf-cream) 0%, rgba(246,242,234,.6) 8%, transparent 28%);
		pointer-events:none;
	}

	@media (max-width: 760px){
		.hero-fade{ grid-template-columns: 1fr; min-height:auto; }
		.hero-fade__media{ min-height:200px; order:-1; }
		.hero-fade__media::after{
			background: linear-gradient(180deg, transparent 55%, var(--hf-cream) 100%);
		}
		.hero-fade__copy{ padding:1.75rem 1.5rem 2rem; }
	}


.sk-product-options-panel {
    --sk-option-navy: #012145;
    --sk-option-blue: #0b4f91;
    --sk-option-line: rgba(1, 33, 69, 0.14);
    --sk-option-soft: #f4f8fc;
    margin: 16px 0 18px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.sk-product-options-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0;
    margin-bottom: 14px;
    border-bottom: 0;
}

.sk-product-options-head h3 {
    margin: 20px 0 0;
    color: var(--sk-option-navy);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.sk-product-options-fields {
    margin-left: 0;
    margin-right: 0;
    gap: 16px 0;
}

.sk-product-options-fields > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.sk-product-option {
    position: relative;
    padding: 4px 0 4px 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

  .sk-product-option .controls > br {
      display: none;
  }

.sk-product-option + .sk-product-option {
    margin-top: 22px !important;
    padding-top: 22px;
    border-top: 1px solid rgba(1, 33, 69, 0.1);
}

.sk-product-option::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 4px;
    border-radius: 999px;
    background: rgba(1, 33, 69, 0.22);
}

.sk-product-option:focus-within::before,
.sk-product-option:hover::before {
    background: #012145;
}

  .sk-product-option label.font-weight-bold {
      margin-bottom: 8px !important;
  }

.sk-product-option label.font-weight-bold {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px !important;
    font-size: 13px !important;
    letter-spacing: 0.08em !important;
}

.sk-product-options-panel select.qs-cart-option.form-control {
    min-height: 46px;
    border-color: #cbd5e1;
    font-size: 15px;
    box-shadow: 0 3px 10px rgba(1, 33, 69, 0.06);
}

.sk-product-options-panel select.qs-cart-option.form-control:hover,
.sk-product-options-panel select.qs-cart-option.form-control:focus {
    border-color: var(--sk-option-navy);
    box-shadow: 0 0 0 4px rgba(1, 33, 69, 0.11);
}

.sk-product-options-panel--error {
    border-color: transparent;
    box-shadow: none;
}

.sk-option-needs-choice {
    border-color: rgba(1, 33, 69, 0.1);
    background: transparent;
}

.sk-option-needs-choice::before {
    background: #c0392b;
}

.sk-product-options-panel select.qs-cart-option.form-control.sk-option-invalid {
    border-color: #c0392b !important;
    box-shadow: 0 0 0 4px rgba(192, 57, 43, 0.12);
}

@media (max-width: 768px) {
    .sk-product-options-panel {
        padding: 0;
        margin-top: 14px;
    }

    .sk-product-options-head {
        padding-bottom: 0;
        margin-bottom: 14px;
    }

    .sk-product-options-head h3 {
        font-size: 18px;
    }

    .sk-product-option {
        padding: 3px 0 3px 16px;
    }

    .sk-product-options-panel select.qs-cart-option.form-control {
        min-height: 48px;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    #product > .row {
        overflow-x: hidden;
    }

    #product > .row > .col-lg-7.order-1 {
        padding-left: 0;
        padding-right: 0;
        overflow-x: hidden;
    }

    #product .sticky-product {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        overflow: hidden;
    }

    #product .detail-carousel,
    #product .detail-slider.swiper-container {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #product .detail-carousel .swiper-slide img {
        width: 100%;
        max-width: none;
    }

    #product .swiper-thumbs {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@supports (width: 100dvw) {
    @media (max-width: 768px) {
        #product .sticky-product,
        #product .detail-carousel,
        #product .detail-slider.swiper-container {
            width: min(100vw, 100dvw) !important;
            max-width: min(100vw, 100dvw) !important;
        }
    }
}

.sk-review-strip {
    --sk-review-ink: #111111;
    --sk-review-line: rgba(17, 17, 17, 0.12);
    --sk-review-muted: rgba(17, 17, 17, 0.58);
    margin: 28px 0 10px;
    padding: 0;
    background: #ffffff;
}

.sk-review-strip__stars {
    color: #111111;
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 1;
}

.sk-review-strip__rail {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.sk-review-strip__card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--sk-review-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: none;
}

.sk-review-strip__card--text {
    display: flex;
    align-items: stretch;
    min-height: 220px;
    background: #ffffff;
}

.sk-review-strip__media {
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #f5f5f5;
}

.sk-review-strip__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.sk-review-strip__body {
    position: static;
    padding: 14px;
    border: 0;
    border-radius: 0;
    background: #ffffff;
    color: var(--sk-review-ink);
}

.sk-review-strip__card--text .sk-review-strip__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: 18px;
}

.sk-review-strip__card--text .sk-review-strip__body::before {
    content: "“";
    display: block;
    height: 22px;
    margin-bottom: 4px;
    color: rgba(17, 17, 17, 0.18);
    font-size: 42px;
    font-weight: 700;
    line-height: 0.8;
}

.sk-review-strip__body p {
    margin: 8px 0 10px;
    color: var(--sk-review-ink);
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.55;
}

.sk-review-strip__body small {
    display: block;
    color: var(--sk-review-muted);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
}

@media (max-width: 768px) {
    .sk-review-strip {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 10px 0 10px;
        border-radius: 0;
        overflow: visible;
    }

    .sk-review-strip__rail {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0 16px 10px;
        scrollbar-width: none;
        touch-action: pan-x pan-y;
    }

    .sk-review-strip__rail::-webkit-scrollbar {
        display: none;
    }

    .sk-review-strip__card {
        flex: 0 0 86%;
        max-width: 340px;
        scroll-snap-align: start;
    }

    .sk-review-strip__media {
        aspect-ratio: 4 / 3;
    }

    .sk-review-strip__card--text {
        min-height: 230px;
    }

    .sk-review-strip__body {
        padding: 12px;
    }

    .sk-review-strip__card--text .sk-review-strip__body {
        padding: 16px;
    }

    .sk-review-strip__body p {
        font-size: 13px;
    }
}



.sk-pickup-credit {
    --sk-pickup-navy: #012145;
    --sk-pickup-blue: #1e5a8e;
    --sk-pickup-accent: #064f80;
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    margin: 22px 0 14px;
    padding: 16px 18px;
    border-radius: 8px;
    background: linear-gradient(135deg, #eef4fa 0%, #f8fbfe 100%);
    color: var(--sk-pickup-navy);
    box-shadow: 0 12px 26px rgba(1, 33, 69, 0.07);
}

.sk-pickup-credit__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: var(--sk-pickup-accent);
    color: #ffffff;
    font-size: 18px;
}

.sk-pickup-credit__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    min-width: 0;
}

.sk-pickup-credit__kicker {
    color: var(--sk-pickup-blue);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.sk-pickup-credit__title {
    color: var(--sk-pickup-navy);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
}

.sk-pickup-credit__text {
    color: rgba(1, 33, 69, 0.72);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

@media (max-width: 576px) {
    .sk-pickup-credit {
        align-items: flex-start;
        gap: 12px;
        margin: 18px 0 14px;
        padding: 14px;
    }

    .sk-pickup-credit__icon {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .sk-pickup-credit__title {
        font-size: 14.5px;
    }

    .sk-pickup-credit__text {
        font-size: 12.5px;
    }
}

.product-btn-addcart.disabled,
.product-btn-addcart:disabled,
.sticky-add-cart.disabled {
    cursor: not-allowed;
    opacity: 0.75;
    pointer-events: none;
}

.sk-fynd-dropdown {
    position: relative;
    margin: 14px 0 16px;
    font-family: 'Lato', sans-serif;
}

.sk-fynd-dropdown[hidden],
.sk-fynd-dropdown.is-empty {
    display: none !important;
}

.sk-fynd-dropdown__label {
    display: block;
    margin-bottom: 7px;
    color: #012145;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.sk-fynd-dropdown__select {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sk-fynd-dropdown__trigger {
    display: flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid #d5e0ea;
    border-radius: 6px;
    background: #ffffff;
    color: #012145;
    padding: 12px 14px;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(1, 33, 69, 0.05);
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.sk-fynd-dropdown__trigger:hover,
.sk-fynd-dropdown.is-open .sk-fynd-dropdown__trigger {
    border-color: #1e5a8e;
    background: #f8fbff;
    box-shadow: 0 6px 18px rgba(1, 33, 69, 0.08);
}

.sk-fynd-dropdown__trigger-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
}

.sk-fynd-dropdown__trigger i {
    flex: 0 0 auto;
    font-size: 12px;
    color: #1e5a8e;
    transition: transform 0.15s ease;
}

.sk-fynd-dropdown.is-open .sk-fynd-dropdown__trigger i {
    transform: rotate(180deg);
}

.sk-fynd-dropdown__list {
    position: absolute;
    z-index: 30;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    display: none;
    max-height: 340px;
    overflow-y: auto;
    border: 1px solid #d5e0ea;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 18px 35px rgba(1, 33, 69, 0.16);
}

.sk-fynd-dropdown.is-open .sk-fynd-dropdown__list {
    display: block;
}

.sk-fynd-dropdown__item {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    color: #012145;
    text-decoration: none;
    border-bottom: 1px solid #edf2f7;
}

.sk-fynd-dropdown__item:last-child {
    border-bottom: 0;
}

.sk-fynd-dropdown__item:hover,
.sk-fynd-dropdown__item:focus {
    background: #f5f8fc;
    color: #012145;
    text-decoration: none;
    outline: none;
}

.sk-fynd-dropdown__thumb {
    display: flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border: 1px solid #edf2f7;
    border-radius: 6px;
    background: #ffffff;
}

.sk-fynd-dropdown__thumb img {
    max-width: 48px;
    max-height: 48px;
    object-fit: contain;
}

.sk-fynd-dropdown__content {
    min-width: 0;
}

.sk-fynd-dropdown__name {
    display: block;
    color: #012145;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.sk-fynd-dropdown__meta {
    display: block;
    margin-top: 4px;
}

.sk-fynd-dropdown__stock {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #475569;
    font-size: 12px;
    font-weight: 700;
}

.sk-fynd-dropdown__stock::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #94a3b8;
}

.sk-fynd-dropdown__stock--in::before {
    background: #22c55e;
}

.sk-fynd-dropdown__stock--out::before {
    background: #ef4444;
}

.sk-fynd-dropdown__price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    color: #012145;
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
}

.sk-fynd-dropdown__price del {
    color: #94a3b8;
    font-size: 12px;
    font-weight: 600;
}

.sk-fynd-dropdown__price strong {
    color: #012145;
    font-size: 14px;
    font-weight: 800;
}

@media (max-width: 480px) {
    .sk-fynd-dropdown__list {
        position: static;
        margin-top: 6px;
        max-height: none;
        box-shadow: 0 8px 22px rgba(1, 33, 69, 0.10);
    }

    .sk-fynd-dropdown__item {
        grid-template-columns: 58px minmax(0, 1fr) max-content;
        grid-template-areas: "thumb content price";
        align-items: start;
        gap: 8px;
        padding: 12px;
    }

    .sk-fynd-dropdown__thumb {
        grid-area: thumb;
        width: 58px;
        height: 58px;
    }

    .sk-fynd-dropdown__thumb img {
        max-width: 50px;
        max-height: 50px;
    }

    .sk-fynd-dropdown__content {
        grid-area: content;
    }

    .sk-fynd-dropdown__name {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 13px;
        line-height: 1.25;
    }

    .sk-fynd-dropdown__price {
        grid-area: price;
        align-items: flex-end;
        gap: 1px;
        max-width: 76px;
        text-align: right;
    }

    .sk-fynd-dropdown__price strong {
        font-size: 14px;
    }
 }

     .listicle {
            font-family: 'Instrument Sans', system-ui, sans-serif;
        }

        .listicle-hero {
            padding: 32px 0 40px;
            background: #fff;
        }

        .listicle-hero .img-fluid,
        .listicle-feature .img-fluid {
            width: 100%;
            aspect-ratio: 16 / 10;
            object-fit: cover;
            border-radius: 8px;
        }

        .listicle-eyebrow {
            margin-bottom: 16px;
            color: #767676;
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }

        .listicle-title {
            margin-bottom: 24px;
            color: #1a1a1a;
            font-size: clamp(1.75rem, 4vw, 2.5rem);
            font-weight: 600;
            line-height: 1.25;
            letter-spacing: 0;
        }

        .listicle-title--sm {
            margin-bottom: 24px;
            color: #1a1a1a;
            font-size: 1.5rem;
            font-weight: 600;
            line-height: 1.25;
            letter-spacing: 0;
        }

        .listicle-text {
            margin-bottom: 24px;
            color: #4a4a4a;
            font-size: 1rem;
            line-height: 1.7;
        }

        .listicle-trust {
            color: #767676;
            font-size: 12px;
        }

        .listicle-google-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.6rem;
            margin-top: 1.25rem;
            padding: 0.55rem 0.9rem;
            background: #fff;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
        }

        .listicle-google-badge__text {
            line-height: 1.3;
        }

        .listicle-google-badge__name {
            font-size: 0.78rem;
            font-weight: 700;
            color: #1a1a1a;
        }

        .listicle-google-badge__row {
            display: flex;
            align-items: center;
            gap: 0.3rem;
        }

        .listicle-google-badge__score {
            font-size: 0.82rem;
            font-weight: 700;
            color: #1a1a1a;
        }

        .listicle-google-badge__stars {
            color: #f5a623;
            font-size: 0.78rem;
            letter-spacing: 1px;
        }

        .listicle-google-badge__count {
            font-size: 0.75rem;
            color: #1a73e8;
        }

        .listicle-google-badge__sub {
            font-size: 0.7rem;
            color: #777;
        }

        .listicle-quick-guide {
            display: block;
            margin-top: -18px;
            padding: 0 0 12px;
            background: #fff;
        }

        .listicle-quick-guide__inner {
            padding: 18px 0 8px;
            border-top: 1px solid #e5e5e5;
            border-bottom: 1px solid #e5e5e5;
        }

        .listicle-quick-guide__title {
            margin: 0 0 10px;
            color: #1a1a1a;
            font-size: 0.85rem;
            font-weight: 700;
        }

        .listicle-quick-guide__grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 8px;
        }

        .listicle-quick-guide__link {
            display: block;
            min-height: 72px;
            padding: 10px;
            background: #fff;
            border: 1px solid #e5e5e5;
            border-radius: 8px;
            color: #1a1a1a;
            text-decoration: none;
        }

        .listicle-quick-guide__link:hover {
            color: #1a1a1a;
            text-decoration: none;
        }

        .listicle-quick-guide__link strong,
        .listicle-quick-guide__link span {
            display: block;
        }

        .listicle-quick-guide__link strong {
            margin-bottom: 4px;
            font-size: 0.82rem;
            line-height: 1.2;
        }

        .listicle-quick-guide__link span {
            color: #666;
            font-size: 0.72rem;
            line-height: 1.25;
        }

        .listicle-features {
            padding: 36px 0;
            background: #fff;
        }

        .listicle-feature {
            padding: 28px 0;
            border-bottom: 1px solid #e5e5e5;
            scroll-margin-top: 90px;
        }

        .listicle-feature--last {
            border-bottom: 0;
        }

        .listicle-feature .row>[class*="order-1"] {
            margin-bottom: 16px;
        }

        .listicle-feature .row>[class*="order-2"] {
            margin-bottom: 0 !important;
        }

        .listicle-points {
            margin: 0 0 24px;
            padding: 0;
            list-style: none;
        }

        .listicle-points li {
            margin-bottom: 10px;
            color: #4a4a4a;
            font-size: 0.95rem;
            line-height: 1.55;
        }

        .listicle-points strong {
            color: #1a1a1a;
        }

        .listicle-product-grid {
            display: grid;
            grid-template-columns: minmax(0, 1fr);
            gap: 12px;
            margin-top: 4px;
        }

        .listicle-product-card {
            display: grid !important;
            grid-template-columns: 88px minmax(0, 1fr);
            grid-template-rows: auto auto auto auto;
            gap: 6px 12px;
            align-items: start;
            align-content: start;
            padding: 12px;
            background: #fff;
            border: 1px solid #e5e5e5;
            border-radius: 8px;
            transition: border-color 0.2s, box-shadow 0.2s;
        }

        .listicle-product-card>* {
            min-width: 0;
        }

        .listicle-product-card:hover {
            border-color: #cfd6df;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
        }

        .listicle-product-image-link {
            display: flex !important;
            grid-column: 1;
            grid-row: 1 / 4;
            align-items: center;
            justify-content: center;
            width: 88px;
            height: 88px;
        }

        .listicle-product-image {
            display: block !important;
            width: 88px !important;
            height: 88px !important;
            max-width: 88px !important;
            aspect-ratio: 1 / 1;
            object-fit: contain;
            margin: 0 !important;
        }

        .listicle-product-card h3 {
            grid-column: 2;
            grid-row: 1;
            margin: 0 !important;
            color: #1a1a1a;
            font-size: 0.9rem;
            font-weight: 700;
            line-height: 1.25;
            text-align: left !important;
        }

        .listicle-product-desc {
            grid-column: 2;
            grid-row: 2;
            margin: 0 !important;
            color: #666;
            font-size: 0.78rem;
            line-height: 1.4;
            text-align: left !important;
        }

        .listicle-price-wrap {
            display: flex;
            grid-column: 2;
            grid-row: 3;
            align-items: baseline;
            gap: 0.4rem;
            margin: 0 !important;
        }

        .listicle-price {
            margin: 0;
            color: #1a1a1a;
            font-size: 1rem;
            font-weight: 700;
        }

        .listicle-price-before {
            margin: 0;
            color: #aaa;
            font-size: 0.8rem;
            text-decoration: line-through;
        }

        .listicle-product-cta {
            display: inline-flex;
            grid-column: 1 / -1;
            grid-row: 4;
            align-items: center;
            justify-content: center;
            width: 100%;
            margin-top: 8px;
            padding: 0.6rem 1rem;
            background: #1a1a1a;
            border-radius: 4px;
            color: #fff;
            font-size: 0.82rem;
            font-weight: 600;
            line-height: 1.2;
            text-align: center;
            text-decoration: none;
            transition: background 0.2s;
        }

        .listicle-product-cta:hover {
            background: #000;
            color: #fff;
            text-decoration: none;
        }

        .listicle-choice-list {
            max-width: 680px;
            margin: 32px auto 0;
            padding: 0;
            list-style: none;
        }

        .listicle-choice-list li {
            display: block;
            padding: 18px 0;
            border-bottom: 1px solid #e5e5e5;
            color: #4a4a4a;
            font-size: 1rem;
        }

        .listicle-choice-list li:last-child {
            border-bottom: 0;
        }

        .listicle-choice-list strong {
            color: #1a1a1a;
            font-weight: 600;
        }

        .listicle-choice-list span {
            display: block;
            margin-top: 6px;
            color: #1a1a1a;
            font-weight: 600;
        }

        .listicle-btn {
            display: inline-block;
            padding: 16px 32px;
            background: #1a1a1a;
            color: #fff;
            font-size: 0.9rem;
            font-weight: 500;
            text-align: center;
            text-decoration: none;
            transition: background 0.2s;
        }

        .listicle-btn:hover {
            background: #000;
            color: #fff;
            text-decoration: none;
        }

        .listicle-btn--sm {
            width: auto;
            padding: 12px 28px;
            font-size: 0.85rem;
        }

        .listicle-final-hero {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 64px 20px;
            background-image: url('https://s3.eu-west-1.amazonaws.com/storage.quickbutik.com/stores/4932Q/files/butik-mobile-desktop.jpg');
            background-position: center;
            background-size: cover;
        }

        .listicle-final-hero__overlay {
            position: absolute;
            inset: 0;
            background: rgba(10, 20, 30, 0.58);
        }

        .listicle-final-hero__content {
            position: relative;
            z-index: 1;
            max-width: 600px;
            color: #fff;
        }

        .listicle-final-hero__eyebrow {
            font-size: 0.78rem;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.75);
            margin-bottom: 0.5rem;
        }

        .listicle-final-hero__title {
            margin-bottom: 1rem;
            color: #fff;
            font-size: 1.5rem;
            font-weight: 700;
            line-height: 1.2;
        }

        .listicle-final-hero__text {
            font-size: 1rem;
            color: rgba(255, 255, 255, 0.88);
            margin-bottom: 1.75rem;
            line-height: 1.6;
        }

        .listicle-final-hero__actions {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            justify-content: center;
            margin-bottom: 1.5rem;
        }

        .listicle-final-hero__btn {
            display: inline-block;
            width: 100%;
            padding: 0.75rem 1.75rem;
            border-radius: 4px;
            font-size: 0.95rem;
            font-weight: 600;
            text-align: center;
            text-decoration: none;
            transition: opacity 0.2s;
        }

        .listicle-final-hero__btn:hover {
            opacity: 0.88;
        }

        .listicle-final-hero__btn--primary {
            background: #fff;
            color: #1a1a1a;
        }

        .listicle-final-hero__btn--secondary {
            background: transparent;
            color: #fff;
            border: 2px solid rgba(255, 255, 255, 0.7);
        }

        .listicle-final-hero__trust {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem 1.25rem;
            justify-content: center;
            font-size: 0.8rem;
            color: rgba(255, 255, 255, 0.65);
        }

        @media (min-width: 769px) {
            .listicle-hero {
                padding: 80px 0 100px;
            }

            .listicle-hero .img-fluid,
            .listicle-feature .img-fluid {
                aspect-ratio: auto;
            }

            .listicle-quick-guide {
                display: none;
            }

            .listicle-features {
                padding: 80px 0;
            }

            .listicle-feature {
                padding: 48px 0;
            }

            .listicle-feature .row>[class*="order-1"] {
                margin-bottom: 0;
            }

            .listicle-product-grid {
                grid-template-columns: minmax(0, 360px);
            }

            .listicle-product-card {
                grid-template-columns: 104px minmax(0, 1fr);
                gap: 8px 14px;
                padding: 14px;
            }

            .listicle-product-image-link {
                width: 104px;
                height: 104px;
            }

            .listicle-product-image {
                width: 104px !important;
                height: 104px !important;
                max-width: 104px !important;
            }

            .listicle-product-card h3 {
                font-size: 0.98rem;
            }

            .listicle-product-desc {
                font-size: 0.84rem;
            }

            .listicle-price-wrap {
                gap: 0.5rem;
                margin: 0.1rem 0 0;
            }

            .listicle-price {
                font-size: 1.1rem;
            }

            .listicle-price-before {
                font-size: 0.9rem;
            }

            .listicle-product-cta {
                justify-self: start;
                width: auto;
                margin-top: 8px;
                padding: 12px 22px;
                font-size: 0.9rem;
            }

            .listicle-choice-list li {
                display: flex;
                justify-content: space-between;
                gap: 20px;
            }

            .listicle-choice-list span {
                display: inline;
                margin-top: 0;
                white-space: nowrap;
            }

            .listicle-final-hero {
                padding: 80px 20px;
            }

            .listicle-final-hero__title {
                font-size: 2rem;
            }

            .listicle-final-hero__btn {
                width: auto;
            }
        }

        .hero-promo-grid {
    margin-top: 24px;
}

.hero-promo-grid .hero-box--image {
    border-radius: 8px;
}

.soderkajak-hero {
    position: relative;
    width: 100vw;
    min-height: clamp(360px, 44vh, 480px);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    background-color: #071820;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.soderkajak-hero__media {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
}

.soderkajak-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.soderkajak-hero__content {
    position: relative;
    z-index: 3;
    width: min(980px, calc(100% - 48px));
    margin: 0 auto;
    padding: 56px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.soderkajak-hero__rating {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.soderkajak-hero__stars {
    color: #FDC82B !important;
    letter-spacing: 1px;
}

.soderkajak-hero__hours {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
    width: min(100%, 540px);
    padding: 9px 10px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background-color: rgba(7, 24, 32, .20);
    align-items: stretch;
    justify-content: center;
    gap: 0;
    backdrop-filter: blur(2px);
}

.soderkajak-hero__hours-heading {
    display: none;
}

.soderkajak-hero__hours-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    width: 100%;
    text-align: left;
}

.soderkajak-hero__hours-item {
    min-width: 0;
    padding: 0 10px;
    color: rgba(255, 255, 255, .82);
    display: flex;
    flex-direction: column;
    gap: 3px;
    line-height: 1.18;
}

.soderkajak-hero__hours-item + .soderkajak-hero__hours-item {
    border-left: 1px solid rgba(255, 255, 255, .14);
}

.soderkajak-hero__hours-label {
    color: rgba(255, 255, 255, .64);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.soderkajak-hero__hours-item strong {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.2;
}

.soderkajak-hero__hours-address {
    color: rgba(255, 255, 255, .66);
    font-size: 11px;
    line-height: 1.2;
}

.soderkajak-hero__hours-time-part {
    display: inline;
    white-space: nowrap;
}

.soderkajak-hero__hours-time-part + .soderkajak-hero__hours-time-part::before {
    content: "·";
    margin: 0 5px;
    color: rgba(255, 255, 255, .42);
}

@media (max-width: 767.98px) {
    .hero-promo-grid {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .hero-promo-grid .row {
        margin-left: 0;
        margin-right: 0;
    }

    .hero-promo-grid .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .hero-promo-grid .col-md-6 + .col-md-6 {
        margin-top: 16px;
    }

    .soderkajak-hero {
        min-height: 0;
        aspect-ratio: 4 / 5;
        align-items: center;
    }

    .soderkajak-hero__image {
        object-fit: contain;
        object-position: center;
    }

    .soderkajak-hero__content {
        width: min(100% - 36px, 520px);
        padding: 66px 0;
        transform: translateY(-54px);
    }

    .soderkajak-hero__rating {
        font-size: 12px;
    }

    .soderkajak-hero__hours {
        width: min(100%, 340px);
        margin-top: 12px;
        padding: 8px 8px;
    }

    .soderkajak-hero__hours-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        text-align: center;
    }

    .soderkajak-hero__hours-item {
        padding: 0 6px;
        align-items: center;
        gap: 2px;
    }

    .soderkajak-hero__hours-item + .soderkajak-hero__hours-item {
        border-left: 1px solid rgba(255, 255, 255, .14);
        padding-top: 0;
        border-top: 0;
    }

    .soderkajak-hero__hours-label {
        font-size: 10px;
    }

    .soderkajak-hero__hours-item strong {
        font-size: 12px;
        line-height: 1.18;
    }

    .soderkajak-hero__hours-address {
        font-size: 11px;
    }

    .soderkajak-hero__hours-time-part {
        display: block;
        white-space: nowrap;
    }

    .soderkajak-hero__hours-time-part + .soderkajak-hero__hours-time-part::before {
        content: none;
    }
}

.lhero--transport .lhero__media::after {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 2;
            background: linear-gradient(90deg, rgba(2, 18, 31, .34) 0%, rgba(2, 18, 31, .16) 42%, rgba(2, 18, 31, 0) 72%);
            pointer-events: none;
        }

        .lhero--transport .lhero__img {
            object-position: center;
        }

        .lhero--transport .lhero__inner {
            max-width: 660px;
            text-shadow: 0 1px 12px rgba(0, 0, 0, .28);
        }

        .lhero--transport .lhero__title {
            max-width: 650px;
            font-size: clamp(34px, 4.4vw, 60px);
            letter-spacing: 0;
            line-height: 1;
        }

        .lhero--transport .lhero__intro {
            color: #ffffff;
        }

        .lhero--transport .lhero__rating {
            color: rgba(255, 255, 255, .78);
            font-weight: 900;
            letter-spacing: .12em;
            text-transform: uppercase;
        }

        .lhero--transport .lhero__usps--vertical {
            flex-direction: row;
            align-items: center;
            white-space: nowrap;
        }

       @media (max-width: 991.98px) {
    .lhero--transport .lhero__inner {
        max-width: 680px;
        margin: 0 auto;
        text-align: center;
    }

    .lhero--transport .lhero__intro {
        margin-right: auto;
        margin-left: auto;
    }
}

        @media (max-width: 767.98px) {
            .hero-content > h1 {
                padding-left: 18px;
                padding-right: 18px;
                font-size: 26px;
                line-height: 1.15;
            }

            .lhero--transport {
                min-height: 0;
                aspect-ratio: 4 / 5;
            }

            .lhero--transport .lhero__center {
                width: min(100% - 44px, 520px);
                transform: translateY(-22px);
            }

            .lhero--transport .lhero__rating {
                margin-bottom: 10px;
                font-size: 11px;
            }

            .lhero--transport .lhero__title {
                max-width: 340px;
                margin-right: auto;
                margin-left: auto;
                font-size: clamp(28px, 8.6vw, 36px);
                line-height: 1.02;
            }

            .lhero--transport .lhero__usps {
                flex-direction: column;
                align-items: center;
                justify-content: center;
                text-align: center;
                white-space: normal;
            }
        }