/*********************** 2025 REDESIGN - START *************************************/


#FullBanner_C159_Col00 img{
    width:100%
}

/* PE 2025 Mobile Catalog Menu */
@media (max-width: 1024px) {

    .scw-catalog-navigation__horizontal-navigation,
    .scw-catalog-navigation__grouped-navigation {
        display: none !important;
    }

    #pe-mobile-menu-container,
    #pe-mobile-menu-container .scw-catalog-navigation__mobile-menu {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Clean up Sitefinity defaults */

    #pe-mobile-menu-container .sco-mobile-menu__nav,
    #pe-mobile-menu-container .sco-mobile-menu__nav--first-menu-open,
    #pe-mobile-menu-container .sco-mobile-menu__list {
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        background-image: none !important;
    }

    #pe-mobile-menu-container .sco-mobile-menu__list {
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Floating pill menu items */

    #pe-mobile-menu-container .sco-mobile-menu__item {

        background: linear-gradient(
            90deg,
            rgba(255,255,255,0.00) 0%,
            rgba(255,255,255,0.15) 100%
        ) !important;

        border: 1px solid rgba(255,255,255,0.25) !important;

        border-radius: 999px !important;

        margin: 0 0 0.75rem 0 !important;

        overflow: hidden !important;

        box-shadow:
            inset 0 1px 0 rgba(255,255,255,0.10),
            0 2px 4px rgba(0,0,0,0.08) !important;
    }

    /* Menu links */

    #pe-mobile-menu-container .sco-mobile-menu__link--menu {

        display: block !important;

        padding: 1rem 1.5rem !important;

        color: #ffffff !important;

        font-weight: 800 !important;

        font-size: 1.15rem !important;

        letter-spacing: .01em !important;

        text-decoration: none !important;

        text-shadow:
            0 1px 2px rgba(0,0,0,0.15) !important;
    }

    #pe-mobile-menu-container .sco-mobile-menu__link--menu:hover,
    #pe-mobile-menu-container .sco-mobile-menu__link--menu:focus {
        color: #ffffff !important;
        text-decoration: none !important;
    }

    /* Remove chevrons */

    #pe-mobile-menu-container .sco-mobile-menu__nav-icon {
        display: none !important;
        visibility: hidden !important;
    }

    /* Remove mystery separator lines */

    #pe-mobile-menu-container .sco-mobile-menu__nav::before,
    #pe-mobile-menu-container .sco-mobile-menu__nav::after,
    #pe-mobile-menu-container .sco-mobile-menu__list::before,
    #pe-mobile-menu-container .sco-mobile-menu__list::after {
        display: none !important;
        content: none !important;
    }

    /* Account menu spacing */

    .scw-account-navigator__mobile-menu {
        margin-top: 1rem !important;
    }

    i.fas.fa-user-circle.scw-account-navigator__icon {
        margin-top: 1rem !important;
    }
}

/* Desktop */

@media (min-width: 1025px) {

    #pe-mobile-menu-container {
        display: none !important;
    }

}








/**** Story Item Highlight ***/

.story-item-highlight-container {
    margin: 18px 0 28px;
  }
  
  .story-item-highlight-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    color: #222;
    margin: 0 0 12px;
  }
  
  .story-item-highlight-grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
  }
  
  .story-item-highlight-item {
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  
    width: 170px;
    flex: 0 0 170px;
  
    padding: 16px;
    text-align: center;
  
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
  }
  
  .story-item-highlight-item img {
    width: 150px !important;
    height: 150px !important;
    padding: unset !important;
    object-fit: contain;
    display: block;
    margin: 0 auto 8px;
  }
  
  .story-item-highlight-item-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    color: #222;
  }
  
  .story-step,
  .story-intro {
    margin-bottom: 40px;
  }
  
  .story-step-text {
    margin-bottom: 14px;
  }


/*** Login Interface ****/

