/* Add custom CSS styles below */ 
.top-navbar {
    display: none;
}
.app-inner.bg-storeBG {
    background-image: url(https://cdn.files.salla.network/homepage/1596810740/26185916-0211-4ff7-b02b-b48eb8e142bb.webp);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: center 49%;
}
.advanced-slider--6 {
    margin-top: 3rem;
}
/*faq*/
.s-block--faq .md\:grid-cols-2 {
    grid-template-columns: repeat(1,minmax(0,1140px));
    justify-content: space-around;
}
.s-block--faq .gap-4 {
    gap: 0;
}
.home-block-line.anime-item {
    border: 0px;
}
.single-faq {
    background: transparent;
    border-width: 0 0 1.2px 0;
    border-radius: 0px;
    padding: 30px;
}
.s-block--faq .faq-btn p::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("https://cdn.files.salla.network/homepage/1596810740/8f339250-7b13-48b1-9705-4301c28c5704.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-inline-end: 8px;
  vertical-align: middle;
}
.faq-content p {
    color: #000000;
}
.s-block--faq  .sicon-keyboard_arrow_up, .s-block--faq  .sicon-keyboard_arrow_down {
    background: transparent;
    width: 46px;
    height: 46px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.s-block--faq  .sicon-keyboard_arrow_up {
    background-image: url("https://cdn.files.salla.network/homepage/1596810740/d6901751-f138-4fe6-a826-ab245a6b215e.webp");
}
.s-block--faq  .sicon-keyboard_arrow_down {
    background-image: url("https://cdn.files.salla.network/homepage/1596810740/f599fc98-781f-4ce0-af3a-b2eae6ae1887.webp");
}
.home-block-title .tracking-tight {
  position: relative;
  font-size: clamp(20px, 4vw, 96px);
  line-height: 5.5rem;
  font-weight: 300;
}
.home-block-title .tracking-tight::before {
    content: "FAQ";
    position: absolute;
    top: 65%;
    left: 32%;
    font-size: clamp(20px, 4vw, 30px);
    font-weight: 300;
    line-height: 1;
    color: var(--color-primary-dark);
}
 
.sicon-keyboard_arrow_up:before ,.sicon-keyboard_arrow_down:before {
    font-size: 0;
}
/*footer*/
.footer-is-custom .store-footer .footer-bottom {
    display: none;
}
.store-footer__inner, .store-footer__newsletter ,.store-footer__contacts-row {
    border: 0;
}
.footer-is-custom .store-footer {
    background-image: url(https://cdn.files.salla.network/homepage/1596810740/fb202d14-89b0-431a-97a0-c4c832b4f462.webp );
    color: var(--footer-text-color);
    background-size: 100%;
    background-position: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
}

.store-footer__newsletter {
    width: 35%;
}
footer div:nth-of-type(2):has(.store-footer__inner) {
    width: 40%;
}
.store-footer .lg\:grid-cols-3 {
    grid-template-columns: repeat(1,minmax(0,1fr));
}
.footer-is-custom .store-footer .store-footer__contacts-row, .footer-is-custom .store-footer .store-footer__inner, .footer-is-custom .store-footer .store-footer__newsletter {
    background-color: transparent;
}
.footer-description, .footer-description p, .footer-description+p {
    width: 80%;
    margin: 1.5rem auto;
}
/*media*/
@media (max-width:767px){

  .app-inner.bg-storeBG {
    background-size: cover;
    background-position: center 45%;
}
.store-footer__newsletter ,footer div:nth-of-type(2):has(.store-footer__inner) {
    width: 100%;
}
  
  .footer-is-custom .store-footer {
    flex-direction: column-reverse;
    background-size: cover;
    padding: 30px 20px;
}
  .s-block--dynamic-banner {
    margin-top: 1.5em !important;
}
  .home-block-title .tracking-tight {
    font-size: clamp(42px, 4vw, 96px);
    line-height: 2.5rem;
}
  .home-block-title .tracking-tight::before {
    top: 56%;
    left: 31%;
}
 .s-block--faq  .sicon-keyboard_arrow_up, .s-block--faq  .sicon-keyboard_arrow_down {
    width: 20px;
    height: 20px;
}
  .s-block--faq .faq-btn p::before {
    width: 20px;
    height: 20px;
    margin-inline-end: 2px;
}
}