@font-face {
    font-family: "main";
    src: url("../../assets/fonts/lexend/Lexend-Regular.ttf");
}

::selection {
    background: #00b33c35;
    color: #e60000;
}

::placeholder {
    color: #00b33c;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "main";
    font-weight: normal;
    scroll-behavior: smooth;
    animation: fadeIn 0.35s;
}

body {
    background: #f1f1f1;
    color: #111111;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

a {
    color: #e60000;
    text-decoration: none;
    text-underline-offset: 0.15rem;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

button {
    background: #111111;
    color: #f1f1f1;
    border: 0.2rem solid #111111;
    padding: 1rem 1.5rem 1rem 1.5rem;
    margin: 0.5rem 0 0.5rem 0;
    border-radius: 10rem;
    font-size: 1.2rem;
    cursor: pointer;
    transition: 0.15s all;
}

button:hover {
    background: #f1f1f1;
    color: #111111;
}

button a, button a:hover, .blog-card a, .blog-card a:hover, .shop-card-container a, .shop-card-container a:hover, .sub-txt a, .sub-txt a:hover {
    color: inherit;
    text-decoration: none;
}

button#menu-button:hover .icon {
    filter: invert(11%) sepia(90%) saturate(5943%) hue-rotate(5deg) brightness(96%) contrast(118%);
}

u {
    text-underline-offset: 0.15rem;
}

b {
    font-weight: bold;
}

b u {
    font-weight: bold;
}

h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 1.75rem;
}

p {
    font-size: 1.2rem;
}

h5 {
    font-size: 1rem;
}

ul, ol {
    padding-left: 2.5rem;
}

li {
    font-size: 1.2rem;
}

li::marker {
    color: #00b33c;
}

img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    user-select: none;
}

hr {
    border: none;
    border-top: 0.1rem solid #bbbbbb;
}

form {
    background: #e2e2e2;
    padding: 2rem;
    border-radius: 1rem;
}

input, textarea {
    background: #f1f1f1;
    border: 0.1rem solid #111111;
    color: #111111;
    padding: 1rem;
    margin: 0.5rem 0 0.5rem 0;
    border-radius: 10rem;
    width: 100%;
    outline: none;
    display: block;
    transition: 0.15s all;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 1rem;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

input[type="checkbox"]::before {
    content: "✗";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #00b33c;
    opacity: 0;
    font-weight: bold;
    font-size: 1.2rem;
}

input[type="checkbox"]:checked::before {
    opacity: 1;
    color: #f1f1f1;
}

input[type="checkbox"]:checked {
    background: #00b33c;
}

input[type="checkbox"]:focus {
    border: 0.1rem solid #111111;
}

input:focus, form textarea:focus {
    border: 0.1rem solid #e60000;
}

textarea {
    height: 10rem;
    resize: none;
}

form input, form textarea {
    border-radius: 0;
}

.container {
    width: 80%;
    margin: auto;
}

.container::after {
    content: "";
    display: table;
    clear: both;
}

.col25 {
    width: 25%;
    float: left;
    padding: 0 0.5rem 0 0.5rem;
}

.col50 {
    width: 50%;
    float: left;
    padding: 0 0.5rem 0 0.5rem;
}

.col75 {
    width: 75%;
    float: left;
    padding: 0 0.5rem 0 0.5rem;
}

.col25:first-of-type, .col50:first-of-type, .col75:first-of-type {
    padding-left: 0;
}

.col25:last-of-type, .col50:last-of-type, .col75:last-of-type {
    padding-right: 0;
}

.col100 {
    width: 100%;
    padding: 0.5rem 0 0.5rem 0;
}

.col100:first-of-type {
    padding-top: 0;
}

.col100:last-of-type {
    padding-bottom: 0;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.navigation {
    padding: 2rem 0 2rem 0;
    color: #111111;
}

.navigation button {
    background: transparent;
    color: #111111;
    border: 0;
}

.navigation button:hover, .navigation button.active-button, .menu button:hover, .menu button.active-button {
    background: #00b33c35;
    color: #e60000;
}

.navigation .container .col25 button, .navigation .container .col25 button:hover {
    background: transparent;
    color: #111111;
}

.body {
    padding: 2rem 0 2rem 0;
}

.footer {
    background: #111111;
    color: #f1f1f1;
    padding: 2rem 0 2rem 0;
    margin-top: auto;
}

.footer a, .footer a:hover {
    color: #f1f1f1;
}

.resp {
    display: none;
}

.menu {
    background: #ffffff;
    border-top: 0.1rem solid #111111;
    border-bottom: 0.1rem solid #111111;
    padding: 2rem 0 2rem 0;
    text-align: center;
    display: none;
}

.menu button {
    background: #ffffff;
    border: none;
    color: #111111;
    width: 100%;
    border-radius: 0;
}

.social {
    padding: 1rem 0 1rem 0;
}

.social button#youtube {
    background: #FF0000;
    border: 0.2rem solid #FF0000;
}

.social button#youtube:hover {
    background: #f1f1f1;
    color: #FF0000;
}

