@charset "UTF-8";
/*.needsclick{
  display: none !important;
}*/
.loading-ovl-first {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  flex-direction: column; }
  .loading-ovl-first.open {
    visibility: visible;
    opacity: 1; }
  .loading-ovl-first .load-3 .line:nth-last-child(1) {
    animation: loadingC .6s .1s linear infinite; }
  .loading-ovl-first .load-3 .line:nth-last-child(2) {
    animation: loadingC .6s .2s linear infinite; }
  .loading-ovl-first .load-3 .line:nth-last-child(3) {
    animation: loadingC .6s .3s linear infinite; }
  .loading-ovl-first .load-3 .line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #222; }

@keyframes loadingC {
  0 {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, 15px); }
  100% {
    transform: translate(0, 0); } }

#hrv-loyalty {
  display: none !important; }

/*home list 4 item*/
.home__list--4 .collection__item {
  padding: 0 0.5rem;
  margin-bottom: 2rem; }
  .home__list--4 .collection__item img {
    aspect-ratio: auto 320 / 400; }

.home__list--4:not(.slick-initialized) {
  display: flex;
  margin: 0 -0.5rem; }
  .home__list--4:not(.slick-initialized):not(.bottom__list--collection) {
    flex-wrap: wrap;
    justify-content: center; }
    .home__list--4:not(.slick-initialized):not(.bottom__list--collection) .collection__item {
      flex: 1 1 0%;
      width: 50%; }
      @media (max-width: 767px) {
        .home__list--4:not(.slick-initialized):not(.bottom__list--collection) .collection__item {
          flex: auto; } }
  .home__list--4:not(.slick-initialized).bottom__list--collection {
    overflow: hidden; }
    .home__list--4:not(.slick-initialized).bottom__list--collection .collection__item {
      flex: 0 0 auto;
      width: 25%; }
      @media (max-width: 767px) {
        .home__list--4:not(.slick-initialized).bottom__list--collection .collection__item {
          width: 50%; } }
  @media (max-width: 767px) {
    .home__list--4:not(.slick-initialized) .collection__item img {
      margin-bottom: 1rem !important; } }

.bottom__list--collection-2.home__list--4:not(.slick-initialized) {
  display: flex;
  margin: 0 -0.5rem;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
  justify-content: flex-start; }
  .bottom__list--collection-2.home__list--4:not(.slick-initialized) .product__item {
    flex: 0 0 auto;
    width: calc(100% / 5); }

