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

/* ----- Fonts ----- */
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@700&family=Noto+Sans+Mono:wght@100..900&display=swap');
@font-face {
   font-family: Apercu;
   font-weight: 700;
   font-style: normal;
   font-display: swap;
   /*src: url("/verso/static/assets/fonts/Apercu-Bold-Pro.woff2") format("woff2"), url("/verso/static/assets/fonts/Apercu-Bold-Pro.woff") format("woff");*/ 
   src: url("fonts/apercubold.woff") format("woff"); 
}
@font-face { 
   font-family: Apercu;
   font-weight: 400;
   font-style: normal;
   font-display: swap;
   src: url("fonts/apercuregular.woff") format("woff");
}
@font-face { 
   font-family: Apercu;
   font-weight: 500;
   font-style: normal;
   font-display: swap;
   src: url("fonts/apercumedium.woff") format("woff");
}
@font-face { 
   font-family: BreveText;
   font-weight: 700;
   font-style: normal;
   font-display: swap;
   src: url("fonts/brevetextbold.woff2") format("woff2");
}
@font-face { 
   font-family: BreveText;
   font-weight: 700;
   font-style: italic;
   font-display: swap;
   src: url("fonts/brevetextbolditalic.woff2") format("woff2");
}
@font-face { 
   font-family: BreveText;
   font-weight: 300;
   font-style: normal;
   font-display: swap;
   src: url("fonts/brevetextbook.woff2") format("woff2");
}
@font-face { 
   font-family: BreveText;
   font-weight: 300;
   font-style: italic;
   font-display: swap;
   src: url("fonts/brevetextbookitalic.woff2") format("woff2");
}
:root {--font1: 'Noto Sans Mono', 'PT Mono', monospace;}
:root {--font2: 'Apercu', 'Helvetica', sans-serif;}
:root {--font3: 'Antonio', sans-serif;}
:root {--font4: 'BreveText', 'Helvetica', sans-serif;}

:root {--fontsize11: 11px;}
:root {--fontsize12: 12px;}
:root {--fontsize14: 14px;}
:root {--fontsize16: 16px;}
:root {--fontsize18: 18px;}
:root {--fontsize20: 20px;}
:root {--fontsize24: 24px;}
:root {--fontsize28: 28px;}
:root {--fontsize54: 54px;}

