/* Banner Css */
.fl-latest-creations-wrappper, .bestsellers-wrapper-main, .ox-hidden{overflow-x:hidden;}

.hm-bnr-bg {
  width: 100%;
  height: 100vh;
  max-height: 950px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  display: flex;
  padding: 180px 0px;
  position: relative;
}

video.hm-bnr-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hm-bnr-content {
  margin: auto;
  width: 100%;
  max-width: 1350px;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 9;
  padding-top: 64px;
}

.hm-banner-title {
  font-family: 'Times New Roman';
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 122%;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 25px;
  padding: 0 16px;
}

.watch-video-btn {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 52px;
  bottom: 40px;
  z-index: 9;
  cursor: pointer;
}

.watch-video-btn .video-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  width: 48px;
  height: 32px;
  cursor: pointer;
  border-radius: 100px;
}

.wv-play-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wv-btn-text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  min-width: 213px;
  justify-content: center;
  padding: 8px;
}

.home-banner-slider {
  position: relative;
}

.hm-bnr-slider-nav {
  position: absolute !important;
  right: 48px !important;
  left: auto !important;
  bottom: 48px !important;
  z-index: 9 !important;
  color: #fff !important;
  width: auto !important;
}

.hm-bnr-slider-nav ul {
  list-style: none;
  display: flex;
  margin: 0px;
  padding: 0px;
}

.hm-bnr-slider-nav>span {
  padding: 5px 10px;
  cursor: pointer;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  background-color: transparent !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  opacity: 1 !important;
  color: #F4FAFA;
}

.hm-bnr-slider-nav>span.swiper-pagination-bullet-active {
  font-size: 15px;
  color: #FFFFFF;
}

.hm-bnr-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 9;
}

.popup-open .hm-bnr-bg:before {
  opacity: 1;
}

.hm-banner-slides-index {
  position: relative;
}

.hero-video-popup .modal-dialog {
  transform: translateY(-50%) scale(0.2);
  transition: 0.3s;
}

.hero-video-popup.show .modal-dialog {
  transform: translateY(-50%) scale(1);
}

.home-banner-slider .carousel-progress {
  position: relative;
  width: 100%;
  height: 4px;
}

.home-banner-slider .progress {
  position: absolute;
  height: 4px;
  background-color: #000;
  animation-name: progress;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-play-state: running;
}

.carousel-progress.play-active {
  visibility: hidden;
}

.home-banner-slider .play-active .progress {
  animation-play-state: paused !important;
}

.hm-bnr-slider-nav.play-active {
  display: none !important;
}

.home-banner-slider .popup-mdl {
  position: absolute;
  height: 100%;
  padding: 0;
  overflow: hidden;
  pointer-events: none;
}

.home-banner-slider #videoPopup .popup-container {
  max-width: 100%;
}

.home-banner-slider .popup-mdl:before {
  display: block;
  content: "";
  width: 100%;
  height: 170px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 70%) 100%);
  transform: rotate(180deg);
  pointer-events: none;
  z-index: 9999;
}

.home-banner-slider #videoPopup .popup-close {
  top: auto;
  bottom: 40px;
  right: auto;
  left: 52px;
  transition: 0.3s;
  z-index: 99989;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  width: 48px;
  height: 32px;
  cursor: pointer;
  border-radius: 100px;
}

.home-banner-slider .popup-close .close-icon {
  width: 10px;
  height: 10px;
}

.home-banner-slider .embed-responsive-item {
  cursor: pointer;
  pointer-events: none;
  object-fit: cover;
}

.home-banner-slider .popup-mdl:after {
  content: "";
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 70%) 100%);
  left: 0;
  position: absolute;
  width: 100%;
  height: 120px;
  bottom: 0;
  pointer-events: none;
  z-index: 99;
}
/*
.cms-home .body-container-wrapper>section {
  padding-top: 110px;
  padding-bottom: 110px;
}
*/
.know-more-btn {
  display: flex;
  justify-content: center;
}

.know-more-btn>a {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  height: 49px;
  cursor: pointer;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0px 39px;
}

.know-more-btn>a svg {
  margin-left: 8px;
}



@keyframes progress {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}


@media (max-width: 767px) {
  .watch-video-btn {
    left: 34px;
    bottom: 22px;
  }

  .watch-video-btn .video-btn {
    width: 38px;
    height: 26px;
  }
}



/* Conquering Frontiers */
.toggle-read .read-l {
  display: none;
}

