* {
    margin: 0;
    padding: 0;
}

html {
    --background: #FFFFFF;
    --background2: #e0e0e0;
    --background3: #1c1c1c;
    --text: #2f2f2f;
    --light-text: #CCCCCC;
    --medium-text: #CCCCCC;
    --text-intense: #131313;
    --hover-link: #183a8f;
    --bar-hover: #181818;
    --red: #8f1212;

}



.toggleButton {
    border-radius: 9px;
    background-color: #2c2c2c; /* Dark grey background */
    margin-left: 2px;
    padding: 2px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    margin-bottom: 7px;
    display: inline-flex;
    color: #9f9f9f;
    font-size: 15px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}


.toggleButton.active {
    background: #b0b0b0;
    color: #252525;
}

.header {
    display: block;
    min-width: 300px;
    max-width: 750px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
    padding-bottom: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid;
    color: var(--medium-text);
    background-color: var(--background2);
    margin-left: auto;
    margin-right: auto;
}

.header a {
    color: var(--medium-text);

}


#content {
    position: relative;
    display: block;
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 300px;
    padding-bottom: 50px;
    max-width: 700px;


    /*background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/frontend/res/img/vital.png");*/


}


/*@media (prefers-color-scheme: dark) {*/
html {
    --background: #111111;
    --background2: #1c1c1c;
    --background3: #3d3d3d;
    --text: #cecece;
    --light-text: #525252;
    --medium-text: #868686;
    --hover-link: #6891ea;
    --bar-hover: #eaeaea;
    --text-intense: #f3f3f3;
    --red: #8f1b1b;
}

.strike1 {
    padding-right: 2px;
    color: var(--medium-text);
}

/*}*/

body {
    font-family: 'Nunito', sans-serif;
    background-color: var(--background);
    color: var(--text);
}


.psText {
    color: var(--light-text);

}

.psText a {
    color: var(--light-text);
    cursor: pointer;
}

.divider {
    color: var(--light-text)
}

.homeButton {
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */

}

.homeButton a {
    text-decoration: none;
    color: var(--light-text);
}


.homeButton a:hover {
    color: var(--text);

}

img {
    /*border-radius: 10px;*/
}

#introduction {
    padding-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #9f9f9f;
    padding: 10px;
}

.logo {
    margin-right: 15px;
}

#projects {
    display: flex;
    max-width: 880px;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;

}

@media (max-width: 935px) {
    #projects {
        justify-content: center;
    }
}


.section {
    position: relative;
    display: block;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
}


.projectBox {
    display: block;
    padding-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
    width: 400px;
}


video {
    border-radius: 10px;
    width: 400px;
}


.centered {
    width: 400px;
    display: block;
}

.bodyText {
    padding-top: 8px;
    font-size: 20px;
    font-weight: 300;
}

p {
    font-size: 16px;
}

.newsletterText {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 10px;
}

.introText {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 17px;
    margin-top: 10px;
}

.articles {
    margin-top: 15px;
    margin-bottom: 15px;
}

.articleLink {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 700;

}

.articleLink a {
    text-decoration: none;
}

.articleLink a:hover {
    text-decoration: none;
}

.articleDescription {
    font-weight: 300;
    font-size: 20px;
}


#tryToHide {
    cursor: pointer;
}

.dots {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a:visited {
    /* color: #8c8c8c;*/

}

a:link {

}

a:hover {
    text-decoration: none;
    color: var(--hover-link);
}

a {
    text-decoration: underline;
    color: var(--text);
    text-underline-offset: 3px;
}

.blueLink {
    border-bottom: 3px solid #606dc1;
    font-weight: 500;
    text-decoration: none;
}

.blueLink:hover {
    border-bottom: 3px solid var(--bar-hover);
}

.greenLink {
    border-bottom: 3px solid #6cb82f;
    font-weight: 500;
    text-decoration: none;
}

.greenLink:hover {
    border-bottom: 3px solid var(--bar-hover);
}

.search-box {
    position: relative;
    color: white;
    display: flex
}

.headSpace {
    margin-top: 110px;
}

#search-results {
    /*margin-top: 30px;*/
    margin-bottom: 50px;
}

.star {
    padding-left: 5px;
    padding-right: 5px;
    color: #c51d1d;
}

.manufacturerNameSearch {
    color: #777777;
}

#emailAd {
    margin-bottom: 8px;
    line-height: 28px;

}