.scw-login__form-container {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.scw-login__form {
    width: 100%;
}

/*
.scw-login__media-content {
    display: flex;
    justify-content: center; 
    min-height: 100vh;
}

.scw-login__form-container {
    width: 100%;
    max-width: 500px; 
}
*/

.pe-register-now{
    font-size: larger;
    font-weight: 600;
    margin-top: 2rem;
}


/*** Action Button Hide ***/


.scm-action-header__dropdown{
    display: none !important;
}






.serious-program-title {
    margin-top: 1rem;
    font-size: x-large;
    font-weight: 700;
    text-align: center;
}

.serious-program-img:hover {
    opacity: 0.9;
    transform: scale(1.05);
}

.serious-program-img {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.story-text a{
    color: #06a7e0 !important;
}


/* phones */
@media (max-width: 767px) { 

    .sc-layout__container.sc-layout__container--main-nav {
        height: unset !important;
    }

    .sc-layout__search{
        flex-direction: column-reverse;
    }

    .sc-layout__fixed-container-full-width {
        display: none !important;
      }

    .sc-layout__top-section{
        background-color: #272a67;
    }
  
    img{
          width: 100%;
    } 
      
    .story-tagline{
          display: none;
    }

    .pe_header_logo_2025 img{
        margin-top: unset !important;
    }
}
/*/

/* tablets */
@media (min-width: 768px) and (max-width: 1024px) {

    .sc-layout__container.sc-layout__container--main-nav {
        height: unset !important;
    }

    .pe_header_logo_2025 img{
        margin-top: unset !important;
    }

    .sc-layout__search{
        flex-direction: column-reverse;
    }

    .sc-layout__fixed-container-full-width {
        display: none !important;
      }

    .sc-layout__top-section{
        background-color: #272a67;
    }
  
    img{
          width: 100%;
    } 
      
    .story-tagline{
          display: none;
    }
 }

 /*/

/* laptop */
@media (min-width: 1025px) and (max-width: 1280px) {


 }
 /*/

/* desktop */
@media (min-width: 1281px) {
    .pe-menu-top{
        margin-left: 5.5rem !important;
    }
    
    
    .pe_layout__container_2025 {
        margin-left: 2rem;
        max-width: 100%;
    }

    
    .pe_header_right_2025{
        position: relative;
        right: 2%;
        margin-bottom: 2rem;
    }

    .sc-layout__fixed-container-full-width {
        min-width: 100%;
        position: relative;
        top: -64px;
    }

    .pe_header_logo_2025 img{
        margin-top: 1rem;
    }
}

/*/





/** HIDES the attributes bar on the search results page **/
.navbar-expand.scm-action-header.scm-action-header--dropdown-filters.sco-top-attributes-filter__action-header {
    display: none !important;
    visibility: hidden !important
}


/** FIX for vertical slider track 

.slick-track, .slick-list{
    /*height: auto !important;

}*/


.slick-track img{
    cursor: pointer;
}





/** Front Page Full Width Rows**/

.fwr-story-1 a{
    color: white;
    font-weight: 600;
    text-decoration: none;
    font-size: xxx-large;
    cursor: pointer;
}

.fwr-story-1 a:hover{
    color: rgba(255, 255, 255, 0.705);
   
}

.fwr-story-1 {
    text-align: center;
}

.fwr-story-2{
    color: white;
    font-size: xxx-large;
}


.fwr-story-2 .socials-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75em;
    white-space: nowrap;
    color: white;
    font-size: xxx-large;
    font-weight: 600;
  }

.fwr-story-2 .socials-inline a {
    color: white;
    text-decoration: none;
    transition: opacity 0.2s ease;
  }

.fwr-story-2 .socials-inline a:hover {
    color:rgba(255, 255, 255, 0.705);
  }


/*used units*/

.used-units {
    display: none;
    width: 100%;
    font-family: Arial, sans-serif;
    margin:2rem 0; 
  }

  /* Show container when .show class is added */
  .used-units.show {
    display: block;
  }

  /* Scoped styles for children */
  .used-units > h2 {
    margin-bottom: 0.5rem;
    font-size: 1.35rem !important;
       
  }

  .used-units > .divider {
    height: 0.25rem;
    width: 100%;
    background-color: #333;
    margin-bottom: 1.5rem;
  }

  .used-units > .tiles {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
  }

  .used-units > .tiles > .tile {
    width: auto !important;
    border: 1px solid #ccc;
    padding: .75rem;
    border-radius: 0.5rem;
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    grid-template-rows:auto !important;
  }


  .used-units > .tiles > .tile::before{
    content: none !important;
    display: none;
  }

  .used-units > .tiles > .tile h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
  }

  .used-units > .tiles > .tile p {
    margin: 0.25rem 0;
  }

/* Two column bullets on product features section */

.specs { 
    width: 100%;
    margin: 1.5rem 0;
}

.two-col-list {
  /* full width of parent */
  width: 100%;
  margin: 0;
  padding-left: 1.25rem; /* room for bullets */
  list-style: disc;
  list-style-position: outside;

  /* two columns */
  column-count: 2;
  column-gap: 2rem;

  /* nice spacing for items */
  --li-gap: 0.35rem;
}

.two-col-list li {
  break-inside: avoid;
  margin-bottom: var(--li-gap);
}

