:root {
/*ThemeEditorVariables*/
--footer-background-color: rgba(213, 212, 212, 1);
--footer-text-color: rgba(0, 0, 0, 1);
--text-color-header: rgba(166, 25, 46, 1);
--text-color-carousel: rgba(255, 255, 255, 1);
--homepage-carousel-slide-1-main-text: "Pegasus One | Brand Portal";
--homepage-carousel-slide-1-sub-text: "Leverage our technology to transform your ideas into professional prints";
--carousel-height-desktop: 330px;
--text-size-h1: 34px;
--homepage-carousel-slide-1-button-text: "Print Requisition";
--button-primary-background-color: rgba(166, 25, 46, 1);
--cust-footer-column3-row1: "Pegasus Media & Logistics";
--cust-footer-column3-row2: "Head Office & Production Centre: 1A Bessemer Street, Blacktown NSW 2148";
--cust-footer-copyright: "Copyright © (year) Pegasus One. All rights reserved.";
--cust-footer-column3-row1-link: "www.pegasus.com.au";
--favicon-url: Assets/pegasus-fav.png;
--header-height-desktop: 84px;
--cust-footer-logo: Assets/PML-banner.png;
--cust-footer-column3-row3: "Logistics & Distribution Centre: 243 Forrester Road, North St Marys NSW 2760";
--category-image-height: 180px;
--image-box-height: 275px;
--header-height-mobile: 63px;
--product-rows: 1;
--homepage-use-carousel: "false";
--homepage-carousel-slide-2-image: Assets/1200x430_fill_4-collaborative%20(1).jpg;
--homepage-carousel-slide-3-image: Assets/1200x430_fill_5-quality%20(1).jpg;
--homepage-carousel-slide-4-image: Assets/1200x430_fill_2-innovative.jpg;
--header-background-color: rgba(255, 255, 255, 1);
--button-primary-text-color: rgba(255, 255, 255, 1);
--logo-image: Assets/macquarie.png;
--homepage-carousel-slide-1-image: Assets/experience-macquarie-days.jpg;
--text-color-on-highlight-bg: rgba(166, 25, 46, 1);

/*/ThemeEditorVariables*/
/*UserVariables*/
/*.home .categories-wrapper {
    display: None;
}*/
.home .featured-products-wrapper {
    margin: 0 auto;
    width: 100%;
display: None;
}

.home .divider {
    display: None;
}

/*.gallery .main {
    display: flex;
    flex-flow: row wrap;
}

    .gallery {
        --flex-basis: 33.333%;
    }
*/
/* .gallery .main {
    display: flex;
    flex-flow: row wrap;
}

.gallery .main > div {
    flex: 1 1 var(--flex-basis);
    box-sizing: border-box;
    padding: var(--image-box-padding, 10px);
    text-align: center; /* Ensure text centers under the images */
}

.gallery {
    --flex-basis: 33.333%; /* Default to 3 columns 
}*/

.gallery .image-box {
    height: var(--image-box-height, auto);
    background-color: var(--image-box-background-color, white);
    border: var(--image-box-border-width, 1px) solid var(--image-box-border-color, #ccc);
    padding: var(--image-box-padding, 10px);
    display: flex;
    align-items: center;
    justify-content: center;
}

/*footer updates*/

#footer-column-three .footer-logo-container a:first-of-type,
#footer-column-three .companyLink a:first-of-type {
    color: inherit; /* Inherit color from the parent element */
    text-decoration: none; /* Remove the underline */
    cursor: default; /* Change the cursor to default */
}

#footer-column-three .footer-logo-container a:first-of-type:hover,
#footer-column-three .companyLink a:first-of-type:hover {
    color: inherit; /* Keep the color the same on hover */
    text-decoration: none; /* Ensure no underline appears on hover */
    cursor: default; /* Keep the cursor the same on hover */
}
#footer-column-one {
    display: none;
}


/* Media Query for Mobile Devices */
@media screen and (max-width: 768px) {
    .gallery {
        --flex-basis: 50%; /* Switch to 2 columns */
    }
}

@media screen and (max-width: 480px) {
    .gallery {
        --flex-basis: 100%; /* Switch to 1 column */
    }
}
/*/UserVariables*/
}