#emailAd a {
    border-radius: 9px;
    background: var(--red);
    padding: 4px;
    padding-left: 5px;
    margin-right: 4px;
}

#emailAd a:hover {
    color: var(--text-intense)

}

/*
.plugin {
    display: block;
    background-color: var(--background2);
    margin-bottom: 9px;
    margin-top: 9px;
    border-radius: 15px;
    border: 1px solid var(--background3);
    padding: 6px;
    padding-left: 13px;
    padding-right: 13px;
    cursor: pointer;
}

.plugin:hover {
    background-color: var(--background);
}

.plugin .name {
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    margin-right: 7px;
}

.plugin .price {
    display: inline-block;
    border-radius: 9px;
    background: var(--red);
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 4px;
}

.plugin .link {
    display: inline-block;
    margin-right: 7px;
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.plugin .description {
    padding-top:2px;
    color: var(--medium-text);
}

 */





.bestPriceDescription {
    color: #8d8d8d;
    font-size: 14px;
    margin-top: 4px;

}

.morePlugins {
    text-decoration: none;
    border-radius: 15px;
    padding: 8px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    font-weight: bold;
    background-color: #efefef;
    color: #111111;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    margin-bottom: 6px;
    margin-top:10px;
}
.homeLink {
    display: inline-block;
    height: 100px;
    width: 250px; /* Adjust width as needed */
    margin-top: -10px;
    background-image: url('/res/img/knob_with_text.svg');
    background-size: cover; /* Or 'contain' depending on your needs */
    background-position: center;
}


.searchContainer {
    width:100%;
    margin-right:10px;
    flex: 1;
}

.headerBar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; /* Aligns children to the left */
    background-color: var(--background1);
    width: 100%;
    height: auto;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.homeLink {
    display: inline-block;
    height:45px;
    background-image: url('/res/img/knob_with_text.svg');
    background-position: left;
    background-size: auto;
}

.loginButton {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;

    margin-left: auto;
    margin-right: 20px; /* Adjust the value as needed */
    user-select: none;
}

.loginButton:hover {
    color: #dc3d3d;
}

@media (max-width: 600px) {
    .homeLink {
        width:50px;
        background-image: url('/res/img/knob_without_text.svg'); /* Example alternative image */
    }
}



.morePlugins:visited, .morePlugins:hover, .morePlugins:active {
    color: #111111
}

.morePlugins:hover {
    background-color:#CCCCCC;
}


.plugin .link:hover {
    border-radius: 9px;
    background: var(--red)
}

.plugin .link:hover {
    color: var(--text)
}

.plugin .link:visited {
    color: var(--text)
}


input[type=text] {
    background-color: var(--background2); /* Dark background */
    border-radius: 30px; /* Rounded corners */
    color: white;
    appearance: none;
    font-size: 14px;
    outline: none; /* removes bevel */
    padding: 5px;
    width: 130px;
    padding-left: 30px;
    background-image: url("../res/img/search-icon-white.png");
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: 0.75em center;
    border-width: 2px;
    border-color: rgba(157, 157, 157, 0.59);
    box-sizing: border-box;
}

input[type=text]:focus {
    border-color: rgba(60, 60, 243, 0.59);
}

/* Style the dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
    margin-right: 5px;

}

/* Style the dropdown button */
.dropdown button {
    background-color: #2c2c2c; /* Dark grey background */
    color: #b0b0b0; /* White text color */
    padding: 3px 5px; /* Slightly less padding for a tighter look */
    border: 1px solid #3e3e3e; /* Lighter grey for the border */
    border-radius: 7px; /* Slightly rounded corners for a subtle effect */
    cursor: pointer;
    font-size: 15px; /* Ensure the font size matches the site's design */
    text-align: left; /* Align text to the left */
}

#currentPrices {
    min-height:90px;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #2c2c2c; /* Same as the button for consistency */
    min-width: 200px; /* Match the width of the button */
    z-index: 1;
    border-radius: 8px; /* Match the button's border radius */
}

/* Style the dropdown options/links */
.dropdown-content div {
    cursor: pointer;
    user-select: none;
    color: #dddddd; /* Slightly lighter grey for the text to stand out */
    padding: 5px 5px; /* Match the button padding */
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #3e3e3e; /* Borders between options */
}

/* Remove the last border bottom from the last item */
.dropdown-content div:last-child {
    border-bottom: none;
}

/* Change color of dropdown links on hover */
.dropdown-content div:hover {
    background-color: #3e3e3e; /* A slightly lighter grey for the hover */
    color: #ffffff; /* Maintain white text for readability */
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Add styles for the search button */
.search-btn {
    background-color: #444;
    color: white;
    border-radius: 10px;
    padding: 10px 20px;
    border: none;
}

.discount {
}

.discountBrackets {
    color: rgba(107, 180, 84, 0.3)
}

.dealRating {
    filter: grayscale(30%);
    font-size: 7px;
}

.dealRatingGreat {
    filter: hue-rotate(360deg);
    font-size: 7px;

}

.dealRatingGood {
    filter: hue-rotate(360deg);
    font-size: 7px;

}

.dealRatingNice {
    filter: hue-rotate(310deg);
}

.dealRatingAll {
    filter: hue-rotate(310deg);
}

#loading img {
    width: 23px;
    margin-bottom: -6px;
}

.sticky {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #171717;
    text-align: center;
    box-shadow: 0px -2px 5px rgba(255, 255, 255, 0.3);
    padding: 10px;
    z-index: 1000;
}

#stickyBar {
    display: none;
}

.close-button {
    font-size: 18px; /* Adjust the size of the 'X' */
    color: #5b5b5b; /* Color of the 'X' */
    border: none; /* No border for the button */
    background-color: transparent; /* Transparent background */
    cursor: pointer; /* Changes the cursor to a pointer when hovering over the button */
    padding: 0; /* Removes default padding */
    display: inline-block; /* Makes the button inline */
    position: absolute; /* Positioning the button absolutely */
    /*top: 40%; /* Position at the top */
    /*right: 10%; /* Position at the left */
}

.close-button:hover {
    color: #be2828; /* Changes color when hovered */
}

.productPage {
margin-top:110px;

}

.productPage h1 {
    margin-bottom: -31px;
    display:inline;
    padding-right:3px;
}

.productPage h2 {
    margin-top:12px;
}

.productPage .notificationText {
    width:100px;
}



.notificationContainer1 {
    display:flex;
    margin-top:15px;
    padding-left:10px;
    border-left: 1px solid white;
    width: 400px;


}

.notificationContainer1 input {
    font-size:20px;
    margin-bottom:10px;
    border-radius:10px;
    margin-left:17px;
    border: none;
    outline: none;
    box-shadow: none;
    padding-left:5px;
    padding-right:5px;
    width:50px;
    background-color: #545454;
    height:40px;
    text-align:center;
    color: #FFFFFF;
    font-family: inherit; /* Optional: Inherits the font from its parent */
}

.productPage .priceBig {
    font-size:50px;
}

.productPage .manufacturer {
    color: var(--medium-text);
    display:inline;
}

.productPage .priceDescriptions {
    padding-top:8px;
    margin-left:20px;
    margin-bottom:12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Aligns children at the bottom */
    white-space: nowrap;
}

@media (max-width: 450px) {
    .productPage .priceDescriptions {
    }
    .productPage .hollow-circle {
        display:none;
        margin-left:80px;

    }
}

.hollow-circle {
    width: 60px;
    height: 60px;
    border: 5px solid #5d7c17; /* Adjust the border size and color as needed */
    border-radius: 50%;
    background-color: transparent;
    margin-left:20px;
    justify-content: center;
    align-items: center;
    display:flex;
    text-align: center;
    flex-direction: column;
}



#best_price_link {
<!-- text-align: center; -->
    border: 1px solid;
    padding: 14px;
    padding-left:0px;
    border-radius: 20px;
    margin-left: 5px;
    margin-right: 10px;
    min-height: 100px;
}

.best_price_info {
    display: flex;
    margin-top:6px;
    flex-wrap: nowrap;
}

.best_price_button {
    text-decoration: none;
    display:block;
    border-radius: 15px;
    padding: 8px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    font-weight: bold;
    background-color: #efefef;
    color: #111111;
    margin-right: auto;
    margin-bottom: 6px;
    text-align:center;
    max-width:400px;
    margin-top:12px;
}

.best_price_button:hover {
    background-color: #c5c5c5;
    color: #000000;

}

.productPage .strikethroughPrice {
    font-size:15px;
    text-decoration: line-through;
    color: #6e6e6e;
    margin-bottom:-6px;
}

.productPage h2 {
    color: var(--text);
    margin-bottom: 4px;
}

.productPage .priceOption {
    display: flex;
    margin-bottom: 8px;
}

#priceHistory {
    min-height:200px;
}

