/*Write your custom style or CSS code here*/

:root[data-bs-theme="dark"]{
  --primary: #fff;
}

#products .btn-primary {
	color:#000;
}
.checkout-page .tt-header,
.checkout-page .tt-page-header,
.checkout-page .tt-footer,
.checkout-page .cart-sidebar {
	display: none;
}