/* Responsive: stack to one column on small screens */
@media (max-width: 600px) {
  .two-col-list {
    column-count: 1;
  }
}




/* Globe icon */
.globe::before {
    content: "🌐";
    font-size: 1.2em; /* optional */
    margin-right: 0.3em;
  }



/** Makeing things disappear in the new 3col tiles**/



/* this is used in the cart too 
.scm-product-info__number, 
.sca-product-title,
*/


.sco-catalog-product__product-heading-container{
    display:none !important;
}


.scw-catalog__sidebar,
.scm-product-info__media-checkbox,
.sco-catalog-product__action-links
{
    display: none !important;
}


.col3-tile-title{
    margin-bottom: 2rem;
    text-align: center;
}

.col3-tile-title h3{
    font-weight: 600;
}






.scw-catalog-navigation__horizontal-navigation{

    display: flex /*!important*/;
    flex-wrap: nowrap !important; /* If wrapping isn’t essential */
    justify-content: space-between !important;

    /*outline: 1px solid red;*/


}

.scw-catalog-navigation__horizontal-navigation > *{
    flex-shrink: 0;
}
   





.row-full-width{
    width: 100%;
    max-width: 100vw;
    min-width: 100vw;
    min-height: 5rem;
    padding: 5rem;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 2rem;
    margin-bottom: 2rem;
    overflow-x: hidden;
    box-sizing: border-box;
    color:white;
    background-color: #272a67;
}

body{
    overflow-x: hidden;
    font-size: 1rem !important;
}

.scw-catalog-navigation__item-category-title{
    font-size: 1rem !important;
    font-weight: 200 !important;
}


.category-text-wrapper{
    padding: 1rem;
}



.request-demo-wrapper{
    
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    
}

.learn-more-btn-white{
    margin-left: 1rem;
    background-color: #ffffff; /* Dark blue background */
    color: #00509e; /* White text */
    border: none; /* No border */
    padding: 10px 20px; /* Padding around the button */
    font-size: 16px; /* Font size */
    font-weight: 600;
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
    margin-left: 1rem;
    margin-top: .5rem;
  }





.pe-menu-top i{
    display: none !important;
    visibility: hidden !important;
}




.container-feature-products img{
    padding:1rem;
}

.container-feature-products {
    overflow: visible; /* Ensures the scaled image doesn't overflow the container */
    display: inline-block; /* Keeps the container inline and scalable */
}

.container-feature-products img {
    transition: transform 0.3s ease; /* Smooth scaling effect */
    width: 100%; /* Ensure the image fits the container */
    height: auto; /* Maintain aspect ratio */
}

.container-feature-products img:hover {
    transform: scale(1.05); /* Scales the image up by 10% */
}




.fp-product-background {
    background-image: url('/images/librariesprovider3/default-album/radial-burst.png');
    background-color: rgba(255, 255, 255, 0.92);
    background-blend-mode: overlay; 
    background-size: cover; /* Ensures the image covers the container */
    background-position: center; /* Centers the image within the container */
    background-repeat: no-repeat; /* Prevents the image from repeating */
 
}

.fp-product-background-1 {
    background-image: url('/images/librariesprovider3/default-album/school-hallway.png');
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: overlay; 
    background-size: cover; /* Ensures the image covers the container */
    background-position: center; /* Centers the image within the container */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    border-radius: .5rem;
 
}




.fp-product-outline {
    border: 1px solid #a9a9a95c; /* Sets the border width to 1px and color to dark grey */
    border-radius: .5rem; /* Sets the border radius to 1.5rem */
}

.fp-product-color{
    background-color: #f8f9fa;
    border-radius: .5rem; /* Sets the border radius to 1.5rem */

}

.fp-product-text{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}



.scw-product-content__display-product-number{
    display: none;
}



.pe-email-footer{
    line-height: 1.5rem !important;
}






.customer-service-icon{
    font-size: 3rem !important;
}

.customer-support-col .topic-col-btn{
    margin-top: 1.5rem;
}


.customer-support-col{
    width: 294px;
    min-width: 294px;
    min-height: 350px;
    height: auto;
    max-width: 326px;
    max-height: 350px;
    background-color: aliceblue;
    padding: 2rem;
}

.customer-support-col h3{
    font-size: 1.25rem;
    font-weight: 600;
}


.customer-service-row{
    margin-top: 1.25rem;
}


.tagline-wrapper{
    /*min-height: 7rem;*/
    width: 100%;
    background-color: #111767;
    color: white;
    font-size: 4rem;
    font-weight: 600;
    position: relative;
    left: 0;
    right: 0;
    width: 100vw;
    margin-top: 1.25rem;
    margin-left: calc((100vw - 100%) / -2);
    text-align: center;
}