.toggle-read>span {
  text-decoration: underline;
  cursor: pointer;
}

.toggle-read {
  display: none;
}


@media (max-width: 767px) {
  .toggle-read {
    display: block;
    padding: 0px !important;
  }

  .conquering-frontiers .col-right {
    max-height: 200px;
    overflow: hidden;
    transition: 0.3s height;
  }

  .conquering-frontiers.active .col-right {
    max-height: initial;
  }

  #hm-section-1 .col-right {
    margin-bottom: 16px;
  }

  .conquering-frontiers.active .toggle-read>span.read-m {
    display: none;
  }

  .conquering-frontiers.active .toggle-read>span.read-l {
    display: block;
  }
}


/* Our Collection */
.oc-slider-content-box h1 {
  color: #fff;
  font-size: 32px;
}

.oc-slider-item {
  width: 33.333% !important;
  min-width: 450px;
}

.oc-slider-content-box {
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.our-collection-slider .oc-slider-item {
  padding: 0px 10px;
  margin: 0 !important;
}


.our-collection-slider .container>.row {
  margin-left: -5px;
  margin-right: -5px;
}

.our-collection-slider .container>.row .section-header.d-flex>div {
  padding: 0px;
}

.oc-slider-image {
  padding: 50px 40px 0px;
}

.oc-slider-image img {
  width: 100%;
}

.our-collection-slider .oc-slider-header {
  padding-left: 8.5%;
  padding-right: 8.5%;
  min-height: 133px;
  padding-top: 40px;
}
.swiper-button-disabled img{
	opacity:.35;
}

.oc-slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 15px;
}

.oc-slider-title h6 {
  margin-bottom: 0;
}

.oc-slide-btn img {
  width: 24px;
}

.oc-slide-btn.ct-prev {
  left: -30px;
}

.oc-slide-btn.ct-next {
  right: -20px;
}

.our-collection-slider .container>.row {
  position: relative;
}

.oc-slider-items {
  overflow: hidden;
  margin: 0px -5px;
}

.swiper-scrollbar-wrapper {
  position: relative;
  width: calc(100% - 8px);
  margin: 0 auto;
  height: 1px;
}

.oc-slider-btn {
  margin-top: auto !important;
  margin-bottom: 8px !important;
  padding-right: 8px !important;
}

.oc-slider-btn svg {
  margin-left: 3px;
}

.oc-slider-index {
  padding-bottom: 62px !important;
}




/* Since 1737 */
.story-tellers-wrapper .content-row {
  max-width: 582px;
}

.view-our-heritage-btn {
  padding: 35px 16px;
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}

.view-our-heritage-btn>a {
  color: #000000;
  padding: 8px;
}


/* story tellers */
.story-post-item-index {
  background-color: #fff;
}

.story-post-list-index {
  width: 100%;
  background-color: #EAEAEA;
  position: relative;
  padding: 74px 13.5%;
}

.story-post-list a {
  color: #000000;
}

.story-post-list-sec {
  width: 33%;
  padding-left: 5px !important;
  display: flex;
}

.story-post-item-sec {
  width: 67%;
}

.story-post-list-date {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}

.story-post-list-date>svg {
  vertical-align: middle;
  margin-right: 12px;
}

.story-post-list {
  position: relative;
  margin-bottom: 28px;
  border-bottom: 1px solid #000;
}

.story-post-list .hr-line svg {
  width: 100%;
}

.story-post-list:last-child {
  margin-bottom: 0px;
}

.story-post-list .hr-line {
  line-height: 1;
  display: none;
}


/* .story-post-list:after {
  content: "";
  display: block;
  border: 0px solid #000;
  width: 0px;
  height: 0px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 5px solid black;
  position: absolute;
  bottom: -3px;
  right: 0px;
  line-height: 0;
}

.story-post-list:before {
  content: "";
  display: block;
  border: 0px solid #000;
  width: 0px;
  height: 0px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid black;
  position: absolute;
  bottom: -3px;
  left: 0px;
  line-height: 0;
} */

