html,
body {
  width: 100%;
}

.header h1 {
  font-family: "Whyte-Light";
  margin: 0;
  font-size: 32px;
  color: black;
  text-transform: none;
  letter-spacing: -1px;
}

.header h2 {
  font-family: "Whyte-Light";
  margin: 0;
  font-size: 26px;
  text-transform: none;
}

.header h3 {
  font-family: "gascogne-serial";
  margin: 0;
  text-transform: none;
}

.header h4 {
  font-family: whyte_book;
  margin: 0;
  text-transform: none;
    font-weight: bold;
}

.header h5 {
  font-family: "Whyte-Semi";
  font-size: 10px;
  margin: 0;
  text-transform: none;
}

.header p {
  font-family: "Whyte-Light";
  font-size: 11px;
  text-transform: none;
}

.header a {
  font-family: "Whyte-Semi";
  font-size: 11px;
  text-decoration: none !important;
  position: relative;
  line-height: 1.2;
  display: block;
}

.header a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  overflow: hidden;
  height: 1px;
  background-color: black;
  transition: all 500ms ease;
}

.header a:hover::after {
  width: 100%;
}

.header .flex {
  display: flex;
}

.header .flex-col {
  flex-direction: column;
}

.header .flex-wrap {
  flex-wrap: wrap;
}

.header .flex-center {
  justify-content: center;
}

.header .flex-left {
  justify-content: flex-start;
}

.header .flex-right {
  justify-content: flex-end;
}

.header .flex-spread {
  justify-content: space-between;
}

.header .flex-vcenter {
  align-items: center;
}

.header .flex-vleft {
  align-items: flex-start;
}

.header .flex-vright {
  align-items: flex-end;
}

:root {
  --gap: 30px;
  --margin: 40px;
  --header-height: 95.56px;
  --row-height: 25%;
}

.header .container {
  padding: var(--gap);
}

.header .max-width {
  max-width: 1920px;
  margin: auto;
}

.header,
.header.scroll {
  top: 0 !important;
}

/* .interior .nav ul,
.single-post .nav ul,
.category-decor-advice .nav ul,
.category-design-stories .nav ul,
.category-design-stories .nav ul,
.category-editors-pick .nav ul,
.category-home-tours .nav ul,
.category-renovation-journeys .nav ul {
    column-gap: 50px;
} */

@media screen and (max-width: 767px) {
  :root {
    --gap: 20px;
  }
  .header h1 {
    font-size: 22px;
  }
  .header h3 {
    font-size: 20px;
  }
  .interior .nav ul,
  .single-post .nav ul,
  .category-decor-advice .nav ul,
  .category-design-stories .nav ul,
  .category-design-stories .nav ul,
  .category-editors-pick .nav ul,
  .category-home-tours .nav ul,
  .category-renovation-journeys .nav ul {
    column-gap: 15px;
  }
}

.header {
  border-bottom: 1px solid #ccc6ba;
  position: fixed;
  background-color: #f5f0e4;
  width: 100%;
  z-index: 99999;
  max-width: 100vw;
}

.header .container {
  -js-display: flex;
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: space-between;
}

.main-navigation {
  border-top: 1px solid #ccc6ba;
}

.main-navigation ul {
  column-gap: 0;
  height: 40px;
  padding: 10px 0;
  list-style: none;
  -js-display: flex;
  display: flex;
  justify-content: center;
  margin: 0;
  width: 100%;
}

