#common-home {
  overflow: hidden;
}
.search-container .prdoptmltcol_atgrid {
  display: block;
  border: none;
}
/* Banner */
.home-banner .slide-inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
}
.home-page-slideshow .slide-inner::before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 69.72%, rgba(0, 0, 0, 0.169411) 86.08%, rgba(0, 0, 0, 0.3) 95.93%), linear-gradient(180deg, rgba(0, 0, 0, 0.4) 9.63%, rgba(0, 0, 0, 0.224943) 18.14%, rgba(0, 0, 0, 0) 29.07%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}
.home-banner .slide-inner {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 52.778%;
}
.home-page-slideshow .slide-inner {
  padding: 0;
  height: var(--app-height, 100vh);
}
.home-page-slideshow .content-inner {
  position: relative;
}
.home-page-slideshow .slide-content {
  position: absolute;
  bottom: 66px;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 3;
}
.home-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  animation: animateWidth var(--animation-delay) ease-in-out;
  -webkit-animation: animateWidth var(--animation-delay) ease-in-out;
}
.home-banner .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  width: 0;
  height: 100%;
  background: #FFA400;
  position: absolute;
  left: 0;
  top: 0;
}
.home-banner .swiper-pagination .swiper-pagination-bullet {
  width: 100%;
  position: relative;
  height: 1px;
  margin: 0;
  opacity: 1;
  border-radius: 0;
  width: 30px;
  transition: width 0.3s;
}
.home-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 60px;
}
.home-page-slideshow .container {
  position: relative; 
}
.home-page-slideshow .swiper-pagination {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 64px;
  margin: 0;
  display: flex;
  gap: 4px
}
.home-page-slideshow .banner-subtitle,
.home-page-slideshow .title {
  margin: 0;
  letter-spacing: 0;
  color: #fff;
  display: none;
}
.home-page-slideshow .banner-subtitle {
  margin: 0 0 8px;
  color: #fff;
}
.home-page-slideshow {
  position: relative;
}
.featured-product .product-thumb:hover .image img {
  transform: none;
}
.home-page-slideshow .content-inner .button-link {
  text-align:center;
}
.home-banner .button-link-scroll,
.home-page-slideshow .button-link {
  display: none;
}
.home-page-slideshow.home-banner .button-link-scroll {
  display: block;
}
.home-page-slideshow .content-inner .button-link a{
  border: none;
  font-family: Cinzel;
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
  letter-spacing: 0.04em;
  text-align: left;
  background: none;
  color: #FFF;
}
.home-page-slideshow .content-inner .button-link a:hover{
  color: #FFA400;
}
.home-page-slideshow .content-inner .button-link svg {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
.home-page-slideshow .swiper{
  overflow: inherit;
}
.home-page-slideshow .slide-content{
  opacity: 0;
  visibility: hidden;
}
.home-page-slideshow .swiper-slide-active .slide-content{
  opacity: 1;
  visibility: inherit;
  transition: all 0.5s;
}
.home-page-slideshow .content-inner .button-link svg{
  overflow:hidden
}
.home-page-slideshow .button-link svg path {
    transition: all 1.5s;
    transform: translateY(-100%);
} 
.home-page-slideshow .swiper-slide-active .button-link svg path{ 
  transform: translateY(0);
}
.home-page-slideshow .swiper-slide-active .button-link svg path{
  animation: animateslideY 2s linear infinite;
}
@-webkit-keyframes animateWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes animateslideY {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
  
}

@media(max-width: 1024px) {
  .home-page-slideshow .slide-content {
    bottom: 50px;
  }
}
@media(max-width: 767.98px) {
  .home-page-slideshow .slide-content {
    bottom: 21px;
  }
  .home-page-slideshow .content-inner .button-link { 
    margin-top: 29px;
  }
  .home-page-slideshow .banner-subtitle {
    margin: 0 0 7px;
  }
  .home-page-slideshow .swiper-pagination {
    bottom: auto;
    top: 104px;
    left: auto;
    right: 0;
    width: auto;
    max-width: 100%;
    padding: 0 28px;
    gap: 4px;
  }
  .home-page-slideshow .swiper-pagination .swiper-pagination-bullet {
    width: 17px;
  }
  .home-page-slideshow .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 35px;
  }
  .home-page-slideshow .content-inner .button-link svg {
    left: calc(50% + 3px);
    height: 91px;
  }
}
.home-image-banner .slide-content {
  display: none;
}
.home-image-banner .slide-inner {
  height: 582px;
  padding-bottom: 0;
}
.home-image-banner .slide-inner::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

