@-moz-document url-prefix() { 
    a:focus, button:focus{outline: 2px solid #000!important; color: #000;}
}
a:focus, button:focus{outline: 2px solid #000; outline: 5px auto -webkit-focus-ring-color;  outline-offset: 0px;} 

@font-face{font-family: FormaDjrMicro; src: url(https://www.hp.com/wcsstore/hpusstore/fonts/FormaDJRMicro-Regular.woff2);}

/* fix digit-nav mess up */
#lp_chat > h2{margin: 20px 0 0 0!important;}

.accyClpWrap{width: 100%;}
.accyClpWrap p, .accyClpWrap span, .accyClpWrap h2, 
.accyClpWrap h3, .accyClpWrap h1, .accyClpWrap h4, .accyClpWrap h5, .accyClpWrap label,  .accyClpWrap button, .accyClpWrap figure, .ed_modal p, .accyClpWrap li,  .accyClpWrap a {font-family: FormaDjrMicro, Arial, Helvetica, sans-serif!important; margin: 0; padding: 0; font-weight: normal;}
.accyClpWrap img{max-width: 100%;}
.accyClpWrap button{box-shadow: none;}

.accyClpHeroWrap button:hover, .accyClpHeroWrap button:focus, .accyClpHeroWrap button:active{background-color: #333;}


/* fix the price  */
.tabTilePrice .standard_price{display: flex; gap: 7px;}
.tabTilePrice .price_info{line-height: 1!important;margin-left: 0 !important;}
.tabTilePrice .price_amount{display: flex; color: #1a1a1a;}
.tabTilePrice .price_amount sup{font-size: 17px!important; line-height: 1!important; top: 0!important; margin-right: 2px}
.tabTilePrice #price_value{line-height: 1!important;letter-spacing: normal;}
.tabTilePrice #price_value sup{font-size: 18px!important; line-height: 1!important; top: 0!important; vertical-align: baseline; position: relative;}
.tabTilePrice .priceMsrp {font-size: 10px!important; color: #1a1a1a;}

/* ######  breadcrumb start */

.catClpTitleCont{max-width: 1608px; margin: auto; display: flex; justify-content: space-between; margin-bottom: 48px; gap: 24px;}
.catAccy-breadcrumb{margin: 24px 2px;}
.catAccy-breadcrumb span{color: #1A1A1A;}
.catAccy-breadcrumb a{color: #636363; text-decoration: none;}
.catAccy-breadcrumb a:hover{color: #1A1A1A;}
.catAccy-breadcrumb .bcDiv{display: inline-block; padding: 0 15px; color: #636363;}
.catClpTitleCont h1{font-size: clamp(2rem, 1.7517rem + 0.9934vw, 2.75rem); line-height: 1; letter-spacing: -0.5px;}
.catClpTitleCont > div:last-child{display: flex; align-items: flex-end;}
.catClpTitleCont .catAccy-blueCta{background-color: #024AD8; color: #fff; font-size: 16px; padding: 14px 20px; border-radius: 8px; text-decoration: none;}
.catClpTitleCont .catAccy-blueCta:hover{background-color: #103fb2;}

@media(max-width:1624px){
    .accyClpWrapPdding{padding: 0 16px;}
    .catClpTitleCont{max-width: 100%; width: 100%;}

}
@media(max-width:767px){
    .catClpTitleCont{flex-direction: column; gap: 16px; margin-bottom: 32px;}
    .catAccy-breadcrumb{margin: 16px 0;}
}



/* ###### Category Icon carousel  start*/
.catIconheight{height: 136px;} 
.catIcon-container{width:100%; max-width:1608px; margin:0 auto; position: relative; z-index: 99;}
.catIcon-controls{display:flex; justify-content:flex-end; padding:0 15px; position: absolute; top: calc(50% - 18px); z-index: 999; opacity: 0; transition: opacity 0.2s ease; display: flex; align-items: center;}
.catIcon-container:hover .catIcon-controls{opacity: 0.9;} 
.catIcon-controls.leftarrbtn{left: 0; top: 0; bottom: 0; /*background: linear-gradient(90deg,rgba(204, 204, 204, 1) 0%, rgba(204, 204, 204, 0) 100%); border-radius: 8px 0 0 8px;*/}
.catIcon-controls.rightarrbtn{right: 0;  top: 0; bottom: 0; /*background: linear-gradient(270deg,rgba(204, 204, 204, 1) 0%, rgba(204, 204, 204, 0) 100%); border-radius: 0 8px 8px 0;*/}
.catIcon-btn, .catIcon-btn:active, .catIcon-btn:focus{background-color:#000; color:white; border:none; width:36px; height:36px; border-radius:8px; font-size:20px; cursor:pointer; transition:background-color .2s ease; flex-shrink:0;display: flex; align-items: center; justify-content: center;opacity: 0.8;}
.catIcon-btn:hover{opacity: 1;background-color:#000;}
.catIcon-btn:disabled{display: none;}
/* .catIcon-controls:has(.catIcon-btn:disabled){display: none;} */

.catIcon-track-container{background-color:#fff; overflow-x:auto; scroll-behavior:smooth; scroll-snap-type:x mandatory; scrollbar-width:none; -ms-overflow-style:none;}
.catIcon-track-container::-webkit-scrollbar{display:none}
.catIcon-track{display:flex; flex-wrap:nowrap; gap:24px;}

.accyClpTiles{text-decoration: none; flex-shrink:0; scroll-snap-align:start}

.catIcon-item{background-color:#f5f5f5; color:#1A1A1A; transition: all 0.2s ease; font-size:16px; line-height: 1.1; font-weight:normal; display:flex; flex-direction: column; justify-content:center; flex-wrap: wrap; align-items:center; text-decoration: none; border-radius:16px; width:160px; height:136px;}
.catIcon-item > img{display: block; width: 56px; margin-bottom: 8px; transition: transform 0.2s ease; aspect-ratio: 56 / 57 ;}
.catIcon-item > span{display: block;text-align: center;}
.catIcon-item:hover{background-color:#f0f0f0; color: #000;}
.catIcon-item:hover img{transform: scale(1.15);}


/* Interest tile */

.tileSectionTop{display: flex; justify-content:space-between; align-items: center; max-width:1608px; margin:32px auto 24px;}
.tileSectionTop h2{font-size: 32px; line-height: 1; letter-spacing: -0.5px;}

.accyClpTileCarousel{margin: 0 0 48px 0;}
.interestTile{color:#1A1A1A; transition: all 0.2s ease; text-decoration: none; border-radius:16px; width:280px; height:400px; position: relative; overflow: hidden;}
.interestTile > img{transition: transform 0.2s ease; object-fit: cover; height: 100%;}
.interestTile > span{display: block;text-align: center;}
.interestTile:hover > img{transform: scale(1.1);}
.catClpTileCopy{position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 99; display: flex; flex-direction: column; justify-content: space-between;background: linear-gradient(180deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.9) 100%);}
.catClpTileCopy > h3{font-size:20px; line-height: 1.3; padding: 26px; color: #fff;}
.catClpTileCopy > span{font-size:14px; line-height: 1.3; padding: 26px; color: #fff;}

.tileIcon-controls{display: flex; gap: 8px; /*padding-right: 48px;*/}
.tileIcon-controls > button {background-color: #fff; border: none; width: 48px; height: 48px; border-radius: 8px; cursor: pointer; z-index: 10; transition: background-color 0.3s ease; }
.tileIcon-controls > button:hover {opacity: 1; background-color: #f3f3f3;}
.tileIcon-controls > button:disabled {opacity: 0.2; cursor: default;}


@media(min-width:1624px){
    
    .catIcon-container{ max-width:100%;}
    .catIcon-controls{padding: 0 0 0 15px;}
    .catIcon-controls.leftarrbtn{left: calc(50% - 804px);}
    .catIcon-controls.rightarrbtn{right: calc(50% - 804px);}
    .catIcon-track-container{display: flex; justify-content: flex-start; margin-left: calc(50% - 804px);}
    .catIcon-track::after{content: ""; width: calc(49vw - 806px);}

}
@media(max-width:1624px){
        /* .catIconMobPadding{ padding: 0 0 0 16px;} */
        /* .catIcon-controls{opacity: 0.6;} */
        /* .catIcon-controls.leftarrbtn{background: linear-gradient(90deg,rgba(204, 204, 204, 1) 0%, rgba(204, 204, 204, 0) 100%); border-radius: 8px 0 0 8px;}
        .catIcon-controls.rightarrbtn{background: linear-gradient(270deg,rgba(204, 204, 204, 1) 0%, rgba(204, 204, 204, 0) 100%); border-radius: 0 8px 8px 0;} */

        /* .tileIcon-controls{padding-right: 32px;} */
}
@media(max-width:1200px){
    /* .tileSectionTop h2{font-size: 28px;} */
    /* .tileIcon-controls{padding-right: 16px;} */
}
@media(max-width:767px){

    .catIcon-btn{display: none;}

    .catIconheight{height: 130px;}
    .catIcon-track{display:flex; flex-wrap:nowrap; gap:16px}
    .catIcon-item{width:140px; height:130px; border-radius: 8px;}
    
    .interestTile{width:240px; height:360px;}
    .tileIcon-controls{padding-right: 0;}
    /* .tileSectionTop h2{font-size: 24px;} */
    .tileSectionTop{margin: 32px auto 24px;}

    .catClpTileCopy > h3{font-size:18px; padding: 20px;}
    .catClpTileCopy > span{padding: 20px;}
}

/* ###### Hero banner carousel   */
.accyClpHeroWrap{width:100%; background-color: #F5F5F5; margin: 48px 0;}

        .banner-carousel-container {
            width: 100%;
            max-width: 1608px;
            position: relative;
            overflow: hidden;
             margin: auto;
        }

        .banner-carousel-track {
            display: flex;
            overflow-x: auto;
            scroll-behavior: smooth;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none; /* Firefox */
            -ms-overflow-style: none; /* IE and Edge */
        }
        /* Chrome, Safari, and Opera */
        .banner-carousel-track::-webkit-scrollbar {
            display: none;
        }

        /* --- Individual Slides --- */
        .accyHeroSlides {
            flex: 0 0 100%;
            height: 560px; /* Fixed height for the banner */
            position: relative; /* For absolute positioning of image and content */
            color: white;
            scroll-snap-align: start;
            display: flex; /* For centering content */
            align-items: center;
            overflow: hidden; /* Ensures image doesn't overflow slide */
        }

        /* --- Picture Tag / Image Styling --- */
        /* This makes the image fill the slide and act as a background */
        .slide-background-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0; /* Ensures it stays behind content */
        }

        .accyHeroVid {object-fit: cover; width: 100%; height: 100%;}
        .accyHeroImg{object-fit: cover; width: 100%; height: 100%; object-position: center;}

        .accyHeroSlides .heroImgTextCont{position: absolute; background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%); top: 0; bottom: 0; width: 50%; display: flex; align-items: center;}
        
        .accyHeroSlides .heroImgTextCont > div{margin: 48px;}
        .accyHeroSlides .heroImgTextCont > div h2{color: #fff; font-size: 56px; line-height: 1; font-weight: 100; margin-bottom: 12px!important; text-wrap: pretty;}
        .accyHeroSlides .heroImgTextCont > div h2.font2Xl{font-size: 72px;}
        .accyHeroSlides .heroImgTextCont > div p{color: #fff; font-size: 20px; line-height: 1.3; font-weight: 100; margin-bottom: 24px; text-wrap: pretty; max-width: 500px; }
        .accyHeroSlides .accyHeroCta{background-color: #e8e8e8; color: #000; font-size: 16px; padding: 14px 20px; border-radius: 8px; text-decoration: none; display: inline-block;}

        .accyHeroSlides.clpTextblack .heroImgTextCont {background:transparent;}

        .accyHeroSlides.clpTextblack .accyHeroCta{background-color:#1A1A1A; color: #fff;}
        .accyHeroSlides .accyHeroCta:hover{background-color: #103fb2!important; color: #fff!important;}
        .accyHeroSlides.clpTextblack .heroImgTextCont > div h2{color: #000;}
        .accyHeroSlides.clpTextblack .heroImgTextCont > div p{color: #000;}


        /* Innovation edits  */
        .accyInnovation .heroImgTextCont{background: transparent;}
        .accyInnovation .heroImgTextCont.aalignRight{right: 0;}
        .accyInnovation .heroImgTextCont.aalignRight > div p{max-width: 100%;}
        


        /* --- Overlay Content (Text and Button) --- */
        .slide-content {
            position: relative; /* Important: Make content stack above image */
            z-index: 1; /* Ensure content is above image */
            max-width: 500px;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
        }

        .slide-content h2 {
            font-size: 3em;
            margin-bottom: 15px!important;
            font-weight: 700;
        }

        .slide-content p {
            font-size: 1.2em;
            line-height: 1.5;
            margin-bottom: 30px;
        }

        /* Shop Button */
        .shop-btn {
            background-color: #000000;
            color: white;
            padding: 15px 30px;
            border: none;
            border-radius: 5px;
            font-size: 1.1em;
            cursor: pointer;
            transition: background-color 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

        .shop-btn:hover {
            background-color: #333333;
        }

        /* --- Navigation Controls --- */
        .banner-nav-btn-cont{position: absolute; right: 48px; bottom: 48px; display: flex; gap: 8px;}

        .banner-nav-btn {
            background-color: #1a1a1a;
            color: white;
            border: none;
            width: 48px;
            height: 48px;
            border-radius: 8px;
            cursor: pointer;
            z-index: 10;
            opacity: 0.7;
            transition: opacity 0.3s ease, background-color 0.3s ease;
        }

        .banner-nav-btn:hover {
            opacity: 1;
            background-color: #333333;
        }
        
        .banner-nav-btn:disabled, .banner-nav-btn[disabled]:hover {
            opacity: 0.2;
            cursor: default; background-color: #555; border-color: #555;
        }
        
        /* --- Responsive Adjustments (Media Queries) --- */
        @media(max-width:1600px){
            .accyHeroSlides .heroImgTextCont{width: 40%;}
            .accyHeroSlides .heroImgTextCont > div h2{font-size: 48px!important;}
            .accyHeroSlides .heroImgTextCont > div h2 br{display: none;}
        }

        @media(max-width:1200px){
            .accyClpHeroWrap{margin: 32px 0;}

            .accyHeroImg{object-position: top;}
            .accyHeroSlides .heroImgTextCont{top: auto; left: 0; right: 0; width: 100%; background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0) 100%);}
            
            .accyHeroSlides .heroImgTextCont > div h2{font-size: 42px!important;}
            .accyHeroSlides .heroImgTextCont > div p{max-width: 100%;font-size: 18px;}
            .accyHeroSlides .heroImgTextCont > div{width: 100%; margin: 50px 32px 32px;}
            .accyHeroSlides.clpTextblack .heroImgTextCont{background: #fff;}
            .accyHeroSlides.clpTextblack .heroImgTextCont > div{margin: 20px!important;}

            .banner-nav-btn-cont{right: 32px; bottom: 32px;}

            .accyInnovation .heroImgTextCont{background: transparent;}

            .accyHeroSlides.accyInnovation{max-width: 460px; margin: auto;}
            .accyHeroSlides.accyInnovation .heroImgTextCont > div h2{font-size: 32px!important;}
            .accyHeroSlides.accyInnovation .accyDeskonly{display: none;}
            .accyHeroSlides.accyInnovation .accyMobonly{display: block!important;}
        }

       

        @media(max-width:767px){
            .accyHeroSlides{height: 450px;}
            
            .accyHeroSlides .heroImgTextCont > div{margin: 50px 16px 24px}

            .accyHeroSlides.accyInnovation .heroImgTextCont > div{-webkit-backdrop-filter: blur(5px);backdrop-filter: blur(5px);}

            .banner-nav-btn-cont{right: 16px; bottom: 16px;}
        }

        @media(max-width:450px){
            .accyHeroSlides.accyInnovation .heroImgTextCont > div{background-color: #ffffffcc; border-bottom: 1px solid #eee; margin: 0; padding: 20px;}
        }


        /* tabs section  */
        .hightZindex{position: relative; z-index: 999;max-width: 1608px; margin:auto ;}
        .completeSetup .tab-content .tileSectionTop{justify-content: flex-end; position: relative; z-index: -1; margin-top: -10px; margin-bottom: 0;}
        .completeSetupTopPadding{padding: 0 16px;}
        .accyClpTiles.productTabTiles{border-radius: 16px; overflow: hidden; transition: background-color 0.2s ease;}
        .accyClpTiles.productTabTiles:hover{background-color: #f5f5f5!important;}
        .catClpProdtTile{width: 264px; height: 362px; padding: 0 16px 16px; display: flex; flex-direction: column; gap: 16px; justify-content: space-between;}
        .catClpProdtTile > div{display: flex; flex-direction: column; gap: 0;}
        .catClpProdtTile > div:last-child{gap: 16px;}
        .catClpProdtTile h3{color: #1a1a1a; font-size: 18px; line-height: 1.3; text-wrap-style: pretty; height: 45px; overflow: hidden;}
        .catClpProdtTile .tabTilePrice span{font-size: 18px;}
        .catClpProdtTile .catAccy-blueCta{background-color: #024AD8; color: #fff; font-size: 16px; padding: 14px 20px; border-radius: 8px; text-decoration: none;display: inline-block;}
        .catClpProdtTile .catAccy-blueCta:hover{background-color: #103fb2;}

      
        /* --- 2. Header Layout (Tabs + Arrows) --- */
        .section-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 24px;
            flex-wrap: wrap; /* Stack on mobile */
            gap: 16px;
        }

        .tabs-wrapper {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }

        /* --- 3. Tab Button Styles --- */
        .tab-btn {
            /* Pill Shape */
            border-radius: 50px; 
            padding: 6px 20px 6px 10px!important;
            font-size: 14px;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 6px; /* Space between icon and text */
            transition: all 0.2s ease;
            
            /* Default State (Inactive) */
            background-color: #ffffff;
            color: #555;
            border: 1px solid #ddd;
        }

        .tab-btn img {
            width: 24px;
            height: 24px;
        }

        .tab-btn.active img{filter: invert(100%);}

        .tab-btn:hover, .tab-btn:focus {
            background-color: #f5f5f5; color: #555;
        }

        /* --- 4. Active Tab State (Black) --- */
        .tab-btn.active {
            background-color: #1a1a1a;
            color: #ffffff;
            border-color: #1a1a1a;
        }
        /* --- 6. Content Sections --- */
        .tab-content {
            display: none; /* Hidden by default */
            animation: fadeIn 0.3s ease-in-out;
        }

        /* The class that makes content visible */
        .tab-content.active {
            display: block;
        }

        @keyframes fadeIn {
            from { opacity: .5; transform: translateY(5px); }
            to { opacity: 1; transform: translateY(0); }
        }

         @media(max-width:767px){
            .hightZindex .tabs-wrapper{gap: 8px;}
            .completeSetup .tab-content .tileSectionTop{display: none;}
            .catClpProdtTile{width: 220px; height: 330px; padding: 0;}
            .accyClpTiles.productTabTiles{border-radius: 0;}
            .accyClpTiles.productTabTiles:hover{background-color: #fff!important;}
            .catClpProdtTile h3, .catClpProdtTile .tabTilePrice span{font-size: 16px;}
            .catClpProdtTile h3{height: 40px;}
            
        }
         @media(max-width:576px){
            .hightZindex{margin-bottom: 16px;}
            
            .hightZindex .tabs-wrapper .tab-btn{flex-direction: column; justify-content: center; padding: 10px!important; border-radius: 8px;}
            .tab-btn img{width: 30px; height: 30px;}
         }
        @media(max-width:399px){
            .hightZindex .tabs-wrapper{gap: 8px;}
            .hightZindex .tabs-wrapper .tab-btn{font-size: 12px;flex-grow: 1;}
        }


        /* play pause button  */

          /* --- 5. Custom Button Styling --- */
        .play-pause-btn {position: absolute; top: 48px; right: 48px;}

        /* Utility to hide/show icons */
        .hidden {display: none;}

        @media(max-width:1200px){
            .play-pause-btn {top: 32px; right: 32px;}
        }
        @media(max-width:1200px){
            .play-pause-btn {top: 16px; right: 16px;}
        }



/* What's new section  */
.accyClpWhatsNewCont{padding: 24px 0 48px 0;}
.accyClpWhatsNew{max-width: 1608px; margin: auto; display: flex; gap: 32px; position: relative;}
.accyClpWhatsNew > div{display: flex; flex-direction: column; width: 50%; position: relative;}
.accyClpWhatsNew .whatsNewTextCont{padding-right: 16px;}
.accyClpWhatsNew .whatsNewTextCont > h2{font-size: clamp(2rem, 1.7391rem + 1.0435vw, 2.75rem); line-height: 1; margin: 32px 0 0!important; color: #1a1a1a;}
.accyClpWhatsNew .whatsNewTextCont > span{font-size: 20px; line-height: 1.3; margin: 8px 0 36px; display: block; color: #1a1a1a;}
.accyClpWhatsNew .whatsNewTextCont a.linkArrowIcon{color: #1a1a1a; text-decoration: none; font-size: 18px; line-height: 1;  display: flex; gap: 8px; transition: gap 0.2s ease;max-width: 125px;}
.accyClpWhatsNew .whatsNewTextCont a.linkArrowIcon:hover{gap: 16px; color: #000!important;}
.accyClpWhatsNew .whatsNewTextCont a.linkArrowIcon img{height: 18px;}
.accyClpWhatsNew .whatsNewTextCont a.linkArrowIcon span{margin: 0;}


.whatsNewImgCont{border-radius: 16px; overflow: hidden;  position: relative; background-color: #f5f5f5;}
.whatsNewImgCont .play-pause-btn{top: auto; left: auto; right: 32px; bottom: 32px;}
.whatsNewImgCont .whatsNewImg{width: 100%; height: 100%; object-fit: cover; display: block;}

 @media(max-width:1023px){
    .whatsNewImgCont .play-pause-btn{right: 24px; bottom: 24px;}
    .accyClpWhatsNew{flex-direction: column; gap: 48px;}
    .accyClpWhatsNew > div{width: 100%;}
    .accyClpWhatsNew .whatsNewTextCont > span{font-size: 18px; margin-bottom: 24px;}
 }


 .accyMobonly{display: none!important;}
 
@media(max-width:767px){
    .accyDeskonly{display: none!important;}
    .accyMobonly{display: block!important;}

    .accyClpWhatsNewCont{padding: 0 0 24px}
    .accyClpWhatsNewCont .tileSectionTop{margin: 0 auto 24px;}
}


/* Footer view all product banner  */
 .accyClpViewAllFooter{background-color: #f5f5f5;}
.footBanwidth{max-width: 1608px; margin: auto; height: 240px; display: flex; justify-content: center; align-items: center; position: relative;}
.footBannerCopy{text-align: center; padding: 20px;}
.footBannerCopy h3{margin-bottom: 16px!important; font-size: 24px; line-height: 1.2;}
.accyFooterCta {background-color: #1A1A1A; color: #fff; font-size: 16px; padding: 14px 20px!important; border-radius: 8px; text-decoration: none; display: inline-block;}
.accyFooterCta:hover {background-color: #103fb2 !important; color: #fff!important;}
.accyFootImgLeft{position: absolute; left: 0;}
.accyFootImgRight{position: absolute; right: 50px;}

@media(max-width:1000px){
    .footBannerCopy{max-width: 400px;}
    .accyFootImgRight{right: 20px;}
}
@media(max-width:767px){
    .footBanwidth{justify-content: flex-start;}
    .footBannerCopy{max-width: 300px; text-align: left;}
    .accyFootImgLeft{display: none;}
}
@media(max-width:500px){
    .accyClpViewAllFooter{overflow: hidden;}
    .accyFootImgRight{right: -50px;}
    .footBannerCopy{max-width: 250px;}
}
@media(max-width:375px){
    .footBannerCopy{max-width: 180px;}
}


/* Sticky meny style  */

 .accyNavSticky {position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; background-color: #f5f5f5;box-shadow: 0 0 10px #00000070;}
 .accyNavSticky .catIcon-track{gap: 8px;}
 .accyNavSticky .catIcon-item > img{display: none;}
 .accyNavSticky .catIcon-item{border-radius: 0; width: auto; height: 50px; padding: 0 16px; transition: none;}
 .accyNavSticky .catIcon-item:hover{background-color:#eee; color: #000;}
 .accyNavSticky .catIcon-item > span br{display: none;}
 .accyNavSticky .catIcon-track-container{background-color: #f5f5f5;}
 
@media(max-width:1608px){
.accyNavSticky .catIcon-controls{opacity: 1;}
.accyNavSticky .catIcon-btn{opacity: 0;}
.accyNavSticky:hover .catIcon-btn{opacity: 0.8;}
.accyNavSticky .catIcon-controls.leftarrbtn{background: linear-gradient(90deg,rgb(50, 50, 50) 0%, rgba(0, 0, 0, 0) 100%);}
.accyNavSticky .catIcon-controls.rightarrbtn{background: linear-gradient(270deg,rgba(50, 50, 50) 0%, rgba(0, 0, 0, 0) 100%);}
.accyNavSticky .catIcon-controls:has(.catIcon-btn:disabled){display: none;}
}