@charset "UTF-8";
/* CSS Document */

/*   Koptekst:         font-family: "Hepta Slab", serif;    */
/*   Platte tekst:     font-family: "Open Sans", sans-serif;    */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0 auto;
}

/*   VOORDELEN   */

.voordelen {
    display: grid;
    column-gap: 15px;
    justify-items: stretch;
    width: 70%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    font-family: "Open Sans", sans-serif;
    font-weight: 350;
    font-size: 11.5px;
    color: #0000a3;
    margin: 10px auto;
}

.bezorgvoordelen p {
    margin: 0;
}

.appvoordelen p {
    text-align: right;
    margin: 0;
}

.blauwe-achtergrond {
    background-color: #0000a3;
    margin: 0 auto;
    width: 100%;
}

/*   ZOEKBALK + LOGIN   */

.logo-zoekbalk-login {
    display: grid;
    column-gap: 15px;
    justify-content: stretch;
    width: 70%;
    grid-template-columns: 20% 50% 30%;
    font-family: "Open Sans", sans-serif;
    font-weight: 350;
    font-size: 14px;
    color: #ffffff;
    margin: 0 auto;
}

.grid-login {
    display: grid;
    place-items: center;
}

.grid-login a {
    display: flex;
    align-items: center;
    gap: 30px;
    text-decoration: none;
}

span.login {
    color: #ffffff;
    text-decoration: none;
}

span.login:hover {
    text-decoration: underline;
}

.login-icons {
    width: 25px;
}

/*   SPECIFIEK ZOEKBALK   */

.zoekbalk-container {
    display: flex;
    align-items: center;
    border-radius: 25px;
    padding: 7px 13px;
    width: 100%;
    background-color: #ffffff;
    margin-top: 7px;
    margin-bottom: 7px;
}

.zoekbalk-container input {
    border: none;
    outline: none;
    padding: 8px;
    font-size: 13px;
    border-radius: 25px;
    flex: 1;
    font-family: "Open Sans", sans-serif;
    font-weight: 350;
}

.zoekbalk-container button {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px;
}

