/** Shopify CDN: Minification failed

Line 471:5 Unexpected "@media"
Line 473:6 Unexpected "@media"
Line 475:6 Unexpected "@media"

**/
#MainContent .page-width {
  max-width: 100%;
  padding: 0;
}
.slick-prev:before,
.slick-next:before {
  content: none;
}
.her-banner-slider-section {
  position: relative;
}

.her-banner-slider-section .slider-main-part .item img {
  display: block;
  width: 100%;
}

.her-banner-slider-section .slider-main-part .slick-arrow {
  width: 49px;
  height: 49px;
  border: 2px solid #5c5854;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  cursor: pointer;
}

.her-banner-slider-section .slider-main-part .slick-arrow svg {
  color: #fff;
}

.her-banner-slider-section .slider-main-part .slick-arrow.slick-prev {
  left: 30px;
}

.her-banner-slider-section .slider-main-part .slick-arrow.slick-next {
  right: 30px;
}
.her-banner-slider-section .btn1 {
  padding: 8px 18px;
  background: #7d246e;
  border-radius: 8px;
  border: 1px solid #7d246e;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
  transition: 0.25s all linear;
  margin-right: 0;
  text-decoration: none;
  font-family: Jost, sans-serif !important;
  cursor: pointer;
}
.her-banner-slider-section .btn1:hover {
  background: #fff;
  color: #7d246e;
  transition: 0.25s all linear;
}
.her-banner-slider-section .button-part {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.collection-part-section {
  padding: 60px 50px;
}

.collection-part-section .heading-part {
  margin-bottom: 40px;
}

.collection-part-section .heading-part h2 {
  font-size: 38px;
  line-height: 40px;
  color: #7e246e;
  font-weight: 700;
  font-family: Jost, sans-serif !important;
  margin: 0;
  display: inline-block;
}

.collection-part-section .heading-part .common-btn {
  padding: 8px 18px;
  background: #7d246e;
  border-radius: 8px;
  border: 1px solid #7d246e;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
  transition: 0.25s all linear;
  margin-right: 0;
  text-decoration: none;
  font-family: Jost, sans-serif !important;
  cursor: pointer;
  float: right;
}

.collection-part-section .item-part {
  padding: 0 10px;
}

.collection-part-section .item-part a {
  text-decoration: none;
  border-radius: 20px;
}

.collection-part-section .item-part img {
  max-width: 100%;
  height: auto;
}

.collection-part-section .item-part .card-stretch {
  position: relative;
  border-radius: 20px;
}

.collection-part-section .item-part .card-stretch .media-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 450px;
}

.collection-part-section .item-part .card-stretch .media-wrap:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0.95) 100%
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0.95) 100%
  );
  background-image: linear-gradient(to bottom, #0000000d 50%, #000000f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d000000", endColorstr="#f2000000", GradientType=0);
  -webkit-transition: opacity 0.3s ease 0.1s;
  -o-transition: opacity 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s;
  z-index: 5;
  border-radius: 20px;
}

