@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");
* {
  font-family: "Cairo", sans-serif;
}
body {
  @media (max-width: 768px) {
    overflow-x: hidden;
  }
}
.sicon-lang,
.kayan-header span:first-child,
.navbar li a {
  line-height: 43.2px;
  font-weight: bold;
  font-size: 16px;
}

.kayan-header span {
  align-items: center;
}

.craffo-components-text {
  text-align: center;
  padding: 40px 0 70px;
  margin-top: 0;
}
.craffo-components-text .kayan-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 90.61px;

  color: var(--Primary-Primary, #b99e6a) !important;
  @media (max-width: 768px) {
    font-size: 20px;
  }
}

.craffo-components-text-text {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 32px;
  font-weight: 700 !important;
  line-height: 1.6;
  color: #000000;
  height: auto;
  text-align: center !important;
  margin: 0 auto;
  max-width: 70%;

  @media (max-width: 768px) {
    font-size: 16px;
    width: 100%;
    margin-bottom: 15px;
    max-width: 100%;
  }
}
section .container {
  @media (max-width: 768px) {
    margin-top: 15px;
  }
}

.kayan-card img {
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 20px;
}
.kayan-card h4 {
  font-size: 13px;
  font-weight: bold;
  line-height: 40.8px;
  color: var(--color-black-solid, #000000);
}

section {
  padding-bottom: 0;
}
.kayan-card-button {
  width: 146px;
  height: 51px;
}
.kayan-card-button span {
  color: black;
}

.kayan-card-button span:nth-of-type(2) {
  display: none;
}

.kayan-title {
  font-size: 32px;
  line-height: 1.4;
  color: var(--Primary-Primary, #b99e6a) !important;
  font-weight: 700 !important;
  margin-bottom: 20px;
}
.kayan-features h4 {
  margin-top: 20px;
  line-height: 40.8px;
  color: var(--Primary-Primary, #b99e6a);
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 19px;
  @media (max-width: 768px) {
    font-size: 17px;
  }
}

.kayan-features p {
  font-weight: 700;
  font-size: 18px;
  @media (max-width: 1199px) and (min-width: 768px) {
    width: 100%;
    font-size: 14px;
  }
  @media (max-width: 768px) {
    font-size: 13px;
  }
}

.kayan-footer {
  @media (max-width: 768px) {
    position: relative;
  }
}

h5 + ul li a {
  padding: 7px;
  color: white;
  font-size: 9px;
  font-weight: 500;

  line-height: 43.2px;
}
h5 + ul li a::before {
  content: "•";
  padding-left: 8px;
  color: white;
  font-size: 9px;
  font-weight: 500;
  line-height: 43.2px;
}

.kayan-card-button {
  border: 2px solid balck;
}

.scroll-top {
  background-color: #333 !important;
}

.sicon-shopping-bag::before {
  font-family: "Cairo", sans-serif !important;
  font-size: 13px;
}

.kayan-card-button span {
  gap: 0;
  width: auto;
  height: auto;
}

.kayan-card-button {
  width: auto;
  height: 45px;
  min-width: 120px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.kayan-card-button:hover {
  background: #b99e6a !important;
  border-color: #b99e6a !important;
}

.kayan-card-button:hover .sicon-shopping-bag::before {
  color: #fff;
}

.kayan-card-button span span:first-child {
  display: none;
}

.kayan-card-button span span:last-child {
  display: block;
  font-weight: 600;
}

.craffo-components-text .kayan-title {
  line-height: 1.6;
  font-size: 30px;
}

.craffo-components-text-text {
  font-size: 26px;
}

/*.kayan-card .s-product-card-sale-price h4 {
  color: #000 !important;
}
*/
.s-product-card-sale-price span {
  font-weight: 700;
  color: #919191;
  text-decoration: none;
  position: relative;
}

.s-product-card-sale-price span::before {
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #000;
  rotate: -9deg;
}

.kayan-card a h4 {
  font-size: 16px;
  line-height: 1.6;
}

.kayan-card .px-6.py-2.text-center {
  padding: 20px 0 5px;
}

.kayan-card .s-button-btn {
  padding: 0;
  pointer-events: all;
  width: auto;
  border-radius: 0;
  margin: 10px auto 0;
  display: block;
}

.kayan-card .s-button-btn .s-button-text {
  pointer-events: auto;
}

.kayan-card-button:hover {
  color: #fff;
}

.kayan-card-button:hover span {
  color: #fff !important;
}

.s-products-list-wrapper.s-products-list-vertical-cards {
  margin: 0;
}

.kayan-features {
  padding: 100px 0 50px;
  @media (max-width: 768px) {
    padding: 50px 0;
  }
}

.kayan-features h4 {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.kayan-features p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.9;
}

.kayan-footer {
  padding: 50px 0 90px;
  margin: 0;
}
.group:hover .group-hover\:-top-2 {
  top: 0;
  transform: none;
}

.kayan-footer .border-b-\[1px\]:nth-child(2) ul {
  row-gap: 15px;
}

.kayan-footer .border-b-\[1px\]:nth-child(2) ul li a {
  opacity: 1;
  font-size: 14px;
  padding: 0;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  position: relative;
  transition: 0.3s;
}

.kayan-footer .border-b-\[1px\]:nth-child(2) ul li {
  display: block;
  width: 100%;
}

.kayan-footer .border-b-\[1px\]:nth-child(2) ul li a::before {
  line-height: 1;
  padding: 0;
}

.kayan-footer .border-b-\[1px\]:nth-child(2) ul li a::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 0;
  width: calc(100% - 20px);
  height: 1px;
  background: rgb(255 255 255 / 31%);
}

.kayan-footer .border-b-\[1px\]:nth-child(2) ul li a:hover {
  color: #b99e6a;
}

.kayan-footer .border-b-\[1px\]:nth-child(3) ul {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.kayan-footer .border-b-\[1px\] h5 {
  font-size: 20px;
  text-align: initial;
}

.kayan-footer .border-b-\[1px\]:nth-child(3) ul li {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: rgb(255 255 255 / 10%);
  position: relative;
}

.kayan-footer .border-b-\[1px\]:nth-child(3) ul li a {
  position: absolute;
  inset: 0;
  display: block !important;
  font-size: 0;
  padding: 0;
}

.kayan-footer .border-b-\[1px\]:nth-child(3) ul li a::before {
  display: none;
}
.kayan-copyright a:hover {
  color: #b79d68;
}

.kayan-title span {
  font-size: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .kayan-footer .border-b-\[1px\] .w-full {
    width: 130px;
    object-fit: contain;
  }

  .kayan-footer .border-b-\[1px\] .w-24 {
    width: auto;
  }

  .kayan-footer .border-b-\[1px\] {
    border-color: #ffffff3d;
  }

  .kayan-copyright p {
    margin: 0;
    text-align: center;
  }

  .kayan-copyright {
    width: 100%;
    position: relative;
    transform: none;
    inset: auto;
  }

  .kayan-header .flex-1.justify-end.items-center.flex.lg\:gap-6.gap-4 {
    flex: 0;
    width: 120px;
  }

  .kayan-header
    .flex-1.lg\:justify-center.items-center.flex.gap-4.overflow-hidden
    .bars {
    width: 120px;
  }

  .kayan-header
    .flex-1.lg\:justify-center.items-center.flex.gap-4.overflow-hidden {
    justify-content: space-between;
  }

  .kayan-header
    .flex-1.lg\:justify-center.items-center.flex.gap-4.overflow-hidden
    .w-24 {
    width: auto;
    flex-grow: 1;
    text-align: center;
  }

  .kayan-header
    .flex-1.lg\:justify-center.items-center.flex.gap-4.overflow-hidden
    .w-24
    img {
    object-fit: contain;
    width: 140px;
    margin: 0 auto;
  }

  .craffo-components-text .kayan-title {
    font-size: 15px;
  }

  .craffo-components-text-text {
    font-size: 14px;
    padding-inline: 25px;
  }

  .kayan-title {
  }

  .kayan-title span {
    font-size: 14px;
  }

  section.py-10.lg\:px-10.px-2 {
    padding: 0;
  }

  .kayan-card a h4 {
    font-size: 13px;
  }

  .kayan-card .s-product-card-sale-price h4,
  .s-product-card-sale-price span {
    font-size: 12px;
  }

  .kayan-card-button {
    font-size: 13px;
    height: 40px;
  }

  .craffo-components-hero-image {
    height: 300px;
  }

  .kayan-features h4 {
    font-size: 14px;
  }

  .kayan-features p {
    font-size: 13px;
    padding-inline: 30px;
  }

  .kayan-footer .border-b-\[1px\] h5 {
    font-size: 16px;
  }

  .kayan-footer .border-b-\[1px\] {
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
}

@media (max-width: 625px) {
  .kayan-header
    .flex-1.lg\:justify-center.items-center.flex.gap-4.overflow-hidden
    .bars {
    width: auto;
  }

  .kayan-header
    .lg\:py-3.lg\:px-10.px-5.py-4.flex.justify-between.items-center.w-full.relative.gap-2 {
    padding-inline: 0;
  }

  .kayan-header
    .flex-1.lg\:justify-center.items-center.flex.gap-4.overflow-hidden
    .w-24
    img {
    width: 110px;
  }
  .kayan-video {
    height: 350px;
  }
  .kayan-footer .border-b-\[1px\]:nth-child(2) {
    text-align: center;
}

.kayan-footer .border-b-\[1px\]:nth-child(2) h5 {
    text-align: inherit;
}

.kayan-footer .border-b-\[1px\] h5 {
    text-align: center;
}
}

.kayan-card {
  border-radius: 15px;
  overflow: hidden;
}


.kayan-card  div.overflow-hidden.relative > a.block.flex.w-full.h-full.justify-center.items-end.px-8.duration-700 > div {
    display: none;
}


.kayan-promotion_title 
{
    display: flex;
    height: 30px;
    font-size: 11px;
}