.grid-item.grid-zoekbalk {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*   NAVIGATIE   */

.navigatie {
    display: grid;
    column-gap: 15px;
    justify-content: stretch;
    width: 70%;
    grid-template-columns: 60% 40%;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #ffffff;
    margin: 0 auto;
}

/*   DROPDOWN MENU   */

.navbar {
    background-color: #ffffff;
    padding: 10px 20px 10px 0px;
    font-family: "Open Sans", sans-serif;
    font-weight: 350;
    font-size: 14px;
}

.nav-list {
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav-item a {
    color: #03031b;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
}

.nav-item a:hover {
    text-decoration: underline;
    text-decoration-color: #0000a3;
    text-decoration-thickness: 3px;
}

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 150px;
    z-index: 1;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.dropdown-content a {
    color: #000000;
    padding: 10px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    display: flex;
}

.dropdown-content a img {
    margin-right: 10px;
    width: 25px;
  }

.dropdown-content a:hover {
    color: #0000a3;
    text-decoration: underline;
}

.dropdown:hover .dropdown-content {
    display: block;
}

img.navbar-icon {
    width: 13px;
    vertical-align: middle;
    margin-left: 5px;
}

/*   ZAKELIJK   */

.grid-zakelijk {
    display: grid;
    align-items: center;
    justify-content: end;
}

.grid-zakelijk p {
    display: flex;
    align-items: center;
}

.grid-zakelijk img {
    margin: 0 5px;
  }

.grid-zakelijk a {
    text-decoration: none;
    color: #03031B;
    font-size: 12px;
    margin-left: 16px;
}

.grid-zakelijk a:hover {
    text-decoration: underline;
}

/*   LICHTBLAUWE CONTENT   */

.lichtblauwe-achtergrond {
    background-color: #f0f6ff;
    margin: 0 auto;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.lichtblauwe-content {
    font-family: "Open Sans", sans-serif;
    font-weight: 350;
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
}

.lichtblauwe-content p {
    text-align: right;
}

.lichtblauwe-content a {
    color: #03031b;
    text-decoration: none;
    margin-left: 32px;
}

.lichtblauwe-content a:hover {
    text-decoration: underline;
}

.lichtblauwe-content a.oktobol:hover {
    text-decoration: none;
}

.lichtblauwe-content span.oktobol {
    color: #0000ff;
    font-family: "Hepta Slab", serif;
    font-weight: 900;
    font-size: 20px;
}

.bannerbol {
    width: 70%;
    margin: 25px auto 0 auto;
}

img.banner {
    border-radius: 1rem;
}

.four-deals {
    display: grid;
    column-gap: 20px;
    justify-content: stretch;
    width: 70%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: #0000a4;
    margin: 25px auto;
}

.grid-apple, .grid-baby, .grid-lego, .grid-parfum {
    border-radius: 1rem;
    padding: 24px;
}

.grid-apple {
    background-image: url(../img/4deals/apple.png);
}

.grid-baby {
    background-image: url(../img/4deals/babykleding.png);
}

.grid-lego {
    background-image: url(../img/4deals/lego.png);
}

.grid-parfum {
    background-image: url(../img/4deals/parfum.png);
}

.grid-apple, .grid-baby, .grid-lego, .grid-parfum {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

h2 {
    font-size: 18px;
    font-family: "Hepta Slab", serif;
    font-weight: 800;
}

.four-deals-bottom {
    font-size: 18px;
    font-weight: 300;
    font-family: "Hepta Slab", serif;
    padding-bottom: 155px;
}

h3 {
    font-family: "Hepta Slab", serif;
    font-weight: 800;
    font-size: 32px;
    padding-bottom: 20px;
    color: #0a0a0a;
}

.thinhead {
    font-weight: 250;
}

.categories {
    width: 70%;
    margin: 0 auto 45px auto;
}

.cat-grid {
    display: grid;
    column-gap: 20px;
    justify-content: stretch;
    width: 100%;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    margin: 0 auto;
}

img.img-grid {
    border-radius: 1rem;
    max-width: 100%;
}

h6 {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 350;
    text-align: center;
    padding-top: 16px;
    color: #03031b;
}

.topdeals {
    width: 70%;
    margin: 0 auto;
}

.deals-grid {
    display: grid;
    column-gap: 20px;
    justify-content: stretch;
    width: 100%;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin: 0 auto;
}

.topdeals-grid {
    position: relative;
}

.img-heart {
    position: absolute;
    width: 40px;
    top: .5rem;
    right: .5rem;
    z-index: 10;
    border: 0;
    transition: border .15s linear;
}

.img-heart:hover {
    border: 2px solid #0000ff;
    border-radius: 50%;
    transition: border .15s linear;
}

h4 {
    font-size: 14px;
    color: #03031b;
    font-family: "Open Sans", sans-serif;
    padding-top: 30px;
}

.topdeals-prijs {
    font-family: "Hepta Slab", serif;
    font-weight: 800;
    color: #ffffff;
    background-color: #eb0400;
    padding: 5px 12px;
    border-radius: 5px;
    display: inline-block;
    transform: skewX(-13deg);
    text-align: center;
    width: fit-content;
    margin-top: 7px;
}

.topdeals-price {
    font-family: "Hepta Slab", serif;
    font-weight: 800;
    color: #eb0400;
    font-size: 18px;
    margin-top: 7px;
}

.red-sale-text {
    color: #eb0400;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 650;
    padding-top: 10px;
}

.sale-voorheen {
    color: #696977;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    padding-top: 7px;
}

.doorstreept {
    text-decoration: line-through;
}

.merken {
    width: 70%;
    margin: 45px auto;
}

.merken-grid {
    display: grid;
    column-gap: 20px;
    justify-items: stretch;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
}

.grid-cocacola, .grid-runnow, .grid-tefal {
    border-radius: .5em;
}

.grid-cocacola {
    background-color: #7f1517;
}

.grid-runnow {
    background-color: #3491b3;
}

.grid-tefal {
    background-color: #688958;
}

.img-left {
    width: 36%;
    float: left;
    border-radius: .5rem 0 0 .5rem;
}

.text-right {
    padding: 45px 16px;
    float: left;
    width: 64%;
}

.plattetekst-merken {
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
}

h5 {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #ffffff;
    padding-top: .5rem;
}

.drie-aanbiedingen {
    display: grid;
    column-gap: 20px;
    justify-items: stretch;
    width: 70%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    color: #000000;
    margin: 45px auto;
}

img.rounded-corners {
    border-radius: .5rem;
}

h1 {
    font-family: "Hepta Slab", serif;
    font-weight: 750;
    font-size: 20px;
    padding: 15px 0 2px 0;
    color: #03031b;
}

p.aanbiedingen {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.cadeaus-grid {
    display: grid;
    column-gap: 20px;
    justify-content: stretch;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 auto;
}

.cadeaus-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 350;
    font-size: 16px;
    color: #0a0a0a;
    text-align: center;
    padding-top: 16px;
}

img.cadeau {
    border-radius: .5rem;
}

.looks-grid {
    display: grid;
    column-gap: 20px;
    justify-content: stretch;
    width: 100%;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin: 0 auto;
}

.koptekst-look-grid {
    display: grid;
    column-gap: 20px;
    justify-items: stretch;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
}

img.img-round {
    border-radius: 100px;
}

.ontdeklooks {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #0000ff;
    text-align: right;
    padding-top: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ontdekalles-grid {
    display: grid;
    column-gap: 16px;
    justify-items: stretch;
    width: 100%;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    font-family: "Open Sans", sans-serif;
    color: #000000;
    margin: 0 auto;
    font-size: 12px;
}

p.koptekst-footer {
    color: #0a0a0a;
    font-weight: bold;
}

p.plattetekst-footer {
    color: #03031b;
    font-weight: 350;
    padding-top: 1.5px;
}

p.plattetekst-footer:hover {
    color: #0000ff;
}

.pb-32 {
    padding-bottom: 32px;
}

.service-contact {
    display: grid;
    column-gap: 20px;
    justify-items: stretch;
    width: 70%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    color: #ffffff;
    margin: 0 auto;
    padding: 32px 0;
    margin-top: 48px;
}

span.service {
    font-family: "Hepta Slab", serif;
    font-weight: 700;
    font-size: 20px;
    display: grid;
    place-items: center;
    height: 100%;
    justify-content: flex-start;
}

.footer-img-left {
    width: 30%;
    float: left;
    padding: 0 32px;
}

.footer-text-right {
    width: 70%;
    float: left;
}

.footer-koptekst, .footer-plattetekst {
    font-family: "Open Sans", sans-serif;
    font-size: 13.5px;
}

.footer-koptekst {
    font-weight: bold;
}

.footer-plattetekst {
    font-weight: 350;
}

.klantenservice {
    display: grid;
    justify-items: stretch;
    width: 70%;
    grid-template-columns: 20% 20% 20% 40%;
    font-family: "Open Sans", sans-serif;
    color: #000000;
    margin: 32px auto;
    border-bottom: 1px solid #e7e7e9;
    font-size: 14px;
    padding-bottom: 56px;
}

p.klantenservice-koptekst {
    font-weight: 650;
    padding-bottom: 2px;
}

p.klantenservice-plattetekst {
    font-weight: 350;
    padding-bottom: 2px;
}

.icon-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bol {
    display: grid;
    justify-items: center;
    margin: 0 auto;
    width: 70%;
}

p.winkel {
    font-family: "Hepta Slab", serif;
    font-weight: 300;
    font-size: 16px;
    color: #00009c;
    margin-bottom: 45px;
}

p.voorwaarden {
    font-family: "Open Sans", sans-serif;
    font-weight: 350;
    font-size: 12px;
    display: flex;
    align-items: center;
}

p.voorwaarden::before {
    content: url('../img/thuiswinkel-waarborg.svg');
    display: inline-block;
    width: 36px;
    height: 36px;
    background-size: cover;
    margin-right: 8px;
}

span.voorwaarden-tussen {
    margin: 0 16px;
}

p.voordelen-voorwaarden {
    font-family: "Open Sans", sans-serif;
    font-weight: 350;
    font-size: 10px;
    padding: 32px 0 24px 0;
}

