.hero-section {
  height: 500px;
  background-color: #EEEDEE;
  width: 100% !important;
}
@media (max-width: 767px) {
  .hero-section {
    background-color: #000000;
    height: 600px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero-section {
    height: 800px;
  }
}
.hero-content-web {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  text-align: left;
  margin-left: 22%;
  margin-top: 50px;
}
.hero-content-mobile {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  text-align: center;
  margin-top: 30%;
  color: #fff;
}
.hero-overlay {
  position: absolute;
  width: 100%;
  height: 600px;
  z-index: 2;
}
.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .hero-img {
    max-height: 500px;
  }
}
.hero-bf-img {
  width: 450px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .hero-bf-img {
    margin-top: unset;
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .hero-bf-img {
    width: 350px;
  }
}
.hero-text {
  font-size: 30px !important;
  font-weight: 600 !important;
  color: #000000;
  margin-top: 20px;
  font-family: "proxima-nova", sans-serif !important;
}
@media (max-width: 768px) {
  .hero-text {
    color: #fff;
    margin-top: 80px;
    font-size: 25px !important;
    font-weight: 500 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .hero-text {
    font-size: 25px !important;
  }
}
.fifty-off {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #AC2A2A;
}
.hero-link {
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #707070 !important;
  text-transform: capitalize !important;
}
@media (max-width: 768px) {
  .hero-link {
    color: #fff !important;
  }
}
.link-block {
  margin-top: 8px !important;
}
.fc-overlay {
  position: absolute;
  width: 100%;
  height: 600px;
  z-index: 2;
}
.slick-slide {
  position: relative;
  width: 100vw;
}
.slick-slide .btn {
  position: absolute;
  bottom: 110px;
}
.slick-slide svg {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .slick-slide svg {
    align-self: center;
  }
  .slick-slide .fourhands-svg {
    height: 28px;
  }
  .slick-slide .uttermost-svg {
    height: 33px;
    width: auto;
  }
  .slick-slide .surya-svg {
    height: 32px;
  }
  .slick-slide .dovetail-svg {
    height: 48px;
  }
  .slick-slide .btn {
    bottom: 38px;
    max-width: calc(100% - 60px) !important;
  }
}
.slick-prev,
.slick-next {
  z-index: 100;
  top: 10px;
  width: 50px;
  font-size: 50px;
  position: absolute;
  height: 100%;
}
.slick-prev .fa-circle,
.slick-next .fa-circle {
  position: absolute;
  left: 0;
  width: 50px;
  color: white;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.1s linear;
}
.slick-prev .fa-circle svg,
.slick-next .fa-circle svg {
  color: var(--dec-black);
  float: left;
  font-size: 30px;
  padding: 19px 0;
  width: 20px;
  height: 50px;
  position: absolute;
  fill: var(--dec-black);
  transition: all 0.1s linear;
}
.slick-prev .fa-circle:hover,
.slick-next .fa-circle:hover {
  width: 57px;
  font-size: 57px;
  left: -3px;
}
.slick-prev .fa-circle:hover svg,
.slick-next .fa-circle:hover svg {
  width: 24px;
  height: 54px;
  -webkit-transform: translateX(1px);
  -ms-transform: translateX(1px);
  transform: translateX(1px);
  top: 1px;
}
.slick-prev:before,
.slick-next:before {
  content: '';
}
@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    display: none !important;
  }
}
.slick-prev {
  left: 50px;
}
.slick-prev svg {
  left: 14px;
}
@media (max-width: 1200px) {
  .slick-prev {
    left: 20px;
  }
}
.slick-next {
  right: 50px;
}
.slick-next svg {
  left: 16px;
}
@media (max-width: 1200px) {
  .slick-next {
    right: 20px;
  }
}
.brand-gradient {
  position: absolute;
  top: 0;
  width: 80%;
  height: 80%;
  background: radial-gradient(rgba(51, 51, 51, 0.6), transparent, transparent);
  left: -30%;
}
@media (max-width: 767px) {
  .brand-gradient {
    left: 0;
    height: 100%;
  }
}
.uttermost-desc-bg {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 45px 170px;
  margin-left: -45px;
  border-radius: 10px;
  width: 624px;
}
.uttermost-desc-bg .fc-text-1 {
  color: #333;
  margin-top: 0 !important;
}
.uttermost-desc-bg .fc-text-3 {
  color: #333;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .uttermost-desc-bg {
    margin-left: 0;
    width: 100%;
    padding: 30px 20px;
  }
}
@media (min-width: 768px) {
  .fourhands-img {
    object-position: bottom left !important;
  }
}
.uttermost-img {
  object-position: bottom left !important;
}
@media (max-width: 767px) {
  .uttermost-img {
    object-position: left;
  }
}
.featured-collection-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .featured-collection-img {
    object-position: top left;
  }
}
.fc-content {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  text-align: left;
  margin-top: 30px;
  max-width: 578px;
}
@media (max-width: 768px) {
  .fc-content {
    margin-left: 0;
    text-align: center;
  }
}
.fc-text-1 {
  color: #FFFFFF;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .fc-text-1 {
    font-size: 12px !important;
    text-align: center;
  }
}
.fc-text-2 {
  color: #FFFFFF;
  font-size: 58px !important;
  font-weight: 500 !important;
  margin-top: 25px;
}
.fc-text-3 {
  width: 80% !important;
  color: #FFFFFF;
  font-weight: 300 !important;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  line-height: 30px !important;
}
@media (max-width: 768px) {
  .fc-text-3 {
    text-align: center;
    align-self: center;
    line-height: 30px !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
.fc-btn {
  margin-top: 30px;
  font-size: 14px !important;
  width: 334px;
  max-width: 100% !important;
}
@media (max-width: 768px) {
  .fc-btn {
    align-self: center;
  }
}
.featured-wp-img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.fw-overlay {
  position: absolute;
  width: 100%;
  height: 450px;
  z-index: 2;
}
.fw-overlay a {
  text-decoration: none;
}
.fw-content {
  display: flex;
  background-color: #FFFFFF;
  margin: 115px 25%;
  height: 224px;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  border-radius: 10px;
  text-transform: initial;
  letter-spacing: initial;
}
@media (max-width: 768px) {
  .fw-content {
    margin: 75px 5%;
    height: 300px;
  }
}
.fw-text-1 {
  margin-top: 30px;
}
.fw-img {
  width: 140px;
  align-self: center;
}
.latest-obsession .lo-content {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  text-align: left;
  margin-top: 50px;
}
.latest-obsession .lo-content .lo-txt-1 {
  font-size: 14px;
  margin-top: -20px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2.8px;
}
.latest-obsession .lo-content h2 {
  font-size: 45px;
  line-height: normal;
  max-width: 400px;
  margin-top: 20px;
}
.latest-obsession .lo-content .lo-txt-3 {
  color: var(--dec-grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 15px;
  margin-bottom: 43px;
  max-width: 300px;
}
@media (max-width: 991px) {
  .latest-obsession .lo-content {
    text-align: center;
  }
  .latest-obsession .lo-content h2 {
    max-width: none;
  }
  .latest-obsession .lo-content .lo-txt-3 {
    max-width: none;
  }
}
.latest-obsession .lo-img-container {
  display: flex;
}
.latest-obsession .lo-img-container .lo-img-container-inner {
  max-width: 390px;
  max-height: 390px;
}
.latest-obsession .lo-img-container .lo-img-container-inner img {
  object-fit: contain !important;
}
@media (max-width: 991px) {
  .latest-obsession .row {
    justify-content: center;
  }
}
.discover-brands {
  background-color: #EEEDEE;
  display: flex;
  flex-direction: row;
}
.bottom-content-web {
  text-align: center;
  justify-content: center;
  margin-top: 80px;
}
.bottom-content-web.discover-brands-web {
  max-width: calc(1140px / 2);
}
@media (max-width: 1399px) {
  .bottom-content-web.discover-brands-web {
    max-width: calc(950px / 2);
  }
}
@media (max-width: 1199px) {
  .bottom-content-web.discover-brands-web {
    max-width: calc(830px / 2);
  }
}
@media (max-width: 768px) {
  .bottom-content-web {
    margin-bottom: 50px;
  }
}
.bc-images {
  width: 100% !important;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .bc-images {
    justify-content: center;
    align-items: center;
  }
}
.bc-img-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 40px !important;
}
.bc-image {
  filter: grayscale(100%) !important;
  width: 100px !important;
}
@media (min-width: 768px) {
}
@media (min-width: 1024px) and (max-width: 1300px) {
}
.ja {
  margin-top: 10px;
}
kk {
  margin-top: 25px;
}
.kk-j {
  margin-top: 10px;
}
.up-50 {
  padding: 2px;
  background-color: #333333;
  font-size: 20px !important;
  font-family: proxima-nova !important;
  width: 160px;
  align-self: center;
  font-weight: 600 !important;
}
.discover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
}
.dscv {
  margin-left: -30px;
}
@media (min-width: 768px) and (max-width: 1025px) {
  .dscv {
    font-size: 22px !important;
  }
}
.see-all {
  font-size: 18px !important;
}
