.brand-page-header {
  z-index: 2100;
}

/* first section */

.first-section {
  width: 100%;
  position: relative;
  padding-top: 120px;
  /* background: #f8f8f8; */
}

.coverImg {
  width: 100%;
  height: 65vh;
  position: relative;
}

.brand-img-vertical-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 120px;
  background-color: #fff;
}
.brand-img-vertical-line-two {
  position: absolute;
  /* top: 0; */
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 80px;
  background-color: #000;
}

.coverImg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.img-overlay {
  position: absolute;
  left: 0;
  top: 0;
  background: black;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

.landing-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.landing-text-heading {
  font-size: 120px;
  font-family: "mn-bold";
  text-transform: capitalize;
  color: #f5eded;
}

.tagline {
  font-size: 80px;
  align-content: center;
  text-align: center;
  font-family: "mn-demi";
}

.tagline span {
  color: #138fe4;
}

.utlimateSelf {
  display: flex;
  justify-content: flex-start;
  line-height: 100%;
}

.careRoutine {
  display: flex;
  justify-content: flex-end;
  line-height: 100%;
}

.landing-text-description {
  font-size: 28px;
  font-family: "mn-Light";
  text-align: center;
  margin-top: 10px;
  color: white;
}

.first-section-brand-description {
  display: flex;
  width: 50%;
  margin: 80px auto 20px auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3% 0;
  border-top: 1px solid #000;
}

.div-text-description {
  /* width: 50%; */
}

.text-description {
  text-align: center;
  margin-left: 0%;
  margin: 10px 0;
  color: #6f6f6f;
  line-height: 190%;
}

.brand-footer-title {
  font-size: 60px;
  font-family: "s-south";
  color: #6f6f6f;
  margin-top: 15px;
}

/* Second section */

.second-section {
  /* padding: 1% 0; */
  background-color: #f8f8f8;
}

/* .stickyFilter + .brand-section-first-carousel {
  padding-top: 300px !important;
} */

.stickyFilter {
  position: fixed;
  top: 120px;
  width: 100%;
  z-index: 1000 !important;
}

.brand-section-first-carousel {
  padding: 1% 0;
}
.brand-section-new-collection {
  border-top: 2px solid #000;
}

.brand-section-head-div {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  /* margin: 20px 0; */
}

.best-seller-heading {
  font-size: 40px;
  font-family: "mn-bold";
}

.shop-all-link {
  font-size: 20px;
  font-family: "mn-bold";
  text-transform: uppercase;
}

.brand-details-filters-container {
  background: #000;
  /* width: 100%; */
  height: 56px;
}

.brand-details-filters {
  max-width: 1670px;
  width: 90%;
  height: 100%;
  margin: auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-details-filters-left {
  /* width: 50%; */
  display: flex;
  align-items: center;
  cursor: pointer;
}

.brand-details-filters-text {
  font-size: 20px;
  font-family: "mn-book";
  text-transform: uppercase;
  margin: 0;
  padding-right: 8px;
}
/* .brand-dtails-filter-icon {
    cursor: pointer;
  } */

.brand-details-filters-right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.brand-details-seach-brand {
  width: 35%;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  border-bottom: 1px solid #fff;
  padding-bottom: 1px;
  margin-right: 40px;
  height: 40px;
}

.brand-details-seach-brand input {
  width: 100%;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 17px;
  font-family: "mn-light";
  outline: none;
  line-height: 80%;
}

.brand-details-sort-brand {
  display: flex;
  align-items: center;

  /* width: 50%; */
}

.brand-details-sort-by {
  margin: 0;
  white-space: nowrap;
  font-size: 20px;
  font-family: "mn-book";
  text-transform: uppercase;
  margin-right: 10px;
}

/* All product listings */

.brand-section-all-products {
  display: flex;
  flex-direction: column;
}

.brand-all-product-listings {
  width: 100%;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}

.all-product-slider-card {
  margin: 0 25px 0 0 !important;
  padding: 0 !important;

  width: 100% !important;
}

.all-product-image-container {
  height: auto !important;
}

.all-product-view-more {
  width: 178px;
  height: 50px;
  background-color: #000;

  margin: 3% auto 5% auto;
}

.all-product-view-link {
  width: 178px;
  height: 50px;
  font-size: 16px;
  font-family: "mn-book";
  text-transform: uppercase;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-out;
}

.all-product-view-link:hover {
  letter-spacing: 1.4px;
}

/* Filter Modal */

.brand-filter-dropdown {
  background-color: rgba(0, 0, 0, 0.541);
}

.brand-filter-dropdown-dialog {
  background-color: #000;
  /* height: calc(100vh - 120px); */
  padding-top: 120px;
  width: 570px !important;
  overflow: scroll;
}

.filter-dropdown-content {
  color: #fff !important;
  padding: 2% 0;
}

.filter-dropdown-content-one {
  border-bottom: 1px solid #6f6f6f;
  /* padding-bottom: 20px; */
  padding: 10px 10% 10px 10%;
}

.filter-accordion-panel-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5%;
  padding-top: 5%;
  cursor: pointer;
}
.filter-accordion-panel-head-title {
  font-size: 22px;
  font-family: "mn-book";
  text-transform: uppercase;
}

.filter-accordion-panel-head-close svg {
  transform: rotate(45deg);
  margin-top: 3px;
}

.filter-dropdown-content {
  /* padding: 10%; */
  width: 100%;
  height: 100%;
}

.filter-accordion-panel-content {
  max-height: 0px;

  overflow-y: hidden;
}

.category-content-one {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 17px;
  font-family: "mn-light";
  text-transform: capitalize;
  margin: 0;
  padding: 5px 80px 5px 0;
}
.category-content-one label input {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
}

.category-content-one label {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

/* Third section */

.third-section {
  background-color: #000;
  padding: 3% 0;
}

.third-section-heading {
  font-size: 40px;
  font-family: "mn-bold";
  color: #fff;
  text-align: center;
}

.third-section-slider-container {
  padding: 3% 0;
}

.third-sec-card-name {
  color: #fff !important;
}

.third-sec-card-tag-one {
  background: #c1c1c1 !important;
}

/* Select dropdown */

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 260px;
  height: 56px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  /* padding: 8px 15px; */
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: "mn-book";
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  right: 0px;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.select-styled:hover {
  background-color: #000;
}
.select-styled:active,
.select-styled.active {
  background-color: #000;
}
.select-styled:active:after,
.select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #000;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #fff;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  font-size: 16px;
  font-family: "mn-book";
  text-transform: uppercase;
}
.select-options li:hover {
  color: #000;
  background: #fff;
  letter-spacing: 1.2px;
}
.select-options li[rel="hide"] {
  display: none;
}

.brand-details-filtered-content {
  padding: 2% 0;
}

.brand-details-filtered-content-grid {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.brand-detail-card {
  width: 23% !important;
  padding: 0 !important;
}

.brand-detail-card-image {
  height: 428px !important;
}

@media only screen and (max-width: 1600px) {
  /* first section */

  .first-section {
    padding-top: 80px;
  }

  .brand-img-vertical-line {
    height: 90px;
  }
  .brand-img-vertical-line-two {
    height: 60px;
  }

  .tagline {
    font-size: 70px;
  }

  .landing-text-description {
    font-size: 22px;
  }

  .first-section-brand-description {
    margin: 60px auto 20px auto;
    width: 60%;
  }

  .brand-footer-title {
    font-size: 50px;
  }

  /* Second section */

  .stickyFilter {
    position: fixed;
    top: 80px;
    width: 100%;
    z-index: 1000 !important;
  }

  .brand-details-filters-container {
    height: 45px;
  }
  

  .brand-details-filters-right {
    width: 70%;
  }

  .best-seller-heading {
    font-size: 30px;
  }

  .shop-all-link {
    font-size: 18px;
  }

  .brand-details-seach-brand input {
    font-size: 14px;
  }

  .brand-details-filters-text {
    font-size: 18px;
  }

  .brand-details-sort-by {
    font-size: 18px;
  }

  /* All product listings */

  .all-product-view-more {
    width: 150px;
    height: 45px;
  }

  .all-product-view-link {
    width: 150px;
    height: 45px;
    font-size: 14px;
  }

  /* Filter Modal */

  .brand-filter-dropdown-dialog {
    padding-top: 80px;
    width: 400px !important;
  }

  .filter-accordion-panel-head-title {
    font-size: 18px;
  }

  .filter-accordion-panel-head-close svg {
    width: 12px;
    height: 12px;
  }

  .category-content-one {
    font-size: 15px;
  }

  /* Third section */

  .third-section-heading {
    font-size: 40px;
  }

  /* Select dropdown */

  .select {
    font-size: 15px;
    height: 45px;
  }
}

@media only screen and (max-width: 1300px) {
  .brand-all-product-listings {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  /* first section */

  .coverImg {
    height: 494px;
  }
  .first-section {
    padding-top: 80px;
  }

  .brand-img-vertical-line {
    height: 90px;
  }
  .brand-img-vertical-line-two {
    height: 60px;
  }

  .tagline {
    font-size: 50px;
  }

  .landing-text-description {
    font-size: 16px;
  }

  .first-section-brand-description {
    margin: 60px auto 20px auto;
    width: 60%;
  }

  .brand-footer-title {
    font-size: 50px;
  }

  /* Second section */

  .stickyFilter {
    position: fixed;
    top: 80px;
    width: 100%;
    z-index: 1000 !important;
  }

  .brand-details-filters {
    width: 96%;
  }

  .brand-details-filters-left {
    width: 20%;
  }

  .select {
    width: 180px;
  }
  .brand-details-seach-brand {
    margin-right: 20px;
  }

  .brand-details-filters-right {
    width: 80%;
  }

  .brand-details-seach-brand {
    height: 35px;
    width: 37%;
  }

  .brand-details-seach-brand svg {
    width: 18px;
    height: 18px;
  }

  .best-seller-heading {
    font-size: 30px;
  }

  .shop-all-link {
    font-size: 18px;
  }

  .brand-details-seach-brand input {
    font-size: 12px;
  }

  .select-styled {
    font-size: 14px;
    width: 150px;
  }

  .card-name {
    font-size: 13px;
  }

  .select-options li {
    font-size: 13px;
  }

  .brand-details-filters-text {
    font-size: 18px;
  }

  .brand-details-sort-by {
    font-size: 14px;
  }

  /* All product listings */

  /* .all-product-slider-card {
    min-height: 450px !important;
  } */

  .all-product-view-more {
    width: 150px;
    height: 45px;
  }

  .all-product-view-link {
    width: 150px;
    height: 45px;
    font-size: 14px;
  }

  /* Filter Modal */

  .brand-filter-dropdown-dialog {
    padding-top: 80px;
    width: 400px !important;
  }

  .filter-accordion-panel-head-title {
    font-size: 18px;
  }

  .filter-accordion-panel-head-close svg {
    width: 12px;
    height: 12px;
  }

  .category-content-one {
    font-size: 15px;
  }

  /* Third section */

  .third-section-heading {
    font-size: 40px;
  }

  /* Select dropdown */

  .select {
    font-size: 15px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
  /* first section */

  .coverImg {
    height: 494px;
  }
  .first-section {
    padding-top: 50px;
  }

  .brand-img-vertical-line {
    display: none;
  }
  .brand-img-vertical-line-two {
    display: none;
  }

  .tagline {
    font-size: 35px;
    padding: 0 10px;
  }

  .landing-text-description {
    font-size: 18px;
    padding: 0 10px;
  }

  .first-section-brand-description {
    margin: 40px auto 40px auto;
    width: 96%;
    padding: 30px 0px 0px 0px;
  }

  .brand-footer-title {
    font-size: 30px;
  }

  /* Second section */

  .stickyFilter {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 1000 !important;
  }

  .brand-details-filters {
    width: 96%;
  }

  .brand-details-filters-left {
    width: 20%;
  }

  .select {
    width: 180px;
  }
  .brand-details-seach-brand {
    margin-right: 20px;
    display: none;
  }

  .brand-details-filters-right {
    width: 60%;
  }

  .brand-details-seach-brand {
    height: 35px;
    width: 37%;
  }

  .brand-details-seach-brand svg {
    width: 18px;
    height: 18px;
  }

  .best-seller-heading {
    font-size: 25px;
  }

  .shop-all-link {
    font-size: 15px;
  }

  .brand-details-seach-brand input {
    font-size: 12px;
  }

  .select-styled {
    font-size: 13px;
    width: 125px;
    margin-left: 50px;
  }

  .card-name {
    font-size: 11px !important;
  }

  .select-options li {
    font-size: 13px;
  }

  .brand-details-filters-text {
    font-size: 13px;
  }

  .brand-dtails-filter-icon svg {
    width: 13px;
    height: 13px;
  }

  .brand-details-sort-by {
    font-size: 13px;
    margin-right: -45px;
  }

  /* All product listings */

  .brand-all-product-listings {
    grid-template-columns: 1fr 1fr;
  }

  .all-product-view-more {
    width: 120px;
    height: 35px;
    margin-bottom: 60px;
  }

  .all-product-view-link {
    width: 120px;
    height: 35px;
    font-size: 12px;
  }

  /* Filter Modal */

  .brand-filter-dropdown-dialog {
    padding-top: 65px;
    width: 300px !important;
  }

  .filter-accordion-panel-head-title {
    font-size: 18px;
  }

  .filter-accordion-panel-head-close svg {
    width: 12px;
    height: 12px;
  }

  .category-content-one {
    font-size: 15px;
  }

  /* Third section */

  .third-section-heading {
    font-size: 20px;
    padding: 10px 0;
  }

  /* Select dropdown */

  .select {
    font-size: 15px;
  }
}
