.elementor-kit-66{--e-global-color-primary:#E7783D;--e-global-color-secondary:#E7783D;--e-global-color-text:#0C0400;--e-global-color-accent:#E7783D;--e-global-color-a27a8bf:#E7783D;--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;background-color:transparent;background-image:linear-gradient(180deg, #EBEBEB00 0%, #F5F0F100 0%);overscroll-behavior:auto;--e-page-transition-entrance-animation:e-page-transition-fade-out-down;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:0ms;--e-preloader-animation:jello;--e-preloader-animation-duration:400ms;--e-preloader-delay:4400ms;--e-preloader-width:7%;}.elementor-kit-66 e-page-transition{background-color:#FFBC7DB8;}.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;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */.weehours-container {
    text-align: center;
    padding: 50px 0;
    background-color: #f9f9f9;
}

.container-title h2 {
    font-size: 2.5em;
    margin-bottom: 10px;
    color: #333;
}

.container-title p {
    font-size: 1.2em;
    color: #666;
}

.weehours-products {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.product-item {
    width: 30%;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.product-item img {
    width: 100%;
    height: auto;
}

.product-item h3 {
    font-size: 1.5em;
    margin-top: 15px;
    color: #333;
}

.product-item p {
    font-size: 1em;
    margin-top: 10px;
    color: #666;
}

.product-item .button {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #ff6f61;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.product-item .button:hover {
    background-color: #ff4f41;
}

.product-item:hover {
    transform: translateY(-5px);
}/* End custom CSS */