/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
img.sub {
  width: 300px;
  margin: 20px auto 60px;
  object-fit: contain;
}
@media only screen and (max-width: 47.99875rem) {
  img.sub {
    width: 250px;
  }
}

.home-slider .swiper-container:hover .swiper-button {
  background-color: #ffc12e;
}
.home-slider .item-wrap picture {
  display: block;
  width: 100%;
}
.home-slider .item-wrap picture img {
  width: 100%;
}
.home-slider .swiper-controls .swiper-button {
  border-radius: 50%;
}
.home-slider .swiper-controls .swiper-button {
  width: 2.25rem;
  height: 2.25rem;
}
.home-slider .swiper-controls .swiper-button::before {
  opacity: 1;
  content: "\f054";
  border-color: #ffffff;
  border-radius: 50%;
  font-weight: 800;
  color: #ffffff;
  font-size: 16px;
}
.home-slider .swiper-controls .swiper-button.swiper-button-prev {
  transform: rotate(180deg);
}
.home-slider .swiper-controls .swiper-button:focus-visible {
  outline: none;
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider .swiper-controls .swiper-pagination {
    bottom: 0;
  }
}
.home-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  background-color: #D6D6D6;
  opacity: 1;
  transform: scale(1.2) !important;
  margin: 0 5px !important;
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet {
    transform: scale(1) !important;
  }
}
.home-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
  background-color: #ffffff;
  transform: scale(1.7) !important;
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
    transform: scale(1.2) !important;
  }
}