/* featured product */
.homepage-section .section-heading {
  margin-bottom: 80px;
}
.homepage-section .section-heading a {
  margin-top: 13px;
  display: inline-block;
  position: relative;
}
.homepage-section .section-heading .subheading {
  margin-bottom: 14px;
  text-transform: capitalize;
}
.homepage-section .section-heading h2 {
  text-transform: uppercase;
  margin: 0;
}
.homepage-section .section-heading a:before {
  content: '';
  background: currentColor;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .75s cubic-bezier(.19,1,.22,1);
  transform: scaleX(1);
  transform-origin: left;
  color: #F79F00;
}
.homepage-section .section-heading a:hover:before {
  transform: scaleX(0);
  transform-origin: right;
}
.on-sale-products-section .section-heading .subheading {
  font-size: 18px;
}
.on-sale-products-section.homepage-section .section-heading a {
  font-size: 18px;
  margin-top: 15px;
}
.featured-product .product-thumb .description .content-left,
.featured-product .product-thumb .description .content-right {
  width: 100%;
  text-align: center;
}
.featured-product .product-thumb .thumb-full-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 4;
}
.featured-product .product-thumb .description {
  display: block;
}
.featured-product .product-thumb .image-inner {
  position: relative;
}
.featured-product .product-thumb .image {
  margin-bottom: 49px;
  position: static;
}
.featured-product .product-thumb h4 a {
  letter-spacing: inherit;
}
.featured-product .product-thumb h4 {
  font-size: 16px;
  line-height: 19.5px;
  letter-spacing: 0.05em;
  color: #000F2D;
  padding: 0;
  margin: 0 0 7px;
  text-transform: none;
}
.featured-product .product-thumb .price {
  font-size: 16px;
  font-weight: 300;
  line-height: 19.5px;
  letter-spacing: 0.05em;
  color: #1D1D1D;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 7px;
  text-transform: uppercase;
  padding: 0;
}
.featured-product .product-thumb .price .price-old {
  color: #1D1D1D;
  margin: 0;
}
.featured-product .col{
  position: relative;
}
.featured-product .col:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 100%;
  background: #000F2D33;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
.featured-product .product-thumb {
  margin: 0;
  padding: 72px 76px 51px;
  position: relative;
  background: #ffffff;
  height: 100%;
}
.product-thumb .image a:hover {
  opacity: 1;
}
@media (min-width: 1600px) {
  .featured-product .product-thumb{
    padding: 96px 96px 68px;
  }
  .featured-product .product-thumb .image {
    margin-bottom: 73px;
  }
}
@media(max-width: 1024px) {
  .featured-product .product-thumb {
    padding: 40px;
  }
  .featured-product .product-thumb .image {
    margin-bottom: 40px;
  }
}
@media(max-width: 991px) {
  .featured-product .product-thumb {
    padding: 30px;
  }
  .featured-product .product-thumb .image {
    margin-bottom: 35px;
  }
}
@media (max-width: 767.98px) {
  .featured-product .product-thumb {
      padding: 53px 30px 40px;
  }
  .featured-product .product-thumb {
    border-bottom: 1px solid #000F2D33;
  }
  .featured-product .product-thumb .image-inner {
    position: relative;
    max-width: 290px;
    margin: 0 auto;
  }
  .featured-product .product-thumb .image {
    margin-bottom: 21px;
  }
}


/* Special Offer */
.product-thumb {
  position: relative;
}
.product-thumb .product-tag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F79F00;
  height: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #111111;
  padding: 2px 18px;
  max-width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 24px;
}
section.homepage-section .product-thumb .product-tag {
  font-size: 14px;
  line-height: 140%;
}
.product-thumb h4 {
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  margin: 15px 0 7px;
}

.product-list .product-thumb,
.product-thumb {
  background: transparent;
  border: none;
  display: block;
}
.product-thumb .button-add-cart {
  margin-top: 23px;
}
.product-thumb .price {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #FFA400;
  margin-bottom: 7px;
}

.product-thumb .price-new {
  font-weight: 300;
  margin-right: 18px;
}

.product-thumb .price-old {
  color: #888888;
  text-transform: capitalize;
}

.product-thumb .button-add-cart button {
  width: auto;
  padding: 0;
  background-color: transparent;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #FFFFFF;
  -webkit-text-fill-color: #FFFFFF;
}
.product-thumb .button-add-cart button svg {
  margin-left: 8px;
}
.product-thumb .button-add-cart button:before {
  content: '';
  background: currentColor;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: transform .75s cubic-bezier(.19,1,.22,1);
  transform: scaleX(1);
  transform-origin: left;
  color: #F79F00;
}

.product-thumb .button-add-cart button:hover:before {
  transform: scaleX(0);
  transform-origin: right;
}

