/*
 * Shoptet Heading Hierarchy (A11y) compatibility fix
 */

#footer .pageElement__heading,#footer .pageElement__subHeading,#footer h4:not(.newsItemWidget__heading){text-transform:initial;font-size:20px}#footer .pageElement__heading:not(#footer .extended .newsletter-header > .pageElement__heading),#footer .pageElement__subHeading:not(#footer .extended .newsletter-header > .pageElement__subHeading),#footer h4:not(.newsItemWidget__heading):not(#footer .extended .newsletter-header > h4){color:var(--color-secondary);font-weight:700;letter-spacing:1px;text-transform:uppercase;border-bottom:3px solid var(--color-secondary);max-width:fit-content}#footer .news-item-widget,#footer .news-item-widget time{color:#fff}#footer .custom-footer h4.newsItemWidget__heading,#footer h4.newsItemWidget__heading{margin:0 0 8px;padding:0;color:inherit;font-size:14px;font-weight:400;line-height:1.35;letter-spacing:0;text-transform:none;border:0;max-width:none}#footer .custom-footer h4.newsItemWidget__heading a,#footer .news-item-widget a,#footer h4.newsItemWidget__heading a{color:#bbb;font-size:14px;font-weight:400;line-height:1.35;letter-spacing:0;text-transform:none;border:0}#footer .custom-footer h4.newsItemWidget__heading a:focus,#footer .custom-footer h4.newsItemWidget__heading a:hover,#footer .news-item-widget a:focus,#footer .news-item-widget a:hover,#footer h4.newsItemWidget__heading a:focus,#footer h4.newsItemWidget__heading a:hover{color:#fff;text-decoration:none}#footer .custom-footer__contact>.pageElement__heading,#footer .custom-footer__contact>h3,#footer .custom-footer__contact>h3.pageElement__heading,#footer .custom-footer__contact>h4,#footer .news-item-widget time{display:none}#footer .extended .newsletter-header>.newsItemWidget__heading,#footer .extended .newsletter-header>.pageElement__heading,#footer .extended .newsletter-header>.pageElement__subHeading,#footer .extended .newsletter-header>h4{margin-bottom:15px;font-size:32px;color:#fff;display:none}.sr-only{margin:0;padding:0}#footer .custom-footer h4.newsItemWidget__heading,#footer .custom-footer h4.newsItemWidget__heading a,#footer .news-item-widget a,#footer h4.newsItemWidget__heading,#footer h4.newsItemWidget__heading a{border-bottom:0!important;box-shadow:none!important;background-image:none!important;text-decoration:none!important}#footer .custom-footer h4.newsItemWidget__heading a::after,#footer .custom-footer h4.newsItemWidget__heading a::before,#footer .custom-footer h4.newsItemWidget__heading::after,#footer .custom-footer h4.newsItemWidget__heading::before,#footer .news-item-widget a::after,#footer .news-item-widget a::before,#footer h4.newsItemWidget__heading a::after,#footer h4.newsItemWidget__heading a::before,#footer h4.newsItemWidget__heading::after,#footer h4.newsItemWidget__heading::before{content:none!important;display:none!important}#footer .custom-footer__banner9.delivery-payment-wrapper,#footer .delivery-payment-wrapper{align-self:flex-start;margin-top:0;padding-top:0}#footer .delivery-payment-wrapper .banner,#footer .delivery-payment-wrapper .banner-wrapper,#footer .delivery-payment-wrapper .payment-delivery{margin-top:0}@media (max-width:767px){#footer .custom-footer{padding-left:0;padding-right:0}#footer .custom-footer__banner9.delivery-payment-wrapper,#footer .delivery-payment-wrapper{margin-top:0}}

#footer,
#footer .footer-bottom,
#footer .custom-footer,
#footer .custom-footer > div,
#footer .delivery-payment-wrapper,
#footer .delivery-payment-wrapper .banner,
#footer .delivery-payment-wrapper .banner-wrapper,
#footer .delivery-payment-wrapper .payment-delivery {
    border-bottom: 0 !important;
}

@media (max-width: 767px) {
    #footer .custom-footer__contact > .pageElement__heading,
    #footer .custom-footer__contact > h3.pageElement__heading,
    #footer .custom-footer__contact > h4,
    #footer .custom-footer__contact > h3 {
        display: block;
    }
}