/** Shopify CDN: Minification failed

Line 345:19 Expected identifier but found whitespace
Line 345:20 Unexpected "1px"

**/
/*------------------------------------
 *   CUSTOM FONTS
 *------------------------------------*/

:root {
 --font-heading-family: 'Oswald' !important;
  --page-width: 3000px !important;
  --grid-desktop-horizontal-spacing: 20px !important;
  --grid-mobile-vertical-spacing: 20px !important;
    --grid-mobile-horizontal-spacing: 20px !important;
}


/** For links with no clickthrough, ie about in mega menu, remove effects **/
.mega-menu__link.mega-menu__link--level-2.link {
  a[href="#"]:hover {
    display: none !important; 
  }
}


/** HEADINGS **/

H1, h2, .h0 {
  font-family: var(--font-heading-family);
     font-size: 6rem !important; 
  text-transform: uppercase !important;
    letter-spacing: 0px !important;
    line-height: 1.2 !important;
  margin-bottom: 0rem !important;
}

@media screen and (max-width:749px) {
H1, h2, .h0 {
  font-family: var(--font-heading-family);
    font-size: 4.3rem !important; 
      letter-spacing: 0px !important;
 /* font-weight: 500 !important; */
  margin-bottom: 10px !important;
}
}

/** Product card titles **/
.full-unstyled-link {
    letter-spacing: 0.01px !important;
    font-weight: 400 !important;
}

/** Subtitles **/
.title.h2, p.rich-text__caption.caption-with-letter-spacing.caption-with-letter-spacing--medium, .cart-notification__heading.caption-large.text-body, a.underlined-link {
  text-align: center !important;
  font-size: 1.6rem !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
  color: inherit !important;
}

/** Continue shopping link **/
a.underlined-link {
  text-transform: uppercase !important;
}

/** Meet Carl and Nicola Heading  **/
h3, h2.h2.item-heading, .c-video-section__text h3.h2 {
    font-size: 2.6rem !important;
    letter-spacing: 0px;
    margin-bottom: 25px !important;
  text-transform: uppercase;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

/** By hardcore coffee enthusiasts mobile padding **/
@media screen and (max-width:749px) {
  #section-template--16042786750644__55da610c-d796-41de-8777-6377e49223cd {
    padding-bottom: 20px !important;
}
}

h2.item-heading {
font-weight: 400 !important;
}

/** Body text **/
p, .shopify-policy__body {
line-height: 1 !important;  
letter-spacing: 0.1px !important;
}

.caption-with-letter-spacing--medium {
    font-size: 1.4rem !important;  
}

.color-inverse p, .color-inverse .banner__text {
   color: white !important;
  line-height: 1.5 !important;  
  letter-spacing: .1px !important;
}


/** Padding on mobile text **/
@media screen and (max-width:749px) {
.ss-text__content {
  padding: 1rem !important;
} 
}


/*------------------------------------
 *   POWER SECTION
 *------------------------------------*/

/** Padding on mobile images **/

@media screen and (max-width:749px) {
  .ss-grid__item--Image {
      padding-top: 36px !important;
        padding-left: 0 !important;
    padding-right: 0 !important;
  }
}


/*------------------------------------
 *   PRODUCT CARDS
 *------------------------------------*/

/** Card headings **/
.card__heading.h5 {
  font-family: var(--font-heading-family);
  text-transform: uppercase !important;
  font-size: 1.6rem !important;
  letter-spacing: 0.2px;
  margin-bottom: 0 !important;
}

/** Card pricing **/
.card-information .price {
  letter-spacing: 0px !important;
  font-size: 1.4rem;
}

/*------------------------------------
 *   CUSTOM CLASSES
 *------------------------------------*/
.border-top {
  border-top: 1px solid black !important;
}

.no-border {
  border-left: none !important;
  border-right: none !important;
}

.feature-heading h2 {
  font-size: 7vw !important;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
  line-height: 1.1 !important;
}

@media screen and (max-width:749px) {
  .feature-heading h2 {
  font-size: 14vw !important;   
  }
}

.mobile-reverse {
  flex-direction: column-reverse !important;
}

/*------------------------------------
 *   KEYFRAMES
 *------------------------------------*/

@keyframes scaleUp {

  0% {
  scale:0.2;
  }

 100%{
  scale:2;
  }
}

.scale-up.in-view.animate .ss-image-wrapper::after {
  animation:1s forwards scaleUp;
}

@keyframes scaleDown {

  0% {
  scale:1.1;
  }

 100%{
  scale:1;
  }
}

.in-view {
  transition:0.5s;
}

.scale-down.in-view.animate img {
  animation:2s forwards scaleDown;
}

.scale-down.in-view.animate  .ss-image-wrapper {
  overflow:hidden;
}

@keyframes sweep {
  0%    {opacity: 0; transform: translateX(-10px)}
  100%  {opacity: 1; transform: translateX(0)}
}

@keyframes flyIn {

  0% {
  translate:200% 200%;
  }

 100%{
  translate:50% -50%;
  }
}


/*------------------------------------
 *  NAVIGATION
 *------------------------------------*/

nav.header__inline-menu {
    /* min-width: 50vw; */
  min-width: auto;
}

.header__menu-item.list-menu__item {
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    color: black !important; 
}

/**Hide drop down arrows **/
svg.icon.icon-caret {
    display: none; 
}

/** Remove margin under logo **/
.header--split-nav h1.header__heading {
    margin: 0 !important;
}

/** Hide cart count **/
.cart-count-bubble {
  display: none !important;
}

/** Reduce padding where drop down arrow was removed **/
summary.list-menu__item {
    padding-right: 1.8rem !important;
}

.mega-menu__content {
  padding-right: 3.5rem !important;
}


/*------------------------------------
 *   Make Logo Smaller on Scroll
 *------------------------------------*/

body.template-index .header__heading-logo {
  max-width:60px !important;
  transition:1s;
}


body.scrolled.template-index .header__heading-logo{
max-width:40px !important;
transition:1s;
}

body.scrolled.template-index .header-wrapper {
transition:1s;
background-color: white !important;
  color: #1D1D1D !important;

}

body.template-index .header-wrapper {

  width:100%;
  background-color: white !important;
   color: #1D1D1D !important;
}


/*------------------------------------
 *  ANNOUNCEMENT BAR
 *------------------------------------*/


/** Mobile: remove padding on announcement bar **/
@media screen and (max-width:749px) {
.announcement-bar__message, .announcement-bar__link {
  padding: 0.35rem !important;
}
}

@media screen and (max-width: 749px) {
  .announcement-bar__message {
    font-size: 16px !important;
  }
}


.announcement-bar {
    padding: 0.0rem;
}

.announcement-bar:hover {
  background: rgb(var(--color-background)) !important;
}

/** Announcement bar text **/
.announcement-bar__message {
    text-align: center;
    margin: 0;
    font-family: Oswald;
   text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.2 !important;
}

    letter-spacing: 1px;
}

/*
#shopify-section-announcement-bar {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
}
*/


/** Align 'if you're open we're up' to left **/
.announcement-bar:first-child p {
    text-align: left;
}

/** Align new farm to right **/
.announcement-bar:nth-child(2) p {
    text-align: right;
}

/*------------------------------------
 *   CART ICON AS TEXT
 *------------------------------------*/
.header__icon--cart span {
    width: auto !important;
    height: auto !important;
    clip: unset !important;
    position: static !important;
    overflow: visible !important;
    text-decoration: none !important; 
    font-weight: 500;
    letter-spacing: 0 !important;
    text-transform: uppercase;
  color: inherit !important;
}

.header__icon--cart {
     text-decoration: none !important;
      align-self:flex-end !important;
     width:max-content !important;
}


.header__icon--cart svg  {
    display:none;
}


.header__icon--cart {
    padding: 1.2rem !important;
}

/*------------------------------------
 *   MEGA MENU
 *------------------------------------*/

/** Hide mega menu list on Espresso Mega desktop **/

@media screen and (min-width:750px) {
 ul.mega-menu__list.page-width.mega-menu__list--condensed {
    display: none;
}

  /** Width of images container in mega menu **/
.mega-menu_columns {
    width: 100%;
    padding-left: 3rem;
}
}

/** Align mega menu text with edge of navigation above it **/
ul.mega-menu__list.page-width {
    padding-left: 36px !important;
}

/** Remove hover underline on mega links **/

.mega-menu__link:hover, .mega-menu__link--active {
    text-decoration: none !important;
}

.header__menu-item:hover {
    text-decoration: none !important;
}

.header__menu-item span:hover {
  text-decoration: none !important;
}

.header__menu-item span {
  transition: none !important;
}

.header__menu-item:hover span {
    text-decoration: none !important;
}


/*------------------------------------
 *   BUTTON
 *------------------------------------*/


.button {
  text-transform: uppercase;
    font-size: 1.2rem !important;
    margin-top: 10px !important;
    font-weight: 500 !important;
}


.button:after {
display: none !important;
}


/** Add to cart button **/

.button--full-width {
        background: black !important;
    color: white !important;
  width: 100% !important;
}


/*------------------------------------
 *   HEADER
 *------------------------------------*/

/** Header width on desktop **/
@media screen and (min-width:750px) {
 .header.page-width {
    padding: 0rem 5.5rem 0rem 3.5rem !important;
}
}

.header.header--split-nav {
  min-width: 100vw !important;
}


/** Image size on mega menu **/
.mega_column-image-wrapper {
    padding-bottom: 100% !important;
}


/** Links in mega menu **/
.mega-menu__link.link {
  width: 90% !important;
    margin-top: 0;
    font-size: 1.6rem !important;
    text-align: left !important;
  line-height: 1.5 !important;
  letter-spacing: 0px;
}

/** Headings on mega menu **/
a.mega-menu__link.mega-menu__link--level-2.link {
    font-weight: 500 !important;
    text-transform: uppercase !important;
      margin-bottom: 2rem !important;
      color: black !important;
    letter-spacing: 0px;
  font-size: 1.4rem !important;
}

/** headings on images on mega menu **/
h3.mega-heading {
    text-transform: uppercase !important;
    text-align: center !important;
}

/** Description under images on mega menu **/
.mega-description {
  text-align: center !important;
   text-transform: uppercase;
    margin-top: 0;
    font-size: 1.4rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0px;
      translate: 0% -60% !important;
}

/** Colour of mega menu heading **/
.mega-heading a {
  color: black !important;
}

/*------------------------------------
 *   OPEN MEGA MENU ON HOVER
 *------------------------------------*/

summary.header__menu-item:after {
    content: "";
    background-color: transparent;
    width: 100%;
    height: 150%;
    position: absolute;
    transform: translateY(80%);
}

.mega-menu[open] summary ~ * {
  animation: sweep .5s ease-in-out !important;
}


/*------------------------------------
 *   SLIDER
 *------------------------------------*/

/** Make images fill on mobile **/

@media screen and (max-width:750px) {
.mobile-slider-fill .c-slider__media img {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    inset: 0 !important;
}


.mobile-slider-fill a.c-slider__media.c-slider__media-position--.c-slider__media---width {
    width: 100% !important;
    position: relative !important;
    padding-bottom: 100% !important;
    display: block !important;
}
}


.mobile-slider-fill .c-slider {
  margin-top: 40px !important;
}

p.image-with-text__text--caption.caption-with-letter-spacing.caption-with-letter-spacing--medium.caption-with-letter-spacing {
  margin-bottom: -18px !important;
}

@media screen and (max-width:749px) {
 p.image-with-text__text--caption.caption-with-letter-spacing.caption-with-letter-spacing--medium.caption-with-letter-spacing {
  margin-bottom: -14px !important;
}
}

/*------------------------------------
 *   FULL WIDTH SLIDER (HOMEPAGE)
 *------------------------------------*/


#section-template--16042786750644__130875a5-c499-4803-a7f4-7966f3c02ffd .c-slider__content h2.h1 {
    margin-block-end: 0.3em !important;
}

.full-width-slider .c-slider__media img {
    min-height: 100vh !important;
}


/* DESKTOP STYLES */
@media screen and (min-width:750px) {
.full-width-slider .c-slider__content-wrapper {
position: relative;
  min-height: 90vh;
}

.full-width-slider .c-slider__content-wrapper .c-slider__content {
min-height: 90vh;
justify-content: flex-end !important;
width: 60%;
  translate: -20px;
}

.full-width-slider .c-slider__content-wrapper .c-slider__media {
position: absolute;
width:100%;
min-height: 800px;
}
}

/* MOBILE STYLES */
@media only screen and (max-width: 768px) {
.full-width-slider .c-slider__media.c-slider__media-position--left img {
  min-height: 70vh !important;
}

.full-width-slider .c-slider__content {
  position: absolute !important;
    bottom: 1vh !important;
}
}

/*------------------------------------
 *  POWER SECTION
 *------------------------------------*/


.ss-text__content h2, .ss-text__content .h2 {
    margin-top: 0 !important;
  margin-bottom: 15px !important;
}


/** Make images in power section clickable **/

.ss-grid__item.image-hyperlink .button::before {
    content: '' !important;
    width: 100% !important;
    box-shadow:none !important;
      z-index: 1 !important;
}

.ss-grid__item.image-hyperlink .button::after {
    box-shadow:none !important;
}

.ss-grid__item.image-hyperlink a.button.button--primary {
    position: static !important;
    font-size: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    height: 0 !important;
    min-height:0 !important;
}

/** Desktop only **/
@media screen and (min-width:750px) {
.ss-grid__item.image-hyperlink .ss-text__content__button-container {
   height: 0 !important;
}
}

/** Position the title and text **/
.power-image-overlay .ss-text__content h2, .power-image-overlay .ss-text__content p {
    position: absolute !important;
    left: 4rem !important;
    bottom: 12rem !important;
    color: white !important;
    z-index: 999 !important;
  text-align: left !important;
}

.power-image-overlay .ss-text__content {
  padding: 0 !important;
}

/** Text content image as background **/
.image-as-bg  .ss-text__content .ss-image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    padding-bottom: 0 !important;

}

.image-as-bg  .ss-text__content.ss-grid-block  {
   isolation: isolate;
   flex: 1;
}


.image-as-bg .ss-text__content  .ss-image-wrapper img {
    object-fit: cover;
}

/** Make text content 80% on desktop **/
@media screen and (min-width:750px) {
  .slim .ss-text__content.ss-grid-block {
    width: 85% !important;
}
}


/** MOBILE **/
@media screen and (max-width:749px) {
  .ss-grid__item.image-hyperlink {
  min-height: 65vh !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 3rem !important;
}
    .power-image-overlay .ss-text__content h2, .power-image-overlay .ss-text__content p {
    left: 3rem !important;
}
}




/*------------------------------------
 *   BANNER SECTION
 *------------------------------------*/

@media screen and (min-width:750px) {
  .banner__box {
    width: 600px !important;
    padding: 0 !important;
}
}


/*------------------------------------
 *   VIDEO AND IMAGE SECTION
 *------------------------------------*/

/** Video and Image sections must be atleast 100vh **/

@media screen and (min-width:750px) {
    .c-video-section__blocks.c-video-section__blocks--grid {
  height: 100vh !important;
}
}


/** Center the text when stacked image used **/
.c-grid-text {
    text-align: center;
}

/** Padding on text **/
.c-video-section__text {
  padding: 5rem !important;
}

/** Width of stacked section on desktop **/

@media screen and (min-width:750px) {
 .c-video-section__item.c-video-section__item--image.stacked .c-grid-text, .c-video-section__item--image.stacked > .item-heading {
max-width: 45% !important;
}

.c-image-wrapper {
  width: 45% !important;
}
}

@media screen and (max-width:749px) {
 .c-image-wrapper {
  width: 65% !important;
}

  .c-grid-text {
    margin-top: 10px !important;
  }
}


/** Mobile **/
@media screen and (max-width:749px) {
  .c-video-section__media
 {
   min-height: 60vh !important;
 }

.c-video-section__blocks.c-video-section__blocks--grid
 {
   display: flex !important;
   flex-direction: column-reverse !important;
 } 
}


/*------------------------------------
 *   COLLECTION SLIDER
 *------------------------------------*/
/** Hide slider counter underneath products on a collection on homepage **/
.collection .slider-buttons {
    display: none !important;
}


/*------------------------------------
 *   PRODUCT PAGE
 *------------------------------------*/

/** Product title **/
.product__title h1 {
    font-size: 4rem !important;
    margin-top: 20px !important;
}

.product__tax.caption.rte {
    display: none;
}

/** Variant titles **/
.product-form__input .form__label {
  font-family: var(--font-heading-family) !important;
  text-transform: uppercase !important;
    letter-spacing: 0px;
    line-height: 1.1 !important;
  font-weight: 600 !important;
  margin-bottom: 1.5rem !important;
  font-size: 1.8rem !important;
    color: #1d1d1d;
}

.product-form__input {
 margin: 0 0 5rem 0 !important;
}

/** Product Description **/
.product__description p {
  line-height: 1.5!important;
    font-size: 1.5rem !important;
}

/** Pricing **/
 .price-item.price-item--regular {
     font-size: 1.5rem;
     letter-spacing: 0px !important;
 }

/** Subscription heading **/
.rc-container-wrapper.rc_container_wrapper::BEFORE {
    content: 'Subscription Details' !important;
    font-family: 'oswald' !important;
    text-transform: uppercase;
    color: black;
    font-size: 2.2rem;
}

/*------------------------------------
 *   Quick Add Modal
 *------------------------------------*/

.product__info-container h2.h1 {
    font-size: 4rem!important;
    letter-spacing: 0;
}

.quick-add-modal__content-info {
  padding: 5rem 5rem 2rem 5rem !important;
}

.quick-add-modal__content {
    width: 80%;
}

a.link.product__view-details.animate-arrow {
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 700;
}

svg.icon.icon-arrow {
   /** display: none !important;**/ 
}

.cart-notification.active, .cart-notification__links>* {
   /** transform: translateY(30%) !important; **/
    transition: transform var(--duration-default) ease,visibility 0s !important;
    visibility: visible !important;
    z-index: 99 !important;
      border: none !important;
}

svg.icon.icon-checkmark.color-foreground-text {
    display: none;
}



/*------------------------------------
 *   CART 
 *------------------------------------*/
.totals > h2 {
    font-size: 3rem !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

/** Cart product title **/
a.cart-item__name.h4.break {
    letter-spacing: 0 !important;
    text-transform: uppercase;
}

/** Continue shopping button **/
.title-wrapper-with-link a {
    background: black;
    color: white !important;
    padding: 10px 20px;
    text-decoration: none !important;
    font-size: 12px !important;
}

/** cart note **/
cart-note.cart__note.field {
    letter-spacing: 0px;
}

.cart__note .text-area {
    resize: initial;
}


/*------------------------------------
 *  COLLECTION PAGES
 *------------------------------------*/

/** Fonts in filter and sort area **/
.facets-container * {
  font-size: 1.5rem !important;
  color: #1d1d1d !important;
  letter-spacing: 0 !important;
  opacity: 1 !important;
}

/** Hide filter icon **/
svg.icon.icon-filter {
    display: none;
}

/** Filter **/
.mobile-facets__open>*+* {
    margin-left: 0 !important;
    text-transform: uppercase;
    font-weight: 600;
}

/** Move sort by selector **/
.facet-filters__field .select {
  translate: 5px -8.5px !important;
}

select#SortBy {
    translate: 0% 37%;
}

/** Remove icon on collections page **/
.card .icon-wrap {
display: none !important;
}

/*------------------------------------
 *   POLICIES
 *------------------------------------*/
.shopify-policy__container {
    max-width: 900px;
  padding-bottom: 50px !important;
}

.shopify-policy__title {
    text-align: left;
    margin: 40px 0px;
}


/*------------------------------------
 *   FOOTER
 *------------------------------------*/

.footer {
  margin-top: 0px !important;  
}

/** FOOTER BRANDMARK - MOVE THIS INTO THE LIQUID STYLES FOR THIS SECTION **/
.footer-brandmark {
  border-bottom: 1px solid white !important;
  width: 100vw !important;
  display: flex;
 justify-content: center;
  margin-bottom: 5% !important;
}

.footer-brandmark-image {
  width: 15vw !important; 
  height: auto !important;
  padding: 2% !important;
}

.footer__content-bottom {
    border-top: 1px solid white !important;
    padding-top: 0 !important;
}


/**Email Sign up Form border **/
.footer {
.field:after {
top: inherit !important;
  border: 0.1rem solid white !important;
  box-shadow: none !important;
  }

.field__label {
  left: 0 !important;
}

/** Footer width **/
.footer__content-top {
    min-width: 100vw;
}

.footer-block__heading {
    margin-bottom: 2rem !important;
    font-family: var(--font-body-family) !important;
    text-transform: uppercase !important;
    margin-top: 0 !important;
    font-size: 1.2rem !important;
    text-align: left !important;
  font-weight: 600 !important;
}



.footer-block__details-content .list-menu__item--link {
    display: inline-block;
    font-size: 1.2rem !important;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 1.3;
}

.footer__copyright.caption {
    text-transform: uppercase;
    color: white;
    letter-spacing: 0.5px !important;
  font-weight: 400 !important;
    font-size: 1.3rem !important;
}

.footer__newsletter.newsletter-form {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.footer__content-top {
  display: flex !important;
  justify-content: space-between !important;
  padding-bottom: 5% !important; 
}

.footer__content-top .grid {
  flex-wrap: nowrap !important;
  min-width: 40% !important;
}

.footer-block--newsletter {
  min-width: 40% !important;
    margin-top: 0 !important;
      flex-direction: column !important;
}

.field__label {
  text-transform: uppercase !important;
  font-size: 1.2rem !important;
  color: white !important;
}

.field__input {
  border-bottom: 1px solid white !important;
   font-size: 1.2rem !important;
}

.field__input:focus {
  box-shadow: none !important;
  padding: 3rem 0rem !important;
  margin-top: 12px !important;
}

.field:after {
  border: none !important;
}

.copyright__content {
  color: white !important;
}

.footer-block__newsletter {
    display: flex;
    justify-content: end;
    flex-direction: column;
      width: 35rem;
}

svg.icon.icon-facebook {
    margin-top: -.6px !important;
}

/** Footer text colour **/
.footer-block__details-content .list-menu__item--link, .copyright__content a {
    color: rgba(var(--color-foreground),100) !important;
}

.footer-block__newsletter+.footer__list-social {
    margin-top: 20px !important;
    padding-right: 0px !important;
}
}

/*------------------------------------
 *  MOBILE FOOTER STYLES
 *------------------------------------*/


/** No padding on grid items in power section **/

@media screen and (max-width:749px) {

.footer-brandmark-image {
    width: 45vw!important;
  padding: 6%!important;
}


/** Reduce Footer padding **/
  .footer__content-top {
    padding-bottom: 0 !important;
    padding-left: 4% !important;
    padding-right: 4% !important;
}

  /** Footer copyright padding **/
  .footer__copyright {
    text-align: center;
    margin-top: 0 !important;
}

  /** Position of newsletter block **/
.footer-block--newsletter>* {
    flex: none !important;
}

.footer__content-top {
    flex-direction: column !important;
    align-items: flex-start !important;
  padding-top: 2rem !important;
}

.footer-block--newsletter {
    flex-direction: row !important;
    justify-content: flex-start !important;
  margin-bottom: 5rem !important;
      gap: 3rem !important;
}

.footer-block__newsletter {
    min-width: 35rem !important;
}

  /**
.footer .grid {
    display: flex !important;
  width: 100% !important;
}
  **/

  .footer .grid {
    display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
    width: 100% !important;
}

  /** Footer link lists **/
  a.link.link--text.list-menu__item.list-menu__item--link {
    white-space: nowrap;
    font-size: 1.1rem !important;
}

.footer-block.grid__item.footer-block--menu {
    flex: 1 !important;
}

.footer-block.grid__item {
    margin: 0 !important;
}

}