.createAlertButton {
    text-decoration: none;
    display:flex;
    border-radius: 15px;
    width:90px;
    padding: 8px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    font-weight: bold;
    background-color: #814141;
    color: #e0e0e0;
    cursor:pointer;
    margin-bottom: 6px;
    text-align:center;
    margin-top:12px;

}

.createAlertButton:hover {
    color:inherit;
    background-color: #c01818;

}



.productPageVideoOuter {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    padding-bottom: 10px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.productPageVideoOuter #youtubeVideoDiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.productPageVideoOuter iframe {
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

.productPage .longDescription {
    /*color:var(--medium-text)*/
}

#footer {
    border-radius: 20px;
    margin-top: 20px;
    color: var(--light-text);
    /*margin-left: auto;
    margin-right: auto;*/
    min-width: 150px;
    max-width: 800px;
    /*text-align: center;*/
    font-size: 13px;
}

#footer a {
    color: var(--light-text)
}

h1 {
    font-size: 40px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: -15px;
    line-height: 45px;
    padding-bottom: 30px;
    user-select: none;
}

/*
h2 {
    margin-top: 20px;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: -13px;
    color: var(--light-text);
    line-height: 29px;

}

 */

.productDescription {
    padding-top: 10px;
    color: var(--medium-text);

}

.highlight {
    font-weight: 700;
    color: var(--text-intense);

}

.highlightPrice {
    color: #67ffbf;

}

#searchParams {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    user-select: none;
    cursor: pointer;

}

#priceFilterValue {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 20px;
    color: var(--medium-text)

    /*margin-top:-2px;*/

}

.priceFilterNameContainer {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: -10px;
    color: #000;

}

#svgContainer {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

/* latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../res/font/nunito-300.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../res/font/nunito-400.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../res/font/nunito-700.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.noise {
    position: fixed;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    width: 200%;
    height: 400vh;
    background: transparent url('/res/img/noise.png') repeat 0 0;
    background-repeat: repeat;
    animation: bg-animation .2s infinite;
    opacity: 0.7;
    visibility: visible;
    z-index: -1;

}

@keyframes bg-animation {
    0% {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(-5%, 0)
    }
    100% {
        transform: translate(5%, 5%)
    }
}


.plugin {
    display: flex;
    background-color: var(--background2);
    border-radius: 15px;
    border: 3px solid var(--background3);
    padding-left: 0px;
    padding-right: 13px;
    margin: 7px;
    margin-bottom: 10px;
}

.plugin .info {
    display: flex;
    flex-direction: row; /* change from column to row */
    justify-content: flex-start; /* align items to the left */
    align-items: flex-start; /* align items to the top */
    flex-wrap: wrap; /* allow items to wrap onto multiple lines */
    margin-left: 7px;
    align-content: start;
    flex: 1;
    margin-top: 5px;

}

.wrapper {
    display: flex;
}

.video {
    width: 300px;
    margin: 0;
    padding: 0;
}

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
}


.name {
    font-weight: 700;
    font-size: 20px;
    display: inline-flex;
    margin-right: 5px;
}

.price {
    border-radius: 9px;
    background: var(--red);
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    display: inline-flex;

}

.price2 {
    border-radius: 9px;
    background: #313131;
    padding: 1px;
    font-size: 14px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    display: inline-flex;
    color: #CECECE;


}

/* Hide hover-tag by default */
.dealItem .hover-tag {
    display: none;
    white-space: nowrap;
    font-size: 10px;
}


/* Show hover-tag when parent is hovered over */
.dealItem:hover .hover-tag {
    display: inline;
}

.price3 {
    border-radius: 9px;
    margin-left: 5px;
    /*margin-bottom:140px;*/
    background: #313131;

    padding-left: 4px;
    padding-right: 4px;
    display: inline-flex;
    font-weight: bold;
    font-size: 10px;
    color: #858585;

}

.price4 {
    border-radius: 9px;
    background: #222222;
    padding: 1px;
    margin-left: 2px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    display: inline-flex;
    font-size: 14px;
    color: #777777;
    text-decoration: none;


}


.grey-emoji {
    display: inline-block;
    filter: brightness(80%);
    opacity: 0.8;
}


.link {
    display: inline-flex;
    margin-right: 7px;
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.description {
    display: inline-flex;
    padding-top: 2px;
    color: var(--medium-text);
    font-size: 13px;
    overflow: hidden;
    margin-bottom: 5px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    background-image: url("../res/img/video_not_available.png");
    background-repeat: no-repeat;
    border-radius: 15px 0 0 15px;
    background-size: 100%;


}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px 0 0 15px;

}