.home-about-us {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .home-about-us {
    padding-bottom: 3.75rem;
  }
}
.home-about-us .heading-group {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .home-about-us .heading-group {
    font-size: 1.25rem;
  }
}
.home-about-us .heading-group {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 64rem) {
  .home-about-us .heading-group {
    margin-bottom: 1.25rem;
  }
}
.home-about-us .heading-group .desc {
  max-width: 900px;
  margin: 0 auto;
  font-weight: 400;
}
@media only screen and (max-width: 47.99875rem) {
  .home-about-us .heading-group .desc {
    max-width: 100%;
  }
}
.home-about-us__content .cell {
  width: 50%;
}
@media only screen and (max-width: 47.99875rem) {
  .home-about-us__content .cell {
    width: 100%;
  }
}
.home-about-us__content .cell.cell-gallery .swiper-wrapper .swiper-slide {
  width: 100%;
}
.home-about-us__content .cell.cell-gallery .swiper-wrapper .swiper-slide .item .img {
  position: relative;
}
.home-about-us__content .cell.cell-gallery .swiper-wrapper .swiper-slide .item .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.home-about-us__content .cell.cell-gallery .swiper-wrapper .swiper-slide .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.home-about-us__content .cell.cell-gallery .swiper-controls .swiper-button::before {
  opacity: 1;
  background-color: #ffac38;
  color: #ffffff;
  border-color: #ffac38;
}
.home-about-us__content .cell.cell-gallery .swiper-controls .swiper-button:hover::before {
  background-color: #ffc12e;
  border-color: #ffc12e;
}
.home-about-us__content .cell.cell-gallery .swiper-controls .swiper-button.swiper-button-prev {
  left: -18px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-about-us__content .cell.cell-gallery .swiper-controls .swiper-button.swiper-button-prev {
    left: 5px;
  }
}
.home-about-us__content .cell.cell-gallery .swiper-controls .swiper-button.swiper-button-next {
  right: -18px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-about-us__content .cell.cell-gallery .swiper-controls .swiper-button.swiper-button-next {
    right: 5px;
  }
}
.home-about-us__content .cell.cell-content {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .home-about-us__content .cell.cell-content {
    padding-left: 1.875rem;
  }
}
.home-about-us__content .cell.cell-content .details {
  padding: 20px 20px 80px;
  background: #fff8c7;
  border-radius: 30px;
  text-align: justify;
  line-height: 1.6;
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  .home-about-us__content .cell.cell-content .details {
    padding-bottom: 40px;
  }
}
.home-about-us__content .cell.cell-content .details .img-layer {
  object-fit: contain;
  width: 180px;
  right: 0;
  bottom: -50px;
  z-index: 2;
}
@media only screen and (max-width: 47.99875rem) {
  .home-about-us__content .cell.cell-content .details .img-layer {
    display: none;
  }
}
.home-about-us__content .cell.cell-content .details .btn-about {
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffac38;
  border-radius: 30px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
@media only screen and (max-width: 39.99875rem) {
  .home-about-us__content .cell.cell-content .details .btn-about {
    width: 60%;
    text-align: center;
  }
}
.home-about-us__content .cell.cell-content .details .btn-about:hover {
  background-color: #ffc12e;
}
.home-about-us__content .cell.cell-content .details .btn-about i {
  padding-left: 5px;
}

.home-featured-products {
  padding-bottom: 0;
}
@media only screen and (max-width: 39.99875rem) {
  .home-featured-products {
    background-position-x: 80%;
    background-position-y: -40vw;
  }
}
.home-featured-products .heading-group {
  padding-top: 3.75rem;
}
@media only screen and (min-width: 48rem) {
  .home-featured-products .heading-group {
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-featured-products .heading-group {
    padding-top: 3.75rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-featured-products .heading-group .heading-title {
    font-size: 34px;
  }
}
.home-featured-products .heading-group .desc {
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  color: #ffac38;
}
.home-featured-products .heading-group .desc {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .home-featured-products .heading-group .desc {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-featured-products .heading-group .desc {
    font-size: 1.25rem;
  }
}
.home-featured-products .heading-group .img-layer {
  top: 0;
  left: 20px;
  width: 250px;
  z-index: 2;
}
@media only screen and (max-width: 47.99875rem) {
  .home-featured-products .heading-group .img-layer {
    display: none;
  }
}
.home-featured-products__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-featured-products__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-featured-products__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 70px 10px;
  }
}
.home-featured-products__content .item {
  padding: 12px 12px 24px;
  background: #ffffff;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 30px;
  counter-increment: my-sec-counter;
}
@media only screen and (max-width: 47.99875rem) {
  .home-featured-products__content .item {
    padding: 10px 10px 20px;
  }
}
.home-featured-products__content .item::before {
  content: "Top " counter(my-sec-counter);
  position: absolute;
  left: 50%;
  z-index: 999;
  color: #fff;
  background: url("../img/img-star.png") no-repeat;
  width: 95px;
  height: 100px;
  margin-left: -52px;
  top: -40px;
  vertical-align: text-bottom;
  text-align: center;
  line-height: 108px;
  font-size: 22px;
  font-family: "Cubano", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}
.home-featured-products__content .item:hover .img img {
  transform: scale(1.05);
  transition: 0.4s;
}
.home-featured-products__content .item .img {
  border-radius: 30px;
  overflow: hidden;
}
.home-featured-products__content .item .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.home-featured-products__content .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  transform: scale(1);
  transition: 0.4s;
}
.home-featured-products__content .item .info {
  padding-top: 10px;
}
.home-featured-products__content .item .info .title {
  text-transform: uppercase;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}
.home-featured-products__content .item .info .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .home-featured-products__content .item .info .title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.home-featured-products__content .item .info .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .home-featured-products__content .item .info .title {
    font-size: 1.25rem;
  }
}
.home-featured-products__content .item .info .title a {
  color: #ffac38;
}
.home-featured-products__content .item .info .title a:hover {
  color: #ffc12e;
}
.home-featured-products__content .item .info .price {
  color: #1b9b45;
  font-weight: 600;
}
.home-featured-products__content .item .info .price {
  font-size: 1.375rem;
}
@media only screen and (min-width: 48rem) {
  .home-featured-products__content .item .info .price {
    font-size: 1.5625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-featured-products__content .item .info .price {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-featured-products__content .item .btn-product {
    padding-right: 4px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-featured-products__content .item .btn-product::after {
    display: none;
  }
}
.home-featured-products .btn-group {
  gap: 10px;
  margin-top: 30px;
}
@media only screen and (max-width: 39.99875rem) {
  .home-featured-products .btn-group {
    flex-wrap: wrap;
  }
}
.home-featured-products .btn-group .btn-product {
  margin: 0;
  width: auto;
}
.home-featured-products .btn-group .btn-product span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
.home-featured-products .btn-group .btn-img img {
  width: 360px;
}

.home-feedback .heading-group img.sub {
  margin-bottom: 20px;
}
.home-feedback .img-title {
  max-height: 120px;
}
.home-feedback__content {
  margin-top: 30px;
}
.home-feedback__content .swiper-wrapper .swiper-slide {
  width: 27%;
}
@media only screen and (max-width: 47.99875rem) {
  .home-feedback__content .swiper-wrapper .swiper-slide {
    width: 32%;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-feedback__content .swiper-wrapper .swiper-slide {
    width: 55%;
  }
}
.home-feedback__content .swiper-wrapper .swiper-slide .item {
  padding: 0 5px;
}
.home-feedback__content .swiper-wrapper .swiper-slide .item .img {
  border-radius: 30px;
  overflow: hidden;
}
.home-feedback__content .swiper-wrapper .swiper-slide .item .img::before {
  content: "";
  display: block;
  padding-bottom: 120%;
}
.home-feedback__content .swiper-wrapper .swiper-slide .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.4s;
}
.home-feedback__content .swiper-controls .swiper-button::before {
  background-color: #ffac38;
  color: #ffffff;
}

.home-posts {
  padding-top: 0;
}
.home-posts__title {
  padding-top: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .home-posts__title {
    padding-top: 3.75rem;
  }
}
.home-posts__title {
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .home-posts__title {
    padding-bottom: 3.75rem;
  }
}
.home-posts__title .heading-group img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.home-posts__title .heading-group .heading-title {
  color: #e4a003;
  margin-bottom: 0;
}
.home-posts__title .heading-group .heading-title {
  font-size: 1.75rem;
}
@media only screen and (min-width: 48rem) {
  .home-posts__title .heading-group .heading-title {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-posts__title .heading-group .heading-title {
    font-size: 4.5rem;
  }
}
.home-posts__content {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .home-posts__content {
    padding-top: 2.5rem;
  }
}
.home-posts__content .wrapper {
  justify-content: space-between;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts__content .wrapper {
    max-width: 100%;
  }
}
.home-posts__content .wrapper .item .cover {
  height: 100%;
  border-radius: 20px;
}
.home-posts__content .wrapper .item .content .title {
  font-weight: 700;
  margin-bottom: 10px;
  line-height: normal;
  text-transform: uppercase;
  color: #e4a003;
}
.home-posts__content .wrapper .item .content .title {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .home-posts__content .wrapper .item .content .title {
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-posts__content .wrapper .item .content .title {
    font-size: 1.125rem;
  }
}
.home-posts__content .wrapper .item .content .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .home-posts__content .wrapper .item .content .title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.home-posts__content .wrapper .item .content .title a:hover {
  color: #ffc12e;
}
.home-posts__content .wrapper .item .content .excerpt {
  font-weight: 500;
  line-height: normal;
}
.home-posts__content .wrapper .item .content .excerpt {
  font-size: 0.875rem;
}
@media only screen and (min-width: 48rem) {
  .home-posts__content .wrapper .item .content .excerpt {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-posts__content .wrapper .item .content .excerpt {
    font-size: 1rem;
  }
}
.home-posts__content .wrapper .item .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .home-posts__content .wrapper .item .content .excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts__content .wrapper .item .content .excerpt {
    line-height: 1.4;
  }
}
.home-posts__content .wrapper .col-left {
  width: 50%;
}
.home-posts__content .wrapper .col-left {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .home-posts__content .wrapper .col-left {
    padding-right: 1.25rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts__content .wrapper .col-left {
    width: 100%;
  }
}
.home-posts__content .wrapper .col-left .item {
  width: 100%;
  padding: 0 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts__content .wrapper .col-left .item {
    padding: 0;
  }
}
.home-posts__content .wrapper .col-left .item:hover .content .title a {
  color: #e4a003;
}
.home-posts__content .wrapper .col-left .item .cover .scale {
  aspect-ratio: 1/1;
}
.home-posts__content .wrapper .col-left .item .content {
  position: absolute;
  width: calc(100% - 20px);
  height: 40%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  color: #ffffff;
  background: linear-gradient(rgba(0, 0, 0, 0), #090a0a);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts__content .wrapper .col-left .item .content {
    width: 100%;
    height: 90%;
  }
}
.home-posts__content .wrapper .col-left .item .content .title {
  color: #ffffff;
}
.home-posts__content .wrapper .col-right {
  width: 50%;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts__content .wrapper .col-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.home-posts__content .wrapper .col-right .item {
  display: flex;
}
.home-posts__content .wrapper .col-right .item {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .home-posts__content .wrapper .col-right .item {
    margin-bottom: 0.9375rem;
  }
}
.home-posts__content .wrapper .col-right .item:last-child {
  margin-bottom: 0;
}
.home-posts__content .wrapper .col-right .item .cover {
  width: 7.5rem;
  height: 7.5rem;
}
.home-posts__content .wrapper .col-right .item .cover .scale {
  aspect-ratio: 1/1;
}
.home-posts__content .wrapper .col-right .item .content {
  padding-left: 20px;
  width: calc(100% - 120px);
}