.homenewarrival .title {
  font-weight: 700;
  font-size: 35px;
  color: #121212;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .homenewarrival .title {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .homenewarrival .title {
    font-size: 45px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .homenewarrival .title {
    font-size: 50px;
  }
}
@media (min-width: 1400px) {
  .homenewarrival .title {
    font-size: 55px;
  }
}
.homenewarrival .arrival-wrapper .card-row {
  row-gap: 30px;
  margin-right: -5px;
  margin-left: -5px;
}
.homenewarrival .arrival-wrapper .card-row .column {
  padding-inline: 5px;
}
.homenewarrival .arrival-wrapper .viewbutton-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .homenewarrival .arrival-wrapper .viewbutton-wrapper {
    margin-top: 40px;
  }
}
@media (hover: hover) {
  .homenewarrival .tab-card:hover .image-wrap figure img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .homenewarrival .tab-card:hover .image-wrap figure .hover-image {
    -webkit-transform: initial;
            transform: initial;
    opacity: 1;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .homenewarrival .tab-card:hover .content-wrap p {
    color: #d76947;
  }
  .homenewarrival .tab-card:hover .content-wrap span::after {
    width: 100%;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.homenewarrival .tab-card .image-wrap {
  position: relative;
}
.homenewarrival .tab-card .image-wrap figure {
  position: relative;
  margin: 0;
  padding-bottom: 120%;
  overflow: hidden;
}
.homenewarrival .tab-card .image-wrap figure img {
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}
.homenewarrival .tab-card .image-wrap figure .hover-image {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0;
  -webkit-transition: opacity ease 0.2s, -webkit-transform ease 0.4s;
  transition: opacity ease 0.2s, -webkit-transform ease 0.4s;
  transition: transform ease 0.4s, opacity ease 0.2s;
  transition: transform ease 0.4s, opacity ease 0.2s, -webkit-transform ease 0.4s;
}
.homenewarrival .tab-card .image-wrap .tag {
  background-color: #fff;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 10px;
  line-height: 1;
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 5px;
}
.homenewarrival .tab-card .image-wrap .tag span {
  font-weight: 500;
  background: -webkit-linear-gradient(left, #F57170, #10DDC2, #F57170);
  background-size: 1600px 200px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: animationgradienttitle;
          animation-name: animationgradienttitle;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes shine {
  to {
    background-position: 200% center;
  }
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}
@-webkit-keyframes animationgradienttitle {
  0% {
    background-position: 0 1600px;
  }
  100% {
    background-position: 1600px 0;
  }
}
@keyframes animationgradienttitle {
  0% {
    background-position: 0 1600px;
  }
  100% {
    background-position: 1600px 0;
  }
}
.homenewarrival .tab-card .content-wrap {
  padding-top: 20px;
}
.homenewarrival .tab-card .content-wrap p {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.homenewarrival .tab-card .content-wrap span {
  font-weight: 500;
  position: relative;
}
.homenewarrival .tab-card .content-wrap span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #d76947;
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
.homenewarrival .tab-card .button-wrapper .cart-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
@media (hover: hover) {
  .homenewarrival .tab-card .button-wrapper .cart-btn:hover .cart-text {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .homenewarrival .tab-card .button-wrapper .cart-btn:hover .cart-icon img {
    -webkit-filter: invert(0);
            filter: invert(0);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.homenewarrival .tab-card .button-wrapper .cart-btn span {
  line-height: 1;
  display: inline-block;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.homenewarrival .tab-card .button-wrapper .cart-btn span::after {
  display: none;
}
.homenewarrival .tab-card .button-wrapper .cart-btn .cart-text {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.homenewarrival .tab-card .button-wrapper .cart-btn .cart-icon {
  width: 100%;
  max-width: 20px;
  margin-right: 8px;
  overflow: hidden;
}
.homenewarrival .tab-card .button-wrapper .cart-btn .cart-icon img {
  width: 100%;
  height: 100%;
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}