﻿.main-header__mid-area {
    box-shadow: 0 4px 16px 0px #0000004d;
}
.mega-menu__bar .logo img {
    transform: translateY(-30px);
}
.main-header__widemenu .is-stuck .logo img {
    transform: none;
}
.mega-menu__search-input {
    padding: 0 0.5rem;
    z-index: 1;
}
.homepageheader-item__text{
    line-height: 2.5rem;
}
.logo{
    max-height: 3rem;
}
.logo img{
    max-height: 4.5rem;
}
.responsive-menu__title--department,
.responsive-menu__static-subitem{
    line-height: 1.5 !important;
}
.mega-menu__icon-container .mega-menu__icon--myaccount {
    display: flex;
    align-items: center;
}

.homepageheader-item__title a:hover,
.homepageheader-item__title a:hover .homepageheader-item__text{
    color: var(--brand-tertiary);
}

.responsive-header__top-area > .shrink > .shrink.cell{
    width: 33%;
}

.main-header__widemenu .is-stuck .logo img{
    display: block;
    margin: 0 auto;
    height: 3rem;
    position: relative;
}

/* li.meganav__link .mega-menu__title {
    border-bottom: 3px solid;
    border-color: transparent;
}

li.meganav__link:hover .mega-menu__title {
    border-color: var(--brand-highlight-tertiary);
} */

.dropdown__subdepartment-title-link-text {
    position: relative;
    display: inline-block;
    /* important: keeps underline only as wide as text */
    cursor: pointer;
    padding-right: 0.375px !important;
}

.footer{
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

/* the animated underline */
.dropdown__subdepartment-title-link-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    /* adjust spacing from text */
    width: 0;
    height: 2px;
    background-color: var(--brand-highlight-tertiary);
    /* your highlight color */
    transition: width 0.3s ease-in-out;
}

/* on hover - animate underline from 0% → 100% */
.dropdown__subdepartment-title-link:hover .dropdown__subdepartment-title-link-text::after {
    width: 100%;
}

.responsive-header__top-area {
    min-height: 40px;
    padding: 0 1rem;
}

.responsive-header__top-area > .shrink > .shrink.cell{
    margin: 0;
    padding: 0;
}

.homepage-header + .auto.cell.grid-x{
    display: flex;
    flex-direction: row;
}

.homepage-header + .auto.cell.grid-x .cell.grid-x:nth-child(1){
    order: 1;
}
.homepage-header + .auto.cell.grid-x .cell.grid-x:nth-child(2){
    order: 3;
}
.homepage-header + .auto.cell.grid-x .cell.grid-x:nth-child(3){
    order: 2;
}

.responsive-header__top-area .homepage-header + .auto.cell.grid-x{
    display: none;
}

.responsive-header__top-area .homepage-header{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.title-bar__logo {
    display: block;
    object-fit: cover;
    height: 48px;
    margin: 5px;
}

.social--wideboxes{
    visibility: hidden;
    margin-bottom: 2rem;
}

.footer-social-wrapper__container{
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: column-reverse;
}

.homepage-footer__wrapper{
    position: relative;
}
.homepage-footer__item:last-child{
    width: 100%;
    height: unset;
    padding: 0;
    margin: 0;
}
.footer-social-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 430px;
    width: 100%;
    bottom: -440px;
    z-index: 1;
    background: linear-gradient(135deg, #8F2138 0, #8F2138 50%, #6e0d23 50%);
    left: 0px;
}
.footer-social-wrapper:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 46%, rgba(0, 0, 0, .15) 50%, hsla(0, 0%, 100%, 0) 0);
    pointer-events: none;
}

.footer-social-wrapper_app-promo-images{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer-social-wrapper_app-promo-images svg {
    width: 208px;
    height: 64px;
}

.menu .dropdown__subdepartment-title-link:hover, .menu .dropdown__subdepartment-title-link:focus,.menu .dropdown__subdepartment-title-link{color:black;}
.dropdown__subdepartment-title-link-text::after{background-color: var(--brand-base)}

@media (min-width: 1024px) {
    .footer-social-wrapper_app-promo-images {
        flex-direction: row;
    }
}

.appPromoBlock_title__bhnSG{
    margin: 0;
    text-align: center;
    color: hsla(0,0%,100%,.6);
}

.footer-social-wrapper_app-promo-summary {
    font-family: 'Museo Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0px 0px 1rem 0px;
    text-align: center;
    color: #FFF;
}

@media (min-width: 1024px) {
    .appPromoBlock_title__bhnSG {
        font-family: var(--fontfamilies-ltr-primary-font);
        font-size: var(--fontsize-2);
        line-height: var(--lineheights-2);
        letter-spacing: var(--letterspacing-0);
        font-weight: var(--fontweights-ltr-primary-font-500);
    }
    .footer-social-wrapper_app-promo-summary {
        line-height: 20px;
        letter-spacing: 0.2;
        font-weight: 900;
        margin-bottom: 28px;
    }
}


.footer{
    padding-bottom: 10px;
}

@media (min-width: 1440px) {
    .footer-social-wrapper__container {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
}

.footer-social-wrapper__social-links{
    padding-top: 2.5rem;
}

.footer-social-wrapper__social-links--ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.footer-social-wrapper__social-links--ul a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 1rem;
    height: 40px;
    background-color: transparent;
    border: none;
    border-radius: none;
    transition: background-color .5s ease, border-color .5s ease;
}

.footer-social-wrapper__social-links--ul a svg{
    color: white;
    height: 20px;
    width: 20px;
}

.newsletter-responsive{
    height: 25rem;
}

.off-canvas-wrapper .is-open .title-bar {
    background: transparent;
}

div#menu-left-open .title-bar{
    padding: 0 1rem;
}

@media (min-width: 1024px) {
    
    .footer-social-wrapper__social-links {
        grid-column: 1 / span 6;
        order: 1;
        padding-top: 0;
        height: 100%;
    }

    .footer-social-wrapper__app-promo {
        grid-column: 7 / span 6;
        order: 2;
    }
}

@media screen and (min-width: 1040px) {

    .footer-social-wrapper__container{
        display: grid;
        justify-items: center;
        align-items: center;
        max-width: 1440px;
    }

    

    .product-related-section--featureTab {
        position: relative;
    }

    .featureProductCarousel .slick-dots li {
        margin: 0;
    }

    .featureProductCarousel .slick-dots li button::before,
    .featureProductCarousel .slick-dots li.slick-active button::before {
        color: #fff;
        font-size: 12px;
    }

    /* .featureProductCarousel .slick-slide>div {
        position: relative;
    }

    .product-related-section .featureProductCarousel .carousel__arrow--horizontal.carousel__arrow--next {
        right: 28px;
    } */

    .footer-social-wrapper{
        height: 220px;
        bottom: -240px;
    }
}