﻿/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575px) {
  /* Your styles here */
}
@media (min-width: 576px) {
  /* Your styles here */
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* Your styles here */
}
@media (max-width: 991px) {
  /* Your styles here */
  .header-middle .header-left .logo {
    margin: auto;
    display: block;
  }
  a.logo img {
    left: 22px;
    position: relative;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .product-details {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  form.filter-bar {
    gap: 20px;
    align-items: center;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .page-title {
    line-height: inherit;
  }
  .page-header {
    position: absolute;
    z-index: 100;
    top: calc(50vh - 75px);
    bottom: 0px;
    background: #ffffff61;
    display: block;
    border-radius: 2em;
    border: 1px solid #ffffff5e;
    margin-left: 50vw;
    transform: translateX(-50%); padding-left: 100px; padding-right: 100px;
	    backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* for Safari */
  }
  .header-left .main-nav {
    background: #0000008a;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 100px;
  }
  li.submenu ul {
    background: #0000008a;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
  }
  a.logo img {
    filter: invert(1);
  }
  .home .header {
    z-index: 10;
    position: absolute;
    width: 100%;
    background: transparent;
    border: 0px;
  }
  .home .header-top {
    border: 0px;
  }
  .home .header-middle {
    background: transparent
  }
  .home .header * {
    color: #fff;
  }
  .main-slider {
    border-radius: 0px;
  }
  .main-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 15%, rgba(0, 0, 0, 0.07) 30%, rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 0.9) 85%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.8;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* Your styles here */
}