.elementor-kit-6{--e-global-color-primary:#1A97A5;--e-global-color-secondary:#19ACBC;--e-global-color-text:#373737;--e-global-color-accent:#1A97A5;--e-global-color-f1f1317:#E6E6E6;--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-6 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){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 *//* Prevent horizontal overflow on all devices */
html, body {
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
}

/* Ensure all content stays within viewport */
* {
    box-sizing: border-box;
}

/* Prevent elements from breaking out of their containers */
img, video, iframe, embed, object, 
table, pre, code, blockquote {
    max-width: 100% !important;
    height: auto;
}

/* Fix common overflow issues */
.site-content, .content-area, 
.site-main, .entry-content {
    overflow-x: hidden;
    max-width: 100%;
}

/* Ensure proper word wrapping */
p, h1, h2, h3, h4, h5, h6, 
li, td, th, div {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Mobile-specific fixes */
@media (max-width: 768px) {
    /* Remove any fixed widths that might cause issues */
    * {
        min-width: 0 !important;
    }
    
    /* Ensure containers don't exceed viewport */
    .container, .wrapper, .row {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.archive-header {
    display: none !important;
}

.onsale {
    display: none !important;
}/* End custom CSS */