html{
    overflow-x: hidden;
}
section:not(.bsr-newsletter):not(.bsr-values){
    background-color: unset !important;
}
body:not(.home):not(.woocommerce-checkout) article{
    margin-top: 80px !important;
    background-color: #F2F2F2 !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.back-button-wrap{
  margin: 30px 0;
}
.back-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  background-color: #F2F2F2;
  color: #12263A;
  border-radius: 10px;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 8px rgba(0,0,0,0.12);
}

.back-button:hover {
  transform: translateX(-3px);
}
img.footer-logo-desktop {
    display: block !important;
}
img.footer-logo-mobile {
    display: none !important;
}
@media (max-width: 768px) {
  img.footer-logo-mobile {
    display: block !important;
  }
  img.footer-logo-desktop {
    display: none !important;
  }
}
/*Sad that such a correction needs to be done which should be working by default*/
@media (min-width: 922px) {
    #ast-mobile-header {
        display: none !important;
    }
}