/* ################################################################# FEELING ################################################################# */

/* ----- Fonts ----- */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root {--font1: "Playfair Display", Georgia, serif;} /* INSTEAD OF Miller Display */
:root {--font2: "Nunito Sans", sans-serif;} /* INSTEAD OF FuturaPT */

:root {--fontsize-mini: 11px;}
:root {--fontsize-smallest: 12px;}
:root {--fontsize-smaller: 13px;}
:root {--fontsize-small: 15px;}
:root {--fontsize-post-body: 16px;}
:root {--fontsize-large: 18px;}
:root {--fontsize-section-heading: 28px;}
:root {--fontsize-header3: 20px;}
:root {--fontsize-header2: 26px;}
:root {--fontsize-header1: 56px;}

/* ----- Colors ----- */
:root {--color-text: #262626;}
:root {--color-grey-light: #d9d9d9;}
:root {--color-grey: #acacac;}
:root {--color-grey-dark: #767676;}
:root {--color-footer-bg: #13212e;}
:root {--color-post-link: #b05472;}

/* ----- Icons ----- */
.menu-icon .icon {background-image: url(/files/icon/menu_a.svg);}
.search .icon {background-image: url(/files/icon/search_b.svg); width: 17px; height: 17px;}
.social .items .facebook .icon {background-image: url(/files/icon/facebook_21_white.svg);}
.social .items .instagram .icon {background-image: url(/files/icon/instagram_21_white.svg);}
.social .items .tiktok .icon {background-image: url(/files/icon/tiktok_4_white.svg);}
.social .items .x .icon {background-image: url(/files/icon/new_x_a_white.svg);}
.social .items .pinterest .icon {background-image: url(/files/icon/pinterest_23_white.svg);}
.social .items .linkedin  {display: none;}
.social .items .youtube {display: none;}
.social .items .rss {display:none;}
.social .items .mail {display: none;}
.social .items .item {
   width: 22px;
   height: 22px;
}

/* ----- Gap ----- */
:root {--gap: 30px;}
:root {--gap-section: 100px;}
:root {--gap80: 80px;}
:root {--gap70: 70px;}
:root {--gap60: 60px;}
:root {--gap50: 50px;}
:root {--gap45: 45px;}
:root {--gap40: 40px;}
:root {--gap35: 35px;}
:root {--gap25: 25px;}
:root {--gap20: 20px;}
:root {--gap15: 15px;}
:root {--gap10: 10px;}
:root {--gap5: 5px;}

/* ----- Site Width ----- */
:root {--width-site: 1470px;}
:root {--width-site2: 800px;}

.image.col img, 
.single-header .featured-image img, 
.article img, 
.site-categories-images img, 
.freebie img,
dit:not(.offer) .logo img {
   display: block;
}

/* ################################################################# VARIOUS ################################################################# */
* {
    box-sizing: border-box;
}
body {
   font-family: var(--font1);
   font-weight: 400;
   font-size: var(--fontsize-post-body);
   line-height: 1.75em;
   -webkit-font-smoothing: antialiased;
   font-feature-settings: normal;
}
h1 {
   font-size: var(--fontsize-header1);
   font-weight: 300;
   line-height: 64px;
   letter-spacing: 0.0083em;
}
h2 {
   font-size: var(--fontsize-header2);
   font-weight: 500;
   line-height: 30px;
   margin: var(--gap40) 0 var(--gap15);
}
h3 {
   font-size: var(--fontsize-header3);
   font-weight: 500;
   line-height: 26px;
   margin: var(--gap40) 0 var(--gap15);
}

.page .mobile .logo {
   width: auto;
}
header .logo a,
.page .mobile .logo a,
footer .logo {
   text-decoration: none;
   font-family: var(--font1);
   color: black;
}
footer .logo {
   color: white;
}
header .logo a > span,
.page .mobile .logo a > span,
footer .logo > span {
   display: flex;
   flex-direction: column;
   font-size: 2.5em;
   letter-spacing: -0.02em;
   text-transform: uppercase;
   text-align: center;
   font-weight: 500;
   line-height: 1em;
}
footer .logo {
   width: fit-content;
}
header .logo a > span > span,
.page .mobile .logo a > span > span,
footer .logo > span > span {
   line-height: 0.8em;
}

a {
   color: var(--color-post-link);
   text-decoration: underline;
}
.article {
   margin: 0;
}

.home > .section:not(.section6),
.section6 .inner,
.directory .content,
.lead .content,
.single article,
.single-body,
.single-footer,
.page .content,
.archive .content,
footer .desktop .inner {
   width: 100%;
   max-width: var(--width-site);
   margin-right: auto;
   margin-left: auto;
   padding: 0 var(--gap15);
}
.single-body,
.single-footer,
.page .content {
   max-width: var(--width-site2);
}

.home,
.directory .content,
.lead .content,
.post article,
.partner article,
.best article,
.shop article {
   padding: var(--gap) var(--gap15);
}

/* CONTENT */
.lead .content, 
.single-body, 
.page .content {
   line-height: 28px;
   font-size: var(--fontsize-post-body);
}
.single-body > *:not(blockquote),
.page .content > *:not(blockquote) {
   margin: var(--gap20) 0;
}

/* BUTTONS */
.freebie .cta,
.email .cta,
.lead .offer .cta,
#cookies .settings,
#cookies .accept {
   background-color: black;
   color: white;
   padding: var(--gap5) var(--gap10);
   text-transform: uppercase;
   letter-spacing: 0.085em;
   font-size: var(--fontsize-smallest);
}

/* HEADER */
.header-normal-2 .inner,
#header-scroll {
   box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
   border-bottom: 1px solid var(--color-grey);
}
header .inner {
   display: flex;
   justify-content: center;
   position: relative;
   padding: var(--gap15);
   align-items: center;
   background-color: white;
}
.header-normal-1 {
   border-bottom: 1px solid var(--color-grey);
   font-family: var(--font2);
}
header .logo img {
   height: 70px;
}
#header-sticky,
.header-normal-3,
header .newsletter,
.site-categories .element-title {
   display: none;
}
header .join {
   margin-left: auto;
   display: flex;
   align-items: center;
   gap: var(--gap15);
   position: absolute;
   right: 210px;
   font-weight: 300;
}
.search {
   border: 1px solid var(--color-grey);
   display: flex;
   align-items: center;
   padding: var(--gap5);
   position: absolute;
   right: 10px;
}
.search input {
   border: 0px;
   line-height: 25px;
}
.site-categories .items {
   gap: var(--gap15);
}
.site-categories a {
   font-size: var(--fontsize-smallest);
   font-weight: 500;
   font-family: var(--font2);
   letter-spacing: 0.1278em;
   text-transform: uppercase;
}

/* FORSIDE */
.freebie {
   margin: var(--gap50) 0;
   border-top: 1px solid var(--color-grey);
   border-bottom: 1px solid var(--color-grey);
   padding: var(--gap10) 0;
   justify-content: center;
   gap: var(--gap20);
   display: flex;
   flex-direction: row-reverse;
   font-size: var(--fontsize-smaller);
}
.freebie .description {
   display: none;
}
.freebie .image {
   display: block;
}
.freebie .image img {
   height: 65px;
   width: 65px;
}
.freebie .text {
   gap: var(--gap20);
   display: flex;
   align-items: center;
   font-family: var(--font2);
}

.section {
   margin-top: var(--gap-section);
}

.heading,
.single-bottom h2,
.best .overview h2,
.best .detailed h2 {
   border-top: 1px solid black;
   border-bottom: 1px solid var(--color-grey);
   padding: var(--gap15) 0 var(--gap20);
   font-size: var(--fontsize-header2);
   line-height: 1.1em;
   text-align: center;
   margin-bottom: var(--gap25);
   font-family: var(--font1);
}

.grid {
   margin: 0;
}
.grid + .grid {
   margin-top: var(--gap);
}
.grid10 .text,
.grid13 .text {
   margin-top: var(--gap10);
}
.grid10 .category,
.grid10 .name,
.grid13 .category,
.grid13 .name,
.grid7 .name,
.side.right .category,
.side.right .name {
   display: block;
}
.grid10 .category,
.grid13 .category,
.side.right .category {
   font-size: var(--fontsize-smallest);
   letter-spacing: 0.138em;
   text-transform: uppercase;
   font-weight: 400;
   font-family: var(--font2);
}
.grid10 .title,
.grid13 .title,
.grid7 .title,
.side.right .title {
   order: 2;
   font-size: var(--fontsize-header2);
   font-weight: 400;
   letter-spacing: -0.0142em;
   line-height: 1.2em;
   margin: var(--gap5) 0 var(--gap15);
}
.grid10 .griditem:nth-child(3) .title {
   font-size: var(--fontsize-header1);
}
.grid7 .name,
.grid10 .name,
.grid13 .name,
.side.right .name {
   order: 3;
   font-family: var(--font2);
   font-size: var(--fontsize-mini);
   text-transform: uppercase;
   letter-spacing: 0.164em;
   font-weight: 400;
}
.grid10 .griditem .image img {
   height: 190px;
}
.grid10 .griditem:nth-child(3) .image img {
   height: 400px;
}
.side.right {
   display: flex;
   flex-direction: column;
   gap: var(--gap);
}
.side.right .article > a {
   display: flex;
   flex-direction: row-reverse;
   justify-content: space-between;
}
.side.right .article .text {
   width: calc(100% - 75px - var(--gap));
}
.side.right .article .image {
   margin-top: calc(20px + var(--gap5));
}
.side.right .article .image,
.side.right .image img {
   height: 75px;
   width: 75px;
}

.grid13 .griditem .image img {
   height: 250px;
}

.grid7 {
   grid-template-rows: auto;
   margin-bottom: var(--gap15);
}
.grid7 .griditem:nth-child(1),
.grid7 .griditem:nth-child(2),
.grid7 .griditem:nth-child(3) {
   grid-row: 1 / span 1;
}
.grid7 .article > a {
   display: flex;
   gap: var(--gap);
}
.grid7 .article .image,
.grid7 .article .image img {
   height: 135px;
   width: 135px;
}
.grid7 .article .text {
   width: calc(100% - 135px - var(--gap));
}
.grid7 .title {
   font-size: var(--fontsize-smaller);
}

.link-block {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   padding: var(--gap5) 0 var(--gap15);
}
.link-block > div {
  padding: var(--gap10);
  width: calc(33.3333% - (var(--gap10) * 2) / 3);
  border-bottom: 1px solid var(--color-grey);
  margin: var(--gap10) 0 0;
}

/* DIRECTORY */
.directory .overview {
   gap: var(--gap);
}
.directory .article {
   box-shadow: 0 3px 4px 0 rgba(0,0,0,.12);
   background-color: white;
}
.directory .article .text {
   padding: var(--gap15);
   gap: var(--gap5);
}
.directory .article .title {
   /*font-weight: 600;*/
   font-size: var(--fontsize-header3);
   line-height: 1.2em;
}
.directory .article .sub {
   display: block;
   font-size: var(--fontsize-smaller);
}

/* LEAD */
.lead .overview {
   max-width: var(--width-site2);
   margin: var(--gap50) auto;
}
.lead .overview .number,
.lead .overview .label,
.lead .overview .description,
.lead .overview .stars,
.lead .overview .law,
.lead .overview .list,
.lead .overview .data3,
.lead .overview .name,
.lead .detailed .number,
.lead .detailed .name {
   display: none; 
}
.lead .overview .offer {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   height: auto;
   padding: var(--gap20) 0;
   border-bottom: 1px solid var(--color-grey);
   font-family: var(--font2);
   font-size: var(--fontsize-smaller);
}
.lead .overview .offer .logo {
   height: 40px;
}
.lead .overview .offer .logo img {
   max-height: 100%;
   width: auto;
}
.lead .overview .offer [class^="data"] {
   text-align: center;
}
.lead .overview .cta {
   font-size: var(--fontsize-smaller);
   font-weight: 400;
   width: max-content;
}
.lead .overview .cta:after {
   content: "\21DB";
   margin-left: 5px;
}
.lead .detailed {
   display: flex;
   flex-wrap: wrap;
   gap: 4%;
}
.lead .detailed .offer {
   border: 1px solid var(--color-grey);
   padding: var(--gap);
   width: 48%;
   font-weight: 300;
   font-family: var(--font2);
   display: flex;
   flex-wrap: wrap;
   row-gap: var(--gap25);
}
.lead .detailed .offer:not(:nth-last-child(-n+2)) {
   margin-bottom: 4%;
}
.lead .detailed .label {
   order: 1;
   letter-spacing: 0.1em;
   font-weight: 600;
   text-transform: uppercase;
}
.lead .detailed .offer .logo {
   order: 2;
}
.lead .detailed .offer .logo img {
   height: 100px;
   width: auto;
}
.lead .detailed .offer .stars {
   order: 2;
}
.lead .detailed .description {
   order: 3;
   font-size: var(--fontsize-small);
   line-height: 1.4em;
}
.lead .detailed .label,
.lead .detailed .logo, 
.lead .detailed .description,
.lead .detailed .offer .stars,
.lead .detailed .offer .law {
   width: 100%;
   text-align: center;
}
.lead .detailed .offer [class^="data"] {
   order: 4;
   width: calc(100% / 3);
}
.lead .detailed .offer .list {
   order: 5;
   width: 100%;
}
.lead .detailed .offer .list ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
}
.lead .detailed .offer [class^="data"],
.lead .detailed .offer .list ul {
   display: flex;
}
.lead .detailed .offer [class^="data"] span,
.lead .detailed .offer .list ul li {
   background-color: white;
   border: 1px solid var(--color-grey-light);
   line-height: 1.25em;
   flex-basis: 33%;
   padding: var(--gap15) var(--gap5);
   text-align: center;
   font-size: var(--fontsize-smallest);
   display: flex;
   align-items: center;
   justify-content: center;
   flex: 1 1 33%;
   font-weight: 400;
}
.lead .detailed .offer .data2 span,
.lead .detailed .offer .list ul li:nth-child(2) {
   border-right: 0;
   border-left: 0;
}
.lead .detailed .offer .cta {
   order: 6;
   margin: 0 auto;
   letter-spacing: 0.1em;
   text-transform: uppercase;
   font-weight: 400;
   padding: var(--gap5) var(--gap25);
}
.lead .detailed .offer .law {
   order: 7;
   font-size: var(--fontsize-mini);
   line-height: 16px;
}

/* ARTICLES & PAGES */
.post article {
   display: grid;
   grid-template-columns: repeat(12, calc((100% - var(--gap)* 11) / 12));
   grid-template-rows: repeat(4, auto);
   gap: var(--gap);
}
.single-above,
.single-right,
.single-left,
.single-header .featured-image .credits {
   display: none;
}
.single-header {
   grid-column: 1 / span 12;
   grid-row: 1 / span 1;
   display: flex;
   flex-direction: column;
   flex-wrap: wrap;
   height: 600px;
   column-gap: 10%;
   justify-content: center;
   text-align: center;
   font-family: var(--font2);
}
.single-header .category {
   order: 1;
   display: block;
   font-size: var(--fontsize-smallest);
   letter-spacing: 0.138em;
   text-transform: uppercase;
   font-weight: 400;
}
.single-header .title {
   order: 2;
   width: 45%;
   font-size: var(--fontsize-header1);
   margin: var(--gap) 0;
   font-family: var(--font1);
}
.single-header .author {
   order: 3;
   display: block;
   font-size: var(--fontsize-mini);
   text-transform: uppercase;
   font-weight: 400;
   margin-bottom: var(--gap5);
}
.single-header .date {
   order: 4;
   display: block;
   font-size: var(--fontsize-mini);
}
.single-header .featured-image {
   order: 5;
   height: 100%;
   width: 45%;
}
.single-body {
   grid-column: 3 / span 8;
   grid-row: 2 / span 1;
}
.single-footer {
   grid-column: 3 / span 8;
   grid-row: 3 / span 1;
}
.single-footer .bio,
.single-footer .avatar {
   display: block;
}
.single-footer .author {
   display: flex;
   padding: var(--gap) 0;
   border-top: 1px solid black;
   border-bottom: 1px solid black;
   justify-content: space-between;
}
.single-footer .name {
   display: none;
}
.single-footer .bio {
   order: 3;
   width: calc(100% - 90px - var(--gap));
   font-size: var(--fontsize-smallest);
}
.single-footer .avatar img {
   height: 90px;
   width: 90px;
}
.single-footer .email {
   display: block;
   padding: var(--gap80) 0;
}
.single-bottom {
   grid-column: 1 / span 12;
   grid-row: 4 / span 1;
}
.single-bottom h2 {
   font-family: var(--font1);
}
.single-bottom .section {
   margin-top: 0;
}

blockquote {
   margin-left: var(--gap40);
   margin-right: var(--gap40);
}

table {
   border-collapse: collapse;
   margin-bottom: var(--gap);
}
table th {
   text-align: left;
}
table th,
table td {
   padding: var(--gap10);
}
table tr:nth-of-type(even) {
   background: rgba(224, 224, 224, 0.5);
   border-top: 1px solid var(--color-grey);
   border-bottom: 1px solid var(--color-grey);
}

.related {
   margin-bottom: var(--gap);
}
.related .article a {
   display: flex;
   flex-direction: row-reverse;
   align-items: center;
   justify-content: space-between;
   border-bottom: 1px solid var(--color-grey);
   padding: var(--gap20) 0;
}
.related a .image img {
   height: 90px;
   width: 75px;
}
.related .heading {
   border-top: 1px solid var(--color-text);
   border-bottom: 1px solid var(--color-grey);
   text-align: center;
   padding: var(--gap10) 0 var(--gap15);
   font-size: var(--fontsize-section-heading);
   line-height: 30px;
   margin-top: var(--gap);
}
.related .heading h3 {
   margin: 0;
}
.related .title {
   font-size: var(--fontsize-large);
}

.faq h3,
.consider h3,
.types h3,
.brands h3{
   margin-top: var(--gap20);
   margin-bottom: var(--gap10);
}

.email {
   font-family: var(--font2);
}
.email .text {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
.email .title {
   font-family: var(--font1);
   font-size: var(--fontsize-header1);
   font-weight: 400;
   text-align: center;
   line-height: 1.1em;
}
.email .description {
   width: 100%;
   text-align: center;
   margin: var(--gap40) 0;
}
.email .fields {
   width: 70%;
}
.email .fields input {
   border: 1px solid var(--color-grey);
   font-size: var(--fontsize-smaller);
   font-weight: 300;
   width: 100%;
   line-height: 45px;
   padding: 0 var(--gap15);
}
.email .law {
   text-align: center;
   font-size: var(--fontsize-smallest);
   margin-top: var(--gap10);
}
.email .cta {
   font-weight: 500;
   line-height: 45px;
   padding: 0 var(--gap20);
}
.email .name-field,
.email .above-email-field,
.email .checkbox {
   display: none;
}

/* BEST */
.best .overview h2,
.best .detailed h2,
.best .others h2,
.best .types h2,
.best .brands h2 {
   border-top: 1px solid var(--color-text);
   border-bottom: 1px solid var(--color-grey);
   padding: var(--gap15) 0 var(--gap20);
   font-size: var(--fontsize-section-heading);
   text-align: center;
   line-height: 30px;
}
.best .overview,
.best .others {
   display: flex;
   flex-direction: column;
   font-family: var(--font1);
}
.best .overview .product,
.best .others .product {
   margin-bottom: var(--gap20);
   line-height: 1.3em;
}
.best .overview .product .label,
.best .overview .product .jump,
.best .others .product .label,
.best .others .product .cta {
   display: block;
}
.best .overview .product .label,
.best .others .product .label {
   font-size: var(--fontsize-small);
   font-weight: 900;
}
.best .overview .product .title,
.best .others .product .title {
   font-size: var(--fontsize-post-body);
   font-weight: 400;
}
.best .overview .product .jump {
   font-size: var(--fontsize-smallest);
   cursor: pointer;
   color: var(--color-post-link);
}
.best .overview .product .jump:before {
   content: "\2193";
   padding-right: 3px;
}
.best .others .product .cta {
   padding-top: 2px;
}
.best .others .product .cta a {
   background-color: var(--color-post-link);
   color: white;
   display: inline-block;
   padding: 0px 5px;
   border-radius: 2px;
   font-size: var(--fontsize-mini);
}
.best .detailed,
.best .detailed .product {
   display: flex;
   flex-direction: column;
   font-family: var(--font1);
}
.best .detailed .product .title {
   font-weight: 600;
   font-size: var(--fontsize-header3);
}
.best .detailed .product {
   padding: var(--gap35) 0;
   border-bottom: 1px solid var(--color-grey);
   font-family: var(--font2);
}
.best .detailed .product h3 {
   font-family: var(--font1);
   font-size: var(--fontsize-post-body);
}
.best .detailed .product .label,
.best .detailed .product .image,
.best .detailed .product .price,
.best .detailed .product .cta,
.best .detailed .product .rating2,
.best .detailed .product .rating3,
.best .detailed .product .pros-cons-2-lists,
.best .detailed .product .description,
.best .detailed .product .specifications {
   display: block;
}
.best .detailed .product .label {
   order: 0;
}
.best .detailed .product .title {
   order: 1;
}
.best .detailed .product .image {
   order: 2;
}
.best .detailed .product .price {
   order: 3;
}
.best .detailed .product .cta {
   order: 4;
}
.best .detailed .product .rating2 {
   order: 5;
}
.best .detailed .product .rating3 {
   order: 6;
}
.best .detailed .product .pros-cons-2-lists {
   order: 7;
}
.best .detailed .product .description {
   order: 8;
}
.best .detailed .product .specifications {
   order: 9;
}
.best .detailed .product .label,
.best .detailed .product div.title,
.best .detailed .product .image,
.best .detailed .product .price,
.best .detailed .product .cta,
.best .detailed .product .rating2,
.best .detailed .product .rating3 {
   width: 100%;
   text-align: center;
}
.best .detailed .product .label {
   /*font-weight: 600;*/
   font-size: var(--fontsize-small);
}
.best .detailed .product .price .amount,
.best .detailed .product .price .currency,
.best .detailed .product .rating3 .score {
   font-weight: 600;
}
.best .detailed .product div.title,
.best .detailed .product .cta {
   margin-bottom: var(--gap);
}
.best .detailed .product .cta {
   margin-top: var(--gap5);
}
.best .detailed .product .cta a {
   background-color: black;
   font-size: var(--fontsize-smaller);
   text-transform: uppercase;
   color: white;
   display: inline-block;
   padding: 5px var(--gap);
   font-weight: 500;
}
.best .detailed .product .pros-cons-2-lists {
   border: 1px solid var(--color-grey-light);
   padding: var(--gap);
   margin-top: 1em;
}
.best .detailed .product .pros-cons-2-lists > h3,
.best .detailed .product .pros-cons-2-lists .pros-cons ul,
.best .detailed .product .specifications ul {
   margin-top: 0px;
}
.best .detailed .product .pros-cons-2-lists .pros-cons h3,
.best .detailed .product .pros-cons-2-lists .pros-cons ul,
.best .detailed .product .specifications ul{
   margin-bottom: 0px;
}
.best .detailed .product .pros-cons-2-lists .pros-cons ul {
   padding-left: var(--gap10);
   list-style-position: inside;
   font-size: var(--fontsize-smaller);
}

/* SHOP */
.shop .overview {
   display: flex;
   gap: 0;
   flex-wrap: wrap;
   font-family: var(--font1);
}
.shop .overview .product {
   flex: 1 1 45%;
   max-width: calc(45% - 2px);
   display: flex;
   flex-direction: column;
   align-items: center;
   margin-bottom: 4%;
   margin-right: 2%;
   padding: 2%;
   background-color: rgba(224, 224, 224, 0.5);
   border: 1px solid var(--color-grey);
}
.shop .overview .product:nth-child(4n + 3),
.shop .overview .product:nth-child(4n + 4) {
   border-top: 1px solid var(--color-grey-light);
   border-bottom: 1px solid var(--color-grey-light);
}
.shop .overview .product:nth-child(2n + 0),
.shop .overview .product:last-child {
   margin-right: 0;
}
.shop .overview .product .image {
   width: 100%;
   text-align: center;
   margin-bottom: var(--gap10);
   order: 1;
}
.shop .overview .product .image img {
   height: 200px;
}
.shop .overview .product .label,
.shop .overview .product .price {
   display: block;
   order: 2;
}
.shop .overview .product .label {
   font-size: var(--fontsize-smallest);
}
.shop .overview .product .price {
   padding: var(--gap5) 0 var(--gap10);
   /*font-weight: 500;*/
   font-size: var(--fontsize-small);
}
.shop .overview .product .title {
   order: 3;
   text-align: center;
   line-height: 1.2em;
   font-size: var(--fontsize-post-body);
   width: 100%;
   font-weight: 400;
}
.shop .overview .product .title a {
   color: black;
}

/* ARCHIVE */
.archive .section .inner {
   display: block;
}

/* FOOTER */
footer {
   background-color: var(--color-footer-bg);
   padding: var(--gap50) 0;
   color: white;
   font-family: var(--font2);
}
footer .inner {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
footer .about {
   order: 1;
   width: 45%;
}
footer .about .title,
footer .about .brand,
footer .about .long,
footer .social .element-title,
footer .social .item .text,
footer .copyright .short,
footer .copyright .medium {
   display: none;
}
footer .social {
   order: 3;
   width: 45%;
   margin: var(--gap10) 0 var(--gap25);
}
footer [class^="list"] {
   order: 2;
   text-transform: uppercase;
   font-weight: 700;
}
footer [class^="list"] a {
   color: white;
   font-size: var(--fontsize-mini);
   letter-spacing: 0.116em;
   text-decoration: none;
   line-height: 1em;
}
footer .copyright {
   order: 4;
   color: var(--color-grey-dark);
   font-size: var(--fontsize-smallest);
   border-top: 1px solid var(--color-grey-dark);
   padding-top: var(--gap40);
   margin-top: var(--gap20);
   font-family: var(--font1);
}

/* POPUP */
#popup-overlay, #popup {
   /*display: block !important;*/
}
#popup { 
   background-color: white; 
   padding: var(--gap) var(--gap40);
   top: 10%;
   left: 50%;
   transform: translateX(-50%);
   max-width: 650px;
}
#popup-overlay {
   background-color: black;
}
.popup .email .icon {
   display: none;  
}

/* ----- COOKIES ----- */
#cookies-overlay, #cookies {
   /*display: block !important;*/
}
#cookies-overlay {
   background-color: black;
}
#cookies { 
   background-color: white; 
   padding: var(--gap) var(--gap40);
   top: 10%;
   left: 50%;
   transform: translateX(-50%);
   max-width: 650px;
}
#cookies .icon {
   display: none;
}
#cookies .text {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   gap: var(--gap15);
   align-items: center;
   font-size: var(--fontsize-smallest);
   justify-content: center;
}
#cookies .short {display: none;}
#cookies .long1 {display: block;}
#cookies .long2 {display: block;}
#cookies .deny {display: none;}

