/* Add custom CSS styles below */ 

.footer.store-footer {
  background-color: #ffffff !important;
}


*, ::before, ::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: rgb(0 0 0 / 0%) !important;
    /* 2 */
}

.footer-is-custom .store-footer {
    background-color: #59060D !important;
    color: #59060d;
}

.s-button-element {
background-color : #ffffff !important;
color: #59060d !important;
  border: 1px solid #59060d !important;
}

.app-inner {
  background-color: #ffffff; 
  color: #59060d ;
}

.single-faq {
  background-color: #ffffff
}

.sons {
  width: 100% !important ;
  max-width: 100% !important 
}

.product-card__actions {
  opacity: 0
}


.product-card__image {
  object-fit: contain !important;
  image-rendering: crisp-edges !important;
  width: auto !important;
  height: auto !important;
}

.vid{
  width: 100% !important ;
  max-width: 100% !important ;
  justify-content: : center !important ;
  content: center ; 
  padding: 0px !important 
}