/* Add custom CSS styles below */ 
@media(min-width: 768px){
  header .flex.items-center.justify-between.relative.gap-3{
    flex-direction: row-reverse;
  }
  header .flex.flex-1.items-center:first-of-type{
    order: 1;
  }
  header .flex.flex-1.items-center{
    flex: none;
  }
  header .py-2{
    order: 2;
  }
  .w-full.md\:w-1\/2.md\:max-w-\[626px\].product-details{
    padding-top: 20px;
  }
  .limited-offer-product.limited-offer-product-1 .flex.flex-col.md\:flex-row.gap-y-10{
    gap: 50px;
    height: 370px;
  }
  .s-product-card-image.group.overflow-hidden.relative{
    height: 300px !important;
  }
}
@media(max-width: 768px){
  .payment-icons-row {
    justify-content: center;
  }
}
.main-menu li.root-level>a {
  font-size: 1rem;
  color: black !important;
}
section.interactive-points.section-space.bg-cover.bg-no-repeat.bg-center{
  margin-top: 0;
}
.limited-offer-product.limited-offer-product-1 .flex.flex-col.md\:flex-row.gap-y-10 img.w-full.h-full.object-contain{
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.container.pt-8.pb-7.md\:py-\[72px\]{
  padding-top: 2rem;
  padding-bottom: 1.75rem;
}
.payment-icons-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  opacity: 0.85;
}

.payment-icons-row img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 4px;
  background: white;
  padding: 4px;
  filter: saturate(1%);
}
.s-product-card-image.group.overflow-hidden.relative{
  height: 200px;
}
.s-product-card-image .s-product-card-image-cover{
  object-fit: cover;
}
.question.rounded-lg.border-b.border-gray-200\/50 {
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
h3.text-base.font-medium.md\:text-lg.select-none {
    font-weight: bold;
    color: #5a96ae;
    font-size: 16px;
}
.s-product-card-entry {
    justify-content: flex-start;
    background: white;
    border-radius: 10px;
    padding: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s 
ease;
    position: relative;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
}
.s-product-card-image img.loaded {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.s-product-card-entry:hover .s-product-card-image .s-product-card-image-cover {
    scale: 1;
}
.s-product-card-entry:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}