.story-post-list h4 {
  letter-spacing: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.story-post-content {
  padding: 43px 7%;
  width: 100%;
  margin-top: auto;
  background-color: white;
  position: relative;
  z-index: 9;
}

.story-post-list h5 {
  margin-bottom: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.story-post-content h4 {
  margin-bottom: 6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-width: 600px;
}

.story-post-content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.story-post-read-more a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #000;
  padding: 8px 24px;
  border-radius: 100px;
  cursor: pointer;
  color: #fff;
}

.story-post-item-index {
  width: 100%;
}

.story-post-image {
  /* padding-top: calc(460px + 42.5%); */
  padding-top: 460px;
}

.story-post-item .story-post-image img {
  object-position: top right;
}

.story-post-image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-post-item-sec {
  display: flex;
}

.story-post-item-index {
  display: flex;
}

.story-post-item {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  position: relative;
  max-height: 755px;
  overflow: hidden;
}

.story-post-image {
  width: 100%;
  position: relative;
}

.story-tellers-wrapper {
  overflow: hidden;
}

.story-post-read-more img {
  width: 8px;
  margin-left: 7px;
  position: relative;
  top: 0px;
}

.our-collection-slider {
  overflow: hidden;
}

.tr-cut:before {
  border-top-color: #f4fafa;
  border-right-color: #f4fafa;
}

/* discovering favre lueba */
.discovering-content {
  border-bottom: 1px solid #000;
  padding-bottom: 32px;
}

.discovering .col-50 {
  padding-left: 10px;
  padding-right: 10px;
}

.discovering-image {
  margin-bottom: 31px;
}

.discovering-title {
  margin-bottom: 6px;
}

.discovering-btn a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}

.discovering-title h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.discovering-btn svg {
  margin-left: 4px;
}

.discovering-image a {
  display: block;
}

.header-icons {
  margin-left: auto;
}

.bestsellers-wrapper {
  border-top: 1px solid #EAEAEA;
}

/*#hm-section-2 {
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}*/

.oc-slider-items-wrapper .tr-cut:before {
  border: 22px solid transparent;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}

.oc-slider-items-wrapper {
  padding-right: 10px;
}

#hm-section-2 .section-header h3 {
  padding: 0px 5px;
}


/* since 1737 */
.hm-Since-section .d-flex>div {
  padding-left: 0px;
  padding-right: 0px;
}

.hm-Since-section .x-container {
  max-width: 1378px;
  padding: 0;
}

.hm-Since-section .x-container .row {
  margin: 0;
}

.hm-Since-section .since-image img {
  width: 100%;
  max-width: 652.62px;
}

.hm-Since-section .since-image {
  padding-right: 30px !important;
}

.since-content .content-row {
  width: 100%;
  max-width: 578px;
  margin-right: 0;
  margin-left: auto;
}

.content-row .since-content-col>div {
  width: 100%;
  max-width: 259px;
}

.since-content .content-row .since-content-col {
  display: flex;
  width: 100%;
  white-space: normal;
  flex-flow: nowrap;
}

.content-row .since-content-col>div .col-left {
  padding-right: 40%;
}

.since-content-col .col-left {
  margin-right: 10%;
}

.since-content-col .since-image {
  padding-right: 20px;
}

.bestsellers-wrapper .watch-collections {
  padding: 0px 50px;
}

.bestsellers-wrapper .watch-collections .product-wrapper>.d-flex {
  justify-content: space-between;
}

.bestsellers-wrapper .watch-collections .catalog-product-item {
  margin-top: 0;
}

.bestsellers-wrapper .watch-collections .catalog-product-content {
  padding-top: 0px !important;
}

.story-post-image-thum {
  display: none;
}




@media (min-width: 768px) {
  .story-post-content {
    /* position: absolute; */
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
  }
}

@media (max-width: 767px) {
  .discovering .col-50 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .discovering-image {
    margin-bottom: 37px;
  }

  .discovering-content {
    padding-bottom: 28px;
  }

  .discovering .col-50:first-child {
    margin-bottom: 50px;
  }

  .discovering-title {
    margin-bottom: 4px;
  }

  .know-more-btn>a {
    border: 0px;
  }
}


/* Media */
@media (min-width: 991px) {
  .story-tellers-wrapper .col-left {
    padding-right: 24px;
  }

  .story-tellers-wrapper .col-right {
    padding-left: 24px;
  }
}

@media (min-width: 768px) and (max-height: 800px) {
  .hero-video-popup .modal-dialog {
    width: 65%;
  }
}


@media (min-width: 991px) and (max-width: 1024px) {
  .header-fixed-wrapper .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  .bestsellers-wrapper .watch-collections .catalog-product-item:nth-child(4) {
    display: none !important;
  }

  .ft-nav-wrapper .ft-col:not(:last-child) {
    max-width: 160px;
  }
}



