/*
Theme Name: Extra Retail For U
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom WordPress theme handcrafted by The Free Website Guys for Extra Retail For U. Edit colors, content, images, and CTAs from the theme customizer.
Version: 1.0.30
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0;
  padding: 0;
  background-color: oklch(0.13 0 0);
}

/* Isolate theme app from WordPress default theme styles */
#tmt-app {
  font-size: 16px;
  line-height: 1.5;
}

#tmt-app a {
  text-decoration: none;
}

#tmt-app img,
#tmt-app video {
  max-width: 100%;
}

:root {
  --tmt-header-offset: 0px;
}

body.admin-bar {
  --tmt-header-offset: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    --tmt-header-offset: 46px;
  }
}

.tmt-fixed-header {
  top: var(--tmt-header-offset);
}

.tmt-mobile-nav {
  top: calc(76px + var(--tmt-header-offset));
}
