/* [project]/src/styles/content.css [app-client] (css) */
.px-2 {
  padding: 2rem 0;
}

.px-10 {
  padding: 5rem 0;
}

.t-center {
  text-align: center;
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

.content-title {
  text-align: center;
  color: #000;
  margin-bottom: 40px;
  font-family: Achemost, sans-serif;
  font-size: 35px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .content-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .content-title {
    font-size: 26px;
  }
}

@media (max-width: 414px) {
  .content-title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.cms-content-page {
  margin-bottom: 60px;
}

.cms-content-page p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
}

.content-box h2 {
  margin-bottom: 10px;
  font-size: 20px;
}

.content-box ul {
  margin-bottom: 25px;
  padding-left: 15px;
  list-style: outside;
}

.content-box li {
  margin-bottom: 15px;
}

.content-box a {
  color: #000;
  text-decoration: underline;
}

.cms-content-page .faq-item {
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px #ddd;
}

.cms-content-page .faq-items .question {
  cursor: pointer;
  background: #fff;
  border-radius: 4px;
  align-items: center;
  gap: 15px;
  padding: 25px;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  display: flex;
  position: relative;
}

.cms-content-page .faq-items .answer {
  background: #fff;
  border-radius: 4px;
  padding: 0 15px 15px 50px;
  font-size: 14px;
  line-height: 30px;
  display: none;
}

.cms-content-page .answer p {
  color: #696969;
}

.cms-content-page .question .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.cms-content-page .answer.open {
  display: block;
}

.cms-content-page .faq-items .icon.plus:before, .cms-content-page .faq-items .icon.plus:after {
  content: "";
  background: #000;
  width: 18px;
  height: 3px;
  transition: all .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cms-content-page .faq-items .icon.plus:after {
  transform: translate(-50%, -50%)rotate(90deg);
}

.cms-content-page .faq-items .icon.minus:before {
  content: "";
  background: #f0c040;
  width: 18px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lifestyle-promo-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.lifestyle-promo-wrap .lifestyle-images {
  align-items: center;
  width: 48%;
}

.lifestyle-promo-wrap .lifestyle-text {
  gap: 30px;
  width: 48%;
  display: grid;
}

.content-box {
  line-height: 1.3em;
}

.lifestyle-wrap {
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 30px;
  display: grid;
}

.lifestyle-promo-wrap .lifestyle-images img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.lifestyle-promo-wrap .lifestyle-images img:first-child {
  max-height: 280px;
}

a.button_link {
  color: #fff;
  cursor: pointer;
  background: #000;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
}

.image-box.version-2 h2.content-title {
  margin-bottom: 60px;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 600;
}

.image-box.version-2 .image-box-container {
  grid-template-columns: repeat(4, 1fr);
  align-items: baseline;
  gap: 30px;
  display: grid;
}

.image-box.version-2 .image-box-container .image-box_card {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  display: flex;
}

.image-box.version-2 .image-box-container .image-box_card img {
  object-fit: cover;
  border-radius: 100px;
  box-shadow: 0 0 9px 5px #878787;
}

.image-box.version-2 .content-box {
  font-weight: 600;
}

.image-box.version-2 .image-box-container .image-box_card:last-child img {
  object-fit: cover;
  border: 4px solid #465063;
}

section.image-box.version-2 {
  margin-top: 60px;
}

button.slick-arrow {
  font-size: 0;
  font-style: unset;
  cursor: pointer;
  text-align: center;
  z-index: 99;
  background: #fff;
  border: 0;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  padding: 0;
  line-height: 32px;
  position: absolute;
  top: 35%;
  overflow: hidden;
  box-shadow: 0 0 16px rgba(0, 0, 0, .11);
  color: #222 !important;
}

button.slick-arrow.slick-next {
  right: -10px;
}

button.slick-arrow.slick-prev {
  left: -10px;
}

button.slick-arrow.slick-next:before {
  content: "";
  z-index: 999;
  background-color: #000;
  width: 38px;
  height: 38px;
  font-size: 14px;
  display: block;
  position: relative;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDcwLjggNjg2LjIiPjxwYXRoIGQ9Ik0xNC4zOCwzMjYuMjNjOC45Mi0xMS4xMSwyMy40Ni0xMi4zMywzNy44Ny0xMiwxMzguMzQuMTUsMjk5LjMuMTIsNDU1LC4xLDE1MS40OSwwLDMwOC0uMDUsNDQzLjc3LjA5LTQwLjE3LTQwLTgwLjc0LTgwLjYzLTEyMC0xMjAtNDEuODUtNDEuODktODUuMTItODUuMjItMTI3Ljg2LTEyNy43NS03LjQ0LTcuNTYtMTUuMzktMTYuNjEtMTUuNTktMjguNDRBMzIuMzMsMzIuMzMsMCwwLDEsNzE3LjY2LDQuMzdjMTYtMS43NCwyOC4zMSwxMS4yOSwzNSwxOC4zNUM4MjQsOTQuMjQsODk2LjY4LDE2Ni44Niw5NjcsMjM3LjFxNTMuNjEsNTMuNTgsMTA3LjIyLDEwNy4xOGwzLjE4LDMuMTgtMy4xOCwzLjE4Qzk2OS45MSw0NTQuOTEsODYyLjEsNTYyLjczLDc1NS4yOCw2NjkuMzRsLTIuNDUsMi40OGMtOC4xMyw4LjI3LTE4LjIyLDE4LjU0LTMyLjI1LDE4LjU0aDBjLS41NywwLTEuMTUsMC0xLjcyLDBBMzIuMTgsMzIuMTgsMCwwLDEsNjg3LjUsNjU5LjdjLS44Ny05LjMxLDMuMzQtMTksMTIuNTItMjguNzNsLjExLS4xYzQxLjEzLTQxLDgyLjgyLTgyLjY4LDEyMy4xNC0xMjMsNDEuODItNDEuODUsODUtODUsMTI3LjcyLTEyNy41Ny0yMDkuODQuMTQtNDY2LjE0LjEyLTY5Mi43NC4xSDQzLjg4Yy05LjE3LS40My0xOS41MS0xLjg2LTI2Ljc1LTkuMDlhMzIuNCwzMi40LDAsMCwxLTIuNzUtNDVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNi41NiAtNC4yMSkiLz48L3N2Zz4=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDcwLjggNjg2LjIiPjxwYXRoIGQ9Ik0xNC4zOCwzMjYuMjNjOC45Mi0xMS4xMSwyMy40Ni0xMi4zMywzNy44Ny0xMiwxMzguMzQuMTUsMjk5LjMuMTIsNDU1LC4xLDE1MS40OSwwLDMwOC0uMDUsNDQzLjc3LjA5LTQwLjE3LTQwLTgwLjc0LTgwLjYzLTEyMC0xMjAtNDEuODUtNDEuODktODUuMTItODUuMjItMTI3Ljg2LTEyNy43NS03LjQ0LTcuNTYtMTUuMzktMTYuNjEtMTUuNTktMjguNDRBMzIuMzMsMzIuMzMsMCwwLDEsNzE3LjY2LDQuMzdjMTYtMS43NCwyOC4zMSwxMS4yOSwzNSwxOC4zNUM4MjQsOTQuMjQsODk2LjY4LDE2Ni44Niw5NjcsMjM3LjFxNTMuNjEsNTMuNTgsMTA3LjIyLDEwNy4xOGwzLjE4LDMuMTgtMy4xOCwzLjE4Qzk2OS45MSw0NTQuOTEsODYyLjEsNTYyLjczLDc1NS4yOCw2NjkuMzRsLTIuNDUsMi40OGMtOC4xMyw4LjI3LTE4LjIyLDE4LjU0LTMyLjI1LDE4LjU0aDBjLS41NywwLTEuMTUsMC0xLjcyLDBBMzIuMTgsMzIuMTgsMCwwLDEsNjg3LjUsNjU5LjdjLS44Ny05LjMxLDMuMzQtMTksMTIuNTItMjguNzNsLjExLS4xYzQxLjEzLTQxLDgyLjgyLTgyLjY4LDEyMy4xNC0xMjMsNDEuODItNDEuODUsODUtODUsMTI3LjcyLTEyNy41Ny0yMDkuODQuMTQtNDY2LjE0LjEyLTY5Mi43NC4xSDQzLjg4Yy05LjE3LS40My0xOS41MS0xLjg2LTI2Ljc1LTkuMDlhMzIuNCwzMi40LDAsMCwxLTIuNzUtNDVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNi41NiAtNC4yMSkiLz48L3N2Zz4=");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 14px;
  mask-size: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

button.slick-arrow.slick-prev:before {
  content: "";
  z-index: 999;
  background-color: #000;
  width: 38px;
  height: 38px;
  font-size: 14px;
  display: block;
  position: relative;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDcwLjggNjg2LjIiPjxwYXRoIGQ9Ik0xMDY5LjU1LDMyNi4yM2MtOC45My0xMS4xMS0yMy40Ni0xMi4zMy0zNy44OC0xMi0xMzguMzMuMTUtMjk5LjI5LjEyLTQ1NSwuMS0xNTEuNDksMC0zMDgtLjA1LTQ0My43OC4wOSw0MC4xOC00MCw4MC43NC04MC42MywxMjAtMTIwLDQxLjg0LTQxLjg5LDg1LjEyLTg1LjIyLDEyNy44NS0xMjcuNzUsNy40NS03LjU2LDE1LjQtMTYuNjEsMTUuNTktMjguNDRhMzEuMiwzMS4yLDAsMCwwLTgtMjNBMzEuNTYsMzEuNTYsMCwwLDAsMzY2LjI2LDQuMzdjLTE2LTEuNzQtMjguMzEsMTEuMjktMzUsMTguMzVDMjU5LjkxLDk0LjI0LDE4Ny4yNSwxNjYuODYsMTE3LDIzNy4xUTYzLjM1LDI5MC42OCw5Ljc0LDM0NC4yOGwtMy4xOCwzLjE4LDMuMTgsMy4xOEMxMTQsNDU0LjkxLDIyMS44Myw1NjIuNzMsMzI4LjY0LDY2OS4zNGwyLjQ2LDIuNDhjOC4xMiw4LjI3LDE4LjIyLDE4LjU0LDMyLjI1LDE4LjU0aDBjLjU3LDAsMS4xNCwwLDEuNzEsMGEzMi4xOCwzMi4xOCwwLDAsMCwzMS4zMi0zMC43MWMuODgtOS4zMS0zLjM0LTE5LTEyLjUyLTI4LjczbC0uMS0uMWMtNDEuMTQtNDEtODIuODMtODIuNjgtMTIzLjE0LTEyMy00MS44Mi00MS44NS04NS04NS0xMjcuNzItMTI3LjU3LDIwOS44NC4xNCw0NjYuMTQuMTIsNjkyLjc0LjFoMjE0LjM3YzkuMTctLjQzLDE5LjUxLTEuODYsMjYuNzQtOS4wOWEzMi4zOSwzMi4zOSwwLDAsMCwyLjc2LTQ1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYuNTYgLTQuMjEpIi8+PC9zdmc+");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDcwLjggNjg2LjIiPjxwYXRoIGQ9Ik0xMDY5LjU1LDMyNi4yM2MtOC45My0xMS4xMS0yMy40Ni0xMi4zMy0zNy44OC0xMi0xMzguMzMuMTUtMjk5LjI5LjEyLTQ1NSwuMS0xNTEuNDksMC0zMDgtLjA1LTQ0My43OC4wOSw0MC4xOC00MCw4MC43NC04MC42MywxMjAtMTIwLDQxLjg0LTQxLjg5LDg1LjEyLTg1LjIyLDEyNy44NS0xMjcuNzUsNy40NS03LjU2LDE1LjQtMTYuNjEsMTUuNTktMjguNDRhMzEuMiwzMS4yLDAsMCwwLTgtMjNBMzEuNTYsMzEuNTYsMCwwLDAsMzY2LjI2LDQuMzdjLTE2LTEuNzQtMjguMzEsMTEuMjktMzUsMTguMzVDMjU5LjkxLDk0LjI0LDE4Ny4yNSwxNjYuODYsMTE3LDIzNy4xUTYzLjM1LDI5MC42OCw5Ljc0LDM0NC4yOGwtMy4xOCwzLjE4LDMuMTgsMy4xOEMxMTQsNDU0LjkxLDIyMS44Myw1NjIuNzMsMzI4LjY0LDY2OS4zNGwyLjQ2LDIuNDhjOC4xMiw4LjI3LDE4LjIyLDE4LjU0LDMyLjI1LDE4LjU0aDBjLjU3LDAsMS4xNCwwLDEuNzEsMGEzMi4xOCwzMi4xOCwwLDAsMCwzMS4zMi0zMC43MWMuODgtOS4zMS0zLjM0LTE5LTEyLjUyLTI4LjczbC0uMS0uMWMtNDEuMTQtNDEtODIuODMtODIuNjgtMTIzLjE0LTEyMy00MS44Mi00MS44NS04NS04NS0xMjcuNzItMTI3LjU3LDIwOS44NC4xNCw0NjYuMTQuMTIsNjkyLjc0LjFoMjE0LjM3YzkuMTctLjQzLDE5LjUxLTEuODYsMjYuNzQtOS4wOWEzMi4zOSwzMi4zOSwwLDAsMCwyLjc2LTQ1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYuNTYgLTQuMjEpIi8+PC9zdmc+");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 14px;
  mask-size: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.circle-category-slider {
  margin: 0 auto;
}

.slide-item {
  text-align: center;
  outline: none;
}

.circle-link {
  margin-top: 9px;
  text-decoration: none;
  transition: transform .3s;
  display: block;
}

.circle-link:hover {
  transform: translateY(-5px);
}

.circle-image-container {
  border: 2px solid #f0f0f0;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: 0 auto 15px;
  transition: border-color .3s, transform .3s;
  overflow: hidden;
}

.circle-link:hover .circle-image-container {
  border-color: #fdc040;
  transform: scale(1.05);
}

.circle-image {
  object-fit: cover;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  transition: transform .5s;
}

.circle-link:hover .circle-image {
  transform: scale(1.1);
}

.circle-label {
  color: #000;
  margin-top: 10px;
  font-family: Quicksand;
  font-size: .9rem;
  font-weight: 700;
  transition: color .3s;
  display: block;
}

.circle-link:hover .circle-label {
  color: #fdc040;
}

.slick-prev:before, .slick-next:before {
  color: #fdc040;
  font-size: 24px;
}

.slick-prev {
  left: -30px;
}

.slick-next {
  right: -30px;
}

@media (max-width: 768px) {
  .slider-title {
    font-size: 1.5rem;
  }

  .circle-image-container {
    width: 90px;
    height: 90px;
  }

  .circle-label {
    font-size: .8rem;
  }
}

@media (max-width: 480px) {
  .circle-image-container {
    width: 70px;
    height: 70px;
  }
}

.offer-banner {
  gap: 30px;
  display: grid;
}

.offer-banner .offer-banner-left {
  position: relative;
}

.hover-img {
  position: relative;
  overflow: hidden;
}

.hover-img:before {
  content: "";
  transform-origin: 100%;
  background: rgba(255, 255, 255, .2);
  width: 50%;
  height: 100%;
  transition: transform .4s ease-in;
  position: absolute;
  top: 0;
  left: -75%;
  transform: skewX(-25deg);
}

.hover-img:hover:before {
  transform-origin: 0;
  animation: .75s shine;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.offer-banner img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.offer-banner .offer-banner-left .offer-banner-left-content {
  text-align: center;
  width: 100%;
  max-width: 276px;
  padding: 70px 0 0 25px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.offer-banner .offer-banner-left .offer-banner-left-content h3 {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.4;
}

.offer-banner .offer-banner-left .offer-banner-left-content a {
  color: #222;
  letter-spacing: .36px;
  text-transform: capitalize;
  white-space: nowrap;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 200px;
  padding: 9px 33px;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  transition: all .5s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.offer-banner .offer-banner-left .offer-banner-left-content a:after {
  content: "";
  z-index: -1;
  transform-origin: 100%;
  background: #222;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  transition: transform .7s;
  position: absolute;
  top: 0;
  right: 0;
  transform: scaleX(0);
}

.offer-banner .offer-banner-left .offer-banner-left-content a:hover {
  color: #fff;
}

.offer-banner .offer-banner-left .offer-banner-left-content a:hover:after {
  transform-origin: 0;
  transform: scaleX(1);
}

.product-banner-wrapper {
  background: #f4efeb;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  display: flex !important;
}

.product-banner-wrapper .product-banner-left-img {
  border-radius: 10px 0 0 10px;
}

.product-banner-wrapper .product-banner-content {
  text-align: center;
  max-width: 413px;
}

.product-banner-wrapper .product-banner-right-img, .product-banner-wrapper .product-banner-right-img img {
  border-radius: 0 10px 10px 0;
}

.product-banner-wrapper .product-banner-left-img img {
  border-radius: 10px 0 0 10px;
}

.product-banner-wrapper .product-banner-content h2 {
  color: #222;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 700;
}

.primary-btn3 {
  z-index: 1;
  color: #fff;
  letter-spacing: .36px;
  text-transform: capitalize;
  white-space: nowrap;
  background-color: #222;
  border: 1px solid #222;
  border-radius: 200px;
  padding: 13px 36px;
  font-size: 17px;
  font-weight: 500;
  transition: all .5s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.product-banner-wrapper img {
  max-width: 100%;
}

.swiper-slide-active .product-banner-left-img {
  animation: 1s leftRight;
}

.swiper-slide-active .product-banner-right-img {
  animation: 1s RightLeft;
}

.swiper-slide-active .product-banner-content {
  animation: 1.5s fadeInUp;
}

.product-banner-left-img, .product-banner-right-img {
  width: 30%;
}

.product-banner-right-img {
  justify-content: right;
  display: flex;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes leftRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes RightLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.block_contents {
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  padding: 35px 0;
  display: grid;
}

.block_content {
  align-items: center;
  gap: 20px;
  display: flex;
}

.policy-icon img {
  width: auto;
  height: auto;
  transition: transform .5s;
  transform: rotateY(0);
}

.block_content:hover .policy-icon img {
  transform: rotateY(360deg);
}

.title-policy {
  letter-spacing: .01px;
  color: #222;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.desc-policy {
  letter-spacing: .01px;
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.categories-grid .categories-box {
  float: none;
  border-right: 1px solid #eee;
  width: 100%;
  margin: 0;
  padding: 0 0 30px;
}

.categories-grid-wrap {
  display: grid;
}

.categories-box .image-cat {
  text-align: center;
  position: relative;
  overflow: visible;
}

.categories-box .image-cat a {
  display: block;
  position: relative;
}

.categories-box .image-cat img {
  width: auto;
  box-shadow: none;
  border: none;
  width: 100%;
  max-width: 100%;
  transition: all 1.2s;
  display: inline-block;
}

.cat-card {
  padding: 17px 40px 0;
}

.cat-card ul.child-cat {
  margin: 0;
  padding-top: 14px;
  padding-left: 0;
  list-style: none;
}

.child-cat-title a {
  color: #000;
  -o-transition: all .3s ease;
  font-size: 14px;
  line-height: 24px;
  transition: all .3s;
  position: relative;
}

.child-cat-title a:hover {
  color: #6d62ff;
  padding-left: 20px;
}

li.child-cat-title {
  margin: 8px 0;
  overflow: hidden;
}

.child-cat-title a:before {
  content: "";
  -o-transition: all .3s ease;
  background-color: #6d62ff;
  width: 0;
  height: 1px;
  transition: all .3s;
  position: absolute;
  top: 10px;
  left: 0;
}

.child-cat-title a:hover:before {
  width: 15px;
}

.cat-title a {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.cat-title a:hover {
  color: #fdc040;
  text-decoration: underline;
}

.categories-box span.categories-btn {
  text-align: center;
  color: #000;
  -o-transition: all .3s ease;
  background-color: #fff;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: 20px;
  line-height: 44px;
  transition: all .3s;
  display: flex;
  position: absolute;
  bottom: -22px;
  right: 22px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.categories-box:hover span.categories-btn {
  -o-transition: all .3s ease;
  background-color: #fdc040;
  transition: all .3s;
}

.products-grid {
  gap: 1.5rem;
  display: grid;
}

@media (max-width: 1024px) {
  .products-grid.grid-5 {
    grid-template-columns: repeat(4, 1fr);
  }

  .section-title span {
    font-size: 1.6rem;
  }

  .offer-banner .offer-banner-left .offer-banner-left-content h3 {
    font-size: 28px;
  }

  .offer-banner .offer-banner-left .offer-banner-left-content {
    text-align: left;
    padding: 55px 0 0 25px;
  }

  .product-banner-wrapper .product-banner-content h2 {
    font-size: 28px;
  }

  .block_contents {
    border-top: 1px solid #ddd;
    padding: 1.5rem 0;
  }
}

@media (max-width: 991px) {
  .px-2 {
    padding: 1.5rem 0;
  }

  .cms-content-page, .cms-content-page .banner {
    margin-bottom: 40px;
  }

  .cms-content-page .banner h1 {
    font-size: 20px;
  }

  .block_contents {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .block_content:nth-child(odd) {
    border-right: 1px solid #ddd;
    padding: 25px 0;
  }

  .block_content:nth-of-type(-n+2) {
    border-bottom: 1px solid #ddd;
  }

  .block_content:nth-child(2n) {
    padding-left: 20px;
  }

  .section-title span {
    font-size: 1.5rem;
  }

  .product-banner-wrapper .product-banner-content h2, .offer-banner .offer-banner-left .offer-banner-left-content h3 {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .cms-content-page, .cms-content-page .banner {
    margin-bottom: 20px;
  }

  .lifestyle-promo-wrap .lifestyle-images, .lifestyle-promo-wrap .lifestyle-text {
    width: 100%;
  }

  .lifestyle-promo-wrap {
    row-gap: 30px;
  }

  .lifestyle-text {
    text-align: center;
  }

  .lifestyle-promo-wrap .lifestyle-images img {
    object-fit: cover;
    border: 1px solid #000;
    height: 280px;
  }

  .lifestyle-wrap {
    gap: 20px;
  }

  .image-box.version-2 .image-box-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .image-box.version-2 h2.content-title {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .section-title span {
    font-size: 1.3rem;
  }

  .block_contents {
    grid-template-columns: repeat(1, 1fr);
  }

  .block_content:nth-of-type(-n+2) {
    border: 0;
  }

  .block_content:nth-child(odd), .block_content:nth-child(2n), .block_content:nth-of-type(-n+2) {
    padding: 0;
  }

  .block_contents .block_content {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
  }

  .policy-icon {
    width: 60px;
  }

  .block_contents .block_content:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .cat-card {
    padding: 17px 25px 0;
  }

  .categories-box span.categories-btn {
    width: 40px;
    height: 40px;
  }

  .cat-title a {
    font-size: 16px;
  }

  .offer-banner.grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .offer-banner img {
    object-fit: cover;
    object-position: top;
    max-height: 250px;
  }

  .primary-btn3 {
    padding: 10px 30px;
    font-size: 16px;
    line-height: 21px;
  }

  .product-banner-wrapper .product-banner-left-img img, .product-banner-wrapper .product-banner-right-img img {
    max-height: 250px;
  }

  .products-grid.grid-5 {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .product-title h3 {
    font-size: .9rem;
  }

  .product-content .price ins, .product-content .price {
    font-size: 1rem;
  }

  .product-card:hover .add-to-cart-btn {
    padding: .5rem;
    bottom: 0;
  }

  .product-card:hover .product-content {
    transform: unset;
    padding-top: 1rem;
  }

  .product-card:hover {
    transform: unset;
  }
}

@media (max-width: 639px) {
  .categories-grid-wrap.grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .offer-banner img, .product-banner-wrapper .product-banner-left-img img, .product-banner-wrapper .product-banner-right-img img {
    max-height: 180px;
  }

  .products-grid.grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }

  .offer-banner .offer-banner-left .offer-banner-left-content {
    padding: 32px 0 0 25px;
  }

  .product-banner-wrapper .product-banner-content h2, .offer-banner .offer-banner-left .offer-banner-left-content h3 {
    font-size: 22px;
  }

  .product-grid-section .products-grid .product-card:last-child {
    display: none;
  }

  .px-2 {
    padding: 1.3rem 0;
  }

  .add-to-cart-btn {
    font-size: 12px;
  }
}

@media (max-width: 414px) {
  .cms-content-page .banner {
    padding: 20px 0;
  }

  .cms-content-page p {
    font-size: 14px;
  }

  .section-title span {
    font-size: 1.2rem;
  }

  .lifestyle-promo-wrap .lifestyle-images img {
    object-fit: cover;
    border: 1px solid #000;
    height: 170px;
  }

  .image-box.version-2 .image-box-container {
    grid-template-columns: repeat(1, 1fr);
  }

  section.image-box.version-2 {
    margin-top: 40px;
  }

  .image-box.version-2 h2.content-title {
    font-size: 20px;
  }

  .product-content {
    padding: 12px;
  }

  .product-footer {
    padding-left: 12px;
    padding-right: 12px;
  }

  button.wishlist-btn {
    width: 32px;
    height: 32px;
    padding: 7px;
  }

  .product-title h3 {
    font-size: .8rem;
  }

  .offer-banner .offer-banner-left .offer-banner-left-content h3, .product-banner-wrapper .product-banner-content h2 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .primary-btn3 {
    padding: 6px 30px;
    font-size: 14px;
    line-height: 24px;
  }

  .offer-banner .offer-banner-left .offer-banner-left-content a {
    padding: 6px 30px;
    font-size: 14px;
  }

  .offer-banner img, .product-banner-wrapper .product-banner-left-img img, .product-banner-wrapper .product-banner-right-img img {
    max-height: 120px;
  }

  .cat-card {
    padding: 15px 15px 0;
  }
}

/* [project]/src/styles/wishlist.css [app-client] (css) */
.cms-wishlist-page {
  padding: 2rem 0 3rem;
}

.empty-wishlist {
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding: 2rem;
  display: flex;
}

.empty-content {
  text-align: center;
  max-width: 400px;
}

.heart-icon {
  width: 80px;
  height: 80px;
  color: var(--primary);
  background: #f5f3ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1.5rem;
  padding: 15px;
  animation: 2s infinite pulse;
  display: flex;
}

.empty-wishlist h2 {
  color: var(--text-dark);
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.empty-wishlist p {
  color: var(--text-light);
  margin-bottom: 1.5rem;
}

.empty-wishlist a.shop-button {
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cms-wishlist-page .section-title span {
  color: #000;
  padding-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.cms-wishlist-page .section-title span:after {
  display: none;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@media (max-width: 480px) {
  .empty-wishlist {
    padding: 1.5rem;
  }

  .heart-icon {
    width: 64px;
    height: 64px;
  }

  .empty-wishlist h2 {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 1024px) {
  .cms-wishlist-page .section-title span {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 991px) {
  .cms-wishlist-page {
    padding: 1.5rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .cms-wishlist-page {
    padding: 1.3rem 0;
  }

  .cms-wishlist-page .section-title span {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 414px) {
  .cms-wishlist-page .section-title span {
    font-size: 1.2rem;
  }
}

/*# sourceMappingURL=src_styles_9faa97ef._.css.map*/