.product-description_wrapper .main .details-wrapper__contianer > .details-wrapper__contianer-item-left:first-child {
  width: 100% ;
}
section.product-selection {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}
section.product-selection .breadcrumbs {
  z-index: 10;
  position: relative;
  display: none
}
@media (min-width:992px) {
  section.product-selection .breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
}
section.product-selection .product-selection {
  padding-bottom: 0
}
@media (min-width:992px) {
  section.product-selection .product-selection {
    padding-bottom: 100px
  }
}
section.product-selection .product-selection__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s
}
@media (min-width:992px) {
  section.product-selection .product-selection__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

@media (min-width:992px) {
  section.product-selection .product-selection__wrapper-thumbnail {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 85px
  }
}
section.product-selection .product-selection__wrapper-thumbnail {
  display: none;
  position: relative;
  top: unset;
  /* margin-top: 68px; */
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s
}
section.product-selection .product-selection__wrapper-thumbnail ul li {
  border: 2px solid #fff;
  max-width: 100px;
  margin-bottom: 24px
}
section.product-selection .product-selection__wrapper-thumbnail ul li.current {
  border: 2px solid #7345b3
}
section.product-selection .product-selection__wrapper-thumbnail ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
section.product-selection .product-selection__wrapper-thumbnail ul li a img {
  max-width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover
}
section.product-selection .product-selection__wrapper-thumbnail ul li:last-child {
  margin-bottom: 0
}
section.product-selection .product-selection__wrapper-product {
  min-width: 100%;
  margin: 0 auto
}
@media (min-width:992px) {
  section.product-selection .product-selection__wrapper-product {
    max-width: 643px;
    min-width: initial;
    width: -webkit-calc(65% - 120px);
    width: -moz-calc(65% - 120px);
    width: calc(65% - 120px)
  }
}
@media screen and (max-width:1080px) and (orientation:landscape) {
  section.product-selection .product-selection__wrapper-product {
    max-width: 480px
  }
}
@media screen and (max-width:1024px) and (orientation:landscape) {
  section.product-selection .product-selection__wrapper-product {
    max-width: 450px
  }
}
@media screen and (max-width:991px) and (orientation:landscape) {
  section.product-selection .product-selection__wrapper-product {
    max-width: 100%
  }
}
section.product-selection .product-selection__wrapper-product .product-detail {
  display: none
}
@media (min-width:992px) {
  section.product-selection .product-selection__wrapper-product .product-detail {
    display: block
  }
}
section.product-selection .product-detail__navs {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 132px;
  background-color: #fff;
  padding: 24px 0 24px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #7345b3;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch
}
@media screen and (max-width:1024px) and (orientation:landscape) {
  section.product-selection .product-detail__navs {
    font-size: 13px;
    line-height: 19px
  }
}
@media screen and (max-width:1280px) and (orientation:landscape) {
  section.product-selection .product-detail__navs {
    top: 60px
  }
}
@media (min-width:992px) {
  section.product-selection .product-detail__navs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
}
/* section.product-selection .product-detail__navs::before {
  content: "";
  position: absolute;
  top: -80px;
  height: 100px;
  background-color: #fff;
  width: 100%;
  z-index: 9
} */
section.product-selection .product-detail__navs li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center
}
section.product-selection .product-detail__navs li a {
  color: #7345b3
}
section.product-selection .product-detail__navs li a:active {
  color: #7345b3
}
section.product-selection .product-detail__navs li:first-child {
  text-align: left
}
section.product-selection .product-detail__navs li:last-child {
  text-align: right
}
section.product-selection .product-detail__navs li + li {
  border-left: solid 1px #c4c4c4
}
section.product-selection .product-selection__wrapper-product .product-detail__images {
  display: none
}
@media (min-width:992px) {
  section.product-selection .product-selection__wrapper-product .product-detail__images {
    display: block
  }
}
section.product-selection .product-selection__wrapper-product .product-item {
  margin-bottom: 12px
}
section.product-selection .product-selection__wrapper-product .product-description {
  margin-top: 0
}
@media (min-width:992px) {
  section.product-selection .product-selection__wrapper-product .product-description {
    margin-top: 76px
  }
}
@media screen and (max-width:1280px) and (orientation:landscape) {
  section.product-selection .product-selection__wrapper-product .product-description {
    margin-top: 0
  }
}
section.product-selection .product-selection__wrapper-product .product-description_wrapper {
  background-color: #f4f2ed;
  margin-bottom: 24px;
  padding: 26px 16px
}
@media (min-width:992px) {
  section.product-selection .product-selection__wrapper-product .product-description_wrapper {
    padding: 26px 24px
  }
}
section.product-selection .product-selection__wrapper-product .product-description_wrapper-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #7345b3;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (min-width:992px) {
  section.product-selection .product-selection__wrapper-product .product-description_wrapper-title {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
section.product-selection .product-selection__wrapper-product .product-description_wrapper-title span {
  margin-left: 10px
}
section.product-selection .product-selection__wrapper-product .product-description_wrapper .main {
  display: none;
  overflow: hidden;
  margin-top: 24px
}
section.product-selection .product-selection__wrapper-product .product-description_wrapper .main {
  margin-bottom: 49px
}
section.product-selection .product-selection__wrapper-product .product-description_wrapper .main .details-wrapper__subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 12px;
  margin-top: 5px;
}
section.product-selection .product-selection__wrapper-product .product-description_wrapper .main .details-wrapper__contianer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #9ea4aa
}
section.product-selection .product-selection__wrapper-product .product-description_wrapper .main .details-wrapper__contianer-item {
  width: 50%;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 0 10px 0
}
section.product-selection .product-selection__wrapper-product .product-description_wrapper .main .details-wrapper__contianer-item a {
  color: #000;
  font-weight: 700;
  text-decoration: underline
}
section.product-selection .product-selection__wrapper-product .product-description_wrapper .main .details-wrapper__contianer:last-child {
  border-bottom: 1px solid #9ea4aa
}
section.product-selection .product-selection__wrapper-details {
  position: relative;
  width: 100%
}
@media (min-width:992px) {
  section.product-selection .product-selection__wrapper-details {
    width: 370px;
    position: -webkit-sticky;
    position: sticky;
    top: 62px;
    margin-top: 0
  }
}
section.product-selection .product-selection__wrapper-details .quick-navs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
}
section.product-selection .product-selection__wrapper-details .quick-navs__bookmark {
  margin-right: 28px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}
section.product-selection .product-selection__wrapper-details .quick-navs__bookmark span {
  color: #9ea4aa;
  margin-left: 5px
}
section.product-selection .product-selection__wrapper .product-breif__price {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #26282b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 8px
}
section.product-selection .product-selection__wrapper .product-breif__price span {
  color: #9ea4aa;
  -webkit-text-decoration-line: line-through;
  -moz-text-decoration-line: line-through;
  text-decoration-line: line-through;
  margin-left: 10px;
  font-weight: 400
}
section.product-selection .product-selection__wrapper .product-breif__price span.discount {
  background-color: #7345b2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fdfeff;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 12px;
  padding: 5px;
  display: inline-block;
  -webkit-text-decoration-line: none;
  -moz-text-decoration-line: none;
  text-decoration-line: none;
  margin-top: 5px;
  margin-left: 15px
}
section.product-selection .product-selection__wrapper .product-breif__title {
  margin-bottom: 14px
}
section.product-selection .product-selection__wrapper .product-breif__title h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #26282b
}
section.product-selection .product-selection__wrapper .product-breif__desc {
  margin-bottom: 20px
}
section.product-selection .product-selection__wrapper .product-breif__desc .moreless {
  color: #7345b3
}
section.product-selection .product-selection__wrapper .product-breif__desc p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #454c53
}
section.product-selection .product-selection__wrapper .product-breif__desc p .btn {
  color: #7345b3;
  cursor: pointer;
  border: none;
  vertical-align: baseline
}
section.product-selection .product-selection__wrapper .product-breif__colors-options {
  margin-bottom: 20px;
  position: relative
}
section.product-selection .product-selection__wrapper .product-breif__colors-options h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #26282b;
  line-height: 27px;
  margin-bottom: 8px
}
section.product-selection .product-selection__wrapper .product-breif__colors-options span.color-name {
  padding: 8px;
  font-weight: 400;
  line-height: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 auto;
  max-width: 100px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s
}
section.product-selection .product-selection__wrapper .product-breif__colors-options span.color-name:after {
  content: ' )'
}
section.product-selection .product-selection__wrapper .product-breif__colors-options span.color-name:before {
  content: '( '
}
section.product-selection .product-selection__wrapper .product-breif__colors-options ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 10px
}
section.product-selection .product-selection__wrapper .product-breif__colors-options ul::-webkit-scrollbar {
  width: 2px;
  height: 8px
}
section.product-selection .product-selection__wrapper .product-breif__colors-options ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #7345b3;
  -webkit-border-radius: 5px;
  border-radius: 5px
}
section.product-selection .product-selection__wrapper .product-breif__colors-options ul::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #7345b3;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5)
}
section.product-selection .product-selection__wrapper .product-breif__colors-options ul::-webkit-scrollbar-thumb:window-inactive {
  background: #7345b3
}
section.product-selection .product-selection__wrapper .product-breif__colors-options ul li {
  margin-top: 8px;
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 13px;
  cursor: pointer;
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  border: 3px solid transparent
}
section.product-selection .product-selection__wrapper .product-breif__colors-options ul li img + span {
  visibility: hidden;
  color: #fff;
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}
section.product-selection .product-selection__wrapper .product-breif__colors-options ul li img.ticked {
  border: 3.2px solid #7345b3
}
section.product-selection .product-selection__wrapper .product-breif__colors-options ul li img.ticked + span {
  visibility: visible
}
section.product-selection .product-selection__wrapper .product-breif__service-options {
  border-top: 1px solid #f4f2ed;
  border-bottom: 1px solid #f4f2ed;
  padding: 12px 0;
  margin: 15px 0
}
section.product-selection .product-selection__wrapper .product-breif__service-options.title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #454c53
}
section.product-selection .product-selection__wrapper .product-breif__service-options .cta-group__selected {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 8px 0;
  padding-right: 50px;
  color: #7345b3;
  display: none
}
section.product-selection .product-selection__wrapper .product-breif__service-options .cta-group__selected.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
section.product-selection .product-selection__wrapper .product-breif__service-options .cta-group__selected .selected-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
section.product-selection .product-selection__wrapper .product-breif__service-options .cta-group__selected .selected-text span.icon-tick {
  font-size: 24px
}
section.product-selection .product-selection__wrapper .product-breif__service-options .cta-group__selected .selected-text .button {
  padding-left: 10px
}
section.product-selection .product-selection__wrapper .product-breif__service-options .cta-group__select {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 8px 0;
  padding-right: 50px;
  color: #7345b3;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: none
}
section.product-selection .product-selection__wrapper .product-breif__service-options .cta-group__select.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
section.product-selection .product-selection__wrapper .product-breif__sizes-options {
  margin-bottom: 24px
}
section.product-selection .product-selection__wrapper .product-breif__sizes-options h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #26282b;
  line-height: 27px;
  margin-bottom: 8px
}
section.product-selection .product-selection__wrapper .product-breif__sizes-options ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding-bottom: 10px
}
section.product-selection .product-selection__wrapper .product-breif__sizes-options ul::-webkit-scrollbar {
  display: none
}
@media (max-width:575.98px) {
  section.product-selection .product-selection__wrapper .product-breif__sizes-options ul::-webkit-scrollbar {
    display: none
  }
}
section.product-selection .product-selection__wrapper .product-breif__sizes-options ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 8px;
  font-style: normal;
  color: #9ea4aa;
  border: 1px solid #9ea4aa;
  padding: 10px 20px 10px 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  min-width: 110px;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px
}
section.product-selection .product-selection__wrapper .product-breif__sizes-options ul li span {
  visibility: hidden;
  margin-right: 5px;
  width: 14px
}
section.product-selection .product-selection__wrapper .product-breif__sizes-options ul li.active {
  color: #7345b3;
  border: 1px solid #7345b3
}
section.product-selection .product-selection__wrapper .product-breif__sizes-options ul li.active span {
  visibility: visible
}
section.product-selection .product-selection__wrapper .product-breif__instorecta a.btn {
  width: 100%
}
section.product-selection .product-selection__wrapper .product-breif__instorecta a.store-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #7345b3;
  text-align: center;
  display: block;
  padding: 8px 10px
}
section.product-selection .product-selection__wrapper .product-breif__shopping .shopping-bag__header {
  margin-top: 16px
}
@media (max-width:575.98px) {
  section.product-selection .product-selection__wrapper .product-breif__shopping .shopping-bag__header {
    margin-top: 10px
  }
}
section.product-selection .product-selection__wrapper .product-breif__shopping .shopping-bag__header h1 {
  font-family: BioRhyme;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px
}
@media (min-width:576px) {
  section.product-selection .product-selection__wrapper .product-breif__shopping .shopping-bag__header h1 {
    margin-bottom: 45px;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 2px
  }
}
section.product-selection .product-selection__wrapper .product-breif__shopping .shopping-bag__header h4 {
  font-size: 18px
}
section.product-selection .product-selection__wrapper .product-breif__shopping .shopping-bag__header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 42px;
  margin-top: 32px
}
@media (max-width:575.98px) {
  section.product-selection .product-selection__wrapper .product-breif__shopping .shopping-bag__header ul {
    padding-top: 15px;
    margin-top: 10px
  }
}
section.product-selection .product-selection__wrapper .product-breif__shopping .shopping-bag__header ul li {
  width: 165px;
  padding-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media (max-width:575.98px) {
  section.product-selection .product-selection__wrapper .product-breif__shopping .shopping-bag__header ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 25%;
    padding: 5px 5px
  }
}
section.product-selection .product-selection__wrapper .product-breif__shopping .shopping-bag__header ul li span {
  font-size: 40px;
  padding-right: 0;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
@media (min-width:576px) {
  section.product-selection .product-selection__wrapper .product-breif__shopping .shopping-bag__header ul li span {
    margin-top: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px
  }
}
section.product-selection .product-selection__wrapper .product-breif__shopping .shopping-bag__header ul li .title {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center
}
@media (min-width:576px) {
  section.product-selection .product-selection__wrapper .product-breif__shopping .shopping-bag__header ul li .title {
    font-size: 14px;
    line-height: 20px;
    text-align: center
  }
}
section.product-selection .product-selection__wrapper .product-breif__loc-cta {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 25px;
  background: #f1efe8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 16px
}
section.product-selection .product-selection__wrapper .product-breif__loc-cta--instore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9786b0;
  font-size: 14px;
  font-weight: 700
}
section.product-selection .product-selection__wrapper .product-breif__loc-cta--instore span {
  font-size: 24px;
  font-weight: 400;
  margin-right: 16px
}
section.product-selection .product-selection__wrapper .product-breif__loc-cta--cta a {
  color: #7345b2;
  font-size: 14px
}
section.product-selection .product-selection__wrapper .product-breif__instore-dropdown {
  margin-bottom: 16px
}
section.product-selection .product-selection__wrapper .product-breif__instore-dropdown h3 {
  margin-bottom: 8px
}
section.product-selection .product-selection__wrapper .product-breif__instore-video {
  position: relative;
  margin-bottom: 16px
}
section.product-selection .product-selection__wrapper .product-breif__instore-video--holder {
  position: relative;
  max-width: 480px
}
section.product-selection .product-selection__wrapper .product-breif__instore-video--holder:after {
  content: ' ';
  display: block;
  width: 100%;
  padding-top: 56.25%
}
section.product-selection .product-selection__wrapper .product-breif__instore-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
section.product-selection .product-selection__wrapper .product-breif__instore-video h3 {
  margin-bottom: 8px
}
section.product-selection .product-selection__wrapper .product-breif__store-info {
  display: none;
  background: #f9f9f6;
  padding: 24px 21px 4px 24px
}
section.product-selection .product-selection__wrapper .product-breif__store-info h2 {
  font-size: 20px;
  margin-bottom: 16px
}
section.product-selection .product-selection__wrapper .product-breif__store-info--item {
  display: none;
  font-size: 18px;
  line-height: 1.43;
  margin-bottom: 24px
}
section.product-selection .product-selection__wrapper .product-breif__store-info--item h3 {
  margin-bottom: 8px
}
section.product-selection .product-selection__wrapper .product-breif__store-info--item a {
  color: #454c53
}
section.product-selection .product-selection__wrapper .product-breif__notright {
  text-align: center;
  margin: 34px 0;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #7345b2
}
section.product-selection .product-selection__wrapper .product-breif .select2-container--default .select2-selection--single {
  border: 1px solid #9ea4aa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}
section.product-selection .product-selection__wrapper .product-breif .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: solid #7345b2;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  margin-top: -6px;
  margin-left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}