@media (max-width: 600px) {
    .plugin .video {
        width: 100%;
        margin: 4px;
    }

    .plugin {
        display: block;
    }

    .plugin .videoWrapper iframe {
        border-radius: 15px;
    }

    .plugin .imageWrapper {
        margin: 4px;
        width: 100%;
    }

    .plugin .imageWrapper img {
        border-radius: 15px;
    }

    .plugin .image {
        width: 100%;
        margin: 4px;
    }
}


.image {
    width: 300px;
    margin: 0;
    padding: 0;
}

.imageWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}

.imageWrapper img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px 0 0 15px;
}

#backgroundImages {
    position: absolute; /* Change the position to fixed from absolute */
    top: 40px;
    left: 0;
    width: 100%;
}

.blackOutline {

}

.rainbow-text {
    background-image: linear-gradient(270deg, violet, #e14848, orange, #e35555, violet);
    background-size: 400% 100%;
    -webkit-background-clip: text;
    color: transparent;
    display: inline;
    animation: rainbow 60s ease infinite;
}

@keyframes rainbow {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: -300% 0;
    }
}


.image-container {
    height: 200px;
    overflow: hidden;
    mask-image: linear-gradient(
            to bottom,
            transparent 0%,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 1) 50%,
            transparent 100%
    );
    -webkit-mask-image: linear-gradient(
            to bottom,
            transparent 0%,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 1) 50%,
            transparent 100%
    );
    background-image: url('../res/img/banners/banner1.webp');
    background-size: cover;
    background-position: center bottom;

}

.image-container img {
    /* Make the image scale and cover the width */
    width: 100%;
    min-height: 100%;
    object-fit: cover;

    /* Align the image vertically to the center */
    object-position: center bottom;

    pointer-events: none;
    z-index: -3;

}

.categoryName {
    font-size: 25px;
    margin-left: 9px;
    margin-top: 3px;
    color: #EEEEEE;
}

.descriptionCategory {
    display: inline-block;
    margin-left: 9px;
    max-height: 100px;
    position: relative;
    font-size: 15px;
    color: #b0b0b0;
    padding-bottom: 6px;


    /*line-height: 1.2em;*/
}

.grey-emoji {
    display: inline-block;
    filter: grayscale(100%) brightness(50%);
    opacity: 0.8;
    margin-right: 3px;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 0.8em;
}

.embed-page {
}


.filterContainer {
    margin-top: 8px;
    border-radius: 15px;
    padding: 7px;
    margin-left: 7px;
    margin-right: 7px;
    border: 3px solid var(--background3);
    background-color: var(--background2);

    font-size: 15px;

}


.searchFilter {
    display: inline-flex;
    background-color: var(--background);
    border-radius: 13px;
    padding-right: 7px;
    margin: 2px;
    padding-left: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
    user-select: none;
    cursor: pointer;

}

.searchFilter:hover {
    background-color: var(--background3);
}

.searchFilter.active {
    background-color: #bdbdbd;


}

.active .grey-emoji {
    filter: grayscale(0%) brightness(100%);
    color: #0e0e0e;
    opacity: 1;

}

.searchFilter:hover .grey-emoji {
    filter: grayscale(0%) brightness(100%);
    opacity: 1;
}

.category {
    cursor: pointer;
    text-decoration: none;


}

.category:hover {
    background-color: #111111;
    text-decoration: underline;
    text-decoration-color: #CCCCCC;


}


.manufacturerNameDeal {
    color: #555555;
    font-size: 12px;
}

.productTag {
    font-size: 12px;
    background-color: #313131;
    padding-left: 5px;
    margin-right: 6px;
    padding-top: 1px;
    padding-right: 5px;
    border-radius: 6px;
    color: #CECECE;
}


.tooltip {
    position: relative;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #3f3f3f;
    color: white;
    text-align: center;
    border-radius: 6px;
    font-size: 12px;
    padding: 8px;
    border: 8px;
    max-width: 80%;
    width: 80%;


    /* Position the tooltip */
    position: absolute;
    z-index: 11;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%); /* centering tooltip */

    /* Optional: Add transitions for smooth appearance */
    opacity: 0;
    transition: visibility 0s, opacity 0.1s linear;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    transition-delay: 1.3s; /* Delay of 1 second */
}


