.elementor-kit-19{--e-global-color-primary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-color-6672129:#344E41;--e-global-color-1b80e93:#3A5A40;--e-global-color-69456e7:#588157;--e-global-color-04ca361:#A3B18A;--e-global-color-6299081:#FDF0D5;--e-global-color-ee90ee3:#3B3B3B;--e-global-color-7c8ef8b:#63FF6F;--e-global-color-3471ac3:#222222;--e-global-typography-primary-font-family:"Quicksand";--e-global-typography-primary-font-size:11px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Quicksand";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#000000;font-family:"Gill sans Light", Sans-serif;font-size:16px;font-weight:200;line-height:20px;letter-spacing:1px;}.elementor-kit-19 button,.elementor-kit-19 input[type="button"],.elementor-kit-19 input[type="submit"],.elementor-kit-19 .elementor-button{background-color:#28151500;font-family:"Gill sans Light", Sans-serif;font-size:10px;color:#000000;border-style:solid;border-width:1px 1px 1px 1px;border-color:#000000;border-radius:0px 0px 0px 0px;}.elementor-kit-19 e-page-transition{background-color:#FFBC7D;}.elementor-kit-19 a{color:#000000;font-family:"Gill sans Light", Sans-serif;font-size:15px;font-weight:500;text-transform:none;font-style:normal;}.elementor-kit-19 h1{color:#000000;font-family:"Gill sans Light", Sans-serif;font-size:25px;text-transform:none;font-style:normal;}.elementor-kit-19 h2{color:#000000;font-family:"Gill sans Light", Sans-serif;font-size:22px;font-weight:400;text-transform:none;}.elementor-kit-19 h3{color:#000000;font-family:"Gill sans Light", Sans-serif;font-size:18px;font-weight:500;}.elementor-kit-19 h4{color:#000000;font-family:"Gill sans Light", Sans-serif;font-size:14px;}.elementor-kit-19 h5{color:#000000;font-family:"Quicksand", Sans-serif;}.elementor-kit-19 h6{color:#000000;font-family:"Quicksand", Sans-serif;}.elementor-kit-19 img{border-style:none;opacity:1;}.elementor-kit-19 label{color:#000000;}.elementor-kit-19 input:not([type="button"]):not([type="submit"]),.elementor-kit-19 textarea,.elementor-kit-19 .elementor-field-textual{background-color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-19{font-size:15px;line-height:1.9em;letter-spacing:0.4px;}.elementor-kit-19 a{font-size:15px;}.elementor-kit-19 h1{font-size:22px;}.elementor-kit-19 h2{font-size:18px;letter-spacing:0.6px;}.elementor-kit-19 h3{font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-19{font-size:14px;}.elementor-kit-19 a{font-size:14px;}.elementor-kit-19 h1{font-size:24px;}.elementor-kit-19 h2{font-size:20px;}.elementor-kit-19 h3{font-size:15px;}.elementor-kit-19 button,.elementor-kit-19 input[type="button"],.elementor-kit-19 input[type="submit"],.elementor-kit-19 .elementor-button{font-size:9px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Förhindra horisontell scroll */
body, html {
    overflow-x: hidden;
}

/* Se till att bilder inte blir för breda */
img {
    max-width: 100%;
    height: auto;
}

/* Sektioner och kolumner */
.elementor-section,
.elementor-column {
    max-width: 100%;
    overflow-x: hidden;
}

/* Se till att produktgalleriet alltid är horisontellt under huvudbilden */
.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    display: flex;
    flex-direction: row !important; /* horisontellt */
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 10px; /* avstånd från huvudbild */
}

/* Miniatyrbilder */
.woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 5px; /* mellanrum mellan miniatyrer */
    list-style: none;
}

.woocommerce div.product div.images .flex-control-thumbs img {
    max-width: 80px; /* storlek på miniatyr */
    height: auto;
    cursor: pointer;
}

/* Anpassa för mobil */
@media (max-width: 768px) {
    .woocommerce div.product div.images .flex-control-thumbs {
        justify-content: center; /* centrera miniatyrer på mobil */
        flex-wrap: wrap;
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        margin-right: 5px;
        margin-bottom: 5px; /* lite avstånd mellan rader */
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Gill sans Light';
	font-display: auto;
	src: url('https://officialkagami.com/wp-content/uploads/2025/04/Gill-Sans-Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */