/** Shopify CDN: Minification failed

Line 979:29 Unexpected "{"

**/
@import url("https://use.typekit.net/bkw4qjw.css");

::selection {
  /*background-color: #fce7e0;*/
  /*background-color: #dfbcb14d;*/
  background-color: rgba(255,255,255,.5);
}

/* ----------------------- */
/********** Theme **********/
/* ----------------------- */
.color-accent-1 {
  background: #fff7f4;
  color: var(--gradient-background);
}

.color-accent-1 h3,
.color-accent-1 h4,
.color-accent-1 h5,
.color-accent-1 .h3,
.color-accent-1 .h4,
.color-accent-1 .h5 {
  color: var(--gradient-background);
}

.color-accent-2 {
  color: var(--gradient-base-accent-1);
}

.color-accent-2 h3,
.color-accent-2 h4,
.color-accent-2 h5,
.color-accent-2 .h3,
.color-accent-2 .h4,
.color-accent-2 .h5 {
  color: var(--gradient-base-accent-1);
}

.color-accent-2 .button {
  color: var(--gradient-base-background-2);
}

.color-accent-2 .button:hover {
  color: var(--gradient-background);
  background: var(--gradient-base-background-2);
}

/* ---------------------------- */
/********** Typography **********/
/* ---------------------------- */
body {
  font-weight: 400;
  font-family: kumlien-pro, serif;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
  /*font-family: effra, sans-serif;*/
}

.hxl,
.h0,
.h1 {
  /*font-size: 52px;*/
  /*line-height: 58px;*/
  color: #fff;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
}

.h3,
.h4,
h3,
h4,
.rte > h3,
.rte > h4 {
  font-weight: 700;
  font-family: effra,sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.button {
  /*font-size: 22px;*/
  /*line-height: 26px;*/
  letter-spacing: .2em;
  padding: 6px 20px 4px;
  font-weight: bold;
  text-transform: uppercase;
  /*font-family: effra, sans-serif;*/
  font-family: var(--font-heading-family);
}

.button:after {
  display: none;
}

a {
  transition: opacity .2s ease-in;
}

a:hover {
  opacity: .6;
}

/* ------------------------ */
/********** Header **********/
/* ------------------------ */
.announcement-bar {
  background: #d19898;
  border-bottom: 0;
}

.announcement-bar__link {
  padding: 0.87rem 0;
}

.announcement-bar__message {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: kumlien-pro,serif;
  color: #fff;
  letter-spacing: 0;
}

.header__icons,
.header__search,
.header__icon--cart {
  display: none !important;
}

body .header__menu-item,
body .menu-drawer__menu a.menu-drawer__menu-item {
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  margin: 0 1.2rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #707070;
  font-family: var(--font-heading-family);
  background-color:transparent; 
}

@media screen and (max-width: 759px) {
  body .header__menu-item,
  body .menu-drawer__menu a.menu-drawer__menu-item {
    font-size: 25px;
    line-height: 29px;
  }
}

body li.active .header__menu-item,
body .header__menu-item:hover {
  color: #fff;
  opacity: .6;
}

body li.active .header__menu-item:hover {
  opacity: 1;
}

.header__menu-item:hover span,
.header__active-menu-item {
  text-decoration: none;
  text-underline-offset: inherit;
}

.header__active-menu-item {
  color: #fff;
}

.header__icon--cart {
  color: #fff;
}

body details > .header__menu-item,
body details > .menu-drawer__menu-item {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: .3em;
  font-weight: 700;
  -webkit-text-stroke-width: inherit;
  -webkit-text-stroke-color: inherit;
  padding-right: 1.2rem;
  margin-right: 0;
  margin-left: 0;
  text-decoration: none;
  font-family: var(--font-heading-family);
}

@media screen and (max-width: 759px) {
  body details > .header__menu-item,
  body details > .menu-drawer__menu-item {
    font-size: 19px;
  }
}

body details>.header__menu-item svg,
body details>.menu-drawer__menu-item svg {
  display: none;
}

body details[open]>.header__menu-item {
  text-decoration: none;
}

body details#Details-HeaderMenu-4 span {
  display: flex;
  align-content: center;
}

body details#Details-HeaderMenu-4 span:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(/cdn/shop/files/balloon.svg);
  text-indent: -9999px;
  margin-right: 10px;
}

@media screen and (min-width: 990px) {
  body .header {
    padding-top: 7px;
    padding-bottom: 7px;
    max-width: inherit;
  }
  
  .list-menu {
    width: 100%;
  }
  
  .list-menu li:first-child {
    margin-left: auto;
  }
  
  .list-menu li:last-child {
    margin-left: auto;
  }
  
  .header--middle-left {
    display: flex;
    column-gap: inherit;
    grid-template-columns: inherit;
    /* remove when for Shopping launch */
    /*grid-template-columns: auto;*/
    /*grid-template-columns: 1fr 1fr;*/
  }
  
  .header--middle-left .header__inline-menu {
    flex: 1; /* remove when for Shopping launch */
  }
  
  body .mega-menu__content {
    background: #fff;
    box-shadow: 0 20px 40px #0000001f;
    border-radius: 10px;
    padding: 0;
    right: inherit;
    left: inherit;
    top: inherit;
    z-index: 10;
  }
  
  body .mega-menu__content ul {
    padding: 10px 40px 10px 20px;
  }
  
  body .mega-menu__content ul li {
    display: block;
  }
  
  body .mega-menu__content ul li a {
    color: #000;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: effra,sans-serif;
    font-weight: 500;
    text-decoration: none;
  }
  
  body .mega-menu__content ul li a:hover {
    opacity: .6;
    text-decoration: none;
  }
}

/* Mobile Menu Drawer */
header-drawer span {
  color: #fff;
}

header-drawer .menu-drawer {
  width: 100vw;
  transform: translateY(-100%);
}

header-drawer .menu-drawer__navigation {
  display: flex;
  justify-content: center;
}

header-drawer .menu-drawer__navigation .menu-drawer__menu {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

header-drawer .menu-drawer .menu-drawer__menu-item {
  display: block;
  text-align: center;
}

header-drawer .menu-drawer .menu-drawer__menu-item:hover {
  background: transparent;
}

header-drawer .menu-drawer summary.menu-drawer__menu-item {
  padding-right: 3.2rem;
  pointer-events: none;
  cursor: default;
  border-top: 1px solid #CCA79C;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 20px;
  color: #fff;
  background-color: transparent;
}

.js body header-drawer .menu-drawer__menu details>.menu-drawer__submenu {
  position: inherit;
  top: inherit;
  width: auto;
  bottom: inherit;
  left: inherit;
  background: transparent;
  border: 0;
  transform: translate(0);
  visibility: visible;
  transition: none;
}

.js header-drawer .menu-drawer__navigation,
.js header-drawer .menu-drawer__navigation .submenu-open {
  visibility: visible;
}

header-drawer .menu-drawer__submenu a.menu-drawer__menu-item {
  font-size: 19px;
}

header-drawer details .menu-drawer__submenu button {
  display: none;
}

header-drawer .menu-drawer .menu-drawer__utility-links {
  display: none;
}

/* ----------------------- */
/********** Pages **********/
/* ----------------------- */
body .page-width .main-page-title {
  margin-bottom: 3rem;
}

body .page-width .main-page-title,
body .page-width > .rte {
  text-align: center;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .page-width {
      padding: 0 1.5rem;
  }
}

/* ----------------------- */
/********** Forms **********/
/* ----------------------- */

.field:before,
.field:after {
  display: none;
}

.field__input {
  color: #000;
  font-weight: 400;
  font-family: kumlien-pro, serif;
  background-color: #fff;
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 18px;
  border-radius: 0;
  font-size: 22px;
  line-height: 37px;
  letter-spacing: 0.01em;
}

/* ------------------------ */
/********** Blocks **********/
/* ------------------------ */

/* Multicolumn */
.multicolumn-card__info h1,
.multicolumn-card__info h2 {
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-size: 4.6rem;
  line-height: 4.4rem;
  padding-right: 1rem;
  color: var(--gradient-base-background-2);
  margin: 0;
}

.multicolumn .title-wrapper-with-link {
  text-align: center;
  display: block;
}

.multicolumn p strong {
  display: block;
  margin-bottom: 10px;
  padding: 0 1rem;
}

/* Product Card */
.product-card-wrapper .card__heading a {
  font-weight: 700;
  font-family: effra, sans-serif;
  color: #cca79c;
  text-transform: uppercase;
  position: absolute;
  top: 30px;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0.15em;
  transform: rotate(25deg);
}

@media screen and (min-width: 990px) {
  .product-card-wrapper .card__heading a {
    transform: rotate(35deg);
    right: -30px;
    opacity: 0;
    transition: opacity 0.2s ease-in;
  }
  
  .product-card-wrapper .card:hover .card__heading a {
    opacity: 1;
  }
}

@media screen and (max-width: 989px) {
  .product-card-wrapper .card {
    max-width: 370px;
    margin: 0 auto;
    position: relative;
  }
  
  .product-card-wrapper .card__heading a {
    right: 20px;
  }
}

/* -------------------------- */
/********** Homepage **********/
/* -------------------------- */

/* Banner */
@media screen and (min-width: 750px) {
  [id*="image_banner"] .banner__content {
    max-width: inherit;
    padding: 0;
  }

  [id*="image_banner"] .banner__box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 10rem;
    width: 40%;
    max-width: inherit;
  }
  
  [id*="image_banner"] .banner__heading {
    font-size: 4.8rem;
    line-height: 4.7rem;
    max-width: 500px;
    padding-bottom: 0;
    padding-top: 140px;
    background-repeat: no-repeat;
    background-size: 220px auto;
    background-position: 100% 0%;
    background-image: url(/cdn/shop/files/creme-animated-logo.gif);
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  [id*="image_banner"] .banner__box {
    width: 50%;
  }
    
  [id*="image_banner"] .banner__heading {
    font-size: 4.4rem;
    line-height: 4.4rem;
  }
}

[id*="image_banner"] .banner__buttons {
  margin-top: 60px;
}

@media screen and (max-width: 749px) {
  [id*="image_banner"] .banner__content {
    padding-top: 450px;
  }
  
  [id*="image_banner"] .banner__box {
    background-color: #f7f3edaa;
  }
}

/* What is Crème */
[id*="b63f2aee"] .image-with-text {
  background-image: url(/cdn/shop/files/chocolate.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  max-width: inherit;
}

@media screen and (min-width: 990px) {
  [id*="b63f2aee"] .image-with-text {
    padding: 0;
  }
  
  [id*="b63f2aee"] .image-with-text__grid {
    max-width: calc(1115px + 3rem);
    margin: 0 auto;
    padding: 16rem 1.5rem;
  }
}

@media screen and (max-width: 989px) {
  [id*="b63f2aee"] .image-with-text {
    padding: 55px 30px;
  }
}

[id*="b63f2aee"] .image-with-text__media-item {
  display: none;
}

[id*="b63f2aee"] .image-with-text__text-item {
  width: auto;
}

@media screen and (min-width: 990px) {
  [id*="b63f2aee"] .image-with-text__content {
    padding: 65px 44px 61px;
    flex-direction: row;
    align-items: center;
  }
}
  
@media screen and (max-width: 989px) {
  [id*="b63f2aee"] .image-with-text__content {
    padding: 55px 30px 38px;
  }
}

[id*="b63f2aee"] .image-with-text__heading {
  text-indent: -9999px;
  display: block;
  align-self: center;
  max-width: 200px;
  width: 100%;
  background-image: url(/cdn/shop/files/hand-cookie.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: relative;
}

@media screen and (min-width: 990px) {
  [id*="b63f2aee"] .image-with-text__heading {
    margin-right: 100px;
    margin-left: 80px;
    max-height: 160px;
    height: 100%;
  }
    
  [id*="b63f2aee"] .image-with-text__heading:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    right: -100px;
  }
}

@media screen and (max-width: 989px) {
  [id*="b63f2aee"] .image-with-text__heading {
    margin-bottom: 30px;
    height: 120px;
  }
}

[id*="b63f2aee"] .image-with-text__text {
  margin-top: 0;
}

@media screen and (min-width: 990px) {
  [id*="b63f2aee"] .image-with-text__text {
    padding-left: 100px;
  }
  
  [id*="b63f2aee"] .image-with-text__text p {
    font-size: 1.55rem;
    line-height: 2.1rem;
    letter-spacing: .02em;
  }
}

/* Location */
[id*="731f7d15"] .image-with-text {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}

[id*="731f7d15"] .image-with-text .image-with-text__content {
  padding-top: 110px;
  padding-bottom: 40px;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: .02em;
}

[id*="731f7d15"] .image-with-text .image-with-text__content .image-with-text__heading {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  font-family: effra, sans-serif;
}

[id*="731f7d15"] .image-with-text .image-with-text__content .image-with-text__text.subtitle {
  color: #000;
  margin-top: 10px;
}

[id*="731f7d15"] .image-with-text .image-with-text__content .button {
  background-color: #fff;
  color: #000;
  font-weight: 500;
  margin-top: 20px;
  border: 1px solid #707070;
  letter-spacing: .1em;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 10px 5px;
  margin-bottom: 40px;
  font-family: effra,sans-serif;
  min-height: inherit;
  min-width: inherit;
}

[id*="731f7d15"] .image-with-text .image-with-text__content .button:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(/cdn/shop/files/pin.svg);
  text-indent: -9999px;
  margin-right: 6px;
  position: inherit;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  z-index: 0;
  border-radius: 0;
  box-shadow: none;
}

[id*="731f7d15"] .image-with-text .image-with-text__content .image-with-text__text:not(.subtitle) {
  margin-top: 0;
}

[id*="731f7d15"] .image-with-text .image-with-text__content .image-with-text__text:not(.subtitle):after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(/cdn/shop/files/creme-vintage.png);
  height: 142px;
  width: 170px;
  margin: 46px auto 0;
}

[id*="731f7d15"] .image-with-text .image-with-text__content .image-with-text__text:not(.subtitle) p {
  color: #000;
  margin-bottom: 20px;
}

[id*="731f7d15"] .image-with-text .image-with-text__content .image-with-text__text:not(.subtitle) p:last-child,
[id*="731f7d15"] .image-with-text .image-with-text__content .image-with-text__text:not(.subtitle) p:last-of-type {
  margin-bottom: 0;
}

[id*="731f7d15"] .image-with-text .image-with-text__content .image-with-text__text:not(.subtitle) a {
  color: #000;
}

[id*="731f7d15"] .image-with-text .image-with-text__content .image-with-text__text:not(.subtitle) ul {
  margin-top: 20px;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

[id*="731f7d15"] .image-with-text .image-with-text__content .image-with-text__text:not(.subtitle) ul li > strong {
  font-family: effra,sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .05em;
  font-weight: 400;
}

[id*="731f7d15"] .image-with-text .image-with-text__content .image-with-text__text:not(.subtitle) ul li > strong:after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  margin-right: 8px;
  width: 20px;
  border-bottom: 1px solid #000;
}

[id*="731f7d15"] .image-with-text .image-with-text__content .image-with-text__text:not(.subtitle) ul li a {
  font-style: italic;
  font-weight: 400;
  font-family: kumlien-pro, serif;
  text-decoration: none;
}

