@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@font-face {
  font-family: 'Sentient';
  src: url('https://www.bloemsierkunstflorina.nl/media/vdkh3pho/sentient-regular.woff2') format('woff2'),
       url('https://www.bloemsierkunstflorina.nl/media/tr4laeh0/sentient-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Sentient', serif !important;
}

body, p, a, span, div:not(.fas), button, select, option, textarea, input, button {
    font-family: 'DM Sans', sans-serif !important;
}

.nav-item a, .nav-item, .nav-item p, .btn {
    font-family: 'Sentient', serif !important;
}

/*Inlogformulier aanpassingen */

#inlogformulier input[type="text"],
#inlogformulier input[type="password"] {
  display: block;
  box-sizing: border-box;
  margin-bottom: 0px;
  padding: 4px;
  width: 220px;
  height: 32px;
  border: none;
  border-bottom: 1px solid #AAA;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  transition: 0.2s ease;
}

#inlogformulier input[type="text"]:focus,
#inlogformulier input[type="password"]:focus {
  border-bottom: 2px solid #8064a9;
  color: #8064a9;
  transition: 0.2s ease;
}

#inlogformulier input[type="submit"] {
  margin-bottom: 15px;
  width: 120px;
  height: 32px;
  background: #8064a9;
  border: none;
  border-radius: 2px;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.1s ease;
  cursor: pointer;
}

#inlogformulier input[type="submit"]:hover,
#inlogformulier input[type="submit"]:focus {
  opacity: 0.8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  transition: 0.1s ease;
}

#inlogformulier input[type="submit"]:active {
  opacity: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  transition: 0.1s ease;
}

#inlogformulier *:focus {
  outline: none;
}


/* Zorg dat de headerfoto goed werkt */
header,
.homePage,
.home-bg {
    position: relative !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
    height: auto !important;
    min-height: unset !important;
}

/* Zwarte overlay van 50% */
.home-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2); 
    z-index: 1;
}

/* Zorg dat tekst en knoppen boven de overlay zichtbaar zijn */
.home-bg > * {
    position: relative;
    z-index: 2;
}

/* Social icons rechtsonder */
.socialLogo {
    position: absolute !important;
    right: 20px;
    bottom: 20px;
    z-index: 3; /* boven de overlay */
}

#social {
    background-color: #8064a9;
}


@media (max-width: 768px) {
    .home-center-center {
 top: 0 !important;       
    }
}


.homePage IMG {
    max-width: 560px;
}
.home-bg .btn {
    margin-bottom: 50px;
}


/* Plaats logo in lege col-4 */
#mainNav .navbar-header .col-4 {
    position: relative;
}

#mainNav .navbar-header .col-4::before {
    content: "";
    display: block;
    width: 150px;   /* pas naar wens aan */
    height: 50px;   /* pas naar wens aan */
    background: url('/media/s4xannzm/florina-logo.svg') no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

#displayContainer > .row:first-of-type {
    display: none;
}


/*Paginacontent zelfde achtergrondkleur als rest van de pagina*/

.PageContentUnder .col-md-4 {
    background-color: #fcfafa;
}


/*Paarse streep in foto en onderaan op homepage groen*/
.homePage .homehrLine, .BorderlineHome {
    border-color: #8064a9;
}

.card-home  .col-lg-9.col-md-8.col-sm-12, .nav-item {
    align-content: center;
}

.card-home h2, .card-home p  {
    color: #7f63a8 !important;
}

.card-home img {
  filter: invert(59%) sepia(15%) saturate(922%) hue-rotate(228deg) brightness(94%) contrast(89%);
}

.nav-item p { 
    margin-bottom: 0 !important;
}


/* Maak de Login B2B link paars met witte tekst */
.navbar-nav .nav-item a[href="/inloggen/"] p {
    background-color: #7f63a8;
    color: #fff !important;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
    display: inline-block;
    transition: background-color 0.3s ease;
    margin-bottom: 5px;
}

/* Hover-effect: iets donkerder paars */
.navbar-nav .nav-item a[href="/inloggen/"] p:hover {
    background-color: #6c5493;
    text-decoration: none;
}

.navbar-nav .nav-item a[href="/inloggen/"] {
    border-bottom-color: rgba(255, 255, 255, 0) !important;
}

#deliveries {
    display: none;
}

.contactaddress {
    padding-top: 0 !important;
}


#mainNav, .navbar-collapse  {
    background-color: white !important;
}

@media (max-width: 767px) {
    h1 {
        margin-top: 25px;
    }
}

#warranty p {
    display: none;
}

#warranty img {
    rotate: 126deg;
    margin-bottom: 25px;
}

.florina-contact, .florina-contact p, .florina-contact a {
    background-color: #8064a9;
    color: white !important;
}

.florina-contact hr {
 border-color: white;   
}

.shop-item .shop-caption.highlight {
    min-height: unset !important;
}

#displayContainer .shop-item {
    margin-bottom: 30px;
}

.contactaddressContainer h2 {
    padding-top: 25px;
}