@media (max-width: 1400px) {
  .story-post-list-index {
    padding: 40px;
  }

  .story-post-content {
    padding: 40px 7%;
  }
}

@media (max-width: 1366px) {
  .oc-slider-item {
    min-width: 425px;
  }

}

@media (max-width: 1200px) {
  .story-tellers h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .story-post-item-sec {
    width: 60%;
  }

  .story-post-list-sec {
    width: 40%;
  }

  .bestsellers-wrapper .watch-collections {
    padding: 0px;
  }

  .oc-slide-btn.ct-next {
    right: -30px;
  }


}

@media (max-width: 1024px) {

  .content-row .since-content-col>div {
    margin-right: 0;
    max-width: 100%;
  }

  .since-content .content-row .tab-view .col-left {
    max-width: 100%;
    width: 100%;
  }

  .since-content .content-row .since-content-col {
    flex-flow: wrap;
  }

  .content-row .since-content-col>div.col-left {
    margin-bottom: 8px;
  }

  .since-content .content-row .since-content-col {
    display: none;
  }

  .since-content .content-row .tab-view {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 860px) {
  .our-collection-slider>.container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .our-collection-slider .section-header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .our-collection-slider .view-all {
    padding: 0px 10px !important;
  }

  #hm-section-2 .section-header h3 {
    padding: 0px 10px;
  }

  .our-collection-slider .oc-slider-item:first-child {
    margin-left: 32px !important;
  }

  .our-collection-slider .oc-slider-item:last-child {
    margin-right: 42px !important;
  }

  section#hm-section-2 {
    padding-bottom: 60px;
  }

  .story-post-item-sec {
    width: 100%;
    padding-left: 48px !important;
    padding-right: 48px !important;
    margin-bottom: -22px;
  }

  .story-post-list-sec {
    width: 100%;
  }

  .story-post-list-sec .tr-cut:before {
    display: none;
  }

  .story-tellers-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }

  section#hm-section-4 .section-header {
    padding: 0px 30px;
  }

  .story-tellers-wrapper {
    padding-bottom: 0px !important;
  }

  .bestsellers-wrapper .watch-collections .product-item {
    width: 50%;
  }

  .bestsellers-wrapper .watch-collections .product-details {
    padding: 0;
  }

  .bestsellers-wrapper {
    padding-bottom: 60px;
  }

  .story-post-list-index {
    padding: 80px 64px !important;
  }

  .oc-slide-btn {
    display: none;
  }
/*
  .header-fixed-wrapper .container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
*/
  .swiper-scrollbar-wrapper {
    width: calc(100% - 74px);
  }

  .tr-cut.swiper-slide-active {
    margin-left: 20px !important;
  }
}


@media (max-width: 991px) {
  .cms-home .body-container-wrapper>section {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  #hm-section-1 .col-left {
    padding-left: 16px;
    margin-bottom: 24px;
  }

  #hm-section-1 .col-right p {
    margin-bottom: 16px;
  }

  #hm-section-1 .col-right p:last-child {
    margin-bottom: 0;
  }

  #hm-section-1 .col-right {
    padding-left: 16px;
    padding-right: 16px;
  }
}