[id*="731f7d15"] .image-with-text .image-with-text__content .image-with-text__text:not(.subtitle) ul li a > strong {
  font-weight: 400;
}

@media screen and (max-width: 749px) {
  [id*="731f7d15"] .image-with-text .image-with-text__grid {
    flex-direction: column-reverse;
  }
  
  [id*="731f7d15"] .image-with-text .image-with-text__content {
    padding-top: 60px;
  }
}

/* In the press */
#shopify-section-template--18095702606106__multicolumn .multicolumn-card {
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 2.5rem;
}

#shopify-section-template--18095702606106__multicolumn .multicolumn-card__info {
  padding-bottom: 0;
  padding-top: 52px;
  background-repeat: no-repeat;
  background-size: 32px auto;
  background-position: 50% 0%;
  background-image: url(/cdn/shop/files/quote.svg);
}

#shopify-section-template--18095702606106__multicolumn .multicolumn p strong {
  margin-bottom: 0;
  color: var(--gradient-base-background-2);
  font-size: 2rem;
}

/* Our Cookies */
[id*="66cc59c4"] .color-accent-1 {
  background: #fce7e0;
}
  
[id*="66cc59c4"] .collection__title .title {
  text-indent: -9999px;
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto 40px;
  background-image: url(/cdn/shop/files/our-cookies-title.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

[id*="66cc59c4"] .card .media.media--hover-effect>img:only-child,
[id*="66cc59c4"] .card-wrapper .media.media--hover-effect>img:only-child {
  transition: none;
}

[id*="66cc59c4"] .card:hover .media.media--hover-effect > img:first-child:only-child,
[id*="66cc59c4"] .card-wrapper:hover .media.media--hover-effect > img:first-child:only-child {
  transform: inherit;
}

[id*="66cc59c4"] .card__inner .card__badge {
  display: none;
}

[id*="66cc59c4"] .card__content {
  position: absolute;
  top: 0;
  right: 0;
}

[id*="66cc59c4"] .card__content .card__information {
  padding: 0;
}

[id*="66cc59c4"] .card__content .card__heading a {
  pointer-events: none;
  text-decoration: none;
  text-underline-offset: 0;
}

[id*="66cc59c4"] .card__content .card-information {
  display: none;
}

/* Our Chef */
[id*="fb540e34"] .image-with-text {
  background-image: url(/cdn/shop/files/our-chef.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 0;
  max-width: inherit;
}

@media screen and (min-width: 990px) {
  [id*="fb540e34"] .image-with-text__grid {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 16rem 1.5rem;
  }
}

[id*="fb540e34"] .image-with-text__media-item {
  display: none;
}

[id*="fb540e34"] .image-with-text__text-item {
  width: auto;
}

[id*="fb540e34"] .image-with-text__content {
  background: transparent;
  align-items: center;
}

@media screen and (min-width: 990px) {
  [id*="fb540e34"] .image-with-text__content {
    padding: 0;
    flex-direction: row;
  }
  
  [id*="fb540e34"] .image-with-text__heading {
    padding-left: 65px;
    padding-right: 80px;
    border-right: 1px solid #000;
    align-self: center;
  }
}

[id*="fb540e34"] .image-with-text__heading:after {
  content: '';
  display: block;
  width: 100%;
  height: 54px;
  margin-top: 22px;
  background-image: url(/cdn/shop/files/jeremycoste.svg?v=1686306536);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 989px) {
  [id*="fb540e34"] .image-with-text__heading {
    width: 100%;
    text-align: center;
  }
  
  [id*="fb540e34"] .image-with-text__heading:after {
    background-position: 50% 50%;
  }
}

@media screen and (min-width: 990px) {
  [id*="fb540e34"] .image-with-text__text {
    margin-top: 0;
    padding-left: 80px;
    flex: 1;
  }
  
  [id*="fb540e34"] .image-with-text__text p {
    font-size: 1.55rem;
    line-height: 2.1rem;
    letter-spacing: .02em;
  }
}

/* ------------------------- */
/********** Privacy **********/
/* ------------------------- */
.shopify-policy__container {
  padding-top: 28px;
  padding-bottom: 40px;
  max-width: 72.6rem;
}

.shopify-policy__container h1 {
  color: #fff;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000
}

.shopify-policy__body p b,
.shopify-policy__body li b{
  font-weight: 700;
  font-family: effra,sans-serif;
  letter-spacing: .05em;
}

.shopify-policy__body p b i,
.shopify-policy__body li b i,{
  font-style: normal;
  font-weight: 700;
}

.shopify-policy__body p + h3 {
  margin-top: 40px;
}

.shopify-policy__body ol li {
  font-family: effra,sans-serif;
}

/* -------------------------- */
/********** 404 Page **********/
/* -------------------------- */
.template-404 {
  min-height: calc(100vh - 84px - 410px - 290px);
  text-align: center;
}

.template-404 > p {
    font-weight: 700;
    font-family: effra,sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.template-404 > h1 {
  color: #fff;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
}

.template-404 .button {
  display: none;
}

/* ------------------------------- */
/********** Password Page **********/
/* ------------------------------- */
.password .password-header {
  text-align: center;
  display: flex;
}

password-modal {
  display: none;
}

.password .password-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: .3em;
  font-weight: 700;
  -webkit-text-stroke-width: inherit;
  -webkit-text-stroke-color: inherit;
  padding-right: 1.2rem;
  margin-right: 0;
  margin-left: 0;
  text-decoration: none;
  font-family: var(--font-heading-family);
}

.password footer {
  display: none;
}

/* ---------------------------- */
/********** Brought By **********/
/* ---------------------------- */
[id*="aff52f6b"] {
  order: 2;
}

.brought-by {
  text-align: center;
}

.brought-by .brought-by__header p {
  font-family: effra,sans-serif;
  font-weight: 700;
  letter-spacing: .2em;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.1rem;
  text-transform: uppercase;
  margin: 0;
}

.brought-by .brought-by__header img {
  display: inline-block;
  margin: 0 8px;
  transform: translateY(6px);
  max-height: 30px;
}

.brought-by .brought-by__content {}

.brought-by .brought-by__content p {
  font-weight: 400;
  font-family: kumlien-pro,serif;
  margin-top: 6px;
  color: #fff;
  margin: 0;
}

.brought-by .brought-by__content a {
  max-width: 110px;
  display: block;
  margin: 0 auto;
  padding: 35px 0 20px;
}

.brought-by .brought-by__content img {
  width: 100%;
}

.brought-by .brought-by__copyright p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.1rem;
  margin: 0;
}

.brought-by .brought-by__copyright p a {
  color: #fff;
  text-decoration: none;
}

/* ------------------------ */
/********** Footer **********/
/* ------------------------ */
.footer {
  border-top: 0;
}

.footer .footer__content-top {
  padding-bottom: 0;
}

.footer .footer__content-top .grid {
  justify-content: center;
  column-gap: 6rem;
}

.footer .footer__content-top .grid .footer-block {
  flex: inherit;
  width: auto;
}

.footer .footer-block__heading {
    font-weight: 700;
    font-family: effra,sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: #fff;
}

.footer .footer-block__details-content .list-menu__item--link {
  font-size: 1.6rem;
  line-height: 2.1rem;
}

.footer .footer__content-bottom {
  border-top: 0;
  padding-top: 0;
  display: none;
}

.footer .footer__copyright .copyright__content {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.1rem;
  display: none;
}

.footer .footer__copyright .copyright__content:last-of-type {
  display: none;
}

@media screen and (min-width: 990px) {
  .footer .footer-block__details-content .list-menu__item--link:hover,
  .footer .copyright__content a:hover {
    text-decoration: none;
  }
}

#insta-feed { margin: 0 auto !important; }
