/*
 * Fonts
 */
@font-face {
  font-family: "Martel";
  src: url('../resources/fonts/Martel/Martel-Light.ttf') format('truetype');
  font-weight: lighter;
}
@font-face {
  font-family: "Martel";
  src: url('../resources/fonts/Martel/Martel-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: "Martel";
  src: url('../resources/fonts/Martel/Martel-SemiBold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: "Martel";
  src: url('../resources/fonts/Martel/Martel-Bold.ttf') format('truetype');
  font-weight: bolder;
}
@font-face {
  font-family: "Roboto";
  src: url('../resources/fonts/Roboto/Roboto-Light.ttf') format('truetype');
  font-weight: lighter;
}
@font-face {
  font-family: "Roboto";
  src: url('..//resources/fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: lighter;
}
@font-face {
  font-family: "Roboto";
  src: url('..//resources/fonts/Roboto/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: "Roboto";
  src: url('..//resources/fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url('../resources/fonts/Roboto/Roboto-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url('../resources/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
}
.shadow-1 {
  box-shadow: 2px 2px 2px #0a3a65;
}
.shadow-2 {
  box-shadow: 4px 4px 16px #434d56;
}
.shadow-3 {
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0);
}
.shadow-4 {
  box-shadow: 0 24px 28px -12px black;
}
.shadow-5 {
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.shadow-6 {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 2px, rgba(0, 0, 0, 0.3) 10px 10px 3px 2px;
}
.text-shadow-1 {
  text-shadow: 2px 2px 2px #484848bf;
}
/* Tags */
/* Headers */
h1 {
  display: block;
  padding: 30px 50px;
  text-align: center;
  font-size: 2em;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #E60000;
}
/* Body */
body {
  font-family: 'Martel', serif;
}
#index-body-section {
  position: relative;
  display: block;
  text-align: center;
}
/* Common section */
.index-section-title {
  position: relative;
  display: block;
  padding: 20px;
  font-size: 1.8em;
}
/* Introduction */
#index-intro-section {
  position: relative;
  display: block;
  padding: 100px 20px;
  box-sizing: border-box;
  text-align: center;
  background-color: #b30000;
  color: black;
  z-index: 1;
}
#index-intro-block {
  display: block;
  padding: 30px 0;
  text-align: center;
  box-sizing: border-box;
}
.index-intro-paragraph {
  padding: 20px 0;
  text-align: center;
  font-size: 2em;
}
/*
 * Carousel
 */
#index-intro-carousel-section {
  position: relative;
  display: block;
  padding: 0px 0px;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  color: #E60000;
  border-top-style: solid;
  border-top-width: 0;
  border-top-color: #E60000;
  background-color: #f1eeeb;
}
#index-intro-carousel-block {
  display: inline-block;
  vertical-align: top;
  overflow-x: hidden;
  box-sizing: border-box;
  text-align: center;
  object-fit: fill;
  width: 100%;
}
#index-intro-carousel {
  display: block;
}
.index-intro {
  display: inline-block;
  overflow-x: hidden;
  box-sizing: border-box;
  width: 100%;
}
.index-intro-inactive {
  display: none;
}
.index-intro-icon {
  display: block;
  font-size: 3em;
  box-sizing: border-box;
}
.index-intro-headline {
  position: relative;
  display: block;
  font-size: 1.4em;
}
.index-intro-picture {
  width: 100%;
  max-height: auto;
}
#index-intro-selector-block {
  position: relative;
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 0 0 0;
}
.index-intro-selector {
  display: inline-block;
  margin: 0 20px;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #E60000;
  border-radius: 8px;
}
.index-intro-selector-inactive {
  background-color: initial;
  cursor: pointer;
}
.index-intro-selector-active {
  background-color: #E60000;
}
/* Featured*/
#index-featured-section {
  background-color: #f1eeeb;
  padding: 50px;
}
.index-featured-title {
  font-size: 2.5em;
  color: #E60000;
  padding-bottom: 30px;
  font-weight: bold;
}
.s-item-list-item-quantity-container {
  display: inline-block;
}
#featured {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  justify-content: center;
}
/* Category */
#index-category-section {
  position: relative;
  display: block;
  padding: 100px 20px;
  box-sizing: border-box;
  text-align: left;
  max-width: 1535px;
  margin: auto;
  background-color: #ffffff;
}
.index-category-container {
  display: inline-block;
  width: 33%;
  padding: 20px 1%;
  box-sizing: border-box;
  vertical-align: top;
  text-align: center;
}
.index-category-block {
  display: block;
  padding: 0 0 30px 0;
  box-sizing: border-box;
  border-radius: 0px;
  background-color: #dcd5cd;
}
.index-category-block:hover {
  background-color: #e7e2dc;
  border: 2px solid;
  border-color: #e7e2dc;
}
.index-category-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.index-category-title {
  margin-top: 20px;
  font-size: 1.2em;
}
/*
 * Categories from shop
 */
.s-category-list-waiting::after {
  content: "\f251";
  position: absolute;
  right: 4px;
  top: 4px;
  font-family: "Font awesome 6 Pro";
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #ffffff;
}
.s-category-list-category-block,
.s-category-list-category-block-selected {
  position: relative;
  display: block;
  padding: 0 8px;
  margin: 2px 0;
  padding: 4px;
  background-color: #E60000;
  cursor: pointer;
}
.s-category-list-category-block:first-child,
.s-category-list-category-block-selected:first-child {
  margin: 0;
}
.s-category-list-category-block:hover {
  background-color: #ff0000;
}
.s-category-list-category-block-0 {
  color: #FAF7F5;
  padding: 8px;
}
.s-category-list-category-name {
  font-size: 0.9em;
}
/* Search */
#index-search-section {
  position: relative;
  display: block;
  padding: 100px 20px;
  box-sizing: border-box;
  text-align: center;
  background-color: #4d0000;
  color: #dcd5cd;
  font-weight: bold;
}
#index-search-label {
  font-size: 2em;
}
#index-search-text {
  font-size: 1.2em;
  margin: 20px 0;
  padding: 8px;
  width: 80%;
  box-sizing: border-box;
}
#index-search-button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
#index-search-button:hover {
  background-color: #b30000;
}
.plugin-title {
  font-size: 1.5em;
  color: #E60000;
}
.plugin-text {
  font-size: 1em;
  color: #333331;
}
.plugin-img {
  max-width: 200px;
}
plugin-content {
  display: flex;
  direction: column;
  gap: 50px;
  background-color: #9BBF24;
}
@media only screen and (max-width: 1200px) {
  .index-fav-block {
    width: 50%;
  }
}
@media only screen and (max-width: 1050px) {
  .index-figure-block {
    width: 50%;
  }
  .index-category-container {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .index-fav-block {
    width: 100%;
  }
  .index-figure-block {
    width: 100%;
  }
  .index-fav-block {
    padding: 20px 0;
  }
  .index-category-container {
    width: 100%;
  }
}
