.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-d321eb3:#ED1B3C;--e-global-color-b39076d:#F7F7F7;--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;--e-global-typography-941d6a3-font-family:"Poppins";--e-global-typography-941d6a3-font-size:14px;--e-global-typography-941d6a3-font-weight:400;--e-global-typography-941d6a3-text-transform:uppercase;--e-global-typography-5bbfcee-font-family:"Poppins";--e-global-typography-5bbfcee-font-size:16px;--e-global-typography-9929b97-font-family:"Poppins";--e-global-typography-9929b97-font-size:40px;--e-global-typography-9929b97-font-weight:600;--e-global-typography-92df755-font-family:"Poppins";--e-global-typography-92df755-font-size:30px;--e-global-typography-92df755-font-weight:600;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.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-kit-6{--e-global-typography-5bbfcee-font-size:14px;--e-global-typography-9929b97-font-size:30px;--e-global-typography-92df755-font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Göm Läs mer-knappen i produktkorten */
.henhill-produktgrid .woocommerce ul.products li.product .button {
    display: none !important;
}

/* Produktkategori ovanför produktnamnet */
.henhill-produktgrid .henhill-product-category {
    text-align: center;
    font-family: poppins;
    font-size: 12px;
    font-weight: 500;
    color: #ed1b4f;
    margin-top: 16px;
    margin-bottom: 4px;
}

/* Justera produktnamnet lite */
.henhill-produktgrid .woocommerce-loop-product__title {
    margin-top: 0;
}

/* Smooth hover-animation på produktkorten */
.henhill-produktgrid .woocommerce ul.products li.product {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    will-change: transform;
}

.henhill-produktgrid .woocommerce ul.products li.product:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

/* Kort specifikation under produktnamnet */
.henhill-produktgrid .henhill-kort-specifikation {
    text-align: center;
    font-family: poppins;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    margin-top: 6px;
    margin-bottom: 16px;
    line-height: 1.5;
}

/* Tar bort onödiga marginaler från WYSIWYG-paragrafer */
.henhill-produktgrid .henhill-kort-specifikation p {
    margin: 0;
}

.kategori-kort {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform;
}

.kategori-kort:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.kategori-kort img {
    transition: transform 0.3s ease;
}

.kategori-kort:hover img {
    transform: scale(1.04);
}/* End custom CSS */