.light-blue-button {
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: #06a7e0;
    color: white;                 /* White text */
    width: 120px;                 /* Button width */
    height: 30px;                 /* Button height */
    border: none;                 /* No border */
    border-radius: 5px;           /* Slightly rounded corners */
    font-size: 16px;              /* Font size for the text */
    cursor: pointer;              /* Pointer cursor on hover */
}

.light-blue-button:hover {
    background-color: #87CEFA;    /* Slightly darker blue on hover */
}

.title-color-white{
    color:white;
}


.solution-title{
    text-align: center !important;
    display: inline-block;
    width: 100%;
}


.solutions-button-holder{
    position: absolute;
    /*top:80%;*/
    bottom: 10%;
    left:0;
    width: 100%;
}



.col-1{
    background-image: url('/images/librariesprovider3/default-album/solutions-tile-1.png');
}

.col-2{
    background-image: url('/images/librariesprovider3/default-album/solutions-tile-2.png');
}

.col-3{
    background-image: url('/images/librariesprovider3/default-album/solutions-tile-3.png');
}

.col-4{
    background-image: url('/images/librariesprovider3/default-album/solutions-tile-4.png');
}

.floorcare-by-type{
    width: 294px;
    min-width: 294px;
    min-height: 454px;
    height: auto;
    max-width: 326px;
    max-height: 512px;
    background-color: aliceblue;
    background-size: cover; /* Ensures the image covers the entire div */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}





.row-gap-small{
    margin-top: 1.25rem;
}





.learn-more-btn, .support-col-btn{
    background-color: #002f6c; /* Dark blue background */
    color: white; /* White text */
    border: none; /* No border */
    padding: 10px 20px; /* Padding around the button */
    font-size: 16px; /* Font size */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
  }
  
  .learn-more-btn:hover, .support-col-btn:hover {
    background-color: #00509e; /* Lighter blue on hover */
    color: lightblue;
  }


 



  .topic-col-btn{
    text-align: center;
  }
  



.family-portrait-text{
    position: absolute;
    left: 26%; /* this needs a cacl*/
    top: 28%;
    background-color: aliceblue;
    min-width: 600px;
    max-width: 600px;
    min-height: 200px;
    padding: 1.25rem;
    border-radius: 1.5rem;
}


.family-portrait-container{
    margin-top: 1.25rem;
    position: relative;
    
  


}

.family-portrait-content{
    background-image: url('/images/librariesprovider3/default-album/untitled-1.png');
    background-size: cover; /* Ensures the image covers the entire div */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    background-color: aliceblue;
    min-height: 640px;
    position: relative;
    left: 0;
    right: 0;
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2);
   

}


.col-topics{
   
        padding: 2.5rem;
        background-color: aliceblue;
   
}

.col-topics h3{
    text-align: center;
}

.solutions h3,
.customer-service-title h3{
    text-align: left;
}


.col-topics h3,
.solutions h3,
.customer-service-title h3{
    margin-bottom: 1.25rem;
    font-weight: 800;
    font-size: xx-large;
}





 /*

p{
   font-size: 1.1rem !important;
}
*/
.scu-widget-margin{
    margin-bottom: 2.3rem !important;
}

/*
.sc-layout__fixed-container-full-width{
    min-width: 100%;
    position: relative;
    top:-64px;
}
*/



body a{
    color: #272a67;    
}


body a:hover{
    color:#111767
}


.pe_header_logo_2025{
    z-index: 1150 !important;
}

.pe-info-container-2025{
    border-left: none !important;
}

.pe-product-images-container-2025{
    background-color:#f9f9f9;
    padding: 2rem;
    margin-bottom: 2rem;
}


.pe-main-2025{
    min-height: 80vh;
    font-family: Arial, Helvetica, sans-serif !important;
}



.pe_footer_2025{
    background-color: white !important;
    background-image: url("/images/librariesprovider3/2025-pe/pe-footer-background-2025.png");
    background-repeat: repeat-x;
    background-position: top;
    -webkit-box-shadow:unset !important;
    box-shadow: none !important;
    font-family: Arial, Helvetica, sans-serif;
    line-height: .875rem;
    margin-top: 1.5rem;

}

