/** Shopify CDN: Minification failed

Line 44:32 Expected "}" to go with "{"

**/
/* ==========================================================
   Raghad Ali — Complete Theme Styles
   ========================================================== */

:root{
  --black: #0a0a0a;
  --white: #ffffff;
  --gray: #8a8a86;
  --line: rgba(0,0,0,0.12);
}

/* Everything white, black text, everywhere */
body, .header, header, .footer, footer,
.shopify-section, .hero, .banner, .image-banner{
  background-color: var(--white) !important;
  color: var(--black) !important;
  font-family: 'Fraunces', Georgia, serif !important;
}

a, .header a, header a, .footer a, footer a{
  color: var(--black) !important;
}
a:hover, .footer a:hover, footer a:hover{
  color: var(--gray) !important;
  opacity: 1;
}

.header, header{
  border-bottom: 1px solid var(--line) !important;
}
.footer, footer{
  border-top: 1px solid var(--line) !important;
}

/* Buttons */
.button, button[type="submit"], .btn, .shopify-payment-button__button,
.hero .button, .banner .button{
  background: transparent !important;
  border: 1px solid var(--black)