/* ----- Colors ----- */
:root {--color1: #757575;}
:root {--color2: #E5E5E5;}
:root {--color3: #696969;}
:root {--color4: #f3f3f3;}
:root {--color5: #000;}
:root {--color6: #fff;}
:root {--color7: #057dbc;}
:root {--color8: #2f6697;}
:root {--color9: #525252;}

/* ----- Icons ----- */
.menu-icon .icon {background-image: url(/files/icon/menu_e.svg);}
.menu > .icon {background-image: url(/files/icon/close_a.svg);}
.freebie > .icon {background-image: url(/files/icon/close_a.svg);}
.search .icon {background-image: url(/files/icon/search_b.svg);}
.social .items .facebook .icon {background-image: url(/files/icon/facebook_21_white.svg);}
.social .items .x .icon {background-image: url(/files/icon/new_x_a_white.svg);}
.social .items .instagram .icon {background-image: url(/files/icon/instagram_16_white.svg);}
.social .items .youtube .icon {background-image: url(/files/icon/youtube_4_white.svg);}
.social .items .linkedin {display:none;}
.social .items .rss {display:none;}
.social .items .tiktok .icon {background-image: url(/files/icon/tiktok_4_white.svg);}
.social .items .pinterest .icon {background-image: url(/files/icon/pinterest_23_white.svg);}
.social .items .mail {display: none;}
.social .items .item .text {
   display: none;
}

/* ----- Gap ----- */
:root {--gap: 25px;}
: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 {--gap30: 30px;}
:root {--gap20: 20px;}
:root {--gap15: 15px;}
:root {--gap10: 10px;}
:root {--gap5: 5px;}

:root {--gap: 25px;}
:root {--gapmini: 10px;}
:root {--gapminor: 15px;}
:root {--gapmajor: 35px;}
:root {--gapsection: 100px;}

/* ----- Site Width ----- */
:root {--width-site: 1200px;}
:root {--width-site2: 800px;}
:root {--width-post-body: 610px;}

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

input, textarea {
   font-family: var(--font1);
   font-size: var(--fontsize14);
}

/* ################################################################# VARIOUS ################################################################# */
* {
    box-sizing: border-box;
}
body {
   font-family: var(--font2);
}
h1 {
   font-size: 48px;
   line-height: 1.2em;
   margin: 0;
}
h2 {
   font-size: 24px;
   line-height: 1.35em;
}
h2, h3 {
   margin-bottom: 10px;
}
.product a {
   border: 0;
}
.article {
   margin: 0;
}

header .logo a,
.page .mobile .logo a,
.about .logo,
footer .logo {
   text-decoration: none;
   font-weight: 300;
   font-family: var(--font3);
}
header .logo a > span,
.page .mobile .logo a > span,
.about .logo > span,
footer .logo a > span {
   display: flex;
   font-size: 2em;
   text-align: center;
   /*line-height: 1em;*/
   letter-spacing: 0.06em;
}
header .logo a > span :first-letter {
   background-color: black;
   color: white;
   padding: 0 var(--gap5) var(--gap5);
}
footer .logo a {
   text-decoration: none;
}

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

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

/* CONTENT */
.lead .content, 
.single-body, 
.page .content {
   font-family: var(--font2);
}
.single-body > *:not(blockquote):not(h2):not(h3):not(.related),
.lead .content > *:not(.overview):not(.detailed),
.page .content > *:not(blockquote):not(h1):not(h2):not(h3):not(.related) {
   margin: var(--gap20) 0;
}
.directory h1,
.page h1 {
   margin-bottom: var(--gap40);
}

/* HEADER */
.header-sticky-1 {
   font-family: var(--font1);
}
.header-sticky-1 .inner {
   display: flex;
   align-items: center;
   padding: var(--gap15);
   justify-content: space-between;
}
.header-sticky-1 .logo {
   margin-right: auto;
   margin-left: var(--gap);
}
.header-sticky-1 .logo img {
   height: 25px;
}
header .site-categories .element-title {
   display: none;
}
header .site-categories a {
   font-size: var(--fontsize11);
   text-transform: uppercase;
   padding: 0 var(--gap10);
   display: block;
}
header .site-categories .griditem:not(:nth-child(-n+6)) {
   display: none;
}
.header-sticky-1 {
   background-color: white;
   border-bottom: 1px solid var(--color2);
}
.header-sticky-1 .join .icon,
.header-sticky-1 .join .newsletter {
   display: none;
}
.header-sticky-1 .join {
   display: flex;
   gap: var(--gap15);
   margin-left: auto;
   font-size: var(--fontsize11);
   align-items: center;
}
.header-sticky-1 .join .signin {
   order: 2;
}
.header-sticky-1 .join .subscribe,
.email .cta {
   background-color: var(--color8);
   color: white;
   padding: var(--gap10) var(--gap20);
   text-transform: uppercase;
   font-size: var(--fontsize12);
}
.header-sticky-1 .join .subscribe:hover {
   background: white;
}

/* MENU */
#cookies, #cookies-overlay {
   font-family: var(--font4);
   top: 50%; 
   left: 50%; 
   transform: translate(-50%, -50%); 
   max-width: 650px;
   border-radius: 2px;
}
#menu {
   /*display: block !important;*/
}
/* ----- Menu ----- */
#menu {
   height: 100vh; 
   width: 100vw; 
   position: fixed; 
   top: 0; 
   left: 0; 
   background-color: white; 
   overflow-x: hidden; 
   transition: 0.5s; 
}
#menu-overlay {
   opacity: 0.6;
}
.menu .search {
   display: none;
}
.menu .icon {
   position: absolute;
   top: 15px;
   left: 25px;
}
.menu .logo {
   border-bottom: 1px solid var(--color2);
   margin-left: 70px;
}
.menu .logo img {
   display: block;
}
.menu .site-categories,
.menu .infolinks {
   max-width: var(--width-site2);
   margin: 0 auto;
   padding-top: 2rem;
   border-bottom: 1px solid var(--color5);
}
.menu .infolinks {
   border-bottom: 0;
}
.menu .site-categories .items {
   display: flex;
   flex-direction: column;
}
.menu .site-categories .element-title,
.menu .infolinks .element-title {
   display: none;
}
.menu .site-categories .cat {
   margin-bottom: 2rem;
}
.menu .site-categories .cat a {
   font-family: var(--font2);
   font-weight: 700;
   font-size: var(--fontsize28);
}
.menu .infolinks .item {
   margin-bottom: 1rem;
}
.menu .infolinks a {
   font-family: var(--font1);
   text-decoration: none;
   font-size: var(--fontsize12);
   color: var(--color5);
}

/* ----- Cookies ----- */
#cookies { 
   background-color: white; 
   color: var(--color3);
   padding: var(--gapminor);
   font-size: var(--fontsize12);
   /*display: block !important;*/
}
#cookies .icon {
   display: none;
}
#cookies .text {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   gap: var(--gapminor);
}
#cookies .short {display: none;}
#cookies .long1 {display: block;}
#cookies .long2 {display: block;}
#cookies .settings,
#cookies .deny,
#cookies .accept {
   background-color: var(--color3);
   color: var(--color6);
   padding: var(--gapmini) var(--gapminor);
   font-weight: 600;
}
#cookies-overlay {opacity: 0.6;}

/* FORSIDE */
.heading {
   background-color: var(--color5);
   color: var(--color6);
   display: inline-block;
   padding: 5px 10px;
   font-family: var(--font1);
   font-size: var(--fontsize14);
   text-transform: uppercase;
   letter-spacing: 1px;
}
.section {
   padding: var(--gap50) 0;
}
.section5 .inner,
.section6 .inner,
.section7 .inner,
.section8 .inner,
.section9 .inner,
.section10 .inner,
.section12 .inner{
   border-top: 2px solid var(--color5);
}
.grid1 .image {
   margin-bottom: var(--gap);
}
.grid1 .sub {
   display: block;
   font-size: var(--fontsize12);
    font-family: var(--font1);
    text-transform: uppercase;
}
.grid1 .title {
   font-size: var(--fontsize20);
   font-weight: 500;
   margin-bottom: var(--gap10);
}
.email {
   background-color: var(--color4);
   padding: var(--gap)
}
.email .text {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   column-gap: var(--gap);
}
.email .title,
.email .name-field,
.email .above-email-field,
.email .checkbox {
   display: none;
}
.email .description {
   font-size: var(--fontsize54);
   font-family: var(--font2);
   line-height: 1;
   margin-bottom: var(--gap5);
}
.email .fields {
   flex: 1 1 calc(100% - 110px);
   max-width: calc(100% - 110px - var(--gap20) - var(--gap));
}
.email input {
   color: var(--color1);
   border: 0;
   border-bottom: 1px solid var(--color8);
   background-color: transparent;
   line-height: 40px;
   padding: 0 var(--gap10);
   width: calc(100% - var(--gap10) * 2);
}
.email .cta {
   font-weight: 700;
   line-height: 20px;
   flex: 1 1 90px;
   text-align: center;
}
.email .law {
   margin-top: var(--gap10);
   font-size: var(--fontsize16);
}
.grid7 .image img {
   height: 385px;
}
.grid13 .title,
.grid7 .title {
   margin: var(--gap15) 0;
   font-size: var(--fontsize20);
   font-weight: 800;
}
.grid13 .title {
   font-size: var(--fontsize18);
}
.grid13 .image img {
   height: 285px;
}
.link-block {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin-bottom: var(--gap);
}
.link-block > div {
   width: 48%;
   display: flex;
   align-items: center;
   gap: 5px;
   border-bottom: 1px solid var(--color2);
}
.link-block > div > a:first-child {
   line-height: 1.2em;
   padding: var(--gapminor) 0;
}
.link-block > div:nth-child(odd):nth-last-child(2) a,
.link-block > div:last-child a {
   border-bottom: 0;
}

/* DIRECTORY */
.directory .overview {
   gap: var(--gap20);
   font-family: var(--font2);
}
.directory .article .image {
   margin-bottom: var(--gap15);
}
.directory .article .text {
   gap: var(--gap5);
}
.directory .intro {
   display: none;
}
.directory .article .title {
   font-size: var(--fontsize24);
   line-height: 1.2em;
   font-weight: 600;
   margin-bottom: var(--gap5);
}

/* 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(--gap15) 0;
   border-bottom: 1px solid var(--color2);
   font-family: var(--font2);
}
.lead .overview .offer .logo {
   height: 50px;
}
.lead .overview .offer .logo img {
   max-height: 100%;
   width: auto;
}
.lead .overview .offer [class^="data"] {
   text-align: center;
}
.lead .overview .cta {
   text-align: right;
   font-size: var(--fontsize16);
   font-weight: 400;
}
.lead .overview .cta:after {
   content: "\21DB";
   margin-left: 5px;
}
.lead .detailed {
   display: flex;
   flex-wrap: wrap;
   gap: 4%;
}
.lead .detailed .offer {
   width: calc(48% - 2px);
   font-weight: 300;
   display: flex;
   flex-wrap: wrap;
   row-gap: var(--gap);
   font-family: var(--font2);
   padding-bottom: var(--gap);
   border-bottom: 1px solid var(--color2);
}
.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(--fontsize16);
   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(--color2);
   line-height: 1.25em;
   flex-basis: 33%;
   padding: var(--gap15) var(--gap5);
   text-align: center;
   font-size: var(--fontsize12);
   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;
   padding: var(--gap5) var(--gap);
   background-color: var(--color8);
   text-align: center;
   color: white;
}
.lead .detailed .offer .law {
   order: 7;
   font-size: var(--fontsize11);
   line-height: 16px;
}

/* ARTIKLER */
.single-header,
.single-body,
.single-footer,
.page .content {
   max-width: var(--width-post-body);
   margin: 0 auto;
}
.single-body > p, .single-body > blockquote, .single-body > table, .page .content > p, .page .content > blockquote, .page .content > table {
   margin-top: 0;
   margin-bottom: var(--gap);
}
.single-body h1, .page .content h1, .single-body h2, .page .content h2, .single-body h3, .page .content h3, .single-body h4, .page .content h4, .single-body h5, .page .content h5, .single-body h6, .page .content h6 {
    font-family: var(--font2);
}
.single-body, .page .content {
    font-family: var(--font4);
    font-size: var(--fontsize18);
    line-height: 1.5em;
}
.single-header {
   display: flex;
   flex-wrap: wrap;
}
.single-header .breadcrumbs,
.single-header .text,
.single-header .author,
.single-header .date {
   display: block;
}
.breadcrumbs,
.breadcrumbs a {
   font-family: var(--font1);
   color: white;
   background: black;
   padding: var(--gap5);
   font-size: var(--fontsize14);
   margin-bottom: var(--gap10);
}
.breadcrumbs {
   order: 1;
}
.single-header .title {
   order: 2;
}
.single-header .text {
   order: 3;
   margin-bottom: var(--gap);
   font-size: var(--fontsize20);
   line-height: 1.2;
   font-weight: 300;
}
.single-header .date,
.single-header .author {
   order: 4;
   font-size: var(--fontsize12);
   text-transform: uppercase;
}
.single-header .author {
   font-weight: 800;
   text-decoration: underline;
   margin-right: var(--gap10);
}
.single-header .date {
   order: 5;
   color: var(--color1);
}
.single-header .image {
   order: 6;
   margin: var(--gap) 0;
}
.single-header .image .credits {
   padding-top: var(--gapminor);
   display: flex;
   flex-direction: column;
   gap: var(--gapminor);
   font-size: var(--fontsize11);
}
blockquote {
   font-style: italic;
}
table {
   border-collapse: collapse;
}
table td, table th {
   border-right: 1px solid var(--color2);
   border-bottom: 1px solid var(--color2);
   padding: 5px;
   vertical-align: middle;
}
table th:first-child, table td:first-child {
   border-left: 1px solid var(--color2);
}
table th, table td {
   border-top: 1px solid var(--color2);
}
.single-body ul li,
.single-body ol li,
.page .content ul li,
.page .content ol li {
   padding-bottom: var(--gap10);
}
.related {
   padding-bottom: var(--gap);
}
.related .heading {
   background-color: transparent;
   padding: 0;
   color: black;
   text-transform: none;
   font-size: var(--fontsize18);
}
.related .articles {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}
.related .articles .article {
   margin: 0 0 0 var(--gap);
}
.related .articles .article a {
   font-size: var(--fontsize18);
   font-family: var(--font2);
}
.related .articles .article a .image {
   display: none;
}
.related .articles .article a .title {
   font-weight: 700;
}
.faq h3 {
   background-color: var(--color2);
   padding: var(--gapminor);
   font-weight: 400;
   margin-bottom: 0px;
}
.faq h3:not(:first-child) {
   margin-top: 0px;
}
.faq p {
   font-family: var(--font2);
   padding: var(--gapminor);
   margin-top: 0px;
   border: 1px solid var(--color2);
}
.single-footer .email {
   display: block;
   padding: var(--gap);
}
.single-footer .email .title {
   display: block;
   font-size: var(--fontsize24);
   font-weight: 700;
}
.single-footer .email .description {
   font-size: var(--fontsize20);
   font-weight: 400;
   font-family: var(--font1);
   margin: var(--gap20) 0 var(--gap15);
   line-height: 1.3;
}
.single-footer .email .law {
   color: var(--color9);
}
.single-bottom {
   margin-top: var(--gap-section);
}
.single-bottom .section5 .inner {
   border: 0;
}
.single-bottom > .section:first-of-type {
   padding-top: 0px;
}
.single-bottom > .section:first-of-type .grid {
   margin-top: 0px;
}

/* BEST */
.best .overview,
.best .detailed {
   margin: var(--gap30) 0;
}
.best .overview h2,
.best .detailed h2 {
   margin: var(--gapmajor) 0 0;
}
.best .product {
   display: flex;
   padding: var(--gap30) 0 var(--gap);
   flex-wrap: wrap;
   font-family: var(--font2);
   font-size: var(--fontsize16);
   align-items: center;
}
.best .overview .product {
   gap: var(--gap15);
}
.best .product:not(:last-child) {
   border-bottom: 1px solid var(--color9);
}
.best .product a {
   color: black;
}
.best .overview .product .rating1 {
   display: block;
   order: 2;
   font-size: var(--fontsize18);
}
.best .overview .product .image {
   display: flex;
   order: 3;
   height: 70px;
   width: 100px;
   justify-content: center;
}
.best .overview .product .image img {
   display: block;
   height: 100%;
   width: auto;
}
.best .overview .product .title {
   order: 1;
   width: calc(100% - 100px - var(--gap15));
   font-size: var(--fontsize20);
   font-weight: 800;
}
.best .product .cta {
   font-size: var(--fontsize14);
   font-weight: 500;
}
.best .overview .product .cta {
   display: block;
   order: 5;
   flex: 1;
   width: 150px;
   margin-left: auto;
   text-align: right;
}
.best .overview .product .summary {
   display: block;
   order: 4;
   flex: 2;
   line-height: 1.2em;
}
.best .detailed {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.best .detailed .product {
   width: 100%;
   margin-bottom: 2%;
   flex-direction: column;
   font-family: var(--font4);
}
.best .detailed .product .title {
   font-weight: 500;
   font-size: var(--fontsize20);
}
.best .detailed .product {
   border-bottom: 1px solid var(--color9);
}
.best .detailed .product .label,
.best .detailed .product .image,
.best .detailed .product .price,
.best .detailed .product .cta,
.best .detailed .product .pros-cons-1-list,
.best .detailed .product .description,
.best .detailed .product .specifications {
   display: block;
   margin-bottom: var(--gap15);
}
.best .detailed .product .label,
.best .detailed .product .image,
.best .detailed .product .title,
.best .detailed .product .pros-cons-1-list,
.best .detailed .product .description,
.best .detailed .product .specifications {
   width: 100%;
}
.best .detailed .product .label {
   order: 2;
   font-weight: 700;
   font-size: var(--fontsize16);
   margin-bottom: 0px;
   color: var(--color-red);
}
.best .detailed .product .title {
   order: 3;
   margin-bottom: var(--gap15);
   font-family: var(--font2);
   font-weight: 700;
   font-size: var(--fontsize28);
}
.best .detailed .product .image {
   order: 1;
   width: 100%;
   height: 440px;
   text-align: center;
}
.best .detailed .product .image img {
   width: auto;
   max-height: 100%;
}
.best .detailed .product .description {
   order: 4;
}
.best .detailed .product .description > p {
   margin: 1rem 0;
   font-size: var(--fontsize18);
}
.best .detailed .product .description > p:first-child {
   margin-top: 0px;
}
.best .detailed .product .price {
   order: 5;
   background-color: var(--color7);
   font-family: var(--font1);
   font-size: var(--fontsize16);
   text-transform: uppercase;
   color: var(--color6);
   display: inline-block;
   padding: 5px var(--gap);
   font-weight: 500;
}
.best .detailed .product .cta {
   order: 6;
}
.best .detailed .product .cta a {
   font-size: var(--fontsize16);
   /*color: var(--color-red);*/
   font-weight: 700;
}
.best .detailed .product .cta a:hover {
   text-decoration: none;
}
.best .detailed .product .rating2 {
   order: 7;
}
.best .detailed .product .rating3 {
   order: 8;
}
.best .detailed .product .pros-cons-1-list {
   order: 9;
   background-color: var(--color4);
   padding: 0 var(--gap);
}
.best .detailed .product .pros-cons-1-list li,
.best .detailed .product .specifications li {
   padding-bottom: var(--gap5);
}
.best .detailed .product .specifications h3,
.best .detailed .product .pros-cons-1-list h3 {
   margin-bottom: var(--gap5);
   font-size: var(--fontsize24);
   font-weight: 500;
}
.best .detailed .product .specifications h3 {
   margin-top: 0px;
}
.best .detailed .product .specifications {
   order: 10;
   margin-bottom: 0px;
   background-color: var(--color4);
   padding: var(--gap);
}
.best .detailed .product .specifications ul {
   margin-bottom: 0px;
}
.best .others .product {
   flex-direction: column;
   align-items: flex-start;
}
.best .others .product .label {
   color: var(--color-red);
}
.best .others .product .label,
.best .others .product .cta {
   display: block;
}
.best .others .product .cta {
   font-weight: 700;
}
.best .others .product .cta a {
   background-color: var(--color8);
   color: var(--color6);
   display: inline-block;
   padding: 0px 5px;
   border-radius: 2px;
   font-family: var(--font1);
   font-size: var(--fontsize11);
}
.best .others .product .title {
   font-weight: 500;
   font-size: var(--fontsize20);
}

/* SHOP */
.shop .overview {
   display: flex;
   flex-wrap: wrap;
   gap: var(--gap30);
   margin: var(--gap35) 0;
}
.shop .overview h2 {
   flex-basis: 100%;
   margin-bottom: 0;
   padding-top: var(--gap35);
}
.shop .product {
   background-color: white;
   border: 1px solid var(--color9);
   padding: var(--gap30) var(--gap);
   flex-basis: calc(((100% - var(--gap30) * 1) / 2) - 2px);
   line-height: 1.2em;
   display: flex;
   flex-direction: column;
   gap: var(--gap10);
   position: relative;
   font-family: var(--font1);
}
.shop .product .image {
   order: 1;
   height: 175px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.shop .product .image img {
   max-height: 100%;
   width: auto;
}
.shop .product .title {
   order: 3;
   font-weight: 600;
   font-family: var(--font2);
}
.shop .product .title a,
.shop .product .title a:hover {
   color: black;
}
.shop .overview .product .rating2 {
   display: block;
   order: 2;
}
.shop .overview .product .label {
   display: block;
   order: 4;
   color: var(--color1);
   font-size: var(--fontsize14);
   font-weight: 600;
   line-height: 1.2;
}
.shop .overview .product .number {
   display: block;
   position: absolute;
   top: -10px;
   left: -10px;
   display: flex;
   align-items: center;
   justify-content: center;
   color: white;
   background-color: var(--color8);
   box-shadow: -3px 3px 0 0 black;
   border-radius: var(--border-radius-mini);
   width: 30px;
   height: 30px;
   font-weight: 600;
   font-size: var(--fontsize16);
}

/* FOOTER */
footer {
   background-color: var(--color5);
   color: white;
   letter-spacing: 0.0225rem;
   font-size: var(--fontsize14);
}
footer [class^="list"] a {
   color:white;
   text-decoration: none;
}
footer [class^="list"] a:hover {
   text-decoration: underline;
}
footer .inner {
   display: flex;
   flex-wrap: wrap;
   padding: var(--gap) var(--gap15);
   row-gap: var(--gap35);
}
footer .logo {
   order: 1;
   flex: 1 1 30%;
}
footer .logo img {
   width: 140px;
}
footer .social {
   margin-left: auto;
   order: 2;
   flex: 1 1 70%;
}
footer .social .element-title {
   display: none;
}
footer [class^="list"] {
   order: 3;
   line-height: 2;
   flex: 1 1 33%;
   font-family: var(--font2);
}
footer .copyright {
   order: 4;
   font-family: var(--font4);
}
footer .copyright .short,
footer .copyright .long {
   display: none;
}

@media (max-width: 1200px) {
   .directory .overview {
      grid-template-columns: repeat(3, 1fr);
   }
   .grid7 .image img {
      height: 270px;
   }
}
@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 .site-categories .items {
      flex-wrap: wrap;
   }
   .directory .overview {
      grid-template-columns: repeat(2, 1fr);
   }
}
@media (max-width: 767px) {
   .header-sticky-1 .inner {
      flex-wrap: wrap;
      row-gap: var(--gap20);
   }
   .header-sticky-1 .inner .site-categories {
      order: 4;
      width: 100%;
   }
   header .site-categories .items {
      column-gap: var(--gap20);
      row-gap: var(--gap10);
   }
   header .site-categories a {
      padding: 0;
   }
   .link-block {
      grid-template-columns: repeat(2, auto);
   }
   .lead .detailed .offer {
      width: 100%;
   }
   .shop .product {
      flex-basis: calc(((50% - var(--gap30) / 2)) - 2px);
   }
}
@media (max-width: 600px) {
   .link-block,
   .directory .overview {
      grid-template-columns: 1fr;
   }
   .lead .overview .offer {
      display: flex;
      flex-direction: column;
   }
   .shop .product {
      flex-basis: 100%;
      align-items: center;
   }
   .shop .product .title {
      text-align: center;
   }
}