/*
Theme Name:     Storefront SFR
Author:         Timm Sedlaczek
Author URI:     https://www.timmsedlaczek.com/
Template:     	storefront
Text Domain:  	storefront
*/
/* Variables */
/* Fonts */
@font-face {
  font-family: Oswald;
  font-weight: 400 800;
  src: url(/wp-content/themes/storefront-sfr/assets/fonts/Oswald-VariableFont_wght.ttf);
}
body {
  background-image: url("/wp-content/themes/storefront-sfr/assets/images/spastic-fantastic-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#page {
  max-width: 1260px;
  margin: 0 auto;
  background-color: #cc3366;
}

h1, h2, h3, h4, h5, h6, .wc-block-grid__product-title {
  color: #ffffff;
}

.content-area {
  width: 100% !important;
  color: #ffffff;
}

.page-content {
  padding-left: 2rem;
  padding-right: 2rem;
}

.--limit-width {
  max-width: 600px;
}

.--center {
  margin-left: auto;
  margin-right: auto;
}

/* Navigation Styles */
.site-header {
  border-bottom: none;
  background-color: #cc3366;
}

.storefront-primary-navigation {
  background-color: #000000;
}

.main-navigation ul li a, .site-title a, ul.menu li a, .site-branding h1 a, button.menu-toggle, button.menu-toggle:hover, .handheld-navigation .dropdown-toggle {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1rem;
}
.main-navigation ul li a:hover, .main-navigation ul li a:focus, .site-title a:hover, .site-title a:focus, ul.menu li a:hover, ul.menu li a:focus, .site-branding h1 a:hover, .site-branding h1 a:focus, button.menu-toggle:hover, button.menu-toggle:focus, button.menu-toggle:hover:hover, button.menu-toggle:hover:focus, .handheld-navigation .dropdown-toggle:hover, .handheld-navigation .dropdown-toggle:focus {
  color: #cc3366;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.secondary-navigation ul.menu li a {
  color: #ffffff;
  padding-right: 0;
}
.secondary-navigation ul.menu li a:hover, .secondary-navigation ul.menu li a:focus {
  color: #000000;
  background-color: transparent;
  transition: all 0.3s ease;
}

.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
  padding: 1rem 0.75rem;
}

.site-header-cart .cart-contents {
  padding: 1rem;
}

/* Header */
.site-header {
  margin-top: 0;
  padding-top: 0;
}
.site-header > .col-full {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 150px;
}
.site-header > .col-full > * {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}
.site-header .site-branding {
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.site-header .site-branding img {
  max-width: 100%;
  height: 175px;
}

/**
    * Homepage Styles
 */
.home .site-header {
  margin-bottom: 0 !important;
}
.home .page-title {
  display: none;
}
.home .site-content .col-full {
  padding: 0;
  max-width: 100%;
}
.home .site-main {
  padding-top: 0 !important;
}

.homepage-intro {
  background-color: #000000;
  display: flex;
  align-items: center;
}

.homepage-intro-teaser {
  display: flex;
  flex-direction: column;
  max-width: 315px;
}

.storefront-product-section .section-title {
  background-color: #000000;
  font-family: "Oswald", sans-serif;
  text-align: left;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
}
.storefront-product-section > .woocommerce {
  padding: 0 2rem;
}

.products .product .woocommerce-loop-product__title {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  text-align: left;
}
.products .product .price {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-align: left;
  color: #ffffff !important;
  margin: 0 !important;
}
.products .product .add_to_cart_button {
  position: relative;
  padding: 0;
  width: 36px;
  height: 36px;
  color: #ffffff;
  background-color: transparent;
}
.products .product .add_to_cart_button > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.products .product .sfr-loop-price-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.products .product .attachment-woocommerce_thumbnail {
  margin-bottom: 0.5rem;
}

/*# sourceMappingURL=style.css.map */