.pe-footer-row-2025{
    max-width: 100%;
    
    padding-left: 5rem;
    padding-right: 5rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.pe_footer_2025 a,
.pe_footer_2025 h4,
.pe_footer_2025 h3,
.pe_footer_2025 h2,
.pe_footer_2025 h1{
     font-family: Arial, Helvetica, sans-serif;
     color: black;
}

.pe_footer_2025 h4{
    letter-spacing: .25rem;
    margin-bottom: 1.25rem;
    text-decoration-style: solid;
    text-decoration: underline;
    text-decoration-thickness:3px; 
}


.pe_footer_2025 a:hover{
    font-weight: 400;
    color: #06a7e0;
}

/*
.pe-2025-product-title{

  
}

.pe-2025-product-container{
    
}

*/

.scm-input-button__button {
    background-color: #272a67;
    color: white;
    border-color: rgba(0, 0, 0, .15);
}


.scw-account-navigator__label{
   display:none
}

.pe_top_cart_2025{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

.pe_account_2025{
    font-family: Arial, Helvetica, sans-serif;
    color: white !important;
    margin-right: 1rem;
    
  

}

.pe_search_2025 .input-group-append{
    background-color: #06a6e000;
}

.pe_search_2025 .input-group-append button:hover{
    background-color: #06a6e000;
    border-color: #06a6e000;
}

.pe_search_2025{
    max-width:21.875rem;
    margin-bottom:2rem !important;
    font-family: Arial, Helvetica, sans-serif;
}

.pe_search_2025 input{
    height:2rem;
}

.pe_header_2025{
    background-image: url('/images/librariesprovider3/2025-pe/pe-header-2025.png');
}





/*
.pe_layout__container_2025{
    max-width: 100% !important;
    margin-left: 2rem !important;
}
*/

.navbar-brand{
    display:none;
}

.pe_nav_bar_2025{
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: .1rem;
    color: white !important;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: .5rem;
    min-width: 46.75rem;
}

.pe_nav_bar_2025 li{
    margin-right:2rem;
}

li.dropdown-submenu:hover .dropdown-menu{
    position: absolute;
    display: block;
    background-color: rgb(226 241 255);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    top: -4px;
    left: 250px;
}    

.triangle-container {
    
    top:-28px;

    left:30px;
    
    position: relative;
}
  
.triangle {
    width: 0;
    height: 0;
    border-left: 11.55px solid transparent; /* Half of 23.1px for equal sides */
    border-right: 11.55px solid transparent; /* Half of 23.1px for equal sides */
    border-bottom: 20px solid white; /* Height of the triangle */
    position: relative;
}

.triangle::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -13.55px; /* Adjusted for 2px border */
    width: 0;
    height: 0;
    border-left: 14.55px solid transparent; /* Adjusted for 2px border */
    border-right: 14.55px solid transparent; /* Adjusted for 2px border */
    border-bottom: 22px solid #06a7e0; /* Blue border with the specified color */
    z-index: -1;
}



/*********************** 2025 REDESIGN - END *************************************/

.page-redirect-message{
    font-size: 3rem;
    font-weight: 600;
    margin-top: 5rem;
    margin-bottom: 5rem;
    color: #25aae1;
}

.page-redirect-message span {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    animation: flip 1.75s infinite;
    animation-delay: calc(.2s * var(--i));
  }

  @keyframes flip {
    0%,75% {
      transform: rotateY(360deg); 
    }
  }



.sca-tabs__page-title{
    font-size: 1.2rem !important;
    font-weight: 400 !important;
}


.scw-catalog-navigation__link.scw-catalog-navigation__link--category-item{
    font-weight: 200 !important;
}

body, h2, .sca-option-select__label, .scw-product-content__uom-label{
    font-weight: 200 !important;
}

h5{
    font-size: 1.2rem !important;
}

h1{
    font-weight: 400 !important;
}

.sca-option-select__button--dropdown{
    font-weight: 100 !important;
}


#as-availablity-message{
    margin-top: 1rem;
    margin-bottom: 1rem;
}

body, html, h1, h2, h3, h4, h5, h6{
    font-family:Arial, Helvetica, sans-serif;
}


.scw-catalog-navigation__link--category-item{
    font-size: 1rem !important;
    font-weight: 200 !important;
}

/*
.scw-catalog-navigation__column{
    width: 7rem !important;
    margin-right: .75rem !important;
}
*/


.scw-catalog-navigation__category-list{
    overflow: hidden;
}


.scw-catalog-navigation__list-item.pe_root_page:hover a{
    color: white !important;
}

.pe-row{
    margin-bottom: 1.95rem;
}

.pe-slider{
    margin-top:1.5rem;
}

.pe-home-img{
    margin-bottom: 1rem;
}

.slider-nav .slick-current .sca-product-image__img--thumbnail{
    border: none !important;
}

[type="sub-nav-header"]{
    font-size: 1.2rem;
    font-weight: 400 !important
    ;
}