/* cache testing! */
.home-main-banner-wrapper {
  background: transparent;
  position: relative;
}
.home-main-banner {
  padding-right: 130px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  height: 100%;
  justify-content: center;
}
.tbanner {
    overflow: hidden;
}

.tbanner img {
    max-width: 100%;
    width: 100%;
    inset: 0;
    z-index: -1;
    max-height: 100%;
}

.tbanner img.tbanner-mobile {
    display: none;
}

.tbanner img.tbanner-desktop {}

@media (max-width: 768px) {

.tbanner img.tbanner-mobile {
   display: block;
}

.tbanner img.tbanner-desktop {
     display: none;
}
}
/* ///test cache/// */

.home-main-banner-wrapper .img {
  background-image: url(../images/main-banner2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-main-banner h3 {
  margin: 0 0 20px 0;
  color: #ebebeb;
  text-align: right;
  font-size: 37px;
  font-weight: 700;
  line-height: 36px; /* 225% */
}
.home-main-banner.text-dark h3, .home-main-banner.text-dark p {
    color: #222 !important;
    
}

.home-main-banner p {
  margin: 0 0 24px 0;
  color: #ebebeb;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px; /* 225% */
}

.home-main-banner a {
  color: var(--Neutral---50, #fff);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%; /* 21px */
  letter-spacing: -0.28px;
  display: flex;
  padding: 12px 20px;
  border-radius: 200px;
  border: 1px solid #000;
  background: #000;
  justify-content: center;
}

@media (max-width: 768px) {
  .home-main-banner {
    padding-right: 15px;
  }

  .home-main-banner-wrapper .img {
    background-image: url(../images/main-banner-mobile2-2.webp);
  }

  .home-main-banner h3 {
  font-size: 18px;
  margin: 0 0 12px 0;
  line-height: 20px; /* 111.111% */
  }

  .home-main-banner p {
  font-size: 11px;
  margin: 0 0 12px 0;
  line-height: 16.828px; /* 152.978% */
  }

  .home-main-banner a {
  font-size: 12px;
  }

  .home-main-banner.text-dark h3, .home-main-banner.text-dark p {padding-left: 181px;}
}









.home-advantages-wrapper {
  margin-top: 40px;
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 16px;
  border-radius: 28px;
  border: 1px solid #e4e4e4;
  padding: 16px;
}

.home-advantages-wrapper .advantages {
  border-radius: 20px;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  min-height: 148px;
}

.home-advantages-wrapper .advantages .icon {
  display: flex;
}

.home-advantages-wrapper .advantages .title {
}

/* ///content-box/// */
.home-content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.home-content-box .title {
  color: #6a6a6a;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 4px;
}

.home-content-box .desc {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}

.home-content-box .desc .sub-desc-1,
.home-content-box .desc .sub-desc-2 {
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
  align-items: baseline;
}

.home-content-box .desc .icon {
  display: flex;
}

.home-content-box .desc .sub-desc-2 {
}

.home-content-box .desc:after {
  content: "";
  background: #0c3c30;
  width: 80px;
  height: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  border-radius: 10px;
}

/* ///category/// */
.home-category {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-grow: 1;
}
.home-category img {
  border-radius: 2000px;
  background: #fef7e7;
  display: flex;
  width: 96px;
  height: 96px;
  object-fit: contain;
  padding: 16px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.home-category .title-wrapper {
}
.home-category .title-wrapper .title {
  color: #363636;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 38px;
}
.home-category .title-wrapper .sub-title {
  color: #ababab;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}

.home-category-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 16px;
  margin-top: 56px;
  margin-bottom: 64px;
}

/* ///about/// */
.about-wrapper {
  display: flex;
  gap: 32px;
  align-items: center;
}
.about-wrapper img {
  width: 100%;
  flex: 1;
}
.about-wrapper .about-us-content {
  padding: 32px;
  flex-direction: column;
  display: flex;
  gap: 16px;
  flex: 1;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 4px 56px 0 rgba(16, 17, 42, 0.12);
}
.about-wrapper .about-us-content .sup-title {
  color: var(--Neutral-400, #9ca8a5);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
}
.about-wrapper .about-us-content .title {
  margin: 0 0 16px 0;
}
.about-wrapper .about-us-content .desc {
  margin: 0 0 16px 0;
  color: var(--Neutral-600, #6e7f7b);
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
}
.about-wrapper .about-us-content .about-btn {
  border-radius: 12px;
  border: 1px solid #d5d7da;

  /* Shadow/xs */
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: #fff;
}
.about-wrapper .about-us-content .about-btn span {
  color: #414651;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.about-wrapper .about-us-content .about-btn i {
  display: flex;
}
.about-wrapper .about-us-content .about-btn i svg {
}

.home-about {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* ///product-discount/// */
.tavazo-home-products-discount {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSI2MjEiIHZpZXdCb3g9IjAgMCAxNDQwIDYyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMEM1MzkuOTU5IDcwLjY4OTMgODU0LjkzNiA3MC40NDg4IDE0NDAgMFY2MjFIMFYwWiIgZmlsbD0iI0Y1RjVGNSIvPgo8L3N2Zz4K);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0 40px 0;
  width: 100%;
  justify-content: center;
  margin-bottom: 80px;
}

.tavazo-product-slider {
}

.tavazo-product-slide {
  border-radius: 16px;
  background: #fff;
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid #eee;
}

.tavazo-product-slide .tavazo-thumb {
  width: 100%;
  height: 194px;
}

.tavazo-product-slide .tavazo-thumb img {
  height: 100%;
  width: 100%;
  align-self: stretch;
  border-radius: 8px;
  object-fit: cover;
}

.tavazo-product-slide .tavazo-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tavazo-product-slide .tavazo-body .tavazo-title {
  margin: 0;
}

.tavazo-product-slide .tavazo-body .tavazo-title a {
  color: var(--Neutral-900, #102d26);
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.tavazo-product-slide .tavazo-body .button.tavazo-btn {
  border-radius: 8px;
  border: 1px solid var(--Primary, #0c3c30);
  background: var(--Primary, #0c3c30);
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--White, #fff);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}


.tavazo-product-slide .tavazo-body .button.tavazo-btn .tavazo-btn-price > ins {
    text-decoration: none;
}

.tavazo-product-slide .tavazo-body .button.tavazo-btn .tavazo-btn-price > del {
    opacity: 0.6;
}
.tavazo-product-slide .tavazo-body .button.tavazo-btn.loading  {
      
  animation:slidebg 1s linear infinite;
  cursor: not-allowed;
}

@keyframes slidebg {
  to {
    opacity: 0.2;
  }
}

.tavazo-products-section .navigations {
  margin-top: 24px;
  justify-content: center;
  gap: 8px;
}
.navigations > div {
  display: flex;
  border-radius: 46px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--Grey-40, #656567);
}

.navigations > div:hover {
  background: var(--Grey-15, #262626);
  color: #fff;
}

/* ///banner/// */
.home-banner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 103px;
}

.home-banner .banner1 {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  border-radius: 24px;
  padding: 64px;
  background: linear-gradient(258deg, #E1E1E1 1.4%, #DFDFDF 50%, #BABABA 98.6%);
}

.home-banner .banner2 {
  grid-column-start: 3;
  grid-row-start: 1;
  border-radius: 24px;
  padding: 16px;
  background: linear-gradient(258deg, #FFE4EA 1.4%, #EDCBD3 50%, #F3CECE 98.6%);
}

.home-banner .banner3 {
  grid-column-start: 3;
  grid-row-start: 2;
  border-radius: 24px;
  padding: 16px;
  background: linear-gradient(258deg, #DAB463 1.4%, #D1C09C 50%, #FBF3E3 98.6%);
}

.home-banner h3 {
  margin: 0 0 4px 0;
  color: #000;
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px; /* 180% */
}

.home-banner p {
  margin: 0 0 28px 0;
  color: #363636;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px; /* 216.667% */
  padding-left: 146px;
}

.home-banner a {
  color: var(--Neutral---50, #fff);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%; /* 21px */
  letter-spacing: -0.28px;
  padding: 7.5px 20px;
  border-radius: 200px;
  border: 1px solid #000;
  background: #000;
}

.home-banner div {
  position: relative;
}

.home-banner .banner1 h3 {
  margin: 0 0 16px 0;
  font-size: 30px;
}

.home-banner .banner1 p {
  margin: 0 0 36px 0;
}

.home-banner .banner1 a {
}
.home-banner img {
  position: absolute;
}

.home-banner .banner1 img {
  left: 9px;
  bottom: 9px;
}
.home-banner .banner2 img {
  bottom: 0px;
  left: 1px;
  aspect-ratio: 1/1;
  width: 158px;
  height: 164px;
}

.home-banner .banner3 img {
  aspect-ratio: 1/1;
  left: 1px;
  bottom: 2px;
  height: 168px;
}

/* ///products-new/// */
.tavazo-home-products-new {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 80px;
}

/* ///featured-product/// */

.featured-product {
  background: #ebebeb;
  padding: 40px 0;
  margin-bottom: 40px;
}
.featured-product .t-container {
  display: flex;
  gap: 12px;
}
.featured-product .content {
  display: flex;
  flex: 1;
  width: 100%;
  border-radius: 32px;
  background: #fff;
  padding: 32px;
  flex-direction: column;
}
.featured-product .content h3 {
  margin: 0;
}
.featured-product .content .sup-title {
  color: var(--Neutral-400, #9ca8a5);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
}
.featured-product .content .title {
  color: var(--Neutral-900, #102d26);
  text-align: right;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  margin: 16px 0 32px 0;
}

.featured-product .content .feature {
  display: flex;
  gap: 16px;
  align-items: center;
}
.featured-product .desc .feature {
  display: flex;
  gap: 16px;
}
.featured-product .content .feature .desc span {
  color: var(--Neutral-900, #102d26);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
.featured-product .content .feature .desc p {
  margin: 0;
  color: var(--Neutral-600, #6e7f7b);
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

.featured-product .content .feature i {
  flex-direction: column;
  border-radius: 24px;
  border: 1px solid var(--Neutral-100, #e7eae9);
  background: var(--Base-White, #fff);
  display: flex;
  width: 48px;
  height: 48px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0 !important;
}

.featured-product .content .feature-1 {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--Neutral-100, #e7eae9);
}
.featured-product .content .feature-1 .desc {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.featured-product .content .feature-2 {
  margin-bottom: 32px;
}
.featured-product .content .btn {
  border-radius: 16px;
  border: 1px solid var(--Primary, #0c3c30);
  background: var(--Primary, #0c3c30);
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  display: flex;
  padding: 18px 0;
  align-items: center;
  color: var(--White, #fff);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px; /* 125% */
  justify-content: center;
}
.featured-product .image {
  flex: 1;
  width: 634px;
  height: 424px;
  object-fit: cover;
  border-radius: 32px;
  overflow: hidden;
}
.featured-product .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media (max-width: 768px) {
  .home-advantages-wrapper {
    margin: 24px 30px 40px 30px;
    display: flex;
    overflow-x: auto;
  }

  .home-category-wrapper {
    margin-bottom: 32px;
    overflow: scroll;
    gap: 32px;
  }

  .home-category:last-child {
  }

  .home-banner .banner3 {
    grid-column-start: unset;
    grid-row-start: unset;
    padding: unset;
  }

  .home-banner .banner2 {
    grid-column-start: unset;
    grid-row-start: unset;
  }

  .home-banner .banner1 {
    grid-column: unset;
    grid-row: unset;
  }

  .home-banner {
    grid-template-rows: repeat(1, 1fr);
    overflow: scroll;
    margin-bottom: 64px;
    overflow-y: hidden;
  }

  .featured-product .t-container {
    flex-direction: column;
  }

  .featured-product .image {
      max-width: 100%;
      height: 258px;
      flex: unset;
  }

  .about-wrapper {
    flex-direction: column-reverse;
  }

  .home-advantages-wrapper .advantages .title {
    color: #222;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
  }

  .home-advantages-wrapper .advantages .icon {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
  }

  .home-category {
    flex-direction: column;
    align-items: center;
  }

  .home-category .title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tavazo-home-products-discount {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkzIiBoZWlnaHQ9IjI2OCIgdmlld0JveD0iMCAwIDM5MyAyNjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDBDMTU3LjA4NiA0MS45MDc1IDI0My4xMDkgNDEuOTU3OSAzOTMgMFYyNjhIMFYwWiIgZmlsbD0iI0Y1RjVGNSIvPgo8L3N2Zz4K);
        padding: 104px 0 0 0;
    background-size: contain;
    margin-bottom: 32px;
  }

  .home-banner .banner1 h3 {
    font-size: unset;
    margin: 0 0 4px 0;
  }

  .home-banner .banner1 p {
    margin: 0 0 28px 0;
  }

  .home-banner .banner3 p {
    margin: 0 0 54px 0;
}


  .home-banner .banner1 img {
    height: 221px;
    left: 10px;
    bottom: -1px;
  }

  .home-banner h3 {
    margin: 0 0 4px 0;
  }

  .home-banner div {
    width: 348px;
    padding: 25px 13px !important;
  }

  .home-banner .banner2 img {
    left: 1px;
  }

  .home-banner .banner3 img {
    left: 5px;
  }

  .tavazo-home-products-new {
    margin-bottom: 64px;
  }

  .featured-product .content .feature i {
  flex-shrink: 0;
  }

  .home-about {
    gap: 32px;
  }

  .home-advantages-wrapper .advantages {
    padding: 25px;
    flex: 1 0 200px;
}
}


a.added_to_cart.wc-forward {
  display: none;
}

@media (max-width: 425px) {

    .tavazo-home-products-discount{
        padding: 50px 0 0 0;
    }

}