.product-thumb button:hover {
  color: #FFFFFF;
  background: transparent;
}
.homepage-section .product-thumb .add-wistlist,
.homepage-section .product-thumb .content-right {
  opacity: 0;
  transition: all 0.3s ease;
}
.homepage-section .product-thumb:hover .add-wistlist,
.homepage-section .product-thumb:hover .content-right {
  opacity: 1;
}
.product-thumb button + button {
  border: none;
}
.product-thumb .image-inner .add-wistlist {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-heart.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  z-index: 1;
  padding: 0;
  background-color: transparent;
}
.product-thumb .image-inner .add-wistlist.wishlist-added {
  background-image: url(../images/icon-heart-added.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
}
.product-thumb button.btn-add-to-cart {
  background-position: right center;
  background-image: url(../images/icon-shopping-cart.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 21px;
}
.product-thumb button.add-wistlist i {
  display: none;
}
.homepage-section .product-item .product-thumb {
  margin-bottom: 49px;
}


/* Feature banner */
.home-feature-banner {
  position: relative;
  background-color: #000000;
}
.home-feature-banner.home-banner .slide-inner {
  padding: 110px 0;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-feature-banner.home-banner .slide-inner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(91.04deg, rgba(0, 0, 0, 0) 68.07%, #000000 99.47%);
}
.home-feature-banner.home-banner .slide-inner img {
  object-position: top;
}
.home-feature-banner .slide-content .banner-content {
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 35px;
  letter-spacing: 0.04em;
}

.home-feature-banner .slide-content {
  width: 100%;
  position: relative;
  padding-bottom: 68px;
  z-index: 1;
}

.home-feature-banner .slide-content .content-inner {
  max-width: 640px;
}

.home-feature-banner .slide-content .container-wide {
  width: 100%;
}

.home-feature-banner .slide-content .title {
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.home-feature-banner .slide-content .link {
  position: relative;
}

.home-feature-banner .slide-content .link:after {
  content: '';
  background-image: url('data:image/svg+xml,<svg width="120" height="5" viewBox="0 0 120 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M117 5H0V4H117L117 5Z" fill="%23FFA400"/><path d="M108.119 0L120 5H108.119L108.119 0Z" fill="%23FFA400"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 120px;
  display: block;
  height: 5px;
}
.home-feature-banner .swiper-pagination {
  position: absolute;
  top: 14.1%;
  bottom: auto;
  left: calc((100% - 1376px - 4px)/2);
  right: auto;
  max-width: 1376px;
  padding: 0 64px;
  text-align: left;
}
.home-feature-banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}
.product-search .prdoptmltcol_atgrid {
  cursor: initial;
  display: block;
  border: 0;
}
@media (min-width: 1921px) {
  .home-page-slideshow .swiper-pagination {
    left: calc((100% - 1920px)/2);
  }
}
@media (max-width: 1376px) {
  .home-feature-banner .swiper-pagination {
    left: 0;
    padding: 0 64px;
  }
}
@media (max-width: 1199px) {
  .home-feature-banner .swiper-pagination {
    padding: 0 24px;
  }  
  .home-image-banner .slide-inner {
    height: auto;
    padding-bottom: 40.417%;
  }
}

@media(max-width: 767.98px) {
  .homepage-section .section-heading {
    margin-bottom: 65px;
  }
  section.homepage-section .product-thumb .product-tag {
    font-size: 16px;
  }
  section.specialoffer-categories-section .product-thumb .product-tag {
    font-size: 14px;
  }
  .homepage-section .product-thumb .add-wistlist,
  .homepage-section .product-thumb .content-right {
    opacity: 1;
  }
  .product-thumb h4 a {
      font-weight: 300;
  }
  .product-thumb h4 {
      margin: 25px 0 7px;
  }
  .product-list .product-item .product-thumb .image-inner .add-wistlist {
    width: 24px;
    height: 24px;
    background-size: 24px;
    top: 16px;
    right: 16px;
  }
  .home-feature-banner.home-banner .slide-inner {
      padding: 93px 0 0;
      flex-wrap: wrap;
  }
  .home-feature-banner.home-banner .slide-inner img {
      position: static;
      order: 2;
  }
  .home-feature-banner.home-banner .slide-inner img {
      margin-top: -30px;
  }
  .home-feature-banner .slide-content {
      padding-bottom: 0;
  }
  .home-feature-banner .swiper-pagination {
      top: 37px;
      padding: 0 22px;
  }
  .home-feature-banner .slide-content .banner-content {
    margin-right: -5px;
  }
  .product-catalogue-section .button.secondary {
      padding: 7px 10px;
      width: 100%;
      max-width: 274px;
      justify-content: center;
      margin-top: 44px;
  }
}