/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

template {
  display: none;
}

/* Links */
a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1.5em 40px;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  line-height: 1.5em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1.5em 0;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Lists */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* Embedded content */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content */
figure {
  margin: 1.5em 40px;
}

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms */
form {
  margin: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ============================================
   FEYENOORDSHIRTKOPEN.NL - CUSTOM STYLES
   ============================================ */

h2 {
  font-weight: normal;
  color: #4A4A4A;
  text-transform: uppercase;
}

h3 {
  font-weight: normal;
  text-align: center;
  color: #4A4A4A;
}

a {
  text-decoration: none;
  color: grey;
}

a:visited {
  text-color: whitesmoke;
}

body {
  margin: 0;
  top: 0;
  padding: 0;
  font-size: 14px;
  font-family: Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  background: url("../images/bg.jpg") no-repeat top center fixed;
  color: #4A4A4A;
}

@media (min-width: 320px) and (max-width: 660px) {
  body {
    background: url("../images/bg-mobile.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (min-width: 660px) and (max-width: 1050px) {
  body {
    background: url("../images/bg-mobile.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

nav {
  margin-top: 1.26582%;
}

nav img a {
  position: absolute;
}

hr {
  align: center;
  width: 90%;
  color: whitesmoke;
  margin-top: 2em;
}

.nav_block {
  position: relative;
  float: left;
  width: 18%;
  height: 140px;
  background: whitesmoke;
  text-align: center;
  padding-bottom: 1em;
  margin: 1%;
}

.nav_block img {
  display: block;
  padding: 1em 0 0.5em 0;
  margin-left: auto;
  margin-right: auto;
}

.nav_block a {
  padding: 7em 0;
}

.new {
  float: right;
}

.new img {
  position: absolute;
  padding: 0 0 0 0;
  top: 0px;
  right: 0px;
}

@media (min-width: 320px) and (max-width: 660px) {
  .nav_block {
    width: 45%;
    margin: 2.5%;
  }
}

@media (min-width: 660px) and (max-width: 1050px) {
  .nav_block {
    width: 23%;
    margin: 1%;
  }
}

.nav_block_half {
  margin: 0.7% 1%;
  float: right;
  width: 18%;
  height: 70px;
  background: whitesmoke;
  text-align: center;
  line-height: 70px;
}

.nav_block_half:last-child {
  margin-top: 1.26582%;
}

@media (min-width: 660px) and (max-width: 1050px) {
  .nav_block_half:last-child {
    float: right;
  }
}

.nav_block_half:hover {
  background-color: #c8102e;
  color: white;
}

.nav_block_half:hover a {
  color: white;
}

@media (min-width: 320px) and (max-width: 660px) {
  .nav_block_half {
    width: 45%;
    margin: 2.5%;
  }
}

@media (min-width: 660px) and (max-width: 1050px) {
  .nav_block_half {
    width: 48%;
    margin: 1%;
    float: left;
    height: 50px;
    line-height: 50px;
  }
}

button {
  background: whitesmoke;
  width: 100%;
  height: 2.5em;
  margin-bottom: 0.5em;
  border: none;
  font-weight: 500;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

button:hover {
  background: #006400;
  color: white;
  transform: translateY(-1px);
}

button:hover a {
  color: white;
}

input[type="submit"] {
  background-color: #1B2748;
  border: none;
  color: white;
  width: 100px;
  height: 25px;
  padding-top: 3px;
}

.wrap {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  background: white;
}

.wrap:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 320px) and (max-width: 660px) {
  .wrap {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    background: white;
    padding: 0 4%;
  }
  .wrap:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 660px) and (max-width: 1050px) {
  .wrap {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    background: white;
  }
  .wrap:after {
    content: " ";
    display: block;
    clear: both;
  }
}

header {
  width: 87.34177%;
  float: left;
  margin-right: 1.26582%;
  margin-left: 6.32911%;
}

@media (min-width: 320px) and (max-width: 660px) {
  header {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

footer {
  width: 87.34177%;
  float: left;
  margin-right: 1.26582%;
  margin-left: 6.32911%;
  background: #c8102e;
  margin-top: 3em;
  margin-bottom: 1em;
}

footer p {
  padding: 0 0 0 2em;
  color: white;
}

@media (min-width: 320px) and (max-width: 660px) {
  footer p {
    padding: 0 2em;
  }
}

@media (min-width: 320px) and (max-width: 660px) {
  footer {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2em;
  }
}

.content {
  width: 87.34177%;
  float: left;
  margin-right: 1.26582%;
  margin-left: 6.32911%;
}

@media (min-width: 320px) and (max-width: 660px) {
  .content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.content #intro {
  background-color: #F5F5F5;
}

.content #intro p {
  padding: 2em;
}

@media (min-width: 320px) and (max-width: 660px) {
  .content .products {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.content .products #product {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  display: block;
}

.content .products #product img {
  width: 100%;
}

.content .products #product:last-child {
  width: 32.20339%;
  float: right;
  margin-right: 0;
}

@media (min-width: 320px) and (max-width: 660px) {
  .content .products #product:last-child {
    width: 100%;
    float: left;
    margin-right: 2.94118%;
  }
}

@media (min-width: 320px) and (max-width: 660px) {
  .content .products #product {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2em;
  }
}

.content .information {
  width: 71.01449%;
  float: left;
  margin-right: 1.44928%;
  background-color: #F5F5F5;
  float: left;
  margin-top: 2em;
}

.content .information p {
  padding: 0 2em;
}

.content .information h2 {
  padding: 1em 0 0 1.3em;
  margin: 0;
}

@media (min-width: 320px) and (max-width: 660px) {
  .content .information {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.content .maininfo {
  width: 100%;
  float: left;
  margin-right: 1.44928%;
  background-color: #F5F5F5;
  float: left;
  margin-top: 2em;
}

.content .maininfo p {
  padding: 0 2em;
}

.content .maininfo h2 {
  padding: 1em 0 0 1.3em;
  margin: 0;
}

@media (min-width: 320px) and (max-width: 660px) {
  .content .maininfo {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.content .characteristics {
  width: 27.53623%;
  float: right;
  margin-right: 0;
  background-color: #c8102e;
  color: white;
  margin-top: 2em;
}

.content .characteristics h2 {
  padding: 1em 0 0 1.3em;
  margin: 0;
  color: white;
}

.content .characteristics li {
  font-size: 14px;
  padding-right: 1.3em;
}

@media (min-width: 320px) and (max-width: 660px) {
  .content .characteristics {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.content .other {
  width: 27.53623%;
  float: right;
  margin-right: 0;
  background-color: #F5F5F5;
  margin-top: 1.26582%;
}

.content .other p {
  padding: 0 2em;
}

.content .other h2 {
  padding: 1em 0 0 1.3em;
  margin: 0;
}

@media (min-width: 320px) and (max-width: 660px) {
  .content .other {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2em;
  }
}

/* Contact form css */
.error-result {
  padding: 15px;
  background: #FBE8E8;
  border: 1px solid #FCD2D2;
  color: #AC1111;
  font-family: Georgia;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
}

.success-result {
  padding: 15px;
  background: #E0FFE4;
  border: 1px solid #C5FCCB;
  color: #1F7C2A;
  font-family: Georgia;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
}

.grid-container {
  padding: 2em;
}

/* Hide on mobile */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .email-update {
    display: none;
  }
  .nav_block_half {
    display: none;
  }
  hr {
    display: none;
  }
}

/* ============================================
   FEYENOORDSHIRTKOPEN.NL - NIEUWE STYLES 2025/2026
   ============================================ */

/* Trust Signals Bar */
.trust-signals {
  background-color: #f8f9fa;
  padding: 12px 15px;
  margin-bottom: 20px;
  border-left: 4px solid #c8102e;
  border-radius: 0 4px 4px 0;
  text-align: center;
}

.trust-signals p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #333;
  line-height: 1.6;
  text-align: center;
}

.trust-signals .checkmark {
  color: #28a745;
  font-weight: bold;
  margin-right: 3px;
}

@media (min-width: 320px) and (max-width: 660px) {
  .trust-signals p {
    font-size: 12px;
    line-height: 1.8;
  }
}

/* Hero Section */
.hero-section {
  text-align: center;
  padding: 20px 15px;
  margin-bottom: 10px;
}

.hero-section h1 {
  color: #c8102e;
  font-size: 1.8em;
  margin: 0 0 15px 0;
  line-height: 1.3;
}

.hero-section .hero-subtitle {
  font-size: 15px;
  max-width: 800px;
  margin: 0 auto;
  color: #4A4A4A;
  line-height: 1.6;
}

.hero-section .badge {
  display: inline-block;
  background-color: #c8102e;
  color: white;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  margin-right: 8px;
}

@media (min-width: 320px) and (max-width: 660px) {
  .hero-section h1 {
    font-size: 1.4em;
  }
  .hero-section .hero-subtitle {
    font-size: 14px;
  }
}

/* Button Variants */
button.btn-primary,
.btn-primary {
  background-color: #c8102e;
  color: white;
}

button.btn-primary:hover,
.btn-primary:hover {
  background-color: #a00d24;
  color: white;
}

button.btn-secondary,
.btn-secondary {
  background-color: #1e3a5f;
  color: white;
}

button.btn-secondary:hover,
.btn-secondary:hover {
  background-color: #152a45;
  color: white;
}

button.btn-dark,
.btn-dark {
  background-color: #333333;
  color: white;
}

button.btn-dark:hover,
.btn-dark:hover {
  background-color: #1a1a1a;
  color: white;
}

button.btn-success,
.btn-success {
  background-color: #006400;
  color: white;
}

button.btn-success:hover,
.btn-success:hover {
  background-color: #004d00;
  color: white;
}

/* FAQ Section */
.faq-section {
  background-color: #F5F5F5;
  margin-top: 2em;
  padding-bottom: 2em;
}

.faq-section h2 {
  padding: 1em 0 0 1.3em;
  margin: 0 0 0.5em 0;
}

.faq-section h3 {
  text-align: left;
  padding: 0.8em 2em 0 2em;
  margin: 0;
  font-size: 1em;
  font-weight: 600;
  color: #c8102e;
}

.faq-section p {
  padding: 0.3em 2em 0.8em 2em;
  margin: 0;
  line-height: 1.6;
}

.faq-section h3:first-of-type {
  padding-top: 1em;
}

@media (min-width: 320px) and (max-width: 660px) {
  .faq-section h3 {
    padding: 0.8em 1em 0 1em;
  }
  .faq-section p {
    padding: 0.3em 1em 0.8em 1em;
  }
}

/* Secondary CTA Section */
.cta-section {
  text-align: center;
  padding: 30px 15px;
  margin-top: 2em;
  background-color: #f8f9fa;
  border-top: 3px solid #c8102e;
}

.cta-section h2 {
  margin: 0 0 10px 0;
  padding: 0;
}

.cta-section p {
  max-width: 600px;
  margin: 0 auto 20px auto;
  color: #666;
}

.cta-section .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-section .cta-buttons a {
  display: inline-block;
}

.cta-section .cta-buttons button {
  min-width: 180px;
  padding: 12px 25px;
  height: auto;
  font-size: 14px;
}

@media (min-width: 320px) and (max-width: 660px) {
  .cta-section .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .cta-section .cta-buttons button {
    width: 100%;
    max-width: 280px;
  }
}

/* Product Cards Enhancement */
.content .products #product {
  background-color: #fff;
  border-radius: 4px;
  padding-bottom: 10px;
  transition: box-shadow 0.2s ease;
}

.content .products #product:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.content .products #product img {
  border-radius: 4px 4px 0 0;
}

/* Price Badge */
.price-badge {
  display: inline-block;
  background-color: #28a745;
  color: white;
  padding: 5px 12px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
}

.price-badge.sale {
  background-color: #dc3545;
}

/* Kenmerken List Enhancement */
.content .characteristics ul {
  padding-left: 25px;
  padding-right: 15px;
}

.content .characteristics li {
  margin-bottom: 8px;
  line-height: 1.5;
}

/* Information Section Headings */
.content .information h3,
.content .maininfo h3 {
  text-align: left;
  padding: 0.5em 2em 0 2em;
  margin: 0;
  font-weight: 600;
  color: #c8102e;
}

/* Footer Enhancement */
footer a {
  color: #fff;
  text-decoration: underline;
}

footer a:hover {
  color: #f0f0f0;
}

/* Utility Classes */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.text-feyenoord-red {
  color: #c8102e;
}

.bg-feyenoord-red {
  background-color: #c8102e;
}

.text-feyenoord-dark {
  color: #1e3a5f;
}

.bg-feyenoord-dark {
  background-color: #1e3a5f;
}