@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&display=swap');

html,
body,
body *:not(i):not([class^="sicon-"]):not([class*=" sicon-"]) {
  font-family: 'Cairo', sans-serif !important;
}.header-btn__icon {
  color: #caa02d !important;  border-color: #fff !important;
}.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgb(249 246 233);
}.title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #d7b95d;
}header,
.main-header,
.store-header,
.s-header,
.s-header__wrapper,
.navbar {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}
.multihome-tabs-wrapper li button.active {
    --tw-bg-opacity: 1;
    background-color: #faf4da !important;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
} 
.multihome-loading {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    --tw-bg-opacity: 1;
    align-items: center;
    background-color: #faf4da87 !important;
    display: flex;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.s-slider-block__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end !important;
    padding-bottom: 40px;
}.p-8 {
    padding: 2rem;
    margin-top: 274px;
}

.s-slider-block__content .btn {
    margin-top: auto;
}
header.sticky,
.s-header.sticky,
.is-sticky header {
    background: transparent !important;
    backdrop-filter: none !important;
}