@media (max-width: 767px) {
  #hm-section-1 .col-right {
    padding: 0;
  }

  .story-post-item {
    max-height: initial;
  }

  #hm-section-1 .col-left {
    padding-left: 0;
  }

  .cms-home .body-container-wrapper>section.hm-Since-section {
    padding-left: 0;
    padding-right: 0;
  }

  .story-post-list h5 {
    -webkit-line-clamp: initial;
  }

  .oc-slider-image {
    margin-top: auto;
    width: 100%;
    padding: 20px 15px 0px;
  }

  .view-our-heritage-btn {
    font-size: 10px;
    line-height: 12px;
  }

  .oc-slider-content-box {
    display: flex;
    flex-flow: wrap;
    min-height: 392px;
  }

  .story-post-image img {
    height: 100%;
  }

  #hm-section-1 .x-container {
    padding-left: 78px;
    padding-right: 78px;
  }

  .hm-banner-title {
    font-size: 24px;
    line-height: 32px;
    padding: 0;
    max-width: 298px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    letter-spacing: 2px;
  }

  .hm-bnr-content {
    margin-top: 0px;
  }

  .wv-btn-text {
    font-size: 10px;
    line-height: 12px;
    min-width: 180px;
  }

  .btn-flex {
    height: 45px;
  }

  .hm-bnr-slider-nav {
    right: 24px !important;
    left: auto !important;
    bottom: 24px !important;
  }

  .hm-bnr-slider-nav>span {
    font-size: 10px;
  }

  .hm-bnr-slider-nav>span.swiper-pagination-bullet-active {
    font-size: 13px;
  }

  .hm-bnr-bg {
    max-height: 611px;
  }

  .story-tellers-wrapper .content-row {
    max-width: 100%;
  }

  .story-tellers>.d-flex {
    display: block;
  }

  #hm-section-4 .container {
    padding: 0px;
  }

  .story-post-list-sec {
    width: 100%;
    margin-top: -21px;
  }

  .story-post-list-sec .tr-cut:before {
    display: none;
  }

  .story-post-list-index {
    padding: 88px 43px 80px 43px;
  }

  .story-post-list h5 {
    margin-bottom: 12px;
  }

  .story-post-list-date {
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
  }

  .story-post-item-sec {
    width: calc(100% - 64px);
    margin: 0 auto;
    position: relative;
    z-index: 9;
  }

  section#hm-section-4 {
    padding-bottom: 0px !important;
  }

  .story-post-content {
    padding: 72px 42px 94px 42px;
  }

  .story-post-image {
    padding-top: 131%;
    position: relative;
  }

  .story-post-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: initial;
  }

  .story-post-content h4 {
    -webkit-line-clamp: initial;
  }

  .story-post-content h4 br {
    display: none;
  }

  .oc-slider-btn>.explore {
    padding: 12px 19px;
  }

  .oc-slider-item {
    width: auto;
    min-width: 280px;
    max-width: 280px;
  }

  .our-collection-slider .oc-slider-header {
    padding-top: 24px;
    min-height: 82px;
    width: 100%;
  }

  .oc-slider-items-wrapper .tr-cut:before {
    border: 10px solid transparent;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
  }

  .our-collection-slider .oc-slider-item:first-child {
    margin-left: 42px !important;
  }

  .our-collection-slider .oc-slider-item:last-child {
    margin-right: 42px !important;
  }

  .trigger-btn {
    padding: 0;
    width: 45px;
    height: 33px;
    justify-content: center;
  }

  .trigger-btn>span:not(:first-child) {
    display: block;
  }

  .oc-slider-btn svg {
    margin: 0;
  }

  .our-collection-slider .oc-slider-item {
    padding: 0;
    margin-right: 0px !important;
    margin-left: 10px !important;
  }

  .our-collection-slider .oc-slider-item.swiper-slide-active {
    margin-left: 20px !important;
  }

  .our-collection-slider .oc-slider-item:first-child.swiper-slide-active {
    margin-left: 42px !important;
  }

  .oc-slider-btn {
    padding-right: 25px !important;
  }

  .oc-slider-index {
    padding-bottom: 36px !important;
  }

  .oc-slide-btn {
    display: none;
  }

  .swiper-scrollbar-wrapper {
    width: calc(100% - 74px);
  }

  .discovering-title h4 {
    -webkit-line-clamp: initial;
  }

  .home-banner-slider .popup-mdl:before {
    height: 110px;
  }

  .home-banner-slider .popup-mdl:after {
    height: 100px;
  }

  .home-banner-slider #videoPopup .popup-close {
    width: 38px;
    height: 26px;
    left: 34px;
    bottom: 22px;
  }

  .popup-close .close-icon {
    width: 15px;
    height: 15px;
  }

  .hm-Since-section .content-row {
    padding-left: 74px;
    padding-right: 74px;
  }

  .view-our-heritage-btn {
    padding: 20px 16px;
  }

  .hm-Since-section .d-flex>div {
    width: 100%;
  }

  .hm-Since-section .since-image img {
    max-width: 358.04px;
  }

  .hm-Since-section .since-image {
    padding-right: 0px !important;
    text-align: center;
    margin-bottom: 60px;
  }

  .since-content .content-row {
    margin: 0 auto;
    max-width: 100%;
  }

  .story-post-image-thum {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 16px;
  }

  .story-post-image-thum img {
    width: 100%;
  }

}


@media (max-width: 360px) {
  #hm-section-1 .x-container {
    padding-left: 48px;
    padding-right: 48px;
  }

  .hm-Since-section .since-image img {
    width: 90%;
  }

  .since-content .content-row {
    padding-left: 32px;
    padding-right: 32px;
  }

  .story-post-content {
    padding: 52px 32px 74px 32px;
  }
}