.social button#tiktok {
    background: #fe2858;
    border: 0.2rem solid #fe2858;
}

.social button#tiktok:hover {
    background: #f1f1f1;
    color: #fe2858;
}

.social button#bluesky {
    background: #0886FE;
    border: 0.2rem solid #0886FE;
}

.social button#bluesky:hover {
    background: #f1f1f1;
    color: #0886FE;
}

.icon {
    width: 1.2em;
    filter: invert(0%) sepia(3%) saturate(6700%) hue-rotate(344deg) brightness(100%) contrast(87%);
}

.card {
    background: #e2e2e2;
    padding: 1rem;
    border-radius: 1rem;
}

.blog-card {
    background: #e2e2e2;
    border-left: 0.35rem solid #111111;
    border-right: 0.35rem solid #111111;
    color: #111111;
    padding: 1rem 1rem 1rem 1.75rem;
    margin: 0.5rem 0 0.5rem 0;
    cursor: pointer;
    transition: 0.15s all;
}

.blog-card:first-of-type {
    margin-top: 0;
}

.blog-card:last-of-type {
    margin-bottom: 0;
}

.blog-card:hover {
    transform: scale(1.05);
    border-left: 0.75rem solid #111111;
    border-right: 0.75rem solid #111111;
}

.shop-card-container {
    background: #e2e2e2;
    padding-bottom: 1rem;
    border-radius: 1rem;
    overflow: hidden;
    transition: 0.15s all;
    cursor: pointer;
}

.shop-card-container:hover {
    transform: scale(1.05);
}

.shop-card-content {
    padding: 1rem 1rem 0 1rem;
}

.shop-card-image {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.warning {
    color: #e60000;
}

.horizontal-slider {
    overflow-x: auto;
    white-space: nowrap;
}

.horizontal-slider button {
    background: #f1f1f1;
    border: 0.1rem solid #111111;
    color: #111111;
    padding: 0.5rem 0.75rem 0.5rem 0.75rem;
}

.horizontal-slider button:hover, .horizontal-slider button.active-button {
    background: #111111;
    color: #f1f1f1;
}

.dropdown {
    position: relative;
}

.dropdown-list {
    display: none;
    position: absolute;
    width: 100%;
    background: #f1f1f1;
    border: 0.1rem solid #111111;
    max-height: 10rem;
    overflow-y: auto;
}

.dropdown-list.show {
    display: block;
}

.dropdown-item {
    padding: 1rem;
    cursor: pointer;
}
        
.dropdown-item:hover {
    background: #00b33c35;
}

.green-icon {
    filter: invert(33%) sepia(97%) saturate(1797%) hue-rotate(124deg) brightness(104%) contrast(104%);
}

.red-icon {
    filter: invert(18%) sepia(91%) saturate(4050%) hue-rotate(355deg) brightness(82%) contrast(127%);
}

.sub-txt {
    color: #bbbbbb;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 37.5rem) {
    .native {
        display: none;
    }
    .resp {
        display: block;
    }
    .container {
        width: 90%;
    }
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    p, li {
        font-size: 1rem;
    }
    h5 {
        font-size: 0.75rem;
    }
    .col25, .col50, .col75 {
        width: 100%;
        padding: 0.5rem 0 0.5rem 0;
    }
    .col25:first-of-type, .col50:first-of-type, .col75:first-of-type {
        padding-top: 0;
    }

    .col25:last-of-type, .col50:last-of-type, .col75:last-of-type {
        padding-bottom: 0;
    }
    .navigation .col50, .shop-card-container .col50 {
        width: 50%;
        padding: 0 0.5rem 0 0.5rem;
    }
    .navigation .col50:first-of-type, .shop-card-container .col50:first-of-type {
        padding-left: 0;
    }
    .navigation .col50:last-of-type, .shop-card-container .col50:last-of-type {
        padding-right: 0;
    }
    .social button {
        width: 100%;
    }
    .footer .col50 {
        text-align: center;
    }
}