.collection-part-section .item-part .card-stretch .media-wrap img {
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  transition: 0.25s all linear;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.collection-part-section .item-part .card-stretch:hover .media-wrap img {
  transform: scale(1.03);
  transition: 0.25s all linear;
}

.collection-part-section .item-part .custom_collection_card_text {
  position: absolute;
  bottom: 21px;
  left: 0;
  right: 0;
  text-align: center;
  background-color: transparent;
  padding: 0 !important;
  z-index: 6;
}

.collection-part-section .item-part .custom_collection_card_text h3 {
  font-size: 24px;
  color: #fff;
  line-height: 29px;
  font-family: Jost, sans-serif !important;
  font-weight: 500;
  padding: 0 20px;
}

.collection-part-section
  .item-part
  .custom_collection_card_text
  h3
  .exporaler-now {
  display: block;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  text-transform: capitalize;
  width: 109px;
  margin: 8px auto 0;
  line-height: 23px;
}

.collection-part-section .item-part .overlay-card {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  transition: 0.5s all ease;
  background-color: transparent;
}

.collection-part-section .slick-arrow {
  width: 49px;
  height: 49px;
  border: 2px solid #5c5854;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  cursor: pointer;
}

.collection-part-section .slick-arrow svg {
  color: #fff;
}

.collection-part-section .slick-arrow.slick-prev {
  left: 20px;
}

.collection-part-section .slick-arrow.slick-next {
  right: 20px;
}
.main-sale-section {
  padding: 100px 14%;
}
.main-sale-section .heading-part {
  text-align: center;
  margin-bottom: 50px;
}
.main-sale-section .heading-part h2 {
  margin: 0;
  text-align: center;
  font-size: 48px;
  line-height: 45px;
  color: #7e246e;
  font-weight: 700;
  font-family: Jost, sans-serif !important;
}

.main-sale-section .main-part-fetures {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
}
.main-sale-section .main-part-fetures .col-lg-6 {
  width: 50%;
  padding: 0 15px;
}
.main-sale-section .main-part-fetures .left-side-part {
  position: relative;
}
.main-sale-section .main-part-fetures .left-side-part a {
  display: block;
  text-decoration: none;
}
.main-sale-section .main-part-fetures .btn1 {
  padding: 5px 24px;
  background: #7d246e;
  border-radius: 8px;
  border: 1px solid #7d246e;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
  transition: 0.25s all linear;
  margin-right: 15px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  width: 194px;
  text-align: center;
  margin-top:20px;
}
.main-sale-section .main-part-fetures .left-side-part img {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  height: auto;
  border-radius:15px;
}
.main-sale-section .main-part-fetures .right-side-part {
  padding-left: 100px;
}
.main-sale-section .center-part a {
  text-decoration: none;
}
.main-sale-section .main-part-fetures .right-side-part .heading {
  font-size: 35px;
  color: #7e246e;
  line-height: 64px;
  font-family: Jost, sans-serif !important;
  font-weight: 500;
  margin: 0 0 15px;
}
.main-sale-section .main-part-fetures .right-side-part p {
  font-size: 20px;
  color: #767a7d;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 21px;
}
.main-top-featured-slider .sub-heading {
  margin-bottom: 20px;
  text-align: center;
}
.main-top-featured-slider .sub-heading img {
  margin: 0 auto;
  max-width: 100%;
  width: 33%;
  height: auto;
  display: block;
}
.main-top-featured-slider .sub-heading h3 {
  margin: 0;
  font-size: 26px;
  color: #000;
  line-height: 34px;
  font-weight: 500;
  font-family: Jost, sans-serif !important;
  transition: 0.25s all linear;
  text-align: left;
  text-decoration: none;
  padding-left: 23px;
}
.main-sale-section .main-part-fetures.right-image-side .right-side-part {
  padding-left: 0;
  padding-right: 100px;
}
@media screen and (max-width: 1600px) {
}
@media only screen and (min-width: 1300px) and (max-width: 1440px) {
  .main-sale-section {
    padding: 60px 7%;
  }
  .main-sale-section .heading-part h2 {
    font-size: 37px;
    line-height: 41px;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1366px) {
}
@media screen and (min-width: 1431px) and (max-width: 1440px) {
}
@media (max-width: 1280px) {
   .main-sale-section {
    padding: 60px 7%;
  }
  .main-sale-section .heading-part h2 {
    font-size: 37px;
    line-height: 41px;
  }
    .main-sale-section .main-part-fetures .right-side-part {
    padding-left: 50px;
}
  .main-sale-section .main-part-fetures.right-image-side .right-side-part {
    padding-left: 0;
    padding-right: 50px;
}
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
   .main-sale-section {
    padding: 60px 7%;
  }
  .main-sale-section .heading-part h2 {
    font-size: 37px;
    line-height: 41px;
  }
  .main-sale-section .main-part-fetures .right-side-part {
    padding-left: 50px;
}
  .main-sale-section .main-part-fetures.right-image-side .right-side-part {
    padding-left: 0;
    padding-right: 50px;
}
}
@media only screen and (min-device-width: 800px) and (max-device-width: 820px) {
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
}
@media screen and (min-width: 0) and (max-width: 1023px) {
  .her-banner-slider-section .slider-main-part .item img {

    object-fit: cover;
    object-position: left center;
}
      .main-sale-section {
        padding: 60px 15px;
    }
      .main-sale-section .heading-part h2 {
        font-size: 30px;
        line-height: 36px;
    }
  .main-sale-section .heading-part {
    text-align: center;
    margin-bottom: 27px;
}
  .main-top-featured-slider .sub-heading img {
    width: 82%;
  }
  .main-sale-section .main-part-fetures .col-lg-6 {
    width: 100%;
    padding: 0 0;
}
    .main-sale-section .main-part-fetures .right-side-part{
      margin-top:20px;
    }
  .main-sale-section .main-part-fetures .right-side-part .heading {
    font-size: 30px;
    line-height: 41px;
    margin: 0 0 8px;
  }
  .main-sale-section .main-part-fetures .right-side-part p {
    font-size: 18px;
    line-height: 28px;
  }
  .main-sale-section .main-part-fetures {
           padding: 30px 0;
}
      .main-sale-section .main-part-fetures.right-image-side .right-side-part {
        padding-left: 0;
        padding-right: 0;
    }
  .main-sale-section .main-part-fetures.right-image-side .right-side-part{
    order:2;
  }
    .main-sale-section .main-part-fetures.right-image-side .left-side-part{
    order:1;
  }
  .her-banner-slider-section .button-part {
    position: static;
  }
  .her-banner-slider-section .btn1{
        width: 100%;
    border-radius:0;
  
  }
}
@media screen and (min-width: 430px) and (max-width: 432px) {
}
   @media screen and (min-width: 412px) and (max-width: 415px) {
}
    @media screen and (min-width: 540px) and (max-width: 543px) {
}
    @media screen and (min-width: 320px) and (max-width: 325px) {
}