section.product-selection .product-selection__wrapper .product-breif .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  margin-top: -3px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg)
}
section.product-selection .hero-carousel,
section.product-selection .hero-carousel-owl {
  display: none
}
@media (min-width:992px) {
  section.product-selection .hero-carousel,
  section.product-selection .hero-carousel-owl {
    display: none
  }
}
section.product-selection .hero-carousel-owl__bottom,
section.product-selection .hero-carousel__bottom {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
section.product-selection .hero-carousel-owl__buttons,
section.product-selection .hero-carousel__buttons {
  display: none
}
@media (max-width:575.98px) {
  section.product-selection .pincode-check .bottom_text a {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px
  }
}
section.product-selection.fixed-scroll .product-selection__wrapper-thumbnail {
  top: inherit!important
}
@media (min-width:992px) {
  section.product-selection.fixed-scroll .product-selection__wrapper-thumbnail {
    position: relative
  }
}
section.product-selection.fixed-scroll .product-detail__navs {
  position: relative;
  top: inherit!important
}
section.product-selection.fixed-scroll .product-selection__wrapper-details {
  top: inherit!important
}
@media (min-width:992px) {
  section.product-selection.fixed-scroll .product-selection__wrapper-details {
    position: relative
  }
}
@media (min-width:992px) {
  .header--scrolled + section.product-selection .product-selection__wrapper-thumbnail {
    top: 20px
  }
}
@media (min-width:992px) {
  .header--scrolled + section.product-selection .product-detail__navs {
    top: 0
  }
}
@media (min-width:992px) {
  .header--scrolled + section.product-selection .product-selection__wrapper-details {
    top: 0
  }
}
@media (min-width:992px) {
  .inner + section.product-selection .product-selection__wrapper-thumbnail {
    top: 132px
  }
}
@media (min-width:1212px) {
  .inner + section.product-selection .product-selection__wrapper-thumbnail {
    top: 152px
  }
}
@media (min-width:992px) {
  .inner + section.product-selection .product-detail__navs {
    top: 112px
  }
}
@media (min-width:1212px) {
  .inner + section.product-selection .product-detail__navs {
    top: 132px
  }
}
@media (min-width:992px) {
  .inner + section.product-selection .product-selection__wrapper-details {
    top: 112px
  }
}
@media (min-width:1212px) {
  .inner + section.product-selection .product-selection__wrapper-details {
    top: 132px
  }
}
@media (min-width:992px) {
  .inner.header--scrolled + section.product-selection .product-selection__wrapper-thumbnail {
    top: 80px
  }
}
@media (min-width:1212px) {
  .inner.header--scrolled + section.product-selection .product-selection__wrapper-thumbnail {
    top: 85px
  }
}
@media (min-width:992px) {
  .inner.header--scrolled + section.product-selection .product-detail__navs {
    top: 60px
  }
}
@media (min-width:1212px) {
  .inner.header--scrolled + section.product-selection .product-detail__navs {
    top: 65px
  }
}
@media (min-width:992px) {
  .inner.header--scrolled + section.product-selection .product-selection__wrapper-details {
    top: 60px
  }
}
@media (min-width:1212px) {
  .inner.header--scrolled + section.product-selection .product-selection__wrapper-details {
    top: 65px
  }
}
.overlay-layer {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.6);
  z-index: 1001;
  /* cursor: pointer; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out
}
@media (min-width:992px) {
  .overlay-layer {
    top: 70px
  }
}
.product-overlay {
  margin-left: auto;
  margin-right: 0;
  margin-top: 70px;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: -100%;
  background-color: #f9f9f6;
  overflow-x: hidden;
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  z-index: 1001;
  overflow-y: auto;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px
}
@media (min-width:992px) {
  .product-overlay {
    width: 50%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #f9fafb
  }
}
.product-overlay__back {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 25px;
  color: #7345b3;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  border-bottom: 1px solid #e8ebed;
  min-height: 57px;
  text-align: center
}
@media (min-width:992px) {
  .product-overlay__back {
    border-bottom: none;
    min-height: unset;
    padding: 32px 0 0 42px;
    text-align: inherit
  }
}
.product-overlay__back span {
  margin-right: 12px
}
.product-overlay__back span.mobile {
  display: block
}
.product-overlay__back span.mobile.icon-close-o {
  font-size: 22px;
  font-weight: 700
}
@media (min-width:992px) {
  .product-overlay__back span.mobile {
    display: none
  }
}
.product-overlay__back span.desktop {
  display: none
}
@media (min-width:992px) {
  .product-overlay__back span.desktop {
    display: block
  }
}
@media screen and (max-width:991px) and (orientation:landscape) {
  .product-overlay .product-overlay__main-wrapper {
    padding-bottom: 200px;
    height: 70vh;
    overflow-y: auto
  }
}
@media (max-width:575.98px) {
  .product-overlay .product-overlay__main-wrapper {
    height: 70vh;
    overflow-y: auto
  }
}
.product-overlay .product-overlay__main-wrapper .product-slider-container {
  background-color: #f1efe8;
  padding: 17px 0 17px 17px
}
@media (min-width:992px) {
  .product-overlay .product-overlay__main-wrapper .product-slider-container {
    padding: 40px 0 0 40px
  }
}
.product-overlay .product-overlay__main-wrapper .product-slider-container__title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #454c53;
  margin-bottom: 24px
}
@media (min-width:992px) {
  .product-overlay .product-overlay__main-wrapper .product-slider-container__title {
    font-size: 24px;
    line-height: 29px
  }
}
.product-overlay .product-overlay__main-wrapper .product-slider-container .product-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-bottom: 60px
}
.product-overlay .product-overlay__main-wrapper .product-slider-container .product-slider__wrapper {
  width: 100%;
  margin-left: 0
}
@media (min-width:992px) {
  .product-overlay .product-overlay__main-wrapper .product-slider-container .product-slider__wrapper {
    width: 90%;
    margin-left: 15px
  }
}
@media screen and (max-width:1280px) and (orientation:landscape) {
  .product-overlay .product-overlay__main-wrapper .product-slider-container .product-slider__wrapper {
    width: 90%;
    margin-left: 20px
  }
}
.product-overlay .product-overlay__main-wrapper .product-slider-container .product-slider__wrapper .product__inner {
  width: 200px;
  margin-right: 15px
}
@media (min-width:992px) {
  .product-overlay .product-overlay__main-wrapper .product-slider-container .product-slider__wrapper .product__inner {
    width: 167px;
    margin-right: 0
  }
}
.product-overlay .product-overlay__main-wrapper .product-slider-container .product-slider__wrapper .product__thumbnail {
  margin-bottom: 20px;
  position: relative
}
.product-overlay .product-overlay__main-wrapper .product-slider-container .product-slider__wrapper .product__thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 200px;
  max-width: 200px;
  min-height: unset
}
@media (min-width:992px) {
  .product-overlay .product-overlay__main-wrapper .product-slider-container .product-slider__wrapper .product__thumbnail img {
    max-height: 167px;
    max-width: 167px;
    min-height: unset
  }
}
.product-overlay .product-overlay__main-wrapper .product-slider-container .product-slider__wrapper .product__title {
  color: #26282b;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px
}
@media (min-width:576px) {
  .product-overlay .product-overlay__main-wrapper .product-slider-container .product-slider__wrapper .product__title {
    font-size: 14px;
    line-height: 20px
  }
}
.product-overlay .product-overlay__main-wrapper .product-slider-container .product-slider__navigation {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 34px;
  margin-right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media (min-width:992px) {
  .product-overlay .product-overlay__main-wrapper .product-slider-container .product-slider__navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
}
@media (min-width:992px) {
  .product-overlay .product-overlay__main-wrapper .product-slider-container .product-slider__navigation {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}
.product-overlay .product-overlay__main-wrapper .product-slider-container .product-slider__nav {
  background-color: #fdfeff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #26282b;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px!important;
  width: 64px;
  z-index: 2;
  border: 1px solid #26282b;
  border-color: transparent
}
.product-overlay .product-overlay__main-wrapper .product-slider-container .product-slider__nav.disabled {
  border-color: #9ea4aa;
  color: #9ea4aa;
  cursor: not-allowed
}
.product-overlay .product-overlay__main-wrapper .product-slider-container .product-slider__nav [class^=icon] {
  margin-top: 0
}
.product-overlay .product-overlay__main-wrapper .product-slider-container .product-slider__nav [class^=icon]::before {
  font-size: 24px
}
.product-overlay .product-overlay__main-wrapper .product-slider-container .product-slider__nav.disabled {
  border-color: transparent
}
.product-overlay .product-overlay__main-wrapper .product-slider-container .product-slider__nav.prev {
  margin-bottom: 17px
}
.product-overlay .selected-wrapper__container {
  position: absolute;
  width: 100%;
  bottom: 70px;
  margin: 0 auto;
  padding: 15px 15px;
  text-align: center;
  background-color: #f4f2ed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-shadow: 1px 1px 9px 3px #00000021;
  -moz-box-shadow: 1px 1px 9px 3px #00000021;
  box-shadow: 1px 1px 9px 3px #00000021
}
@media (min-width:992px) {
  .product-overlay .selected-wrapper__container {
    position: relative;
    bottom: auto;
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 75px
  }
}
.product-overlay .selected-wrapper__container-cta a {
  width: 100%
}
.product-overlay .selected-wrapper__container-msg {
  text-align: center
}
.product-overlay .selected-wrapper__container-msg p {
  color: #26282b;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin: 8px 0
}
@media (min-width:992px) {
  .product-overlay .selected-wrapper__container-msg p {
    font-size: 16px;
    line-height: 20px
  }
}
.product-overlay .selected-wrapper__container-main {
  display: block
}
@media (min-width:992px) {
  .product-overlay .selected-wrapper__container-main {
    display: none
  }
}
@media (min-width:992px) {
  .product-overlay > .selected-wrapper__container {
    padding: 0
  }
  .product-overlay > .selected-wrapper__container * {
    display: none
  }
}
.service-overlay {
  margin-left: auto;
  margin-right: 0;
  margin-top: 70px;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: -100%;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  z-index: 1001;
  overflow-y: auto;
  background-color: #f9f9f6;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px
}
@media (min-width:992px) {
  .service-overlay {
    width: 50%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #f1efe8
  }
}
.service-overlay__back {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 57px;
  padding: 16px 25px;
  color: #7345b3;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  border-bottom: 1px solid #e8ebed;
  text-align: center
}
@media (min-width:992px) {
  .service-overlay__back {
    border-bottom: none;
    min-height: unset;
    padding: 32px 0 0 38px;
    text-align: inherit
  }
}
.service-overlay__back span {
  margin-right: 12px
}
.service-overlay__back span.mobile {
  display: block
}
.service-overlay__back span.mobile.icon-close-o {
  font-size: 22px;
  font-weight: 700
}
@media (min-width:992px) {
  .service-overlay__back span.mobile {
    display: none
  }
}
.service-overlay__back span.desktop {
  display: none
}
@media (min-width:992px) {
  .service-overlay__back span.desktop {
    display: block
  }
}
.service-overlay__back span:last-child {
  color: #000;
  width: 90%
}
@media (min-width:992px) {
  .service-overlay__back span:last-child {
    width: inherit;
    color: inherit
  }
}
.service-overlay .service-overlay__container {
  padding: 17px 10px;
  overflow-y: auto;
  height: 70vh;
  padding-bottom: 50px;
  background-color: #fdfeff;
  margin: 15px 0
}
@media (min-width:992px) {
  .service-overlay .service-overlay__container {
    padding: 40px 130px 40px 40px;
    height: 80vh;
    padding-bottom: 40px;
    background-color: none
  }
}
.service-overlay .service-overlay__container::-webkit-scrollbar {
  width: 6px
}
.service-overlay .service-overlay__container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #7345b3;
  -webkit-border-radius: 5px;
  border-radius: 5px
}
.service-overlay .service-overlay__container::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #7345b3;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5)
}
.service-overlay .service-overlay__container::-webkit-scrollbar-thumb:window-inactive {
  background: #7345b3
}
@media (max-width:1211.98px) {
  .service-overlay .service-overlay__container {
    padding: 40px
  }
}
@media screen and (max-width:991px) and (orientation:landscape) {
  .service-overlay .service-overlay__container {
    padding-bottom: 200px
  }
}
.service-overlay .service-overlay__container-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media (max-width:575.98px) {
  .service-overlay .service-overlay__container-wrapper {
    background-color: #fdfeff;
    padding: 15px
  }
}
.service-overlay .service-overlay__container-wrapper .image-box img {
  width: 140px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
@media (max-width:575.98px) {
  .service-overlay .service-overlay__container-wrapper .image-box img {
    width: 80px;
    height: 100%
  }
}
.service-overlay .service-overlay__container-wrapper .service-details {
  color: #26282b;
  margin-left: 20px
}
.service-overlay .service-overlay__container-wrapper .service-details .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px
}
@media (max-width:575.98px) {
  .service-overlay .service-overlay__container-wrapper .service-details .title {
    font-size: 16px;
    line-height: 24px
  }
}
.service-overlay .service-overlay__container-wrapper .service-details .desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px
}
@media (max-width:575.98px) {
  .service-overlay .service-overlay__container-wrapper .service-details .desc {
    font-size: 14px;
    line-height: 20px;
    margin: 8px 0
  }
}
.service-overlay .service-overlay__container-wrapper .service-details .price {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 24px
}
@media (max-width:575.98px) {
  .service-overlay .service-overlay__container-wrapper .service-details .price {
    font-size: 18px;
    line-height: 22px
  }
}
.service-overlay .service-overlay__container-wrapper .service-details .btn-wrapper {
  display: none
}
@media (min-width:992px) {
  .service-overlay .service-overlay__container-wrapper .service-details .btn-wrapper {
    display: block
  }
}
.service-overlay .service-overlay__container-wrapper .service-details .btn-wrapper__add {
  display: none;
  margin: 5px 0
}
.service-overlay .service-overlay__container-wrapper .service-details .btn-wrapper__add.active {
  display: block
}
.service-overlay .service-overlay__container-wrapper .service-details .btn-wrapper__add a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 19px
}
.service-overlay .service-overlay__container-wrapper .service-details .btn-wrapper__add a span {
  padding-right: 10px
}
.service-overlay .service-overlay__container-wrapper .service-details .btn-wrapper__remove {
  margin: 5px 0;
  display: none
}
.service-overlay .service-overlay__container-wrapper .service-details .btn-wrapper__remove.active {
  display: block
}
.service-overlay .service-overlay__container-wrapper .service-details .btn-wrapper__remove a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 19px
}
.service-overlay .service-overlay__container-wrapper .service-details .btn-wrapper__remove a span {
  padding-right: 10px
}
.service-overlay .service-overlay__container-wrapper .service-details__list-wrapper {
  margin-top: 32px
}
.service-overlay .service-overlay__container-wrapper .service-details__list-wrapper .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #26282b
}
@media (max-width:575.98px) {
  .service-overlay .service-overlay__container-wrapper .service-details__list-wrapper .title {
    font-size: 16px;
    line-height: 24px
  }
}
.service-overlay .service-overlay__container-wrapper .service-details__list-wrapper .copy {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #26282b
}
@media (max-width:575.98px) {
  .service-overlay .service-overlay__container-wrapper .service-details__list-wrapper .copy {
    font-size: 16px;
    line-height: 24px
  }
}
.service-overlay .bottom-mobile__btn {
  display: block
}
@media (min-width:992px) {
  .service-overlay .bottom-mobile__btn {
    display: none
  }
}
.service-overlay .bottom-mobile__btn .btn-wrapper {
  position: absolute;
  margin: 0 auto;
  bottom: 70px;
  width: 100%;
  background: #f4f2ed;
  padding: 15px;
  -webkit-box-shadow: 1px 1px 9px 3px #00000021;
  -moz-box-shadow: 1px 1px 9px 3px #00000021;
  box-shadow: 1px 1px 9px 3px #00000021
}
@media (min-width:992px) {
  .service-overlay .bottom-mobile__btn .btn-wrapper {
    position: relative;
    bottom: auto;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
  }
}
.service-overlay .bottom-mobile__btn .btn-wrapper__add {
  display: none;
  margin: 5px 0
}
.service-overlay .bottom-mobile__btn .btn-wrapper__add.active {
  display: block
}
.service-overlay .bottom-mobile__btn .btn-wrapper__add a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 19px
}
.service-overlay .bottom-mobile__btn .btn-wrapper__add a span {
  padding-right: 10px
}
.service-overlay .bottom-mobile__btn .btn-wrapper__remove {
  margin: 5px 0;
  display: none
}
.service-overlay .bottom-mobile__btn .btn-wrapper__remove.active {
  display: block
}
.service-overlay .bottom-mobile__btn .btn-wrapper__remove a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 19px
}
.service-overlay .bottom-mobile__btn .btn-wrapper__remove a span {
  padding-right: 10px
}
@media screen and (max-width:991px) {
  .zoomWindow {
    display: block!important
  }
}
.product-breif__colors-options li img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  position: relative;
}
/*# sourceMappingURL=maps/product-selection.css.map */
.product-breif__colors-options li span{
  position: absolute;
  content: "";
  top: 0; 
  width: 60px;
  height: 60px;
}
/* .product-breif__colors-options li [class*=" icon-"]:before, [class^=icon-]:before {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  
  font-size: 24px;
} */

.desc-noborder .details-wrapper__contianer {
  border-bottom: none !important;
}
.desc-noborder .details-wrapper__contianer-item {
  width: 100% !important;
}

.products-stickey{
  content: "";
  position: sticky;
  top: 0;
  left: 0;
  /* z-index: 1000; */
  background-color: #fdfeff  !important;
  /* padding-bottom: 31px !important; */
  margin-bottom: 50px;
}
.product-detail__navs {
  width: 644px;
  display: block;
  /* z-index: 5555; */
}
@media (min-width:1441px) {
  .product-detail__navs {
    left: 243px;;
  }
  
}
@media (max-width:1440px) {
  .product-detail__navs {
    left: 130px;
  }
}
.product-stickytop{
  top:60px;
  z-index: 1000;
  transition: all .3s ease-in-out;
  /* padding-bottom: 68px; */
}
.product-stickybottom{
  top:0;
  z-index: 1000;
  
}

.product-breif__instorecta button{
  width:100%;
}
@media (max-width:991px){
  .products-stickey{
  display:none;
  }
  section.product-selection .product-selection__wrapper-details .quick-navs{
    padding-top: 20px;
  }
  section.product-selection .product-selection__wrapper .product-breif__loc-cta--instore{
    padding-right: 7px;
}
section.product-selection .product-selection__wrapper .product-breif__loc-cta{
padding: 17px 18px;
}
}
@media only screen and (min-width: 993px) and (max-width: 1212px) {
  .products-stickey{
    margin-top: 50px;
      }
      .product-stickybottom{
    top:50px;
    z-index: 1000;
          }
          .product-stickytop{
      top:50px;
      z-index: 1000;
              }

}
section.product-selection .product-selection__wrapper .product-breif__notright a{
  color: #7345b2;
  }

@media (max-width:992px) {
  .hero-carousel {
    margin-top:50px;
  }
  .product-selection .hero-carousel__item img{
    height:375px;
      object-fit: cover;
  }
}
  
#close {
  background-image: url('../../../content/dam/asianpaintsbeautifulhomes/close_btn.png');
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 20px;
  background-size: 100% 100%;
  z-index: 99;
}
div#storytellercontainer {
  background: rgba(38,40,43,.8);
  /* display: none; */
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  -moz-transition: background .2s;
  transition: background .2s;
  width: 100%;
  z-index: 9999;
}
div#openiframebtn{
  display: none;
}
@media (max-width:991px) {
  div#openiframebtn {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  div#openiframebtn img {
    width: 45px;
    height: 45px;
    object-fit: cover;
}
.hero-carousel__item{
  position: relative;
}
/* div#storytellercontainer{
  top: 50px;
} */
#close{
  width: 40px;
  height: 40px;
  top: 14px;
}
}


