h1 {
    font-size: 3.6875rem;
}

section.product_header .container {
    display: grid;
    grid-template-columns: repeat(2,auto);
    grid-gap: 7.5rem;
    max-width: 90rem;
    padding: 2.5rem 3rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    justify-content: center;
}

section.product_header .picture .sticker {
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: block;
  width: 100%;
  max-width: 4rem;
  background-color: #fff;
  height: 3rem;
  background-size: 50px;
  background-image: url(https://accutoday.nl/wp-content/themes/accutoday/images/360-deg-icon.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  display: flex;
  padding-left: 70px;
  align-items: center;
  background-position: 10px center;
  font-weight: 900;
  font-size: 0.875rem;
  border: 0.0625rem solid #e6e6e6;
  border-radius: .25rem;
}

section.product_header .picture {
    background-color: white;
    border-radius: 1.875rem;
    height: 36rem;
    width: 36rem;
    text-align: center;
    border: .0625rem solid #e6e6e6;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-repeat: no-repeat;
    font-size: 0;
}

nav ul li a img {
  font-size: 0;
  display: none;
}

section.product_header .picture img {
    max-width: 25.5rem;
}
  
section.product_header .text ul {  
  margin-bottom: 2.5rem;
}

section.product_header .text ul li {
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  padding-left: 1.875rem;
}

section.product_header .text ul li img {
  position: absolute;
  left: 0;
  top: 0.25rem;
}


.product_header .price {
  display: block;
}

.product_header .price span {
  font-weight: 700;
  font-size: 1.25rem;
}

.product_header .price span.oldprice {
  text-decoration: line-through;
  font-weight: 400;
  font-size: 1.25rem;
  color: #9a9a9a;
}

.product_header .btn {
  margin-top: 2.5rem;
}


.product_header .action-price {
  font-weight: 700;
  font-size: 1.75rem;
  display: block;
}


.cookie_overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.55);
}

.cookie-box {
    position: fixed;
    z-index: 10000; /* 1 */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* bottom: 1rem; */
    /* left: 1rem; */
    visibility: hidden;
    width: 20rem;
    background-color: white;
    box-shadow: rgba(0,0,0,.1) 0 0 24px 0;
    padding: 2rem 1rem 1rem;
}

.cookie-box button {
  display: block;
  width: 100%;
  border: none;
  cursor: pointer;
  font-family: 'Visby CF', Helvetica Neue,Arial,sans-serif;
}

.cookie-box a {
  display: block;
}

.cookie-box #gdpr_btn_full_agree {
  background-color: var(--third-color);
  color: white;
  padding: .5rem 0;
  text-align: center;
  border-radius: 4px;
  font-size: .875rem;
  margin-bottom: .5rem;
}

.cookie-box .pull-left,
.cookie-box .pull-right {
  width: 50%;
}


.cookie-box .pull-right a,
.cookie-box .pull-left a {
  color: var(--third-color);
  border: 1px solid white;
  padding: .5rem 0;
  text-align: center;
  border-radius: 4px;
  font-size: .875rem;
  margin-bottom: .5rem;
}

.cookie-box .pull-right button,
.cookie-box .pull-left button {
  background-color: transparent;
  color: var(--third-color);
  border: 1px solid white;
  padding: .5rem 0;
  text-align: center;
  border-radius: 4px;
  font-size: .875rem;
  margin-bottom: .5rem;
  height: 32px;
  line-height: 1rem;
}

.cookie-box .pull-right a:hover,
.cookie-box .pull-left a:hover {
  border: 1px solid var(--secondary-color);
}

.cookie-box .pull-right button:hover,
.cookie-box .pull-left button:hover {
  border: 1px solid var(--secondary-color);
}

.cookie-box .title {
  display: block;
  font-weight: 700;
  margin-bottom: .5rem;
}

.cookie-box p {
  font-size: .75rem;
  margin-bottom: 1.5rem;
  line-height: 1.25;
}

section.product_company_usps {
    background-color: var(--third-color);
    /* margin-top: -3.75rem; */
    position: relative;
    z-index: -1;
    top: -3.75rem;
    padding-top: 3.75rem;
}

