/****** Run Free Store Dark Mode ******/

:root {
  --white: #191c1d!important;
  --almostblack: #ffffff!important;
  --grey: #292c2e!important;
  --input: #292c2e!important;
  --border: #292c2e!important;
  --inputfocus: #1a1c21!important;;
  --glass: rgba(0, 0, 0, 0.7)!important;
  --navutility: #191c1d!important;
  --footer: #080808!important;
  --menu: #ffffff!important;
  --bggrey: #080808!important;
  --checkoutgrey: #080808!important;
  --filterhr: #080808!important;
  --thumbloader: linear-gradient(90deg, #1a1c21 0px, #101010 40px, #000000 80px)!important;
  --skeleton-one: #292c2e!important;
  --skeleton-two: #101010!important;
  --disappearing-header: linear-gradient(to bottom, rgba(8, 8, 8, 1) 0%, rgba(8, 8, 8, 0) 100%)!important;
  --disappearing-footer: linear-gradient(to bottom, rgba(8, 8, 8, 0) 0%, rgba(8, 8, 8, 1) 100%)!important;
}


.product .image {
    margin-bottom: 13px;
}

.product-skeleton::before {
    background: none!important;
}

.modal.box {
	box-shadow: inset 1px 1px 0px #00000070, inset -1px -1px 01px 0px #00000070, 0px 13px 84px 0px rgba(0, 0, 0, 0.1), 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
}