@media(min-width:900px){
.s-product-card-entry .s-button-btn {
    bottom: 65px;

}
}
.s-product-card-entry .s-button-btn {
    border-radius: 0 !important;

}
.s-product-card-image {
    background-color: white;
}
.s-product-card-entry .s-product-card-content-title, .s-product-card-content-sub {
    place-content: center;
    text-align: center;
}
.s-product-card-entry {
    padding: 4px;
}
@media(max-width:900px){
  .sand-video {
    height: 300px;
}
  a.group.relative.px-8.py-4.font-medium.overflow-hidden.rounded-full.transition-all.hover\:pl-10 {
    padding: 13px;
}
  .sand-categories .grid-cols-1 {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
  .sand-categories .relative.min-h-\[300px\].md\:min-h-\[400px\].lg\:min-h-\[500px\] {
    width: 47%;
}
  .inner .top-navbar .lg\:hidden.flex.gap-4.items-center.justify-end {
    width: 33.333333%;
}
  .sand-feature  .grid-cols-2 {
    grid-template-columns: repeat(1,minmax(0,1fr));
}
}