.elementor-kit-10{--e-global-color-primary:#6F8F6B;--e-global-color-secondary:#8B6B4A;--e-global-color-text:#3D3D3D;--e-global-color-accent:#2F4F34;--e-global-color-72eb400:#819C7C;--e-global-color-0f3ddbd:#554C44;--e-global-color-027ce6c:#F4F1EC;--e-global-color-86abc10:#D8E2D5;--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-aa6c96d-font-family:"Libre Baskerville";--e-global-typography-733cf3d-font-family:"Open Sans";--e-global-typography-3294f07-font-family:"Poppins";--e-global-typography-3294f07-font-size:16px;--e-global-typography-3294f07-font-weight:400;--e-global-typography-3294f07-line-height:28px;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Open Sans", Sans-serif;text-transform:uppercase;color:#FFFFFF;}.elementor-kit-10 button:hover,.elementor-kit-10 button:focus,.elementor-kit-10 input[type="button"]:hover,.elementor-kit-10 input[type="button"]:focus,.elementor-kit-10 input[type="submit"]:hover,.elementor-kit-10 input[type="submit"]:focus,.elementor-kit-10 .elementor-button:hover,.elementor-kit-10 .elementor-button:focus{background-color:var( --e-global-color-accent );color:#FFFFFF;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* PARKHILL GARDEN DEPARTMENT TILES */

.garden-tile {
    background-color: #ffffff;
    border: 1px solid #d8e2d5;
    border-radius: 16px;
    transition:
        background-color 0.35s ease,
        border-color 0.35s ease,
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.garden-tile:hover {
    background-color: #9AA887;
    border-color: #9AA887;
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(49, 78, 51, 0.10);
}


/* Tablet */
@media (max-width: 1024px) {
    .garden-tile .elementor-heading-title {
        font-size: 24px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .garden-tile {
        min-height: 240px;
        padding: 28px 22px;
    }

    .garden-tile .elementor-heading-title {
        font-size: 22px;
        line-height: 1.2;
    }
}

@media (min-width: 768px) {
    .garden-tile {
        width: calc((100% - 40px) / 3);
    }
}/* End custom CSS */