.elementor-kit-5{--e-global-color-primary:#6390C0;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#000000;--e-global-color-2406788:#000000;--e-global-color-2d11905:#FBF8C8;--e-global-color-7e1f117:#EAEAE4;--e-global-color-24e90b6:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 a{color:#464646;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-kit-5 a:hover{color:#DA5324;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#000000;box-shadow:0px 7px 13px -8px rgba(0,0,0,0.5);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Stil för produktnamnet */
.products .product h2.woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: bold;
    background-color: black;
    color: white;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    width: 100%;
}

/* Stil för artikelnumret */
.products .product .product-sku {
    font-size: 14px;
    color: black;
    text-align: center;
    margin: 10px 0 0;
    padding: 5px 0;
    display: block;
}
/* Dölj specifikt "Read more"-knappen */
.products .product .button.product_type_simple {
    display: none !important;
}

.woocommerce .product .woocommerce-loop-product__title {
    color: #ffffff; /* Ändrar texten i den svarta plattan till vit */
}


/* Justera produktkortens layout */
.products .product {
    border: 1px solid #e1e1e1;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

/* Dölj "Read more"-knappen */
.products .product .button {
    display: none;
}

/* Justera avstånd mellan produkterna */
.products {
    gap: 30px;
    display: grid;
}

/* Anpassning av bildstorlek */
.products .product img {
    width: auto;
    height: 200px; /* Justera efter behov för att matcha bildstorleken i din layout */
    object-fit: contain;
}

/* Stil för hela brödsmulornas sektion */
.breadcrumbs, .woocommerce-breadcrumb {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    text-transform: none;
    line-height: 1.5;
    margin: 0;
    padding: 10px 0;
}

/* Stil för länkade breadcrumbs */
.breadcrumbs a, .woocommerce-breadcrumb a {
    color: #666;
    text-decoration: none;
}

.breadcrumbs a:hover, .woocommerce-breadcrumb a:hover {
    color: #000;
    text-decoration: underline;
}

/* Stil för sista breadcrumb-delen */
.breadcrumbs .breadcrumb_last, .woocommerce-breadcrumb .breadcrumb_last {
    color: #999;
    font-weight: normal;
}/* End custom CSS */