#cookies .settings,
#cookies .accept {
   text-align: center;
   margin-top: var(--gap15);
}

@media (max-width: 1200px) {
   
}
@media (max-width: 1000px) {
   .gridimg1 .griditem, .gridimg2 .griditem, .gridimg3 .griditem, .gridimg4 .griditem, .grid1 .griditem, .grid2 .griditem, .grid3 .griditem, .grid4 .griditem, .grid5 .griditem, .grid6 .griditem, .grid7 .griditem, .grid18 .griditem {
      height: auto;
   }
   
   .single-body > table,
   .page .content > table {
      max-width: 100%;
      overflow-x: auto;
      display: block;
   }
   
   header .inner {
      justify-content: space-between;
   }
   header .join {
      margin-left: 0;
   }
   header .site-categories .items {
      flex-wrap: wrap;
      justify-content: center;
   }
   
   .freebie {
      margin-top: 0;
   }
   
   .home > .section:not(.section6) {
      margin-top: var(--gap60);
   }
   
   .link-block > div {
      width: calc(33.3333% - (var(--gap10) * 2) / 3);
   }
   
   .directory .overview {
      grid-template-columns: 1fr 1fr;
   }
   
   .single-header,
   .post article {
      display: flex;
      flex-direction: column;
   }
   .single-header {
      height: auto;
   }
   .single-header .featured-image {
      order: 0;
      width: 100%;
      margin-bottom: var(--gap);
   }
   .single-header .title {
      width: 100%;
   }
   .single-body, .single-footer, .page .content {
      max-width: 100%;
   }
   
   footer .inner {
      row-gap: var(--gap);
   }
   footer .about,
   footer .social {
      width: 100%;
   }
}
@media (max-width: 767px) {
   header .logo img {
      max-width: 150px;
      height: auto;
   }
   
   .freebie .cta {
      text-align: center;
   }
   
   .lead .detailed .offer {
      width: 100%;
   }
   
   .shop .overview .product {
      flex: 1 1 50%;
      max-width: calc(50% - 2px);
      margin-right: 0;
   }
   
   .link-block > div {
      width: calc(50% - var(--gap10) / 2)
   }
}
@media (max-width: 600px) {
   .link-block > div {
      width: 100%;
   }
   
   .directory .overview {
      grid-template-columns: 1fr;
   }
   .lead .overview .offer {
      flex-direction: column;
      display: flex;
   }
   
   .lead .detailed .offer {
      padding: var(--gap15);
   }
   
   .grid13 .article {
      padding-bottom: var(--gap20);
   }
}