section.product_company_usps .container {
    padding: 3.75rem 0;
}

section.top_usps ul li {
  font-weight: 500;
  font-size: var(--text-size);
  padding-left: 2.5rem;
  position: relative;
}

section.top_usps .container {
  padding: 0;
}


.banner {
  background-color: #8fcae7;
  margin-top: 2rem;
}

.banner .title strong {
  color: #1d1d1d;
  font-weight: 900;
  display: block;
  margin-bottom: .5rem;
}

.banner .container {
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}


/* color: #e97224; */

.banner .text {
  color: #154273;
  font-weight: 500; 
}

.banner .text span {
  text-decoration: underline;
}

.banner .text a {
  display: block;
  margin-top: 1rem;
  color: #154273;
  font-weight: 900;  
}

.banner img {
  width: 8rem;
  height: 71px;
}



@media screen and (min-width: 1440px) {
  section.top_usps {
    padding: 9rem 0 0;
  }
  section.top_usps ul {
    display: flex;
    gap: 3.75rem;
  }
}

@media screen and (min-width: 1025px) {
    section.product_header {
      min-height: 840px;
      padding-top: 7.5rem;
    }  
    section.product_header .picture {
        height: 36rem;
        width: 36rem;
    }
    section.product_header .text {
        height: 576px;
    }
}

@media screen and (max-width: 1024px) {    
    section.product_header {
        padding-top: 6rem;
    }
    section.product_header .text ul li {
        font-size: 1.125rem;
    }
    section.product_header .picture {
        width: 24rem;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    section.product_header .container {
        display: flex;
        flex-direction: column;
        max-width: 38rem;
        grid-gap: 4rem;
    }
        
    section.product_header .picture {
        order: 2;
        width: auto;
    }
    section.product_header .text {
        order: 1;
    }
    section.product_header .text h1 {
        font-size: 2.375rem !important;
    }
    section.product_header .text ul li {
        font-size: 1rem;
    }
    section.product_header .picture {
        order: 1;
    }
    section.product_header .text {
        order: 2;
    }
    section.product_header .container {
        grid-gap: 2rem;
    }
    section.product_header .btn {
        display: flex;
    }
    
}


@media screen and (max-width: 550px)
{
  .homepage .hero h1 {
    font-size: 1.75rem;
    margin: 0 2rem;
    text-align: center;
  }
  .cookie-box {
    padding: 1rem 1rem .5rem;
  }

  .cookie-modal .modal-content table {
    font-size: .625rem;
  }

  .cookie-box p {
    font-size: .625rem;
  }
  
  .hero .hero_bg {
    background-image: url(/wp-content/themes/accutoday/images/header-bg-pattern.webp);
    background-repeat: repeat;
  }
  .hero .hero_bg .bg {
    max-width: none !important;
    display: none !important;
  }
  
  .page-id-694 .hero.landing .bg_picture {
    background-image: url(https://accutoday.nl/wp-content/uploads/2024/09/banner_solar_small.jpg.webp) !important;
    background-position: right 0;
    background-size: contain;
  }
  
 .product_header .action-price {
   margin-top: -1.5rem;
 }
section.product_header .container {
    padding-top: 1rem;
}
section.product_header .picture .sticker{
    font-size: 0.75rem;
    max-width: 10rem;
    height: 2rem;
    background-size: 38px;
    padding-left: 60px;
}

section.product_header .picture #viewer {
    height: 26rem; 
}
section.product_header .picture {
    overflow: hidden;
}

section.product_header .picture img {
    max-width: 15rem;
    min-width: 15rem;
    width: 15rem;
    height: 365px;
}     

section.product_header .text ul,
.product_header .price {
    margin-bottom: 1.5rem;
}
}

@media screen and (max-width: 375px)
{
 section.product_header .text h1 {
   font-size: 1.75rem !important;
   margin-bottom: 1.25rem !important;
 }    
 .hero .hero_bg .bg {
  width: 134%;
 }
 .hero h1 {
  margin-left: 2.5rem;
 }
}