div#scroll-1 .details-wrapper__contianer:last-child {
  border-bottom: none;
}
/* div#scroll-1 .details-wrapper:last-child {
border-bottom: 1px solid #9ea4aa;
} */


/* revamp */
section.product-selection .product-selection__wrapper .product-breif__price span{
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  color: #202129;
  text-decoration-line:unset;
  margin-left: 0;
}

@media screen and (max-width:768px)  {
  section.product-selection .product-selection__wrapper .product-breif__price span{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #202129;
  }
}
/* end */
.hero-carousel {
  position: relative
}
.hero-carousel .breadcrumbs {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1
}
.hero-carousel .breadcrumbs__item:not(:first-child)::before {
  color: #e8ebed
}
.hero-carousel .breadcrumbs__item a {
  color: #e8ebed
}
.hero-carousel__carousel {
  position: relative
}
.hero-carousel__item {
  position: relative
}
.hero-carousel__item::before {
  background: -webkit-gradient(linear,right top,left top,color-stop(40.66%,rgba(38,40,43,.4)),to(#26282b));
  background: -webkit-linear-gradient(right,rgba(38,40,43,.2) 100%,#26282b 100%);
  background: -moz-linear-gradient(right,rgba(38,40,43,.2) 100%,#26282b 100%);
  background: -o-linear-gradient(right,rgba(38,40,43,.2) 100%,#26282b 100%);
  background: linear-gradient(270deg,rgba(38,40,43,.2) 100%,#26282b 100%);
  content: '';
  height: 100%;
  left: 0;
  opacity: .6;
  position: absolute;
  top: 0;
  width: 100%
}
.hero-carousel__image {
  z-index: 0
}
.hero-carousel__image img {
  -o-object-fit: cover;
  object-fit: cover
}
@media (max-width:767.98px) and (orientation:landscape) {
  .hero-carousel__image img {
    min-height: 100vh
  }
}
@media (min-width:768px) and (orientation:portrait) {
  .hero-carousel__image img {
    min-height: 35vh
  }
}
@media (min-width:768px) and (orientation:landscape) {
  .hero-carousel__image img {
    min-height: 100vh
  }
}
@media (min-width:992px) {
  .hero-carousel__image img {
    min-height: 70vh
  }
}
@media (min-width:1212px) {
  .hero-carousel__image img {
    min-height: auto;
    max-height: 75vh
  }
}
.hero-carousel__container {
  position: absolute;
  top: 35%;
  top: 240px;
  right: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}
@media (min-width:576px) {
  .hero-carousel__container {
    top: 45%
  }
}
@media (min-width:1441px) {
  .hero-carousel__container {
    top: 35%
  }
}
.hero-carousel__content {
  width: 100%
}
@media (min-width:768px) {
  .hero-carousel__content {
    width: 476px
  }
}
@media (min-width:992px) {
  .hero-carousel__content {
    width: 600px
  }
}
.hero-carousel__title {
  font-family: BioRhyme;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 4px;
  color: #fff
}
@media (min-width:992px) {
  .hero-carousel__title {
    margin-bottom: 8px
  }
}
.hero-carousel__desc {
  color: #fdfeff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 28px
}
@media (min-width:992px) {
  .hero-carousel__desc {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px
  }
}
.hero-carousel__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none
}
.hero-carousel__cta:first-child {
  margin-right: 50px
}
.hero-carousel__cta a {
  min-width: 180px;
  margin-right: 15px;
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px
}
.hero-carousel__cta a span {
  padding-left: 10px;
  font-size: 14px
}
@media (min-width:992px) {
  .hero-carousel__cta a {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px
  }
}
.hero-carousel__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 34px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute
}
.hero-carousel__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
.hero-carousel__pagination-item {
  margin: 0;
  padding: 6px;
  cursor: pointer
}
.hero-carousel__pagination-item:after {
  content: ' ';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  -moz-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out
}
.hero-carousel__pagination-item.active:after {
  width: 32px;
  background-color: #ab8fd1
}
.hero-carousel__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
.hero-carousel__buttons-next,
.hero-carousel__buttons-prev {
  width: 55px;
  height: 55px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  -moz-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out
}
@media (min-width:992px) {
  .hero-carousel__buttons-next,
  .hero-carousel__buttons-prev {
    width: 66px;
    height: 66px
  }
}
.hero-carousel__buttons-next.disabled,
.hero-carousel__buttons-prev.disabled {
  opacity: .7
}
.hero-carousel__buttons-prev {
  margin-right: 10px
}
.hero-carousel__zoom-hint {
  position: absolute;
  display: inline-block;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  padding: 10px 16px;
  background: rgba(0,0,0,.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #e8ebed;
  font-size: 14px;
  font-weight: 700;
  pointer-events: none;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s
}
@media (min-width:992px) {
  .hero-carousel__zoom-hint {
    display: none
  }
}
.hero-carousel__zoom-hint.hide {
  opacity: 0
}
/*# sourceMappingURL=maps/hero-carousel.css.map */
@media (max-width: 992px) {
  .hero-carousel {
      margin-top:0;
  }
}

.dialog-share-item {
    z-index: 1000
  }
  @media (max-width:991.98px) {
    .dialog-share-item .dialog__container {
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      top: 50%;
      right: unset;
      bottom: unset;
      left: 50%;
      min-width: 95%;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px
    }
  }
  .dialog-share-item .dialog__body {
    text-align: center
  }
  .dialog-share-item .dialog__body .btn {
    margin: 20px 10px
  }
  @media (max-width:575.98px) {
    .dialog-share-item .dialog__body .btn {
      margin: 10px 5px
    }
  }
  .dialog-share-item .dialog__body-title {
    font-family: BioRhyme;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0;
    text-align: center;
    color: #26282b
  }
  .dialog-share-item .dialog__body-subtitle {
    max-width: 404px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    margin: 8px auto 32px auto;
    color: #454c53
  }
  .dialog-share-item .dialog__cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .dialog-share-item .dialog__cta a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-right: 10px;
    cursor: pointer;
  }
  .dialog-share-item .dialog__cta a:hover {
    opacity: .8
  }
  .dialog-share-item .dialog__cta a img {
    width: 56px;
    height: 56px
  }
  .dialog-share-item .dialog__cta a span {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    margin-left: 4px;
    color: #000
  }
  .dialog-share-item .dialog__product {
    width: 100px;
    height: 100px;
    margin: 5px auto 10px auto
  }
  @media (max-width:575.98px) {
    .dialog-share-item .dialog__product {
      display: none
    }
  }
  .dialog-share-item .dialog__content {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px
  }
  .dialog-share-item .dialog__header-cta .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .dialog-share-item .btn__text {
    display: inline-block
  }
  /*# sourceMappingURL=maps/share-dialog.css.map */
  
  .bh-shop-pincode-loader {
    width: 19px;
    height: 19px;
    border: 5px dotted #512B8B;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
  }

  .product-breif__colors {
    display: none;
  }

  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  section.product-selection {
    /* background: #F4F4F4; */
  }

  .product-selection {
    /* max-width: 1440px;
    width: 100%; */
  }

  .pd-64 {
    padding: 0 64px;
  }

  .quick-navs__bookmark-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 42px;
  }

  section.product-selection .product-selection__wrapper {
    /* display: flex;
    align-items: center; */
    width: 100%;
    /* justify-content: space-between; */
    gap: 16px;
    /* position: relative; */
  }

  section.product-selection .product-selection__wrapper-details .quick-navs {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
  }

  .quick-navs__bookmark-heading {
    color: #202129;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
  }

  .quick-navs__bookmark {
    width: 24px;
    height: 24px;
  }

  .quick-navs__bookmark-img {
    width: 100%;
    height: 100%;
  }



  section.product-selection .product-selection__wrapper-details .quick-navs__bookmark {
    margin-right: unset;
  }

  section.product-selection .product-selection__wrapper .product-breif__title .product-breif__title-para {
    color: #4F5466;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
  }

  section.product-selection .product-selection__wrapper .product-breif__price {
    color: #202129;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 2px;

  }

  .enter-pin-no-wrapper {
    /* display: block; */
    display: none;
  }

  .delivery-details-wrapper {
    /* display: none; */
  }

  .enter-pin-no {
    gap: 11px;
    padding: 16px 8px;
    border-radius: 12px;
    border: 1px solid #E6E7EB;
    background: #FFF;
    display: flex;
    align-items: center;
    height: 56px;
  }

  .enter-pin-no-msg {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #74798A;
    margin-top: 4px;
    margin-bottom: 16px;
  }

  input:focus {
    outline: none;
    border: none;
  }

  .enter-pin {
    width: 60%;
    border: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #3A3A3A;
  }

  .enter-pin::placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #3A3A3A;
  }

  .marker-pin-img-wrapper {
    width: 20px;
    height: 20px;
  }

  .marker-pin {
    width: 100%;
    height: 100%;
  }

  .delivery-details-wrapper {
    margin-bottom: 40px;
  }

  .delivery-details-heading {
    color: #202129;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .location-details {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .location-details-wrapper {
    border-radius: 12px;
    border: 1px solid #E6E7EB;
    background: #FFF;
    padding: 20px 14px;
    display: none;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }

  .location-img-wrapper {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: rgba(230, 231, 235, 0.60);
    padding: 9px;
  }

  .location-adddress-heading {
    color: #3A3A3A;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    margin-bottom: 4px;
  }

  .location-adddress-subheading {
    overflow: hidden;
    color: #74798A;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
    max-width: 150px;
  }

  /*  */
  /* .estimated-delivery{
    display: flex;
    gap: 4px;
  } */

  .estimated-delivery-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .disclaimer-img-wrapper {
    position: relative;
    cursor: pointer;
  }

  .disclaimer-img-wrapper .disclaimer-tooltip-text {
    text-transform: none;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    position: absolute;
    display: none;
    opacity: 0;
    text-align: center;
    min-width: 100px;
    max-width: 356px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 10px;
    border-radius: 8px;
    background: #0F1A2A;
    color: #FFFFFF;
    z-index: 100;
    bottom: calc(100% + 3px);
    left: 50%;
    transform: translate(-50%, -5px);
  }

  .disclaimer-img-wrapper .disclaimer-tooltip-arrow {
    content: '';
    position: absolute;
    bottom: calc(100% - -2px);
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-bottom-width: 0;
    border-top-color: #0F1A2A;
    z-index: 101;
    display: none;
  }

  .disclaimer-img-wrapper:hover .disclaimer-tooltip-text,
  .disclaimer-img-wrapper:hover .disclaimer-tooltip-arrow {
    display: block;
    opacity: 1;
  }

  .disclaimer-img {
    width: 12px;
    height: 12px;
  }

  .estimated-delivery-heading {
    color: #919191;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
  }

  .estimated-delivery-subheading {
    color: #202129;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    /* text-align: right; */
  }

  /*  */
  .product-breif__instorecta {
    /* display: flex;
    align-items: center;
    gap: 16px; */
  }

  .addtocard-btn-wrapper {
    margin-top: 16px;
    max-width: 360px;
    border-radius: 60px;
    /* border: 1px solid rgba(226, 203, 255, 0.10); */
    background: linear-gradient(270deg, #712CCB 0%, #A77FDC 100%);
    padding: 18px 32px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #FFF;
    border: unset;
  }

  @media (max-width: 576px) {
    .addtocard-btn-wrapper {
      margin-top: 0;
    }
  }

  .addtocard-btn-wrapper:hover {
    color: #fff;
    background: linear-gradient(270deg, #571FA1 0%, #8A58CB 100%);
    border: unset;
  }

  .addtocard-img-wrapper {
    width: 20px;
    height: 20px;
  }

  .addtocard-img {
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  .product-selection-details .btn--primary:hover,
  .btn--primary-new:hover {
    border: unset;
  }

  .gotocard-btn-wrapper {
    max-width: 360px;
    border-radius: 60px;
    /* border: 1px solid rgba(226, 203, 255, 0.10); */
    background: linear-gradient(270deg, #712CCB 0%, #A77FDC 100%);
    padding: 18px 32px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border: unset;
  }

  .gotocard-btn-wrapper:hover {
    /* border-color: unset; */
    color: #fff;
    background: linear-gradient(270deg, #571fa1 0, #8a58cb 100%);
  }

  .gotocart-img-wrapper {
    width: 20px;
    height: 20px;
  }

  .gotocard-img {
    width: 100%;
    height: 100%;
  }

  /* .visit-store{
    border-radius: 40px;
    border: 1px solid #512B8B;
    padding: 20px 40px;
    max-width: 154px;
    color: #5D378E;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  } */

  .product-detail__images-wrapper {
    width: 700px;
    width: 600px;
    padding: 35px 85px;
  }

  .product-detail__images {
    width: 530x;
    height: 530x;
  }

  .product-detail__image {
    width: 100%;
    height: 100%;
  }

  section.product-selection .product-selection__wrapper-product .product-item {
    display: flex;
    width: 700px;
    height: 600px;
    flex-shrink: 0;
    padding: 35px 85px;
    margin-bottom: 0px;
  }

  section.product-selection.fixed-scroll .product-selection__wrapper-details {
    /* top: 59px !important; */
    margin-top: 34px;
  }

  .product-detail__images-thumbnail-wrapper {
    display: flex;
    justify-content: center;
  }

  .product-detail__images-thumbnail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px;
  }

  .product-detail__images-thumbnail-img-wrapper {
    width: 292px;
    height: 292px;
  }

  .product-detail__images-thumbnail-img {
    width: 100%;
    height: 100%;
  }

  /* product items images */
  .product-details-items {
    width: 530px;
    height: 530px;
    padding: 32px 85px;
  }

  .product-details-img {
    width: 100%;
    height: 100%;
  }

  /* product items images */

  /* product discription */
  .video-and-product-description-component-wrapper {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    gap: 32px;
  }

  .video-component-wrapper {
    width: 50%;
    /* background-color: #5D378E; */
    height: 675px;
    border-radius: 12px;
  }

  .video-componet-container {
    width: 100%;
    height: 100%;
  }

  .img-component-wrapper {
    width: 50%;
    height: 675px;
    /* border-radius: 12px; */
  }

  .product-item {
    margin-bottom: 12px
  }

  .product-description {
    margin-top: 0;
    border-radius: 12px;
    background: #F2F3F5;
    /* max-width: 618px; */
    width: 50%;
    padding: 40px;
    max-height: 675px;
    overflow-y: scroll;
  }

  .product-description::-webkit-scrollbar {
    width: 5px;
    border-radius: 36px;
  }

  .product-description::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    border-radius: 2px;
  }

  .product-description::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .product-description::-webkit-scrollbar-thumb:hover {
    background-color: #D9D9D9;
  }


  @media (min-width:992px) {
    .product-description {
      margin-top: 0px;
    }
  }

  @media screen and (max-width:1280px) and (orientation:landscape) {
    .product-description {
      margin-top: 0
    }
  }

  .product-description_wrapper {
    /* background-color: #f4f2ed; */
    padding: 24px 0px;
    /* padding: 26px 16px */
    border-bottom: 1px solid #D5D7DE;
  }

  .product-description_wrapper:first-child {
    padding-top: 0px;
  }

  .product-description_wrapper:last-child {
    border-bottom: none;
    padding-bottom: 0px;
  }

  @media (min-width:992px) {
    section.product-selection .product-selection__wrapper-product .product-description_wrapper {
      padding: 26px 24px
    }

    section.product-selection .product-selection__wrapper-product {
      /* max-width: 643px;
      min-width: initial;
      width: -webkit-calc(65% - 120px);
      width: -moz-calc(65% - 120px);
      width: calc(65% - 120px);
      height: 650px;
      overflow-y: scroll; */
      width: 69%;
      overflow-y: unset;
      max-width: none;
      margin: 0;
    }
  }

  .product-description_wrapper-title {
    color: #202129;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
  }

  .warranty-product-description_heading {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    color: #202129;
    padding: 28px 0px;
  }

  .warranty-product-description_subheading {
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
    color: #74798A;
  }

  .video-component {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
  }

  .img-component {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
  }

  .accodian-subwrapper {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }

  .accodian-subwrapper> :last-child {
    margin-bottom: 0;
  }

  .accodian-subwrapper-left {
    width: 50%;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.38px;
    color: #74798A;
  }

  .accodian-subwrapper-right {
    width: 50%;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.38px;
    color: #4F5466;
  }

  @media (min-width:992px) {
    .product-description_wrapper-title {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
  }

  .product-description_wrapper-title span {
    margin-left: 10px
  }

  .product-description_wrapper .main {
    display: none;
    overflow: hidden;
    margin-top: 24px;
  }

  .product-description_wrapper>.main>p {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.38px;
    text-align: left;
    color: #74798A;
    margin-top: 20px;
  }

  .product-description_wrapper .main .details-wrapper {
    /* margin-bottom: 28px */
  }

  .product-description_wrapper .main .details-wrapper__subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .product-description_wrapper .main .details-wrapper__contianer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    /* border-top: 1px solid #9ea4aa */
    margin-bottom: 20px;
  }

  .product-description_wrapper .main .details-wrapper__contianer:last-child {
    margin-bottom: unset;
  }

  .product-description_wrapper .main .details-wrapper__contianer ol li {
    color: #74798A;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.38px;
    padding-bottom: 20px;

  }

  .product-description_wrapper .main .details-wrapper__contianer ol li:last-child {
    padding-bottom: 0;
  }

  .product-description_wrapper .main .details-wrapper__contianer-item-right {
    width: 50%;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.38px;
    color: #74798A;
  }

  .product-description_wrapper .main .details-wrapper__contianer-item-left {
    color: #4F5466;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.38px;
    width: 50%;
  }

  .product-description_wrapper .main .details-wrapper__contianer-item a {
    color: #000;
    font-weight: 700;
    text-decoration: underline
  }

  /* .product-description_wrapper .main .details-wrapper__contianer:last-child {
    border-bottom: 1px solid #9ea4aa;
  } */

  .accodian-arrow {
    width: 36px;
    height: 36px;
    padding: 13.5px 9px;
  }

  /* Initial state of the product description title and the image */
  .product-description_wrapper-title {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .product-description_wrapper-title .accodian-arrow {
    /* transition: transform 0.3s ease;  */
  }

  .product-description_wrapper-title.active .accodian-arrow {
    transform: rotate(180deg);
  }




  /* product discription */

  @media (min-width: 992px) {
    section.product-selection .product-selection__wrapper-details {
      /* width: 31%; */
      max-width: 400px;
      /* max-width: 550px; */
      width: 100%;
      position: unset;
      top: unset;
      margin-top: unset;
      background-color: #fff;
      border-radius: 12px 0px 0px 12px;
    }

    .product-selection-details {
      padding: 24px 16px 24px 24px;
      background-color: #FAFAFA;
      border-radius: 20px;
      margin-bottom: 12px;
      /* height: max-content; */
      min-height: 512px;
      height: 100%;
      display: flex;
      flex-direction: column;
    }
  }
  .product-breif{
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .product-breif__instorecta {
  margin-top: auto;
}
  /* revamp  start*/
  .product-breif__price-discount-offers {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #9DA1B0;
    margin-bottom: 8px;
  }

  .discount-offers-amt {
    text-decoration-line: line-through;
  }

  /* .discount-offers-percentage {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #005EA1;
    margin-left: 20px;
  } */

  .product-breif__taxes {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: #74798A;
    margin-bottom: 40px;
  }

  .estimated-delivery {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 8px;
  }



  .enter-pin-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #202129;
    margin-bottom: 12px;
  }

  .enter-pin-check-wrapper {
    padding: 9px 24px;
    background-color: #F2F3F5;
    border-radius: 8px;
    cursor: pointer;
  }

  .enter-pin-change-wrapper {
    padding: 9px 24px;
    background-color: #F2F3F5;
    border-radius: 8px;
    cursor: pointer;
    display: none;
  }

  .enter-pin-change-txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    color: #202129;
  }

  .enter-pin-no-error-msg-container {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 4px;
    margin-bottom: 16px;
  }

  .enter-pin-no-error-msg-img {
    width: 20px;
    height: 20px;
  }

  .enter-pin-no-error-msg {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #ED1C24;

  }

  .estimated-delivery-msg-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 6px;
    /* position: relative; */
  }

  .estimated-delivery-img-wrappper {
    position: relative;
  }

  .estimated-delivery-img {
    width: 12px;
    height: 12px;
    display: inline-block;
    cursor: pointer;
    /* position: relative; */
  }

  .estimated-delivery-img-wrappper .disclaimer-tooltip-text {
    text-transform: none;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    position: absolute;
    display: none;
    opacity: 0;
    text-align: center;
    min-width: 100px;
    max-width: 356px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 10px;
    border-radius: 8px;
    background: #0F1A2A;
    color: #FFFFFF;
    z-index: 1000;
    bottom: calc(100% + -2px);
    left: 6px;
    transform: translate(-50%, -5px);
  }

  .estimated-delivery-img-wrappper .disclaimer-tooltip-arrow {
    content: '';
    position: absolute;
    bottom: calc(100% - 2px);
    left: 6px;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-bottom-width: 0;
    border-top-color: #0F1A2A;
    z-index: 101;
    display: none;
  }

  .estimated-delivery-img-wrappper:hover .disclaimer-tooltip-text,
  .estimated-delivery-img-wrappper:hover .disclaimer-tooltip-arrow {
    display: block;
    opacity: 1;
  }


  .estimated-delivery-msg-txt {
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    color: #74798A;
    text-transform: uppercase;
    margin-top: 1px;
  }

  .estimated-delivery-days-txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #202129;
  }



  .enter-pin-loaderWrapper {
    /* display: none; */
    padding: 8px 39px;
  }

  .enter-pin-loaderWrapper .enter-pin-loaderContent img {
    width: 19px;
    height: 19px;
  }

  .enter-pin-loader {
    /* width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 100px; */
  }



  .find-store-component {
    width: 400px;
    height: 109px;

    position: relative;
  }

  .find-store-component-img-wrapper {
    width: 400px;
    height: 109px;
  }

  .find-store-component-img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    border: 1px solid #d8d7d7;
    /* border: 1px solid ; Required for the border to show */
    /* border-image-source: linear-gradient(270deg, rgba(116, 69, 178, 0.3) 0%, rgba(217, 204, 234, 0.3) 100%); */
    /* border-image-slice: 1; Ensures the gradient is applied to the full border */
  }


  .find-store-component-content {
    position: absolute;
    bottom: 26px;
    left: 16px;
  }

  .Find-a-store-link {
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    color: #7849BF;
    display: flex;
    align-items: center;
    gap: 4px;
    max-width: fit-content;
  }

  /* .Find-a-store-link .Find-a-store-img-wrapper {
    display: inline-block;
    transition: transform 0.3s ease;
    will-change: transform;
  } */

  .Find-a-store-link .Find-a-store-img-wrapper {
    display: inline-block;
    transition: transform 0.3s ease;
    transform: translate3d(0, 0, 0);
    /* GPU acceleration */
    backface-visibility: hidden;
    /* Prevents rendering glitches */
    will-change: transform;
    /* Optimizes animation */
  }

  .Find-a-store-img-wrapper img {
    image-rendering: crisp-edges;
    /* Ensures sharpness */
    image-rendering: -webkit-optimize-contrast;
    /* For better rendering on WebKit browsers */
    transform: scale(1.001);
    /* Fixes subpixel anti-aliasing blur */
  }




  /* Hover Effect */
  .Find-a-store-link:hover .Find-a-store-img-wrapper {
    transform: translateX(5px);
    /* Moves '>' 5px to the right */
    transition: transform 0.5s ease;
  }

  .Find-a-store-img-wrapper {
    width: 16px;
    height: 16px;
  }

  .Find-a-store-img {
    width: 100%;
    height: 100%;
  }

  .Find-a-store-para {
    max-width: 125px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16.8px;
    margin-top: 4px;
    color: #333642;
  }

  @media (max-width:767px) {
    .product-description_wrapper .main .details-wrapper__contianer ol li {
      font-size: 14px;
      line-height: 19px;
      padding-bottom: 8px;
    }

    .product-description_wrapper .main .details-wrapper__contianer-item-right {
      font-size: 14px;
      font-weight: 500;
      line-height: 16.63px;
    }

    .addtocard-btn-wrapper {
      max-width: 328px;
      height: 56px;
    }

    .enter-pin-no-wrapper {
      display: none;
    }

    .accodian-arrow {
      width: 24px;
      height: 24px;
      padding: 9px 6px;
    }

    .product-description_wrapper .main .details-wrapper {
      margin-bottom: unset;
    }

    .product-description_wrapper .main {
      margin-top: 10px;
    }

    .product-description_wrapper .main .details-wrapper__contianer-item-left {
      font-size: 14px;
      font-weight: 400;
      line-height: 18.2px;
      letter-spacing: 0.01em;
    }

    section.product-selection .product-selection__wrapper-details .quick-navs {
      padding-bottom: 0px;
    }

    section.product-selection .product-selection__wrapper-details {
      /* max-width: 328px; */
      /* padding: 16px; */
      width: 100%;
    }

    .quick-navs__bookmark-wrapper {
      gap: 14px;
      position: absolute;
      top: 24px;
      right: 0;
    }

    .quick-navs__bookmark-heading {
      font-size: 20px;
      line-height: 25px;
      max-width: 261px;
    }

    .quick-navs__bookmark {
      width: 20px;
      height: 20px;
      padding: unset;
    }

    section.product-selection.fixed-scroll .product-selection__wrapper-details {
      top: unset;
    }

    section.product-selection .product-selection__wrapper .product-breif__title h2 {
      font-size: 16px;
      line-height: 150%;
      padding-bottom: 12px;
    }

    section.product-selection .product-selection__wrapper .product-breif__title {
      max-width: 261px;
      margin-bottom: 12px;
    }

    section.product-selection .product-selection__wrapper .product-breif__price {
      color: #202129;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      /* margin-bottom: 24px; */
      margin-bottom: 0;
    }

    .delivery-details-wrapper {
      margin-bottom: 12px;
    }

    .delivery-details-heading {
      font-size: 12px;
      font-weight: 500;
      line-height: 16.8px;
    }

    .location-details {
      margin-bottom: 0px;
      border-bottom: 1px solid #F2F3F5;
      padding-bottom: 12px;
    }

    .location-details-wrapper {
      display: block;
      padding: 12px;
    }

    .location-img-wrapper {
      width: 32px;
      height: 32px;
      border-radius: 8px;
      padding: 8px;
    }

    .location-adddress-heading {
      font-size: 14px;
      line-height: 19.6px;
    }

    .location-adddress-subheading {
      font-size: 12px;
      font-weight: 400;
      line-height: 17px;
      max-width: 265px;
    }

    .product-breif__instorecta {
      /* display: none; */
      position: fixed;
      width: 100%;
      bottom: 0;
      left: 0;
      z-index: 99999;
      padding: 20px 16px;
      background-color: #FFFFFF;
      box-shadow: 0px -2px 25px 0px #0000001A;
      display: flex;
      justify-content: center;
    }

    .estimated-delivery-subheading {
      text-align: left;
    }



    .product-description {
      padding: 20px 16px;
      width: 100%;
    }

    .product-description_wrapper {
      padding: 20px 0px;
    }

    .product-description_wrapper-title {
      font-size: 20px;
      font-weight: 400;
      line-height: 25.2px;
      display: flex;
      align-items: center;
      justify-content: space-between;

    }

    .warranty-product-description_heading {
      font-size: 20px;
      line-height: 25.2px;
      padding: 20px 0px;
    }

    .warranty-product-description_subheading {
      font-size: 16px;
      line-height: 24px;
    }

    .video-and-product-description-component-wrapper {
      flex-direction: column;
      gap: 16px;
    }

    .product-detail__images-thumbnail {
      display: none;
    }

    /* start */
    .product-detail__images-wrapper {
      width: 100%;
    }

    .pd-64 {
      padding: 0 16px;
    }

    .cartCloseBtnContent {
      position: absolute;
      top: 27px;
      right: 16px;
      margin-bottom: 0;
    }

    .cartCloseBtnMob {
      display: block;
      width: 28px;
      height: 28px;
    }

    section.product-selection .product-selection__wrapper .product-breif__title .product-breif__title-para {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: #202129;
      padding-bottom: 0;
    }

    .product-breif__price-container {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 20px;
    }

    .product-breif__price-discount-offers {
      font-size: 12px;
      font-weight: 400;
      line-height: 17px;
      color: #9DA1B0;
      margin-bottom: 0;

    }

    .discount-offers-amt {
      text-decoration: line-through;
    }

    .discount-offers-percentage {
      font-size: 12px;
      font-weight: 500;
      line-height: 17px;
      color: #006EBD;
      margin-left: 8px;
    }

    .product-breif__taxes {
      display: none;
    }

    .estimated-delivery {
      align-items: center;
      flex-direction: row;
      justify-content: end;
      margin-top: 13px;
    }

    section.product-selection .product-selection__wrapper {
      flex-direction: column;
    }

    .dialog {
      z-index: 999999;
    }

    .book-an-appointment-popup {
      border-radius: unset;
    }

    /* end */
    /* .marker-pin-img-wrapper{

    } */

    .find-store-component {
      width: 100%;
      height: 109px;
    }

    .find-store-component-img-wrapper {
      width: 100%;
      height: 100%;
    }

    .enter-pin-title {
      font-size: 14px;
      font-weight: 400;
      line-height: 19.6px;
      color: #4F5466;
    }

    .disclaimer-img-wrapper .disclaimer-tooltip-text {
      left: 23px;
    }

    .estimated-delivery-img-wrappper .disclaimer-tooltip-text {
      left: 158px;
    }
  }

  /* .section.product-selection .product-selection__wrapper-thumbnail{
    display: none !important;
  } */
  /* .product-selection .product-selection__wrapper .product-breif__price span{
      font-size: 24px;
      font-weight: 700;
      line-height: 28.8px;
      color: #202129;
  } */


  /* revamp  start*/
  .product-breif__price-discount-offers {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #9DA1B0;
    margin-bottom: 8px;
  }

  .discount-offers-amt {
    text-decoration-line: line-through;
  }

  .discount-offers-percentage {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #005EA1;
    margin-left: 20px;
    padding: 4px 8px;
    border-radius: 50px;
    background-color: #fff;
  }

  .product-breif__taxes {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: #74798A;
    margin-bottom: 40px;
  }

  .estimated-delivery {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 8px;
  }


  .enter-pin-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #202129;
    margin-bottom: 12px;

  }

  /* .enter-pin-check-wrapper {
    padding: 9px 24px;
    background-color: #F2F3F5;
    border-radius: 8px;
    cursor: pointer;
  } */

  .enter-pin-check-txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    color: #202129;
    text-transform: capitalize;
  }

  .enter-pin-change-wrapper {
    padding: 9px 24px;
    background-color: #F2F3F5;
    border-radius: 8px;
    cursor: pointer;
    display: none;
  }

  .enter-pin-change-txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    color: #202129;
  }

  /* .enter-pin-no-error-msg-container{
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 4px;
    margin-bottom: 16px;
  } */
  .enter-pin-no-error-msg-img {
    width: 20px;
    height: 20px;
  }

  .enter-pin-no-error-msg {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #ED1C24;

  }

  .estimated-delivery-msg-container {
    margin-bottom: 16px;
    margin-top: 8px;
  }

  /* .estimated-delivery-img {
    width: 12px;
    height: 12px;
  } */

  /* .estimated-delivery-msg-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 6px;
  } */

  .estimated-delivery-msg-txt {
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    color: #74798A;
    text-transform: uppercase;

  }

  .estimated-delivery-days-txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #202129;
  }

  /* Modal start */
  .addCartModal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 36, 45, 0.6);
    justify-content: flex-end;
    align-items: center;
    backdrop-filter: blur(1px);
    /* opacity:60%; */
    /* transition: opacity 0.3s ease; */

  }

  .addCartContent {
    background-color: #fff;
    padding: 32px 24px;
    border-radius: 12px 0 0 12px;
    text-align: center;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    max-width: 481px;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

  }

  .cartCloseBtnContent {
    display: flex;
    justify-content: end;
    margin-bottom: 24px;
  }

  .cartCloseBtn {
    cursor: pointer;
    width: 28px;
    height: 28px;
  }

  .cartSelectAddressContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
  }

  .addressDetailsContent {
    margin-bottom: 32px;
  }

  .addressTitleContent {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 17px;
  }

  .addressTitleImgContent {
    width: 16px;
    height: 16px;
  }

  .addressTitleImgContent img {
    width: 100%;
    height: 100%;
  }

  .addressTitleTxt {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    color: #4F5466;
    text-transform: uppercase;
  }

  .selectAddContent {
    display: flex;
    align-items: start;
    gap: 16px;
  }

  .selectAddPincodeContent {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
  }

  .selectStateTxt {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: #141517;

  }

  .selectDefault-active {
    background-color: #05B54B;
    padding: 4px 8px;
    border-radius: 24px;
  }

  .defaultTxt {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    color: #FFFFFF;
    text-transform: uppercase;
  }

  .selectAddDetails {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    color: #4F5466;
  }

  .selectEditContent {
    width: 32px;
    height: 32px;
    cursor: pointer;
  }

  .editImg {
    width: 100%;
    height: 100%;
  }

  .addNewAddressDetailsContent {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .addNewAddressImgContent {
    width: 40px;
    height: 32px;
  }

  .addNewAddressImg {
    width: 100%;
    height: 100%;
  }

  .addNewAddressDetailsTxt {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.63px;
    color: #7445B2;
  }

  /* .enter-pin-no-wrapperMob{
    display: none;
  } */
  /* .enter-pin-wrapperMOb {
    display: none;
  } */

  /* Modal End */


  /* PRODUCT SLIDER START ------------------------------------ */
  .bh_shop_page_wrapper {
    position: relative;
  }

  section.product-selection .product-selection__wrapper-product {
    display: none;
  }

  .product-selection__wrapper-thumbnail {
    display: none;
  }

  .product_box {
    max-width: 896px;
    width: 100%;
    min-height: 629px;
    position: relative;
    background-color: #FAFAFA;
    border-radius: 20px;
    margin-top: 32px;
    border: 1px solid #E3E3E3;
  }

  /* bedding start*/
  .product_box.bedding.bedding-mobile {
    display: none;
  }

  .product_box.bedding.bedding-desktop .product_single_slider img {
    width: 100%;
    max-width: unset;
    height: 629px;
    border-radius: 20px;
  }

  .product_box.bedding.bedding-desktop .product_single_slider .slick-list {
    border-radius: 20px;
    padding: unset;
  }

  /* bedding end*/

  .product_box.open {
    /* position: fixed; */
    position: absolute;
    z-index: 9999;
    /* top: -162px; */
    top: 0;
    left: 0;
    max-width: unset;
    min-height: 100vh;
    border-radius: unset;
    margin-top: unset;
  }

  .cursor-overlay {
    position: absolute;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 99999;
  }

  .cursor-overlay img {
    width: 64px;
    height: 64px;
  }

  .product_single_slider img {
    /* max-width: 427px; */
    width: 100%;
    /* height: 382px; */
    max-width: 450px;
    height: 403px;
    /* margin-top: 100px; */
    border-radius: 12px;
  }

  /* .product_single_slider .slick-list {
    touch-action: auto !important;
  } */

  .product_single_slider .slick-prev {
    left: 25px;
    z-index: 999;
    width: 55.5px;
    height: 55.5px;
    border-radius: 50%;
  }

  .product_single_slider .slick-next {
    width: 55.5px;
    height: 55.5px;
    right: 25px;
    border-radius: 50%;
  }

  .product_single_slider button.slick-next::before {
    content: '';
    background: url("../../../content/dam/bh-shop/pdp/similar-products/pdp-left-arrow.png") no-repeat center center;
    background-color: #FFFFFF;
    transform: translate(50%, 50%);
    position: absolute;
    top: 50%;
    width: 55.5px;
    height: 55.5px;
    display: inline-block;
    opacity: 1;
    cursor: pointer;
    padding: 17px 22px;
    border-radius: 50%;
    ;
    box-shadow: 0px 8px 30px 0px #3838380D;
    rotate: 180deg;
    background-size: 6px;
    border: 1px solid #EDEDED;
  }

  .product_single_slider button.slick-prev::before {
    content: '';
    background: url("../../../content/dam/bh-shop/pdp/similar-products/pdp-right-arrow.png") no-repeat center center;
    background-color: #FFFFFF;
    transform: translate(50%, 50%);
    position: absolute;
    top: 50%;
    width: 55.5px;
    height: 55.5px;
    display: inline-block;
    opacity: 1;
    cursor: pointer;
    padding: 17px 22px;
    border-radius: 50%;
    box-shadow: 0px 8px 30px 0px #3838380D;
    rotate: 180deg;
    background-size: 6px;
    border: 1px solid #EDEDED;
  }

  .product_single_slider .slick-next.slick-disabled::before {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
    border: 1px solid #EDEDED;
  }

  .product_single_slider .slick-prev.slick-disabled::before {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
    border: 1px solid #EDEDED;
  }


  .product_box .product_img_wrapper {
    min-height: 593px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .product_box.open .product_img_wrapper {
    min-height: 100vh;
  }

  .product_box.open.plus {
    transform: scale(1.5);
  }

  /* bottom div slider  */
  .product_box .bottom_div {
    display: flex;
    justify-content: left;
    align-items: center;
    max-width: 413px;
    position: absolute;
    left: 0;
    bottom: 15px;
    margin-left: 24px;
  }



  .bottom_div_icons {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 4px;
    /* margin-left: 4px; */
  }

  .product_slider img {
    margin-right: 4px;
  }

  .product_box .bottom_div img {
    width: 45px;
    height: 45px;
    border-radius: 4px;
    cursor: pointer;
    transform: translateY(11px);
    border: 0.5px solid #0000001A;
  }

  .slick-track img:last-child {
    margin-right: unset;
  }

  .product_slider img {
    position: relative;
    top: 11px;
  }

  .product_box .bottom_div .slick-slide.is-active {
    width: 68px;
    height: 68px;
    position: relative;
    top: -12px;
    /* border: 0.32px solid #0000001A; */
    border: 0.5px solid #906AC1;
    border-radius: 6px;
    transform: translateY(12px);
  }

  .bottom_div .product_slider .slick-list {
    /* overflow: unset; */
    width: 600px;
  }

  .product_box .close_icon {
    width: 72px;
    height: 68px;
    position: absolute;
    top: 56px;
    right: 36px;
    z-index: 999;
    display: none;
    cursor: pointer;
    border: 1px solid #EDEDED;
    border-radius: 60px;
  }

  .product_box.open .close_icon {
    display: block;
  }

  .product_box.open .bottom_div {
    position: absolute;
    bottom: 27px;
    left: 42px;
  }

  /* slick css  */
  .product_single_slider .slick-slide,
  .product_single_slider.slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    /* transform: scale(0.8, 0.8); */
  }

  .product_single_slider .slick-current {
    /* transform: scale(1.1); */
  }

  /* Zoom image -------- */

  .product-selection__wrapper .outer-div {
    position: fixed;
    top: 53%;
    transform: translateY(-50%);
    right: 30px;
    width: 650px;
    height: 580px;
    background-color: #FAFAFA;
    display: none;
    overflow: hidden;
    z-index: 998;
    border-radius: 12px;
    box-shadow: 0px 4px 13.5px 0px #00000026;
  }

  .product-selection__wrapper .zoomed-image {
    position: absolute;
    width: 428px;
    /* Adjust zoom level */
    height: 382px;
    /* Adjust zoom level */
    object-fit: cover;
    transform-origin: top left;
  }

  .product_box .open_icon {
    display: none;
  }

  /* PRODUCT SLIDER END --------------------------------- */


  /* acccodian images*/
  /* .accordian-image-container{
    width: 100%;
    height: 675px;
  }

  .accodian-image{
    width: 100%;
    height: 100%;
    border-radius: 12px;
  } */
  /* video component start */
  /* Container for the video */
  .video-container {
    height: 100%;
    border-radius: 12px;
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 800px;
    /* background-color: black; */
  }

  .img-container {
    height: 100%;
    border-radius: 12px;
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 800px;
    /* background-color: black; */
  }

  /* Center the play-pause button in the middle of the video */
  .play-pause-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    border-radius: 50%;
    cursor: pointer;
    display: none;
    /* Initially hidden */
    width: 100px;
    height: 100px;
  }

  /* Show the play/pause button when video is hovered */
  .video-container:hover .play-pause-button {
    display: block;
  }

  /* video component end */

  @media screen and (max-width:768px) {
    .product-detail__images-wrapper {
      width: 100%;
    }

    .bottom_div_icons {
      margin-top: 6px;
    }

    .pd-64 {
      padding: 0 16px;
    }

    .cartCloseBtnContent {
      /* display: none; */
      position: absolute;
      top: 27px;
      right: 16px;
      margin-bottom: 0;
    }

    .cartCloseBtnMob {
      display: block;
      width: 28px;
      height: 28px;
    }

    /* bedding css  */

    .product_box.bedding.bedding-desktop {
      display: none;
    }

    .product_box.bedding.bedding-mobile {
      display: block;
    }

    .product_box.bedding.bedding-mobile .bottom_div {
      /* display: flex;
      justify-content: center;
      align-items: center;
      max-width: 413px;
      position: absolute;
      left: 0;
      margin-left: -121px;
      width: unset; */
      bottom: 12px;
    }

    .product_box.bedding.bedding-mobile.open .bottom_div{
      bottom: 70px;
    }

    .product_box.bedding.bedding-mobile .product_single_slider img {
      border-radius: 20px 20px 8px 8px;
      max-width: unset;
      width: 100%;
      height: 328px;
      margin-top: unset;
    }

    .product_box.bedding.bedding-mobile .product_img_wrapper {
      padding: unset;
      /* max-height: unset; */
      min-height: 340px;
    }
    .product_box.bedding.bedding-mobile.open .product_img_wrapper {
      min-height: 100vh;
    }

    .product_box.bedding.bedding-mobile .product_single_slider {
      top: -6px;
    }
    .product_box.bedding.bedding-mobile.open .product_single_slider {
      top: 0;
    }


    .product_box.bedding.bedding-mobile .bottom_div {
      /* width: 100%;
      display: flex;
      justify-content: unset;
      margin-left: 0;
      margin-top: 20px;
      overflow: hidden;
      margin:6px 0px 12px 0px; */
    }

    .product_box.bedding.bedding-mobile .product_slider .slick-list {
      width: unset;
    }

    /* bedding css  */

    section.product-selection .product-selection__wrapper .product-breif__title .product-breif__title-para {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: #202129;
      padding-bottom: 0;
    }

    .product-breif__price-container {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 20px;
    }

    .product-breif__price-discount-offers {
      font-size: 12px;
      font-weight: 400;
      line-height: 17px;
      color: #9DA1B0;
      margin-bottom: 0;

    }

    .discount-offers-amt {
      text-decoration: line-through;
    }

    .discount-offers-percentage {
      font-size: 12px;
      font-weight: 500;
      line-height: 17px;
      color: #006EBD;
      margin-left: 8px;
    }

    .product-breif__taxes {
      display: none;
    }

    .estimated-delivery {
      align-items: center;
      flex-direction: row;
      justify-content: end;
      margin-top: 13px;
    }

    /* Modal start */
    .addCartModal {
      z-index: 111111;
    }

    .addCartContent {
      border-radius: 16px 16px 0 0;
      bottom: 0;
      top: unset;
      height: 80%;
      /* height: 675px; */
    }

    /* .enter-pin-no-wrapper {
      display: none;
    } */

    .enter-pin-no-wrapperMob {
      display: block;
      padding: 20px 16px;
    }

    .enter-pin {
      font-size: 14px;
      font-weight: 500;
      line-height: 19.6px;
    }

    .enter-pin::placeholder {
      font-size: 14px;
      font-weight: 500;
      line-height: 19.6px;
      color: #3A3A3A;
    }

    .enter-pin-no {
      gap: 8px;
      padding: 6px 14px;
      border-radius: 12px;
      border: 1px solid #E6E7EB;
      background: #FFF;
      display: flex;
      align-items: center;
      height: 48px;
    }

    .enter-pin-wrapperMOb {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #fff;
      padding: 20px 16px;
      box-shadow: 0px -2px 25px 0px #0000001A;
      border-radius: 12px 12px 0 0;
      width: 100%;
    }

    .enter-pin-titleMob {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: #4F5466;
      margin-bottom: 8px;
    }

    .enter-pin-no-error-msg-container {
      margin-top: 12px;
      margin-bottom: 0;
    }

    .enter-pin-no-error-msg {
      font-size: 12px;
      font-weight: 400;
      line-height: 16.8px;
    }

    .productAddContent {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 12px;
      padding: 12px;
      background-color: #F5FFF1;
      border-radius: 8px;
      justify-content: start;
    }

    .productAddSuccessImgContent {
      width: 20px;
      height: 20px;
    }

    .productAddSuccessImg {
      width: 100%;
      height: 100%;
    }

    .productAddSuccessTxt {
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      color: #1E451D;
    }

    .addressWrapper {
      max-height: 425px;
      overflow-y: scroll;
    }

    /* Modal End */

    .video-component-wrapper {
      width: 100%;
      height: 388px;
    }

    .img-component-wrapper {
      width: 100%;
      height: 388px;
    }

    section.product-selection.fixed-scroll .product-selection__wrapper-details {
      margin-top: unset;
    }

    section.product-selection .product-selection__wrapper {
      gap: unset;
    }

    /* PRODUCT SLIDER MOBILE START ------------------------------------ */
    .product_box {
      min-height: 412px;
      /* margin-top: unset; */
      /* background-color: #F1F3F5; */
    }

    .product_single_slider {
      /* background: #F1F3F5; */
      border-radius: 20px;
      top: -23px;
    }

    .product_box.open .product_single_slider {
      background: unset;
      border-radius: unset;
    }

    .product_box.open {
      min-height: 100vh;
    }

    .product_box.open {
      /* top: -163px; */
    }

    .product_single_slider img {
      /* max-width: 328px; */
      max-width: 260px;
      width: 100%;
      /* height: 299px; */
      height: 260px;
      margin-top: unset;
    }

    .product_box .product_img_wrapper {
      max-width: unset;
      width: unset;
      min-height: 412px;
      padding: 0 15px;
    }

    .product_box .bottom_div img {
      width: 41px;
      height: 41px;
      transform: translateY(4px);
    }

    .product_box .bottom_div .slick-slide.is-active {
      width: 56px;
      height: 56px;
      top: -4px;
      border-radius: 5px;
      transform: translateY(4px);
    }

    .product_box .close_icon {
      width: 40px;
      height: 40px;
      right: 18px;
      top: 21px;
      border: 1px solid #EDEDED;
      border-radius: 60px;
    }

    .product_box.open .bottom_div {
      left: 0px;
      bottom: 80px;
    }

    .product-selection__wrapper .outer-div {
      display: none;
    }

    .product_box .open_icon {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 4px;
      right: 4px;
      z-index: 999;
      display: block;
      cursor: pointer;
    }

    .product_box.open .open_icon {
      display: none;
    }

    /* PRODUCT SLIDER MOBILE END --------------------------------- */


    .discount-offers-amt {
      text-decoration: line-through;
    }

    .discount-offers-percentage {
      font-size: 12px;
      font-weight: 500;
      line-height: 17px;
      color: #006EBD;
      margin-left: 8px;
    }

    .product-breif__taxes {
      display: none;
    }

    .estimated-delivery {
      align-items: center;
      flex-direction: row;
      justify-content: end;
      margin-top: 13px;
    }

    /* Modal start */
    .addCartModal {
      z-index: 111111;
    }

    .addCartContent {
      border-radius: 16px 16px 0 0;
      bottom: 0;
      top: unset;
      height: 80%;
      /* height: 675px; */
    }

    /* .enter-pin-no-wrapper{
        display: none;
      } */
    .enter-pin-no-wrapperMob {
      display: block;
      padding: 20px 16px;
    }

    .enter-pin-no {
      gap: 8px;
      padding: 6px 14px;
      border-radius: 12px;
      border: 1px solid #E6E7EB;
      background: #FFF;
      display: flex;
      align-items: center;
    }

    .enter-pin-wrapperMOb {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #fff;
      padding: 20px 16px;
      box-shadow: 0px -2px 25px 0px #0000001A;
      border-radius: 12px 12px 0 0;
    }

    .enter-pin-titleMob {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: #4F5466;
      margin-bottom: 8px;
    }

    .enter-pin-no-error-msg-container {
      margin-top: 12px;
      margin-bottom: 0;
    }

    .productAddContent {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 12px;
      padding: 12px;
      background-color: #F5FFF1;
      border-radius: 8px;
      justify-content: start;
    }

    .productAddSuccessImgContent {
      width: 20px;
      height: 20px;
    }

    .productAddSuccessImg {
      width: 100%;
      height: 100%;
    }

    .productAddSuccessTxt {
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      color: #1E451D;
    }

    .addressWrapper {
      max-height: 425px;
      overflow-y: scroll;
    }

    /* Modal End */

    .enter-pin-check-txt {
      font-size: 12px;
      font-weight: 500;
      line-height: 16.8px;
      color: #3A3A3A;
    }

    .product_box .bottom_div {
      width: 100%;
      overflow: scroll;
      min-height: 64px;
      display: flex;
      justify-content: center;
      margin-left: 0;
    }

    .product_box .bottom_div::-webkit-scrollbar {
      display: none;
    }

    .bottom_div .product_slider .slick-list {
      width: unset;
    }

    section.product-selection .product-selection__wrapper .out-of-stock p {
      color: #ED1C24;
      font-size: 16px;
      font-weight: 700;
      line-height: 20px;
      margin-top: 20px;
      margin-bottom: 23px;
    }
  }

  /* revamp  end*/

  .no-scroll {
    overflow: hidden;
  }

  /* shopable  page css */

  /* .product-description.product-details-shopable{
    width: 100%;
  } */
  @media (min-width:992px) {
    .product-description.product-details-shopable {
      margin-top: 76px;
      background-color: transparent;
      padding: 0;
      border-radius: unset;
      width: 100%;
      max-width: 643px;
      overflow-y: unset;
      max-height: none;
    }

    .product-description.product-details-shopable .product-description_wrapper {
      background-color: #f4f2ed;
      margin-bottom: 24px;
      padding: 26px 24px;
      border-bottom: none;
    }

    .product-description.product-details-shopable .product-description_wrapper-title {
      font-weight: 700;
      font-size: 18px;
      line-height: 22px;
      color: #7345b3;
      cursor: pointer;
      justify-content: flex-start;
      display: flex;
      align-items: center;
    }

    .product-description.product-details-shopable .details-wrapper__contianer {
      display: flex;
      align-items: flex-start;
      border-top: 1px solid #9ea4aa;
      justify-content: space-between;
    }

    .product-description.product-details-shopable .details-wrapper__contianer-item {
      width: 50%;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      padding: 12px 0 10px 0;
    }

    section.product-selection .product-selection__wrapper .out-of-stock p {
      color: #ED1C24;
      font-family: Lato;
      font-size: 24px;
      font-weight: 700;
      line-height: 28.8px;
      margin-top: 40px;
    }
  }

  .product-description.product-details-shopable {
    background-color: transparent;
    max-height: none;

  }

  .product-description.product-details-shopable .product-description_wrapper {
    background-color: #f4f2ed;
    margin-bottom: 24px;
    padding: 26px 16px;

  }

  .product-description.product-details-shopable .product-description_wrapper-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #7345b3;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .product-description.product-details-shopable .main .details-wrapper__contianer {
    border-top: 1px solid #9ea4aa;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

  }

  .product-description.product-details-shopable .details-wrapper__contianer-item {
    width: 50%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 0 10px 0;
  }

  .quick-navs__bookmark-heading.nonshop-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #202129;
  }

  .ethereal-norfolk-subheading.nonshop-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #4f5466;
  }

  .product-description.product-details-shopable .main .details-wrapper__contianer:last-child {
    border-bottom: 1px solid #9ea4aa;
  }

  .product-description.product-details-shopable .details-wrapper__subtitle {
    margin-top: 5px;
  }
