header {
  position: sticky;
  top: -290px;
  z-index: 100;
}
.body-content-home header {
  position: relative;
  top: unset;
}
.gallery_line1 {
  font-family: "Times New Roman";
}
.page_header_inner h1 {
  text-transform: uppercase;
}
.menu_sel, .site_main_menu li:hover a {
  background: #b6b5e8;
  font-weight: bold;
  color: #000 !important;
}
.ObjID-15 {
  background-attachment: fixed;
}
.body-content-home .ObjID-15,
.body-content-home .ObjID-17,
.body-content-home .ObjID-162 {
  background: none;
}
.ObjID-24 {
  justify-content: space-evenly;
}
footer {
  position: relative;
  z-index: 3;
}
.shop_footer_links {
  position: relative;
  z-index: 1;
}
.blog_content_wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.blog_content_wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
#HeaderBlog {
  text-align: center;
}
#HeaderBlog h1 {
  font-size: clamp(40px, 5.56vw, 90px);
  font-weight: 900;
  text-transform: uppercase;
}
#HeaderNavigation {
  display: none;
}
#InfoFavBox {
  display: none;
}
.gallery_carousel .carousel_nav {
  background: #b6b5e8;
}
.ObjID-89 img {
  object-fit: cover;
}


.layout-blog-details .blog_row {
  border: none;
  box-shadow: none;
  background: none;
  padding: 0;
  margin: 0;
}
.layout-blog-details .blog_box_heading {
  background: none;
}
.layout-blog-details .blog_menu_box {
  border: none;
  box-shadow: none;
  background: none;
}
.layout-blog-details .blog_menu_item {
  line-height: 40px;
  border-bottom: 1px solid #b6b5e6;
  font-size: 18px;
}
.layout-blog-list-wrapper .blog_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 1000px) {
  .layout-blog-list-wrapper .blog_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .layout-blog-list-wrapper .blog_list {
    grid-template-columns: 1fr;
  }
}
.layout-blog-list-wrapper .blog_heading,
.layout-blog-details .blog_date,
.layout-blog-list-wrapper .blog_content,
.layout-blog-list-wrapper .blog_cat_tag,
.layout-blog-details .social_btns {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .site_main_menu .site_menu_ul {
    width: 75vw;
    justify-self: start;
  }
}