.bottom__list--collection-2.home__list--4.slick-initialized .slick-arrow {
  position: absolute;
  height: 2rem;
  width: 1.5rem;
  min-height: 0;
  font-weight: 400;
  line-height: 0;
  font-size: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  border: none;
  z-index: 2;
  opacity: .75; }
  .bottom__list--collection-2.home__list--4.slick-initialized .slick-arrow:before {
    content: "";
    display: inline-block;
    border-color: #000;
    border-style: solid;
    border-width: 3px 3px 0 0;
    width: 1.375rem;
    height: 1.375rem; }
  .bottom__list--collection-2.home__list--4.slick-initialized .slick-arrow.slick-prev {
    left: 1rem; }
    .bottom__list--collection-2.home__list--4.slick-initialized .slick-arrow.slick-prev:before {
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .bottom__list--collection-2.home__list--4.slick-initialized .slick-arrow.slick-next {
    right: 1rem; }
    .bottom__list--collection-2.home__list--4.slick-initialized .slick-arrow.slick-next:before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

/*end home list 4 item*/
/*home coupon*/
.section__coupon:not(.mini__coupon--wrapper) .section__coupon--list {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow-x: scroll;
  gap: 2rem;
  flex-wrap: nowrap;
  padding-bottom: 20px;
  margin-bottom: 25px; }

.section__coupon:not(.mini__coupon--wrapper) .coupon__card {
  width: calc((100% - 2rem * 3) / 4);
  flex: 0 0 auto;
  position: relative;
  max-width: 380px;
  transition: all .3s; }
  .section__coupon:not(.mini__coupon--wrapper) .coupon__card:hover {
    /*transform:scale(1.05);*/ }
  .section__coupon:not(.mini__coupon--wrapper) .coupon__card a:before {
    display: block;
    height: 0;
    width: 100%;
    content: "";
    position: relative;
    pointer-events: none;
    padding-top: calc(100% * 157 / 427); }
  .section__coupon:not(.mini__coupon--wrapper) .coupon__card--wrapper {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    align-items: center;
    z-index: 1; }
  .section__coupon:not(.mini__coupon--wrapper) .coupon__card--description {
    display: flex;
    align-items: center;
    font-size: 0.725rem;
    line-height: 1.25;
    width: 100%;
    color: #fff;
    justify-content: space-between;
    position: relative;
    height: 65%;
    border-radius: 0.5rem;
    padding: 0 10px;
    background: #4a6de2;
    border: 1px solid #000;
    border-bottom: none; }
    .section__coupon:not(.mini__coupon--wrapper) .coupon__card--description:before, .section__coupon:not(.mini__coupon--wrapper) .coupon__card--description:after {
      position: absolute;
      width: 20px;
      height: 20px;
      content: '';
      bottom: -10px;
      left: -10px;
      border-radius: 50%;
      z-index: 2;
      background: #fff;
      border: 1px solid #000; }
    .section__coupon:not(.mini__coupon--wrapper) .coupon__card--description:after {
      left: unset;
      bottom: -10px;
      right: -10px; }
  .section__coupon:not(.mini__coupon--wrapper) .coupon__card--amount {
    width: 50%;
    text-align: center;
    padding-right: 10px; }
    .section__coupon:not(.mini__coupon--wrapper) .coupon__card--amount p {
      font-size: 0.875rem;
      font-weight: bold;
      margin: 0; }
  .section__coupon:not(.mini__coupon--wrapper) .coupon__card--info {
    width: 50%;
    border-left: 1px dashed #fff;
    height: 80%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding-left: 20px; }
    .section__coupon:not(.mini__coupon--wrapper) .coupon__card--info p {
      font-size: .875rem; }
  .section__coupon:not(.mini__coupon--wrapper) .coupon__card--code {
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    flex-flow: unset;
    width: 100%;
    height: 40%;
    background: white;
    padding: 0 10px;
    border-radius: 0 0 0.5rem 0.5rem;
    border: 1px solid #000;
    border-top: none; }
  .section__coupon:not(.mini__coupon--wrapper) .coupon__card--coupon {
    font-size: 1.15rem;
    font-weight: bold;
    line-height: 1.25rem;
    padding: 0.75rem 0 0.75rem;
    color: #000; }
  .section__coupon:not(.mini__coupon--wrapper) .coupon__card--btn {
    border: 0;
    height: 2rem;
    border-radius: 100vmax;
    background-color: #000;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    transition: all .2s;
    cursor: pointer; }
    .section__coupon:not(.mini__coupon--wrapper) .coupon__card--btn:hover {
      background-color: #4a6de2;
      color: #fff; }

@media (max-width: 1024px) {
  .section__coupon:not(.mini__coupon--wrapper) .coupon__card {
    width: calc((100% - 2rem) / 2); } }

@media (max-width: 767px) {
  .section__coupon:not(.mini__coupon--wrapper)--list {
    margin-bottom: 25px; }
  .section__coupon:not(.mini__coupon--wrapper) .coupon__card {
    width: 85%; } }

.notify {
  position: fixed;
  top: 20px;
  right: -300px;
  width: 300px;
  transition: all .2s;
  box-sizing: border-box;
  z-index: 99999;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  padding: 18px;
  touch-action: pan-y; }
  .notify.copied {
    right: 20px; }
  .notify__message {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .03em;
    color: #000;
    margin-bottom: 0; }

/*end hoem coupon*/
/*home title*/
.title {
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: .08em;
  font-weight: 600; }
  @media (max-width: 1024px) {
    .title {
      font-size: 2.25rem; } }
  @media (max-width: 767px) {
    .title {
      font-size: 1.5rem; } }

/*end home title*/
/*Homepage banner*/
.homepage__banner {
  margin-bottom: 45px; }
  .homepage__banner--item {
    position: relative; }
    .homepage__banner--item.slice-active img {
      animation: scale 3s ease-in-out; }
    .homepage__banner--item a img {
      aspect-ratio: auto 750 / 1000; }
      @media (min-width: 768px) {
        .homepage__banner--item a img {
          aspect-ratio: auto 1910 / 770; } }
  .homepage__banner--wrapper {
    position: relative; }
    .homepage__banner--wrapper .slick-arrow {
      position: absolute;
      height: 2rem;
      width: 1.5rem;
      min-height: 0;
      font-weight: 400;
      line-height: 0;
      font-size: 0;
      border-radius: 0;
      cursor: pointer;
      background: transparent;
      color: transparent;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 0;
      border: none;
      z-index: 2;
      opacity: .75; }
      .homepage__banner--wrapper .slick-arrow:before {
        content: "";
        display: inline-block;
        border-color: #000;
        border-style: solid;
        border-width: 3px 3px 0 0;
        width: 1.375rem;
        height: 1.375rem; }
      .homepage__banner--wrapper .slick-arrow.slick-prev {
        left: 1rem; }
        .homepage__banner--wrapper .slick-arrow.slick-prev:before {
          -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg); }
      .homepage__banner--wrapper .slick-arrow.slick-next {
        right: 1rem; }
        .homepage__banner--wrapper .slick-arrow.slick-next:before {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
    .homepage__banner--wrapper .slick-dots {
      position: absolute;
      bottom: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      left: 50%;
      gap: 7px;
      transform: translateX(-50%);
      list-style: none; }
      .homepage__banner--wrapper .slick-dots li {
        margin: 0; }
        .homepage__banner--wrapper .slick-dots li.slick-active button:before {
          opacity: 1; }
        .homepage__banner--wrapper .slick-dots li button {
          background: transparent;
          opacity: 1;
          font-size: 0;
          padding: 0;
          border: none;
          outline: none; }
          .homepage__banner--wrapper .slick-dots li button:before {
            content: '';
            color: transparent;
            opacity: .4;
            margin-top: 5px;
            background-color: #000;
            border: 1px solid #000;
            display: inline-block;
            border-radius: 50%;
            height: 12px;
            width: 12px; }
    .homepage__banner--wrapper:not(.slick-initialized) {
      display: flex;
      overflow: hidden; }
      .homepage__banner--wrapper:not(.slick-initialized) .homepage__banner--item {
        flex: 0 0 100%;
        max-width: 100%; }
    .homepage__banner--wrapper .homepage__banner--item a {
      display: block;
      width: 100%;
      height: 100%; }
    @media (max-width: 1440px) {
      .homepage__banner--wrapper {
        margin: 0; } }
    @media (max-width: 1024px) {
      .homepage__banner--wrapper {
        margin: 0; } }
  .homepage__banner--content {
    position: absolute;
    bottom: 60px;
    left: 60px; }
    .homepage__banner--content h6, .homepage__banner--content h2, .homepage__banner--content p {
      color: #fff; }
    .homepage__banner--content h6 {
      margin-bottom: 1.5rem;
      text-transform: uppercase;
      line-height: 1.2;
      letter-spacing: .08em; }
    .homepage__banner--content h2 {
      line-height: 1.1;
      font-size: 3.75rem;
      text-transform: uppercase;
      line-height: 1.2;
      letter-spacing: .08em;
      margin-bottom: 0; }
    .homepage__banner--content p {
      margin-bottom: 1.25rem; }
    .homepage__banner--content a.btn-cus {
      cursor: pointer;
      display: inline-block;
      background: var(--maincolor);
      color: #fff !important; }
  @media (max-width: 1024px) {
    .homepage__banner {
      margin-bottom: 45px; } }
  @media (max-width: 767px) {
    .homepage__banner--content {
      /*	top: 50%;*/
      left: 20px;
      /*transform: translateY(-50%);*/
      width: 91.666667%; }
      .homepage__banner--content h2 {
        font-size: 1.875rem; }
      .homepage__banner--content p {
        width: 91.666667%; } }

/*End Homepage banner*/
/*Homepage tile*/
.home__tile {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-bottom: 120px; }
  .home__tile--item {
    flex: 1 1 0%;
    padding: 0 .75rem; }
    .home__tile--item p {
      margin-bottom: .5rem;
      font-weight: 400; }
    .home__tile--item div {
      font-size: 1.25rem;
      letter-spacing: .04em;
      text-transform: uppercase; }
      .home__tile--item div.tile-clone {
        text-transform: capitalize;
        font-weight: 600; }
    .home__tile--item img {
      aspect-ratio: auto 465 / 595; }
  @media (max-width: 1440px) {
    .home__tile {
      margin: 0 20px 120px; } }
  @media (max-width: 1024px) {
    .home__tile {
      margin: 0 0 120px; } }
  @media (max-width: 767px) {
    .home__tile {
      margin-bottom: 0; }
      .home__tile--item {
        flex: auto;
        margin-bottom: 20px; }
        .home__tile--item div {
          font-size: 1rem; }
        .home__tile--item .mb-4, .home__tile--item .my-4 {
          margin-bottom: 1rem !important; } }

/*end Homepage tile*/
/*Homepage banner clt*/
.banner__clt {
  margin-bottom: 120px; }
  .banner__clt--wrapper {
    position: relative; }
    .banner__clt--wrapper img {
      aspect-ratio: auto 1440 / 840; }
  .banner__clt--content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    /*color: #fff;*/ }
    .banner__clt--content h2 {
      line-height: 1.1;
      font-size: 3.75rem;
      text-transform: uppercase;
      line-height: 1.2;
      letter-spacing: .08em;
      margin-bottom: 0;
      color: var(--txtBannerClt); }
    .banner__clt--content p {
      margin-bottom: 1.25rem;
      width: 75%;
      padding-right: 2rem;
      color: var(--txtBannerClt); }
    .banner__clt--content a {
      cursor: pointer;
      display: inline-block;
      background: #fff;
      color: var(--maincolor) !important;
      width: 200px;
      height: 40px;
      text-align: center; }
  @media (max-width: 1024px) {
    .banner__clt {
      margin-bottom: 45px; } }
  @media (max-width: 767px) {
    .banner__clt--wrapper img {
      /*	aspect-ratio:.78;*/ }
    .banner__clt--content {
      left: 20px; }
      .banner__clt--content h2 {
        font-size: 1.875rem;
        margin-bottom: 1.5rem;
        width: 66.666667%; }
      .banner__clt--content p {
        width: 100%;
        margin: 0.5rem 0; }
      .banner__clt--content a {
        width: 150px; } }

/*End Homepage banner clt*/
/* Home coveting*/
.home__coveting {
  margin: 90px auto;
  padding: 90px 60px 60px;
  background-color: #EAE9E7; }
  .home__coveting p {
    margin-bottom: 2rem; }
  .home__coveting--collection .collection__item div {
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: .03em;
    font-weight: 600; }
  .home__coveting--collection .collection__item img {
    aspect-ratio: auto 320 / 400; }
  @media (max-width: 767px) {
    .home__coveting {
      background: #fff;
      padding: 0 20px;
      margin-top: 45px;
      margin-bottom: 58px; } }

/*end Home coveting*/
/*Home inspo*/
.home__inspo {
  margin-bottom: 120px; }
  .home__inspo--content .inspo__item {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eae9e7; }
    .home__inspo--content .inspo__item--content {
      width: 50%;
      padding: 0 4rem; }
      .home__inspo--content .inspo__item--content.even {
        order: 1; }
      .home__inspo--content .inspo__item--content h2 {
        font-size: 3.75rem;
        line-height: 1.1;
        margin-bottom: 0.25rem;
        letter-spacing: .08em;
        text-transform: uppercase; }
      .home__inspo--content .inspo__item--content img {
        margin-bottom: 20px;
        max-width: 445px; }
      .home__inspo--content .inspo__item--content h6 {
        font-size: 1.125rem;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        margin-bottom: 10px; }
      .home__inspo--content .inspo__item--content p {
        max-width: 32rem;
        margin: .5rem 0 1.25rem; }
      .home__inspo--content .inspo__item--content a {
        display: block;
        width: 10rem;
        background: var(--maincolor);
        color: #fff;
        text-align: center; }
    .home__inspo--content .inspo__item--img {
      width: 50%;
      aspect-ratio: auto 720 / 840; }
  .home__inspo .title {
    margin-left: 24px; }
  @media (min-width: 1025px) {
    .home__inspo .inspo__item--content .des-title {
      font-size: 18px; } }
  @media (max-width: 1024px) {
    .home__inspo {
      margin-bottom: 45px; }
      .home__inspo .inspo__item--content h2 {
        font-size: 2.25rem; }
      .home__inspo .inspo__item--content h6 {
        font-size: 1rem; } }
  @media (max-width: 767px) {
    .home__inspo {
      background: #EAE9E7; }
      .home__inspo .title {
        padding: 2rem 1.25rem 0;
        margin: 0; }
      .home__inspo--content .inspo__item {
        flex-wrap: wrap; }
        .home__inspo--content .inspo__item--content {
          width: 100%;
          padding: 1rem 20px 0;
          margin-bottom: 1rem; }
          .home__inspo--content .inspo__item--content.odd {
            order: 1; }
          .home__inspo--content .inspo__item--content img {
            max-width: 65%; }
          .home__inspo--content .inspo__item--content h2 {
            font-size: 1.5rem;
            margin-bottom: .5rem; }
          .home__inspo--content .inspo__item--content p {
            margin: .5rem 0; }
          .home__inspo--content .inspo__item--content h6 {
            font-size: 1rem;
            margin-bottom: 10px; }
        .home__inspo--content .inspo__item--img {
          margin-top: 2rem;
          width: 100%;
          padding: 0 20px; } }

/*End home inspo*/
/*home list bottom*/
.bottom__list:not(#bottom__list_2) {
  margin: 90px auto;
  padding: 90px 60px 60px;
  background-color: #EAE9E7; }

.bottom__list--collection .slick-arrow {
  position: absolute;
  height: 2rem;
  width: 1.5rem;
  min-height: 0;
  font-weight: 400;
  line-height: 0;
  font-size: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: calc(50% - 20px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  border: none;
  z-index: 2;
  opacity: .75; }
  @media (max-width: 767px) {
    .bottom__list--collection .slick-arrow {
      top: 50%; } }
  .bottom__list--collection .slick-arrow:before {
    content: "";
    display: inline-block;
    border-color: #000;
    border-style: solid;
    border-width: 3px 3px 0 0;
    width: 1.375rem;
    height: 1.375rem; }
  .bottom__list--collection .slick-arrow.slick-prev {
    left: -1rem; }
    .bottom__list--collection .slick-arrow.slick-prev:before {
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .bottom__list--collection .slick-arrow.slick-next {
    right: -1rem; }
    .bottom__list--collection .slick-arrow.slick-next:before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.bottom__list a.btn-cus {
  display: inline-block;
  background: var(--maincolor);
  text-align: center;
  color: #fff;
  margin-bottom: 2rem; }

@media (max-width: 1024px) {
  .bottom__list {
    padding: 45px 30px 30px; } }

@media (max-width: 767px) {
  .bottom__list {
    margin: 45px auto;
    background: #fff;
    padding: 0 20px; }
    .bottom__list .collection__item {
      margin-bottom: 0; }
      .bottom__list .collection__item img, .bottom__list .collection__item a {
        margin-bottom: 0 !important; } }

/*end home list bottom*/
/*home promo*/
.home__promo {
  margin-bottom: 90px;
  padding: 0 20px; }
  .home__promo a {
    display: block;
    padding-top: calc( 100% * 5 / 32);
    position: relative; }
    .home__promo a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  @media (max-width: 767px) {
    .home__promo {
      margin-bottom: 45px; }
      .home__promo a {
        padding-top: calc( 100% * 6 / 17); } }

/*end home promo*/
/*men perfect*/
.men__perfect {
  background-color: #f8f8f8; }
  .men__perfect--wrapper {
    padding: 5rem 0; }
  .men__perfect--title {
    margin-bottom: 2rem;
    text-align: center; }
    .men__perfect--title h2 {
      font-size: 3rem; }
    .men__perfect--title p {
      max-width: 42rem;
      margin: 0 auto 0.75rem;
      letter-spacing: .03em; }
  .men__perfect--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center; }
    .men__perfect--list .list__item {
      width: 100%; }
      .men__perfect--list .list__item img {
        aspect-ratio: .8; }
      .men__perfect--list .list__item--content {
        padding: 0 1rem;
        text-align: center; }
        .men__perfect--list .list__item--content h6 {
          font-size: 1.25rem;
          margin-bottom: 1rem;
          font-weight: 700;
          text-transform: uppercase;
          line-height: 1.2;
          letter-spacing: .08em; }
        .men__perfect--list .list__item--content p {
          margin-bottom: 0.5rem;
          font-weight: 400;
          line-height: 1.4; }
  .men__perfect--btn {
    display: table;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0.8rem; }
    .men__perfect--btn .btn__item {
      display: table-row; }
      .men__perfect--btn .btn__item a {
        display: block;
        text-align: center;
        color: #fff;
        background: var(--maincolor); }
  @media (min-width: 768px) {
    .men__perfect--list .list__item {
      flex: 1 1 0%; } }
  @media (max-width: 767px) {
    .men__perfect--wrapper {
      padding: 2.5rem 0.75rem; }
    .men__perfect--title h2 {
      font-size: 1.875rem; }
    .men__perfect--title p {
      max-width: 42rem;
      margin: 0 auto 0.75rem; }
    .men__perfect--list .list__item a {
      display: flex; }
    .men__perfect--list .list__item--img {
      width: 50%;
      padding: 0.5rem; }
    .men__perfect--list .list__item--content {
      width: 50%;
      padding: 0.5rem;
      text-align: left; } }

/*end men perfect*/
/*end home more more more*/
.home__more {
  margin: 90px auto; }
  .home__more .container-wrapper {
    text-align: center; }
    .home__more .container-wrapper h3 {
      text-transform: uppercase;
      margin-bottom: 2rem;
      display: inline-block;
      letter-spacing: .08em; }
  .home__more--list {
    display: flex;
    flex-wrap: wrap; }
  @media (min-width: 768px) {
    .home__more .container-wrapper {
      border: 1px solid var(--maincolor); }
    .home__more--list {
      justify-content: space-around;
      width: 91.666667%;
      margin: 0 auto 1.5rem;
      padding: 1rem 1.5rem; }
    .home__more h3 {
      margin-bottom: 2.5rem;
      font-size: 1.125rem;
      color: #fff;
      background: var(--maincolor);
      padding: 1rem 1.5rem; }
    .home__more--item {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      width: 33.333333%;
      margin-bottom: 2rem; }
      .home__more--item img {
        margin-bottom: 0.75rem; }
      .home__more--item p {
        font-weight: 400;
        font-size: .875rem;
        letter-spacing: .03em; }
      .home__more--item .caret-block {
        margin-bottom: 0.25rem;
        font-size: .875rem;
        letter-spacing: .08em; } }
  @media (max-width: 767px) {
    .home__more h3 {
      font-size: 1.5rem; }
    .home__more--item {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 2rem; }
      .home__more--item a {
        text-align: left;
        width: 50%;
        padding: 0 .5rem; } }

/*end home more more more*/
.block-review-sold {
  font-size: 16px;
  margin: 5px 0;
  display: none !important; }
  .block-review-sold .starbaprv-widget {
    margin-right: 4px; }
  .block-review-sold .starbap-star i.fa {
    font-size: 1em;
    color: #dfe519; }
  @media (max-width: 575px) {
    .block-review-sold {
      flex-wrap: wrap;
      flex-direction: column;
      align-items: flex-start !important; }
      .block-review-sold .sold-number {
        margin-top: 18px; }
      .block-review-sold .starbaprv-widget + .sold-number {
        margin-top: 0px; } }

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    width: 15px;
    height: 30px;
    display: inline-block;
    background: no-repeat 50%/100% 100%;
    position: absolute;
    filter: invert(1);
    transform: translateY(-50%);
    font-size: 0;
    outline: none !important; }
  .owl-carousel .owl-nav button.owl-prev {
    left: 15px;
    background-image: url(//cdn.hstatic.net/themes/1000184601/1001406013/14/left-arrow.svg?v=586); }
  .owl-carousel .owl-nav button.owl-next {
    right: 15px;
    background-image: url(//cdn.hstatic.net/themes/1000184601/1001406013/14/right-arrow.svg?v=586); }

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center; }
  .owl-carousel .owl-dots .owl-dot span {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    cursor: pointer; }
  .owl-carousel .owl-dots .owl-dot.active span {
    background: rgba(0, 0, 0, 0.85); }
  .owl-carousel .owl-dots .owl-dot + .owl-dot {
    margin-left: 10px; }

.modal-content .close-popup-contact span {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 25px;
  height: 25px; }
  .modal-content .close-popup-contact span svg {
    fill: #000;
    width: 10px;
    height: auto; }

.modal-content.bg_trans .close-popup-contact span svg {
  fill: #fff; }

.modal-content.bg_trans .close-popup-contact:hover span svg {
  opacity: 1 !important; }

.addThis_contact__dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  transition: background-color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .addThis_contact__dialog.active {
    opacity: 1;
    visibility: visible; }
    .addThis_contact__dialog.active .addThis_contact__lists {
      -ms-transition-delay: 0.1s;
      -webkit-transition-delay: 0.15s;
      transition-delay: 0.1s;
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1); }
    .addThis_contact__dialog.active + .addThis_contact__icons .svgico {
      background: #000;
      border-radius: 50%; }
      .addThis_contact__dialog.active + .addThis_contact__icons .svgico img {
        opacity: 0;
        visibility: hidden;
        transform: scale(0.3); }
      .addThis_contact__dialog.active + .addThis_contact__icons .svgico--close {
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important; }
        .addThis_contact__dialog.active + .addThis_contact__icons .svgico--close svg {
          opacity: 1 !important;
          visibility: visible !important; }

.addThis_contact__icons {
  position: fixed;
  bottom: 105px;
  left: 18px;
  margin: 0;
  z-index: 1000;
  cursor: pointer; }
  .addThis_contact__icons .box-item {
    position: relative;
    /*
		&:before, &:after {
      position: absolute;
      content: '';
      height: 48px;
      width: 48px;
      left: 0;
      top: 0;
      background: var(--shop-color-main);
      border-radius: 50%; 
		}
		&:before { animation: euiBeaconPulseSmall 2s infinite ease-out; }
		&:after { animation: euiBeaconPulseSmall 2s  infinite ease-out 0.4s; }
		*/ }
    .addThis_contact__icons .box-item + .box-item {
      margin-top: 18px; }
    .addThis_contact__icons .box-item .svgico {
      position: relative;
      z-index: 4;
      display: block;
      height: 70px;
      width: 70px;
      text-align: center;
      cursor: pointer;
      /*
			box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
			*/ }
      .addThis_contact__icons .box-item .svgico svg {
        opacity: 0;
        visibility: hidden;
        fill: #ffffff;
        width: 28px;
        height: 100%;
        transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }
      @media (max-width: 767px) {
        .addThis_contact__icons .box-item .svgico {
          width: 40px;
          height: 40px; }
          .addThis_contact__icons .box-item .svgico img {
            height: 100%; } }
    .addThis_contact__icons .box-item.box-contact .svgico > svg {
      animation: iconSkew 1s infinite ease-out; }
    .addThis_contact__icons .box-item.box-contact .svgico--close {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      visibility: hidden;
      transform: scale(0.3);
      transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }
      .addThis_contact__icons .box-item.box-contact .svgico--close svg {
        fill: #ffffff;
        width: 30px;
        height: 100%; }

.addThis_contact__lists {
  position: absolute;
  bottom: 185px;
  border-radius: 12px;
  left: 18px;
  max-width: 300px;
  overflow: hidden;
  /*
	background-color: #f5f6fa;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
	*/
  -webkit-transform-origin: 0 bottom;
  transform-origin: 0 bottom;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .addThis_contact__lists .addThis_listing {
    padding: 0;
    margin: 0; }
    .addThis_contact__lists .addThis_listing .addThis_item {
      margin: 0;
      padding: 0;
      margin: 0; }
      .addThis_contact__lists .addThis_listing .addThis_item--icon {
        padding: 10px 0px;
        cursor: pointer;
        width: 100%;
        height: auto;
        border-radius: 0;
        box-shadow: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center; }
        .addThis_contact__lists .addThis_listing .addThis_item--icon svg {
          display: block;
          border-radius: 50%;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          width: 70px;
          height: 70px;
          /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11); */ }
          @media (max-width: 767px) {
            .addThis_contact__lists .addThis_listing .addThis_item--icon svg {
              width: 60px;
              height: 60px; } }
        .addThis_contact__lists .addThis_listing .addThis_item--icon .tooltip-text {
          opacity: 1;
          visibility: visible;
          position: initial;
          width: calc(100% - 32px);
          padding-left: 15px;
          text-align: left;
          background: transparent;
          color: #1d243e;
          font-size: 13px;
          font-weight: 400;
          display: none; }

/* Home New 25 */
@media (min-width: 1200px) {
  .index-new .container {
    max-width: 80%; } }

@media (max-width: 1199px) {
  .index-new .container {
    max-width: 88%; } }

.home-section-highligh {
  padding: 40px 0;
  /* Responsive */ }
  .home-section-highligh .wrap-images {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
  .home-section-highligh .wrap-image-left, .home-section-highligh .wrap-image-right {
    flex: 0 0 50%;
    max-width: 50%; }
    .home-section-highligh .wrap-image-left #quickview_btn, .home-section-highligh .wrap-image-right #quickview_btn {
      position: absolute;
      inset: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease; }
  .home-section-highligh .wrap-image-left:hover #quickview_btn {
    opacity: 1;
    pointer-events: auto;
    /* kích hoạt click */ }
  .home-section-highligh .wrap-images img {
    width: 100%;
    height: auto;
    display: block; }
  .home-section-highligh .wrap-image-center {
    position: absolute;
    width: 190px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; }
  .home-section-highligh .wrap-image-center img {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }
  .home-section-highligh .wrap-image-bottom {
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    z-index: 2; }
    .home-section-highligh .wrap-image-bottom .btn-highlight {
      border: 1px solid #000;
      border-radius: 30px;
      padding: 8px 10px 5px 10px;
      font-size: 16px;
      line-height: 16px;
      font-weight: 700;
      background: #ffffff;
      color: #000000; }
  @media (max-width: 768px) {
    .home-section-highligh {
      padding: 20px 0; }
      .home-section-highligh .wrap-images {
        flex-direction: column; }
      .home-section-highligh .wrap-image-left, .home-section-highligh .wrap-image-right {
        flex: 0 0 100%;
        max-width: 100%; }
      .home-section-highligh .wrap-image-right {
        display: none; } }

.home-section-cate-banner {
  text-align: center;
  margin: 20px 0; }
  .home-section-cate-banner .cate-title {
    font-size: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px; }
  .home-section-cate-banner .cate-subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px; }
  .home-section-cate-banner .cate-subtitle a {
    color: #000;
    text-decoration: underline; }
  .home-section-cate-banner .cate-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px; }
  .home-section-cate-banner .cate-header {
    text-align: left; }
  .home-section-cate-banner .cate-item {
    position: relative;
    overflow: hidden;
    text-align: left; }
  .home-section-cate-banner .cate-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease; }
  .home-section-cate-banner .cate-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.3s ease, text-underline-offset 0.3s ease; }
  @media (max-width: 768px) {
    .home-section-cate-banner .cate-grid {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      gap: 10px;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 10px;
      margin-right: -6%;
      margin-left: -6%;
      padding-left: 6%; }
    .home-section-cate-banner .cate-item {
      min-width: 45%; }
    .home-section-cate-banner .cate-grid::-webkit-scrollbar {
      display: none; } }

.home-section-threebanner {
  text-align: center;
  margin: 20px 0; }
  .home-section-threebanner .cate-title {
    font-size: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px; }
  .home-section-threebanner .cate-subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px; }
  .home-section-threebanner .cate-subtitle a {
    color: #000;
    text-decoration: underline; }
  .home-section-threebanner .cate-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; }
  .home-section-threebanner .cate-header {
    text-align: left; }
  .home-section-threebanner .cate-item {
    position: relative;
    overflow: hidden;
    text-align: left; }
  .home-section-threebanner .cate-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease; }
  .home-section-threebanner .cate-content {
    padding: 12px; }
    .home-section-threebanner .cate-content .cate-item-title {
      font-size: 16px; }
  .home-section-threebanner .cate-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.3s ease, text-underline-offset 0.3s ease; }
  @media (max-width: 768px) {
    .home-section-threebanner .cate-grid {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      gap: 10px;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 10px;
      margin-right: -6%;
      margin-left: -6%; }
    .home-section-threebanner .cate-item {
      min-width: 88%; }
    .home-section-threebanner .cate-grid::-webkit-scrollbar {
      display: none; } }

.home-flashsale .flashsale-collection {
  padding: 0; }
  @media (max-width: 768px) {
    .home-flashsale .flashsale-collection {
      margin-left: -6%;
      margin-right: -6%; } }

.home-section-fourbanner {
  padding: 40px 0; }
  .home-section-fourbanner .wrap-banner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between; }
  .home-section-fourbanner .item-banner {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    text-decoration: none;
    padding-bottom: 40px; }
  .home-section-fourbanner .item-banner a {
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: column; }
  .home-section-fourbanner .img-wrap {
    width: 100%;
    overflow: hidden;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center; }
  .home-section-fourbanner .img-wrap img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform 0.4s ease; }
  .home-section-fourbanner .item-banner:hover img {
    transform: scale(1.03); }
  .home-section-fourbanner .banner-content {
    margin-top: 12px; }
  .home-section-fourbanner .item-banner-label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px; }
  .home-section-fourbanner .cta {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.3s ease, text-underline-offset 0.3s ease; }
  .home-section-fourbanner .cta:hover {
    color: #666;
    text-underline-offset: 5px; }
  @media (max-width: 768px) {
    .home-section-fourbanner .wrap-banner {
      gap: 4px;
      flex-direction: column; }
    .home-section-fourbanner .item-banner {
      width: 100%; }
    .home-section-fourbanner .item-banner-label {
      font-size: 16px; }
    .home-section-fourbanner .cta {
      font-size: 13px; } }

.home-section-infobrand {
  background-color: #f9f8f4;
  padding: 80px 0;
  color: #111;
  /* nhóm QR + App Store */
  /* Responsive */ }
  .home-section-infobrand .wraper-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    padding-top: 40px; }
  .home-section-infobrand .info-item {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .home-section-infobrand .info-number {
    font-size: 16px;
    color: #111;
    font-weight: 500; }
  .home-section-infobrand .info-title {
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.3; }
  .home-section-infobrand .info-desc {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 8px; }
  .home-section-infobrand .info-link {
    font-size: 16px;
    color: #111;
    text-decoration: underline;
    font-weight: 500; }
  .home-section-infobrand .info-sub {
    font-size: 16px;
    color: #111;
    font-weight: 500; }
  .home-section-infobrand .info-qr-apps {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 12px; }
  .home-section-infobrand .qr-img {
    width: 100px;
    height: auto; }
  .home-section-infobrand .app-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .home-section-infobrand .app-btn img {
    width: 120px;
    height: auto;
    transition: transform 0.2s ease; }
  .home-section-infobrand .app-btn:hover img {
    transform: scale(1.05); }
  @media (max-width: 768px) {
    .home-section-infobrand {
      padding: 40px 0; }
      .home-section-infobrand .wraper-info {
        grid-template-columns: 1fr;
        gap: 40px;
        border: 0;
        padding: 0; }
      .home-section-infobrand .info-item {
        border-top: 1px solid #ccc;
        padding-top: 20px; }
      .home-section-infobrand .info-title {
        font-size: 24px; }
      .home-section-infobrand .info-qr-apps {
        flex-direction: column;
        align-items: flex-start; } }

/* --- Animation tiến và ngược --- */
@keyframes scroll {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }

@keyframes scroll-reverse {
  from {
    transform: translateX(-50%); }
  to {
    transform: translateX(0); } }

.home-section-slider-auto {
  padding: 0 15px;
  padding-bottom: 40px; }
  .home-section-slider-auto .slider-track {
    display: flex;
    animation: scroll 25s linear infinite;
    margin-bottom: 10px; }
  .home-section-slider-auto .slider-track.reverse {
    animation: scroll-reverse 25s linear infinite; }
  .home-section-slider-auto .slider-track a {
    width: calc(100% / 4.5);
    flex-shrink: 0;
    object-fit: cover;
    margin-right: 12px;
    transition: transform 0.3s ease; }
  @media (max-width: 768px) {
    .home-section-slider-auto .slider-track a {
      width: calc(100% / 2.2); } }

.home-flashsale-header {
  text-align: center;
  padding-top: 20px; }

.home-section-viewed .product__viewed {
  display: none;
  padding: 0 10px; }
  .home-section-viewed .product__viewed--wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 2rem auto; }
  .home-section-viewed .product__viewed--list {
    position: relative;
    z-index: 1;
    width: auto;
    height: 100%;
    padding: 0;
    /*overflow-x: auto;*/ }
    .home-section-viewed .product__viewed--list:not(.slick-initialized) {
      display: flex;
      overflow-x: scroll;
      margin: 0 -8px; }
      .home-section-viewed .product__viewed--list:not(.slick-initialized) .product__item--img {
        /* height:100%; */ }
        .home-section-viewed .product__viewed--list:not(.slick-initialized) .product__item--img img {
          position: relative; }
    .home-section-viewed .product__viewed--list.slick-initialized .slick-arrow {
      position: absolute;
      height: 2rem;
      width: 1.5rem;
      min-height: 0;
      font-weight: 400;
      line-height: 0;
      font-size: 0;
      border-radius: 0;
      cursor: pointer;
      background: transparent;
      color: transparent;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 0;
      border: none;
      z-index: 2;
      opacity: .75; }
      .home-section-viewed .product__viewed--list.slick-initialized .slick-arrow:before {
        content: "";
        display: inline-block;
        border-color: #000;
        border-style: solid;
        border-width: 3px 3px 0 0;
        width: 1.375rem;
        height: 1.375rem; }
      .home-section-viewed .product__viewed--list.slick-initialized .slick-arrow.slick-prev {
        left: 1rem; }
        .home-section-viewed .product__viewed--list.slick-initialized .slick-arrow.slick-prev:before {
          -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg); }
      .home-section-viewed .product__viewed--list.slick-initialized .slick-arrow.slick-next {
        right: 1rem; }
        .home-section-viewed .product__viewed--list.slick-initialized .slick-arrow.slick-next:before {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
    .home-section-viewed .product__viewed--list.slick-initialized .product__item--img {
      padding-bottom: calc(100% / 2 * 3); }
    .home-section-viewed .product__viewed--list .product__item {
      flex: 0 0 auto; }
      .home-section-viewed .product__viewed--list .product__item--img {
        position: relative;
        display: block; }
        .home-section-viewed .product__viewed--list .product__item--img img {
          position: absolute;
          height: 100%;
          object-fit: cover; }
      .home-section-viewed .product__viewed--list .product__item a img {
        padding: 0 8px;
        height: 100%;
        object-fit: cover; }
      .home-section-viewed .product__viewed--list .product__item--title {
        padding: 10px 8px 0;
        display: block;
        margin: 0 auto;
        font-size: 12px;
        line-height: 12px;
        font-weight: 400; }
      .home-section-viewed .product__viewed--list .product__item .product__pricing {
        padding: 0 8px;
        font-size: 13px; }
        .home-section-viewed .product__viewed--list .product__item .product__pricing .sale__price {
          color: #c00;
          font-weight: 600; }
  @media (min-width: 768px) {
    .home-section-viewed .product__viewed--list:not(.slick-initialized) .product__item {
      flex: 0 0 calc(100% / 7);
      max-width: calc(100% / 7); } }
  @media (max-width: 767px) {
    .home-section-viewed .product__viewed--list {
      padding: 0; }
      .home-section-viewed .product__viewed--list .product__item {
        margin-bottom: 10px;
        flex: 0 0 calc(100% / 2.2);
        max-width: calc(100% / 2.2); } }
