body {
    margin: 0;
    font-family: Arial, sans-serif;
    /*font-family: 'Protest Strike', sans-serif;*/
    
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #000;
}

#header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 10px;*/
    background-color: #fff;
}

#header a {
    text-decoration: none;
    color: black;
}

#logo {
    text-align: center;
    /*font-family: 'Protest Guerrilla', sans-serif;*/
    font-family: 'Protest Revolution', sans-serif;
    letter-spacing: 0.2rem;
    font-size: 50px;
}
#logo img {
    width: 100px;
}

#logos {
    width: 100%;
    max-width: 100%;
    
    padding: 0;
    margin: 0;
    /*background-image: url("../../images/grass.webp");*/
    background-size: cover;
    text-align: center;
}

#logos img {
    width: 100%;
}

#content {
}

.category {
    background-color: #000;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-top: 10px;
    font-family: 'EB Garamond', serif;
    letter-spacing: 0.2rem;
    font-size: 14px;
    text-align: center;
}

.category1 {
    background-color: #000;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 10px;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    /*margin-top: 10px;*/
    font-family: 'EB Garamond', serif;
    letter-spacing: 0.2rem;
    font-size: 14px;
    text-align: center;
}

.category1 #home-text {
    text-align: center;
}

.product {
    background-color: #fff;
    padding: 10px;
    margin-top: 4%;
    text-align: center;
    font-family: 'Protest Guerrilla', sans-serif;
    font-size: 60px;
}

.product-name {
    font-weight: bold;
    color: #000;
}

.product-description {
    color: #666;
}

#random-button {
position: fixed;
bottom: 20px;
right: 20px;
background-color: #ffffff;
border: none;
padding: 10px;
cursor: pointer;
border-radius: 50%;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}

.button-6 {
align-items: center;
background-color: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: .25rem;
box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
box-sizing: border-box;
color: rgba(0, 0, 0, 0.85);
cursor: pointer;
display: inline-flex;
font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 16px;
font-weight: 600;
justify-content: center;
line-height: 1.25;
margin: 0;
min-height: 3rem;
padding: calc(.875rem - 1px) calc(1.5rem - 1px);
position: relative;
text-decoration: none;
transition: all 250ms;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: baseline;
width: 90%;
margin-top: 3%;
}

.button-6:hover,
.button-6:focus {
border-color: rgba(0, 0, 0, 0.15);
box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
color: rgba(0, 0, 0, 0.65);
}

.button-6:hover {
transform: translateY(-1px);
}

.button-6:active {
background-color: #F0F0F1;
border-color: rgba(0, 0, 0, 0.15);
box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
color: rgba(0, 0, 0, 0.65);
transform: translateY(0);
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
.checkbox-wrapper-13 input[type=checkbox] {
--active: #275EFE;
--active-inner: #fff;
--focus: 2px rgba(39, 94, 254, .3);
--border: #BBC1E1;
--border-hover: #275EFE;
--background: #fff;
--disabled: #F6F8FF;
--disabled-inner: #E1E6F9;
-webkit-appearance: none;
-moz-appearance: none;
height: 21px;
outline: none;
display: inline-block;
vertical-align: top;
position: relative;
margin: 0;
cursor: pointer;
border: 1px solid var(--bc, var(--border));
background: var(--b, var(--background));
transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
}
.checkbox-wrapper-13 input[type=checkbox]:after {
content: "";
display: block;
left: 0;
top: 0;
position: absolute;
transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
}
.checkbox-wrapper-13 input[type=checkbox]:checked {
--b: var(--active);
--bc: var(--active);
--d-o: .3s;
--d-t: .6s;
--d-t-e: cubic-bezier(.2, .85, .32, 1.2);
}
.checkbox-wrapper-13 input[type=checkbox]:disabled {
--b: var(--disabled);
cursor: not-allowed;
opacity: 0.9;
}
.checkbox-wrapper-13 input[type=checkbox]:disabled:checked {
--b: var(--disabled-inner);
--bc: var(--border);
}
.checkbox-wrapper-13 input[type=checkbox]:disabled + label {
cursor: not-allowed;
}
.checkbox-wrapper-13 input[type=checkbox]:hover:not(:checked):not(:disabled) {
--bc: var(--border-hover);
}
.checkbox-wrapper-13 input[type=checkbox]:focus {
box-shadow: 0 0 0 var(--focus);
}
.checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
width: 21px;
}
.checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
opacity: var(--o, 0);
}
.checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
--o: 1;
}
.checkbox-wrapper-13 input[type=checkbox] + label {
display: inline-block;
vertical-align: middle;
cursor: pointer;
margin-left: 4px;
}

.checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
border-radius: 7px;
}
.checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
width: 5px;
height: 9px;
border: 2px solid var(--active-inner);
border-top: 0;
border-left: 0;
left: 7px;
top: 4px;
transform: rotate(var(--r, 20deg));
}
.checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
--r: 43deg;
}
}

.checkbox-wrapper-13 * {
box-sizing: inherit;
}
.checkbox-wrapper-13 *:before,
.checkbox-wrapper-13 *:after {
box-sizing: inherit;
}


select {
padding: 10px; /* Adjust padding as needed */
font-size: 16px; /* Adjust font size as needed */
border: 1px solid #ccc; /* Add border for better visibility */
border-radius: 5px; /* Add border radius for rounded corners */
background-color: #fff; /* Background color */
color: #333; /* Text color */
outline: none; /* Remove outline */
transition: border-color 0.3s ease; /* Add transition for better user experience */
}
select:hover,
select:focus {
border-color: #999; /* Change border color on hover and focus */
}

