/* Add custom CSS styles below */ 
@media (min-width: 768px){ 
body:after  {
 	margin: auto !important;
  background-size: 10% !important;
}
}
@media (max-width: 768px){ 
 .app-inner.flex > section.s-block.container > salla-products-list > div.s-products-list-wrapper.s-products-list-vertical-cards {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
 }
}
@media (max-width: 768px) {

  .sokar-bundle-offers .grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
  }

  .sokar-bundle-offers {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .sokar-bundle-card {
    border-width: 2px !important;
    border-radius: 14px !important;
  }

  .sokar-bundle-card > div:first-child {
    padding: 10px 6px !important;
  }

  .sokar-bundle-card span.text-lg {
    font-size: 11px !important;
  }

  .sokar-bundle-card h3 {
    font-size: 13px !important;
    margin-bottom: 2px !important;
  }

  .sokar-bundle-card p {
    font-size: 11px !important;
  }

  .sokar-bundle-card > div:last-child {
    padding: 10px 6px !important;
  }

  .sokar-bundle-card ul {
    margin-bottom: 10px !important;
  }

  .sokar-bundle-card li {
    font-size: 10px !important;
    gap: 4px !important;
  }

  .sokar-bundle-card .text-3xl {
    font-size: 16px !important;
  }

  .sokar-bundle-card .text-lg.line-through {
    font-size: 11px !important;
  }

  .sokar-bundle-card .border-t {
    padding-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .sokar-bundle-btn {
    padding: 6px 0 !important;
    font-size: 11px !important;
    border-radius: 999px !important;
  }

  .sokar-bundle-offers .mb-16 {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  .sokar-why-choose-us .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.8rem !important;
  }
      .sokar-why-choose-us .sokar-feature-card {
        padding: 0.65rem !important;
    }  
    .sokar-why-choose-us .sokar-feature-card i {
        font-size: 2rem !important;
    }
        .sokar-why-choose-us .sokar-feature-card h3 {
        font-size: 1rem !important;
    }
}