.main-navigation .menu-item {
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.main-navigation li > a {
  font-size: 12px;
  cursor: pointer;
  font-family: "Whyte-Medium";
  text-transform: uppercase;
}

.main-navigation .main-menu a {
  font-family: "Whyte-Regular";
  font-size: 12px;
  text-transform: uppercase;
}

.main-navigation a::after,
.header-logo a::after {
  display: none;
}

.header-logo {
  margin: 15px auto;
  width: fit-content;
  text-align: center;
}

.header-logo a {
  width: 11rem;
}

.header-logo img {
  height: 16px;
}

/* .hamburger {
    position: absolute;
    top: 0;
    left: var(--gap);
    cursor: pointer;
    padding: 0;
    height: 46px;
    display: flex;
    align-items: center;
    transition: all 500ms ease;
    z-index: 99999;
}

.hamburger.open {
    padding: 11px 0;
}

.hamburger span {
    font-family: 'Whyte-Medium';
    font-size: 12px;
    color: black;
    margin-left: 5px;
}

.hamburger svg,
.hamburger g,
.hamburger line {
    transition: all 500ms ease;
}

.header .interior-back {
    position: absolute;
    right: calc(25px + var(--gap));
    top: 0;
    height: 46px;
}

.header .header-subscribe-part .icon-search:hover svg * {
    stroke: #ad86c4;
}

.header .interior-back::after {
    display: none;
}

.header .interior-back img {
    margin-right: 5px;
}

.header .interior-back span {
    font-family: 'Whyte-Medium';
    font-size: 12px;
    line-height: 1;
} */

.side-menu {
  background-color: black;
  position: fixed;
  z-index: 10;
  width: 400px;
  max-width: 100%;
  max-height: 100vh;
  min-height: 100vh;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: all 500ms ease;
  overflow: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

.side-menu::-webkit-scrollbar {
  display: none;
}

.side-menu.active {
  transform: translateX(0);
}

.side-menu > ul {
  padding: var(--gap);
  margin-top: 50px;
}

.side-menu a {
  color: #f5f0e4;
}

.side-menu .social-links a {
  margin: 0 20px;
}

.side-menu .menu-item {
  list-style: none;
  border-top: 1px solid #555555;
  padding: 10px 0;
}

.side-menu .menu-item:last-child {
  border-bottom: 1px solid #555555;
}

.side-menu .menu-item.dropdown .link {
  column-gap: 15px;
}

.side-menu .menu-item .link a {
  font-family: "gascogne-serial";
  font-size: 20px;
  text-transform: none;
  width: 100%;
}

.side-menu .menu-item .link a img {
  width: unset;
  height: unset;
  aspect-ratio: unset;
  object-fit: unset;
}

.side-menu p {
  font-family: whyte_book;
  font-size: 12px;
  color: #808080;
  line-height: 1.4;
}

.side-menu .sublinks {
  padding-left: 15px;
  display: none;
}

.side-menu .sublinks ul {
  padding-left: 0;
}

.side-menu .sublink {
  font-family: "Whyte-Medium";
  font-size: 12px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.side-menu .sublink:hover {
  color: #808080;
}

.side-menu .sublink:first-child {
  padding-top: 15px;
}

.side-menu .dropdown .link img {
  cursor: pointer;
  transform: rotate(90deg);
  transition: all 500ms ease;
}

.side-menu .link img.active {
  transform: rotate(-90deg);
}

.side-menu .footer-links .flex {
  row-gap: 15px;
}

.side-menu .footer-links a {
  color: #f5f0e4;
  font-size: 12px;
  font-family: "Whyte-Medium";
}

.side-menu .footer-links a:hover {
  color: #808080;
}

.side-menu img.active {
  background-color: transparent;
}

.side-menu .social-links {
  height: fit-content;
}

.side-menu .social-links a:hover img {
  opacity: 0.5;
}

.main-navigation ul {
  position: relative;
}

.main-navigation ul .highlight {
  height: 9px;
  left: 0;
  position: absolute;
  top: calc(100% - 0px);
  transform: translateY(-50%);
  transition: all 0.5s;
  width: 100px;
  z-index: 1;
  display: none;
}

.category-list-items .pagination-container {
  margin-bottom: 3.5rem;
}

.header .side-menu .footer-links.mobile {
  display: none;
  padding-bottom: 90px;
}

/* .search-icon-wrapper {
    right: auto;
    left: 60px;
} */

/* .header .store-link {
    position: absolute;
    right: var(--gap);
    top: 13px;
} */

.header .consult-link a {
  display: flex;
  height: 100%;
  width: fit-content;
  align-items: center;
  font-family: "Whyte-Regular";
  font-size: 14px;
  font-weight: 350;
  text-transform: uppercase;
  line-height: 16px;
}

.header .consult-link a::after {
  display: none;
}

.header .icon-search svg {
  width: 16px;
  height: 17px;
}

@media screen and (max-width: 767px) {
  .main-navigation ul {
    padding: 10px 25px;
    column-gap: 15px;
    justify-content: space-between;
  }
  .hamburger {
    padding: 11px 15px 11px 0;
  }
  .side-menu {
    padding-bottom: 50px;
    height: 100%;
  }
  .hamburger span {
    display: none;
  }
  .main-navigation ul .highlight {
    display: block;
  }
  .header .side-menu .footer-links.desktop {
    display: none;
  }
  .header .side-menu .footer-links.mobile {
    display: flex;
  }
  .search-icon-wrapper {
    left: 45px;
  }
  .header .consult-link a {
    padding: 0 11px;
    margin-right: calc(-1 * var(--gap));
  }
  .header .consult-link a span {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .main-navigation > ul {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .main-navigation ul::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-top__center {
    padding-right: 18vw;
  }

  .header-top__right {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header-top__center {
    padding-left: 5vw;
  }

  .header-top__right {
    width: 25%;
  }
}