.ethereal-norfolk-main-component{
    margin-top: 80px;
    margin-bottom: 32px;
}

.ethereal-norfolk-content-wrapper{
    margin-bottom: 72px;
}

.ethereal-norfolk-heading{
    font-size: 60px;
    font-weight: 500;
    color:#202129;
    line-height: 100%;
    margin-bottom: 30px;
}

.ethereal-norfolk-subheading{
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    color: #4F5466;
    line-height: 28.8px;
    max-width: 1150px;
}

.ethereal-norfolk-dimentions-images{
    width: 100%;
    display: flex;
    /* align-items: center; */
    gap: 32px;
}

.ethereal-norfolk-dimentions{
    width: 50%;
}

.ethereal-norfolk-images{
    width: 50%;
    height: max-content;
}

.ethereal-norfolk-image-wrapper{
    width: 640px;
    height: 675px;
}

.ethereal-norfolk-image{
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.length-height{
    width: 100%;
    border: 1px solid #E6E7EB;
    border-radius: 12px;
    padding: 30px 29px;
    margin-bottom: 20px;
}

.length-height-image{
    width: 52px;
    height: 52px;
    padding: 14px;
    border: 1px solid #E6E7EB;
    border-radius: 100px;
    margin-bottom: 42px;
}

.ruler{
    width: 100%;
    height: 100%;
}

.length-breadth-height{
    display: flex;
    align-items: center;
    gap: 32px;
}

.length-content{
    color:  #74798A;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
}

.length-amount{
    color:  #202129;
    font-size: 20px;
    font-weight: 500;
    line-height: 25.2px;
}

.cross-icon-wrapper{
    width: 10px;
    height: 10px;
}

.cross-icon{
    width: 100%;
    height: 100%;
}

.product-discription-component{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:20px;
}

.product-discription-wrapper{
    border: 1px solid #E6E7EB;
    border-radius: 12px;
    padding: 30px 29px;
    width: 48.2%;
}

.product-discription-image{
    width: 52px;
    height: 52px;
    padding: 14px;
    border: 1px solid #E6E7EB;
    border-radius: 100px;
    margin-bottom: 42px;
}

.Category-content{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4F5466;
    margin-bottom: 8px;
}

.product-discription-content{
    font-size: 20px;
    font-weight: 500;
    line-height: 25.2px;
    color: #202129;
}

.readmore-btn{
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #5D378E;
    max-width: 1150px;
}

@media (max-width:767px){
    .readmore-btn{
        font-size: 12px;
        font-weight: 500;
        line-height: 16.8px;
    }

    .ethereal-norfolk-main-component{
        /* padding: 28px 16px;  */
    }

    .ethereal-norfolk-main-component{
        margin-top: 24px;
        margin-bottom: 16px;
    }

    .ethereal-norfolk-content-wrapper{
        margin-bottom: 28px;
    }
    .ethereal-norfolk-heading{
        font-size: 28px;
        line-height: 33.6px;
        margin-bottom: 4px;
    }

    .ethereal-norfolk-subheading{
        font-size: 14px;
        line-height: 19.6px;
    }

    .ethereal-norfolk-dimentions{
        width: 100%;
    }
    .ethereal-norfolk-images{
        display: none;
    }

    .length-height{
        padding: 24px;
        margin-bottom: 8px;
    }

    .length-height-image{
        width: 44px;
        height: 44px;
        padding: 11px;
        margin-bottom: 20px;
    }

    .product-discription-wrapper{
        padding: 23px;
    }

    .product-discription-image{
        width: 44px;
        height: 44px;
        padding: 11px;
        margin-bottom: 20px;
    }

    .length-content{
        font-size: 12px;
        line-height: 16.8px;
        margin-bottom: 4px;
        color:#4F5466;
    }

    .length-amount{
        color: #202129;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .length-breadth-height{
        gap: 16px;
    }
    
    .measurment-wrapper-component{
        gap: 8px;
    }

    .Category-content{
        font-size: 12px;
        font-weight: 400;
        line-height: 16.8px;
        margin-bottom: 4px;
    }

    .product-discription-component{
        gap:8px;
    }
    .product-discription-content{
        font-size: 16px;
        line-height: 24px;
    }
}