/* Media query for mobile devices */
@media (max-width: 600px) {
    .tooltip .tooltiptext {
        visibility: hidden;
    }
}

.featuredTitle {
    font-size: 20px;
    background-color: #0E0E0EFF;
    color: #eaeaea; /* Assuming you want a contrast color for the text */
    display: inline; /* This makes the background fit the text */
    padding: 5px 10px; /* Adjusts padding around the text */
    border-radius: 10px; /* Adds rounded corners */
    position: absolute; /* Positions the element */
    bottom: 10px; /* Aligns it to the bottom */
    left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
    display: block; /* or 'inline-block' if you prefer */
}


h2 .less {
    color: #ffffff;
    margin-left: 5px;
    font-weight: normal;

}

#bodyText h2 {
    color: #ffffff;
}

.article a {
    color: #e56464;
}

#bodyText iframe {
    margin-top: 10px;
    margin-bottom: 25px;
    border-radius: 15px;
    width: 100%;
}

.featuredTitleMarketing {
    font-size: 20px;
    background-color: #0E0E0EFF;
    color: #eaeaea; /* Assuming you want a contrast color for the text */
    padding: 5px 10px; /* Adjusts padding around the text */
    border-radius: 10px; /* Adds rounded corners */
    position: absolute; /* Positions the element */
    bottom: 150px; /* Aligns it to the bottom */
    left: 10px;
    width: 200px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    cursor: pointer;
    display: block; /* or 'inline-block' if you prefer */
}

hr {
    border-color: #3d3d3d;
}

.featuredProduct:hover {
    background-color: #363636;
    filter: brightness(1.2);
}

.featuredManufacturer {
    font-size: 13px;
    color: #a8a8a8; /* Assuming you want a contrast color for the text */

}


.featuredProduct {
    cursor: pointer;
    position: relative;
    display: block;

    background-color: #000000;
    background-image: url("../res/img/products/native-instruments-glaze1.png");
    background-size: cover; /* This will cover the entire area of the element */
    background-position: center; /* This centers the image in the element */
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.manufacturerSale {
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.manufacturerSale:hover {
    text-decoration: underline;
}

.customMessage {
    border-radius: 9px;
    padding: 1px;
    padding-left: 5px;
    margin-top: 10px;
    padding-right: 5px;
    margin-right: 5px;
    color: #707070;
    font-size: 13px;
    display: block;

}


#featuredProducts {
    position: relative; /* Needed to position the .featuredTitle absolutely within it */
    width: 100%;
    height: 200px;
}


.twoWordDescription {
    color: #555555;
    font-size: 12px;
}

.productNameDeal {
    font-size: 14px;
}

.dealLink {
    text-decoration: none;
    color: inherit;
    position: relative;
}


.sticky1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;

}

#filters {

    background-color: #181818;
    border-radius: 5px;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-top: 7px;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    z-index: 10;
    border: 1px solid #2f2f2f;

}

.dealItem {
    padding-top: 2px;
    padding-bottom: 5px;
    position: relative;
    padding-left: 6px;
    border-bottom: 1px solid #2f2f2f;
}


.tagsContainer {
    color: #696969;
    font-size: 12px;
    position: absolute;
    margin-right: 50px;
    width: 100px;
    right: 0px; /* Maintain alignment to the right of the parent. */

    top: 50%; /* Position the top edge of the element in the center of the parent. */
    transform: translateY(-50%); /* Vertically shift the element up by half its own height to center it. */
}

@media screen and (max-width: 550px) {
    .tagsContainer {
        display: none;
    }
}

.tag {
    display: inline-block;
    filter: brightness(88%);
}


.dealAge {
    color: #555555;
    font-size: 12px;
    position: absolute; /* Positions the element in relation to the nearest positioned ancestor. */
    right: 12px; /* Maintain alignment to the right of the parent. */
    top: 50%; /* Position the top edge of the element in the center of the parent. */
    transform: translateY(-50%); /* Vertically shift the element up by half its own height to center it. */
}

.dealItem:hover {
    background-color: #2c2c2c;
    cursor: pointer;

}


.l2 {
    color: #e7e7e7;
    padding-left: 4px;
    padding-right: 4px;
    display: inline;
    border-radius: 8px;
}

.red {
    background-color: #9d3131;
}

.salmon {
    background-color: #c57d4f
}

.yellow {
    background-color: #ad8e06;
}

.blue {
    background-color: #3c6e9d;
}

.white {
    color: #262626;
    background-color: #d7d7d7;
}

