:root {
    --main-text-color-light: rgba(255, 255, 255, 0.8);
    --main-text-color-dark: rgba(0,0,0,0.3);
    --nuyda-dark-text: #333133;
    --main-font-sans: "Source Sans 3";
    --main-font-serif: "Spectral";
    --jsn-light-grey-bg: #faf9f7;
    --jsn-dark-grey: #bab7b7;
     --quiet-color: #e8e8e8;
    --super-quiet-color: #fafafa;
    --luxurious-blue: #3a5d73;
    --jsn-dark-blue: #11233d;
    --alert-red: #A5393E;
    --success-medium-green: #5CB85C;
    --success-light-green: #dfd;
     --jsn-luxurious-dark: #4b4b4b;
}

.w-0 {
  width: 0% !important;
}

.w-1 {
  width: 1% !important;
}

.w-2 {
  width: 2% !important;
}

.w-3 {
  width: 3% !important;
}

.w-4 {
  width: 4% !important;
}

.w-5 {
  width: 5% !important;
}

.w-6 {
  width: 6% !important;
}

.w-7 {
  width: 7% !important;
}

.w-8 {
  width: 8% !important;
}

.w-9 {
  width: 9% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-25 {
  min-height: 25vh !important;
}

.min-vh-35 {
  min-height: 35vh !important;
}

.min-vh-45 {
  min-height: 45vh !important;
}

.min-vh-50 {
  min-height: 50vh !important;
}

.min-vh-55 {
  min-height: 55vh !important;
}

.min-vh-65 {
  min-height: 65vh !important;
}

.min-vh-70 {
  min-height: 70vh !important;
}

.min-vh-75 {
  min-height: 75vh !important;
}

.min-vh-80 {
  min-height: 80vh !important;
}

.min-vh-85 {
  min-height: 85vh !important;
}

.min-vh-90 {
  min-height: 90vh !important;
}

.min-vh-95 {
  min-height: 95vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.shop-body {
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    color: var(--nuyda-dark-text);
}
.home_body {
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center;
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    line-height: 1.25;
    color: var(--nuyda-dark-text);
}
.main_body {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    object-fit: cover;
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    font-size: 1rem;
    line-height: 1.25;
    color: var(--nuyda-dark-text);
}
.main_body p {
    color: rgba(0, 0, 0, 0.6);
}
#site-logo {
    width: 30rem;
}
.header-container {
    height: 600px;
    background-repeat: no-repeat;
    background-size: 100vw;
    object-fit: contain;
    background-blend-mode: overlay;
}
.header-menu-item {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}
.btn-white {
    --bs-btn-color: #000000;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    border-radius: 6px;
}
.home-footer {
    position: absolute;
    bottom: 0;
    height: 2.5rem;            /* Footer height */
    display: flex;
    justify-content: space-between;

}
.home-footer div span, .home-footer div {
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    color: var(--main-text-color-light);
}
.site-footer {
    position: relative;
    height: 24rem;            /* Footer height */
    background-color: #252525;
    overflow: visible;
    color: var(--main-text-color-light);
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-bottom: 1rem;
    justify-content: space-around;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
  min-height: 100vh;
}
.homepage-headline {
    font-weight: 600;
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    color: #ffffff !important;
}
.homepage-subheadline {
    font-family: serif;
    font-family: var(--main-font-serif);
    color: #ffffff !important;
}
.banner img {
            width: 100%;       /* Set image width to 100% of the container */
            height: 600px;     /* Set the height to 400px */
            object-fit: cover; /* Maintain aspect ratio and fill the space */
}
.header-text {
    color: #ffffff;
    margin-top: 12rem;
}
.header-title {
    font-weight: 600;
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    letter-spacing: 0.25em;
    color: var(--main-text-color-light) !important;
}
.header-subtitle {
    font-family: serif;
    font-family: var(--main-font-serif);
    letter-spacing: 0.1em;
    width: 68% !important;
    color: var(--main-text-color-light) !important;
}
.page-content {
    flex-wrap: wrap;
}
.page-content-container {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.page-content h3 {
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    letter-spacing: 0.25em;
}
.page-content p {
    font-family: serif;
    font-family: var(--main-font-serif);
    letter-spacing: 0.1em;
}
.footer-logo {
    max-width: 12rem;
}
.footer-text-column-1 p{
    color: var(--main-text-color-light) !important;
    font-family: serif;
    font-family: var(--main-font-serif);
    letter-spacing: 0.05em;
    weight: 600;
}
.footer-container {
     margin-top: 5rem;
     position: absolute;
     bottom: 0;
     margin-bottom: 1.5rem;
}
.footer-container span, .footer-container a {
     font-family: sans-serif;
     font-family: var(--main-font-sans);
     font-weight: 200;
}
.above-footer-column-2, .above-footer-column-3 {
    font-family: serif;
    font-family: var(--main-font-serif);
    weight: 400;
    line-height: 2.5rem;
}
.above-footer-column-2 ul, .above-footer-column-3 ul{
    list-style-type: none;
}
.above-footer-column-2 ul:before, .above-footer-column-3 ul:before{
   content:attr(aria-label);
   font-family: sans-serif;
   font-family: var(--main-font-sans);
   font-size:1.2rem;
   letter-spacing: 0.1rem;
}
.shop-button-header {
    text-decoration: none;
    color: var(--nuyda-dark-text) !important;
    vertical-align: center;
}
.shop-link-shop-page {
    color: var(--nuyda-dark-text) !important;
    text-decoration: none;
}
.shop-menu {
    display: flex;
}
.shop-menu a {
    color: var(--main-text-color-light);
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    text-decoration: none;
}
.site-top-icons {
     color: var(--main-text-color-light);

}
.shop-menu ul {
    list-style-type: none;
}
.shop-navbar {
    height: 160px;
    z-index: 999999;
}
.shop-text {
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    font-size: 2rem;
    font-weight: 200;
    color: var(--nuyda-dark-text);
    letter-spacing: 0.2rem;
}
.shop-line hr {
    height: 1px;
    background-color: var(--nuyda-dark-text);
    margin-left: 1.5rem;
}
.product-images-container {

}
.shop-main-collection-title{
    color: var(--nuyda-dark-text);
    weight: 600;
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    letter-spacing: 0.1em;
}
.shop-main-collection-text p{
    color: var(--nuyda-dark-text);
    font-family: serif;
    font-family: var(--main-font-serif);
    font-size: 1.2rem;
}

.shop-container {
    max-width: 75%;
}

.shop-main-product-splash-area {
    background-color: var(--jsn-light-grey-bg);
    margin-top: 4rem;
    flex-direction: row;
    justify-content: center;

}

.jsn-btn-dark, .jsn-btn-dark a{
    background-color: var(--nuyda-dark-text) !important;
    color: var(--main-text-color-light) !important;
    font-family: sans-serif !important;
    font-family: var(--main-font-sans) !important;
    text-decoration: none;
    font-size: 0.75rem;
}
.btn-dark a{
    color: var(--main-text-color-light);
}
.shop-text-container {
    margin-top: 6rem;
    flex-direction: row;
    padding-left: 1.5rem;
}

.site-footer ul li, .site-footer ul li a {
  text-decoration: none;
  color: var(--main-text-color-light);
  font-weight: 200;
  font-size: 1rem;
}

.shop-featured {
    margin-bottom: 15rem;
    z-index: 10;
}
.product-grid-image{
    object-fit: contain;
    /* aspect-ratio: 4 / 3 !important; */
    width: 100%;
    max-height: 280px;
}
.product-grid-image-container {
    object-fit: cover;
    width: 100%;
    background-color: var(--jsn-light-grey-bg);
    aspect-ratio: 3 / 2 !important;
}
.product-grid-product-collection, .product-grid-product-collection a{
    color: var(--nuyda-dark-text);
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    letter-spacing: 0.1em;
    text-decoration: none;
    font-size: 1.2rem;
}
.product-grid-product-title {
    margin-left: 2px;
    height: 2.4rem;
    text-align: left !important;
}
.product-grid-product-title a{
    text-align: left !important;
    height: 2.4rem;
}
.product-grid-product-title, .product-grid-product-title a{
    color: var(--nuyda-dark-text);
    font-family: serif;
    font-family: var(--main-font-serif);
    letter-spacing: 0.1em;
    font-size: 1.1rem;
    text-decoration: none;
}
.product-grid-unit {
    /* padding-left: 2rem;
    padding-right: 2rem; */
    max-width: 30%;
    margin-right: 1.5rem;
}
.product-grid-button {
    border: none;
    margin-top: 1.2rem;
}
.product-grid-button a{
    color: var(--main-text-color-light);
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    letter-spacing: 0.1em;
    text-decoration: none;
    font-size: 0.75rem;
    padding-left: 3rem;
    padding-right: 3rem;
}
.shop-main-product-grid {
    margin-top: 3rem;
}
.shop-main-product-grid-row {
    margin-left: 0px !important;
    gap: 0px;
    margin-bottom: 3rem;
}
/*
.shop-main-product-grid-row>:first-child {
    padding-left: 0px !important;
}
.shop-main-product-grid-row>:last-child {
    padding-right: 0px !important;
}
*/
.shop-main-pre-grid-text-container {
    margin-top: 5rem;
    justify-content: flex-start;
}
.shop-product-main-row {
    /* background-color: #faf9f7; */
    flex-direction: row;
}
.shop-product-product-details {
    padding-left: 4rem;
}

.shop-product-title {
    color: var(--nuyda-dark-text);
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    letter-spacing: 0.1em;
    text-decoration: none;
    font-size: 2rem;
}
.shop-product-description, .shop-product-description p, .shop-product-description span, .shop-product-product-details span{
    color: var(--nuyda-dark-text);
    font-family: serif;
    font-family: var(--main-font-serif);
    letter-spacing: 0.05em;
    font-size: 1rem;
    vertical-align: text-bottom;
}
.shop-product-product-details span a{
    text-decoration: none;
}
.shop-product-description a{
    text-decoration: none;
}
.shop-product-price {
    color: var(--nuyda-dark-text) !important;
    font-family: serif;
    font-family: var(--main-font-serif);
    letter-spacing: 0.05em;
    font-size: 1.1rem;
}
.atc-button {
    color: var(--main-text-color-light);
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    border: none;
    border-radius: 6px;
}
.carousel-control-prev, .carousel-control-next {
    opacity: 0;
    transition: opacity 0.3s;
}

.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
    opacity: 1;
}
.cart-thead {
    border: none;
    border-bottom: 1px solid;
    border-color: inherit;
}
.cart-table thead th, .cart-table thead tr {
    border: none;
    padding: 0.5rem;
    text-align: center;
    border-width: 1px !important;
    vertical-align: middle;
    color: #212529;
    font-size: 18px;
}
.cart-table tr {
    border:none;
    border-bottom: 1px solid;
    border-color: inherit;
    max-height: 200px;
}
.cart-table td {

}
.cart-table tr {

}
.cart-thead .product-thumbnail {
    width: 200px;
}
.form-group {
    display: flex;
    align-items: center; /* Center items vertically */
}

.form-control-wrapper {
    flex: 1; /* Allow the dropdown to take up available space */
    margin-right: 10px; /* Space between dropdown and button */
}

.form-group .form-control {
    width: 100%; /* Ensure the dropdown uses the available width */
}

.form-group .btn {
    white-space: nowrap; /* Prevent button text from wrapping */
}
.cart-actual-table {
    width: 100%;
    height: 1px;
}
.cart-thead tr th{
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    letter-spacing: 0.1em;
    font-weight: 400;
    color: var(--nuyda-dark-text: #333133);
}
.cart-actual-table tbody tr td {
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    letter-spacing: 0.1em;
    font-weight: 400;
    color: var(--nuyda-dark-text: #333133);
}

.btn {
  text-transform: uppercase;
  position: relative;
  -webkit-transition: 0.2s all ease-in-out !important;
  -o-transition: 0.2s all ease-in-out !important;
  transition: 0.2s all ease-in-out !important;
  top: 0;
  letter-spacing: .05em;
}
    .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-secondary {
    background-color: #e6e7e9;
    border-color: #e6e7e9;
    color: #000; }
  .btn.btn-sm {
    font-size: 14px !important;
    padding: 10px 20px !important; }
  .btn.btn-primary {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: .1em; }
  .btn:hover {
    -webkit-box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.9) !important;
    box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.9) !important;
    top: -2px; }

.btn-cancel {
    background-color: #D3D3D3 !important;
    color: var(--nuyda-dark-text) !important;
}
.cart-remove-icon {
    height: 20px;
    width: 20px;
}
.js-btn-plus {
    color: var(--nuyda-dark-text) !important;
    border: 1px solid var(--nuyda-dark-text) !important;
    font-size: 0.8rem !important;
}
.js-btn-plus:hover {
    background-color: var(--nuyda-dark-text) !important;
    color: var(--main-text-color-light) !important;
}
.jsn-btn-checkout {

}
.empty-cart-container {
    margin-top: 3rem;
    margin-bottom: 8rem;
}
.checkout-left-column {
    min-width: 50%;
}
.checkout-right-column {
    min-width: 50%;
    background-color: var(--jsn-light-grey-bg);
    border-left: 1px solid var(--jsn-dark-grey);
}
.cart-img-container {
    height: 60px;
    width: 60px;

}
.cart-img {
    height: 100%;
    width: 100%;
    object-fit: cover !important;
    border: 1px solid var(--jsn-dark-grey);
    border-radius: 6px;
}
.order-info ul li{
    list-style-type: none;
}
.order-info {
    max-width: 70%;
}
.badge {
    position: absolute;
    top: -5px; /* Adjust this value to position the badge vertically */
    right: -5px; /* Adjust this value to position the badge horizontally */
    background-color: grey;
    color: white;
    border-radius: 100%;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 25px;  /* Width of the circle */
    height: 25px; /* Height of the circle */
    display: flex;
    justify-content: center;
    align-items: center;
}
.checkout-product-name {
    min-width: 15rem;
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    color: var(--nuyda-dark-text);
    font-size: 0.9rem;
    font-weight: 400;
}
.checkout-product-price {
    min-width: 8rem;
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    color: var(--nuyda-dark-text);
    font-size: 0.9rem;
    font-weight: 400;
}
.order-totals-container {
    max-width: 70%;
}
.greyed-out-dark {
    color: var(--jsn-dark-grey);
}
.form-group {
    width: 30rem;
    margin-bottom: 1rem;
}
input::placeholder {
    color: #6c757d; /* Grey color for placeholder text */
    opacity: 1; /* Ensure placeholder text is visible */
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    font-size: 0.75rem;
}
.shipping-method-advice {
    background-color: var(--jsn-light-grey-bg);
    padding-left: 2rem;
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    font-size: 0.9rem;
    color: #454545;
}
.shipping-method-title {
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    font-size: 1.1rem;
}
.checkout-items>:first-child {
    margin-top: 0 !important;
}
.order-subtotal, .order-shipping-cost {
    font-size: 0.9rem;
}
.order-total h4{
    font-size: 1.1rem;
}
.product-name h2 a{
    text-decoration: none;
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    color: var(--nuyda-dark-text);
}
.form-group select::placeholder {
    color: #6c757d; /* Grey color for placeholder text */
    opacity: 1; /* Ensure placeholder text is visible */
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    font-size: 0.75rem;
    display: none;
}
.form-group select {
    border: 1px solid var( --jsn-dark-grey);
    border-radius: 6px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    font-size: 0.75rem;
    display: flex;
    flex: 1;
}
.upcoming-exhibitions-grid span {
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    font-size: 0.75rem;
    line-height: 1.2rem;
    color: var(--nuyda-dark-text);
}
#contact-form-firstname {
    margin-right: 0.5rem;
}
#contact-form-lastname {
    margin-left: 0.5rem;
}





@media (min-width: 769px) {
.above-footer-column-1, .above-footer-column-2, .above-footer-column-3{
    max-width: 33%;
}
}
.contact-form {
    margin-left: 10rem;
    display: flex;
    flex-direction: column;
    width: 80%;
}
.contact-form-group div input, .contact-form-group input, .contact-form-group textarea {
    flex: 1;
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    font-size: 0.75rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;

}
.contact-form-group div input::placeholder, .contact-form-group input::placeholder, .contact-form-group textarea::placeholder {
    font-size: 0.75rem;
}
.contact-side-column {
    display: flex;
    flex-direction: column;
    width: 20%;
}
.contact-side-column a{
    text-decoration: none;
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    color: var(--nuyda-dark-text);
}
.exhibition-title a{
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    color: var(--nuyda-dark-text);
}
.profile-page-content {
    margin-bottom: 8rem;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: var(--nuyda-dark-text);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: var(--nuyda-dark-text);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.form-label, form input {
    font-family: sans-serif;
    font-family: var(--main-font-sans);
    color: var(--nuyda-dark-text);
    font-size: 1rem;
}
form input {
    padding: 0.1rem;
    padding-left: 0.5rem !important;
}
.profile-input input {
    width: 40ch;
    border: 1px solid var(--jsn-dark-grey);
    border-radius: 6px;
}
.profile-input label{
    width: 32ch;
}
.profile-input {
    border-top: 1px solid var(--jsn-dark-grey);
}
.profile-sidebar {
    width: 32ch;
    border-right: 1px solid var(--jsn-dark-grey);
}

.user-dropdown {
    display: none;
    z-index: 1000;
    width: 150px;
    right: 80px;
    top: 80px;
    padding: 10px;

}

.icon-person {
    margin-top: 0rem;

}
.btn-text-logout {
    border: none;
    background-color: transparent !important;
    color: var(--main-text-color-light) !important;
    font-family: sans-serif !important;
    font-family: var(--main-font-sans) !important;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5rem;
}
.btn-text-light {
    border: none;
    background-color: transparent !important;
    color: var(--main-text-color-light) !important;
    font-family: sans-serif !important;
    font-family: var(--main-font-sans) !important;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5rem;
}
.btn-text-dark {
    border: none;
    background-color: transparent !important;
    color: var(--nuyda-dark-text) !important;
    font-family: sans-serif !important;
    font-family: var(--main-font-sans) !important;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5rem;
}
.navbar-profile-image {
    height: 100%;
}
.login-container {
    margin-top: 10rem;
    margin-bottom: 10rem;
}
.desktop-nav {
    display: flex;
}
.topnav {
    display: none;
}
.homepage-container {
    justify-content: center;
}
.home-footer-right-side {
    display: flex;
}
#mobile-menu-items {
    display: none;
}

.home-footer {
    margin-bottom: 1rem;
}
.footer-container {
    justify-content: space-between;
}
@media (max-width: 768px) {
    #site-logo {
        width: 15rem;
    }
    .desktop-nav {
        display: none !important;
    }
    .hamburger-menu {
        height: 15px;
        width: 15px;
        display: flex;
        justify-content: end;
        align-items: center;
    }
    /* Style the navigation menu */
    .topnav {
      display: flex;
      overflow: hidden;
      background-color: transparent;
      position: relative;
    }

    /* Hide the links inside the navigation menu (except for logo/home) */
    #mobile-menu-items {
      display: none;
      flex-direction: column;
      align-items: center;
      background-color: var(--main-text-color-light);
      padding: 16px 0px;
      margin-top: 16px;
      width: 100%;
    }
    #mobile-menu-items a, #mobile-menu-items span {
        color: var(--nuyda-dark-text);
        font-family: serif;
        font-family: var(--main-font-serif);
        padding: 8px 0px;
    }
    .topnav .icon {
        padding: 0 0 0 0 !important;
        display: flex;
    }
    /* Style navigation menu links */
    .topnav a {
      color: white;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 17px;
      display: block;
    }

    /* Style the hamburger menu */
    .topnav a.icon {
      background: transparent;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
    }

    /* Add a grey background color on mouse-over */
    .topnav a:hover {
      background-color: #ddd;
      color: black;
    }

    /* Style the active link (or home/logo) */
    .active {
      background-color: #04AA6D;
      color: white;
    }
    .homepage-container {
        display: flex;
        justify-content:flex-start !important;
        margin-top: 8rem;
    }
    .homepage-headline, .header-title {
        font-size: 1rem;
    }
    .homepage-subheadline, {
        font-size: 0.8rem;
    }
    .header-text {
        margin-top: 4rem !important;
    }
    .header-subtitle, .header-subtitle h5 {
        font-size: 0.9rem;
        width: 100% !important;
    }
    .homepage-container button {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
        font-size: 0.8rem;
        font-weight: 500;
    }
    .homepage-container button span {
        margin-left: 0 !important;
    }
    .home-footer {
        position: absolute;
        bottom: 0;
        height: 6rem;            /* Footer height */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: var(--main-text-color-light);
        width: 100vw !important;
        margin-bottom: 0px !important;
        transform: translate(-1.5rem);
        padding: 16px 0px;
        font-size: 0.8rem;
    }
    .desktop-footer-divider {
        display: none;
    }
    .home-footer-right-side {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: var(--nuyda-dark-text);
    }
    .home-footer-right-side div {
        margin-bottom: 8px;
    }
    .footer-copyright {
        display: flex;
        justify-content: center;
        margin-bottom: 8px;
        margin-top: 8px;

    }
    .home-footer div span, .home-footer div {
        color: var(--jsn-luxurious-dark);
    }
    .footer-container {
        font-size: 0.8rem;
        position: absolute;
        bottom: 0;
        height: 5rem;            /* Footer height */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center !important;
        margin-bottom: 0px !important;
        margin-top: 1rem !important;
    }
    .above-footer-container {
        display: flex;
        flex-direction: column !important;
        align-items: center;
        margin-bottom: 3rem;
    }
    .above-footer-column-1, .above-footer-column-2, .above-footer-column-3 {
        display: none;
        flex-direction: column !important;
        align-items: center;
        width: 100%;
        flex: 1;
    }
    .above-footer-column-2 ul {
        padding-left: 0px !important;
        text-align: center;
    }
    .above-footer-column-2 ul li {
        line-height: 1.6rem !important;
    }
    .above-footer-column-2 ul li a{
        font-size: 0.8rem;
    }
    .footer-text-column-1 {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 0.9rem;
        text-align: center;
    }
    .site-footer {
        height: 20rem;
        margin-bottom: 0px !important;
        padding: 0px;
    }

}
.shop-text-container-2 {
    width: 60%;
}
.shop-main-featured-left {
    width: 60%;
}
.shop-main-featured-right {
    width: 40%;
    margin-top: 1rem;
}
.shop-home-button-div {
    margin-top: 3rem;
}
.nav-container {
    justify-content: space-between;
}
#navbar-toggler {
    margin-top: 1rem;
}

#navbarNav {
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
}
.navbar-nav-div {
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    margin-right: 1.5rem
}
.product-grid-text-container {
    align-items: flex-start;
}
.product-grid-superunit {
    justify-content: flex-start;
}
.about-container {
    flex-direction: row;
    justify-content: space-between;
    gap: 3rem;
    width: 80%;
    margin-top: 3rem;
}
.about-image {
    height: 600px;
}
.exhibition-card {
    display: flex;
    flex-direction: row;
}
.exhibition-image {
    width: 50%;
    margin-right: 3rem;
}
.exhibition-detail {
    width: 50%;
}
.current-exhibition-header {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}
.exhibition-section {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
}











@media (max-width: 400px) {
    .shop-body {
        width: 100%;
    }
    .shop-container {
        max-width: 90% !important;
    }
    .shop-text-container {
        margin-top: 3rem;
    }
    .shop-text-container-2 {
            width: 100%;
    }
    .shop-main-featured-left {
        width: 100%;
    }
    .shop-main-product-splash-area {
        flex-direction: column;
        margin-top: 1rem;
    }
    .shop-main-featured-right {
        width: 100%;
        margin-top: 1.5rem;
    }
    .shop-main-collection-title {
        text-align: center;
    }
    .shop-main-collection-text {
        text-align: center;
        margin-top: 1rem;
    }
    .shop-home-button-div {
        margin-top: 1.5rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    .shop-main-pre-grid-text-container {
        margin-top: 2.5rem;
        flex-direction: column;
        align-items: center;
        padding-left: 0rem;
    }
    .shop-line hr {
        margin-left: 0rem;
    }
    .product-grid-unit {
        max-width: 45%;
        margin-right: 0rem;
    }
    .product-grid-product-collection, .product-grid-product-collection a{
        font-size: 1rem;
    }
    .product-grid-product-title {
        text-align: center !important;
        margin-bottom: 0px !important;
    }
    .product-grid-product-title a {
        font-size: 0.8rem;
        text-align: center !important;
    }
    .product-grid-button {
        margin-top: 0.8rem;
    }
    .product-grid-button a {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .shop-featured {
        margin-bottom: 2rem;
    }
    .shop-main-product-grid-row {
        margin-bottom: 0rem;
    }
    .nav-container {
        flex-direction: column;
    }
    #site-logo {
        width: 90%;
    }
    .logo-container {
        text-align: center;
    }
    .icon-menu {
        color: #ffffff;
    }
    #navbarNav {
        display: none;  /* Hide by default */
    }

    #navbarNav.d-md-block {
        display: flex; /* Show when toggled */
        z-index: 999999;
        flex-direction: column;
        align-items: center;
    }
    .navbar-nav-div {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        z-index: 999999;
        background-color: var(--jsn-light-grey-bg);
        color: #000000;
        padding-bottom: 0.8rem;
        margin-left: 0px;
        margin-right: 0px;
    }
    .navbar-nav-div a {
        color: var(--nuyda-dark-text);
    }
    .navbar-nav-div span, .navbar-nav-div button {
        margin-top: 2rem;
        margin-bottom: 0rem;
    }
    .navbar-nav-div span a {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .site-top-icons {
        background-color: var(--jsn-light-grey-bg);
        width: 100%;
        justify-content: center;
        padding-bottom: 1.6rem;
        padding-top: 1.6rem;
    }
    .site-top-icons ul li a {
        color: var(--nuyda-dark-text);
    }
    .site-top-icons img {
        display: none;

    }
    .product-grid-text-container {
        align-items: center !important;
    }
    .shop-product-main-row {
        flex-direction: column;
    }
    .shop-product-product-details {
        padding-left: 0px;
    }
    .shop-product-title {
        margin-top: 1.5rem;
    }
    .product-grid-superunit {
        justify-content: space-between;
    }
    .about-container {
        flex-direction: column;
        width: 100%;
        margin-top: 1rem;
    }
    .about-image img {
        width: 100%;
        object-fit: contain;
    }
    .exhibition-card {
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .exhibition-image {
        width: 100%;
        margin-right: 0px;
    }
    .exhibition-detail {
        width: 100%;
        margin-top: 2rem;
    }
    .current-exhibition-header {
        margin-bottom: 0px;
    }
    .page-content-container {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .upcoming-exhibition-detail {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 1rem;
    }
    .exhibition-section {
        margin-top: 0px;
    }
    .contact-side-column {
        width: 100%;
    }
    .contact-form {
        margin-top: 3rem;
        margin-left: 0px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .contact-form-group {
        flex-wrap: wrap;
    }
    .contact-form input {
        width: 45ch;
    }
    #contact-form-firstname {
        margin-right: 0rem;
        margin-bottom: 1rem;
    }
    #contact-form-lastname {
        margin-left: 0rem;
    }
    #welcome-user {
        margin-bottom: 0.5rem;
    }
    #welcome-user, #welcome-user a  {
        width: 100%;
        text-align: center;
    }
    #header-welcome-user-container {
        justify-content: center;
    }
    .btn-text-logout {
        border: none;
        background-color: transparent !important;
        color: var(--nuyda-dark-text) !important;
        font-family: sans-serif !important;
        font-family: var(--main-font-sans) !important;
        text-decoration: none;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .homepage-headline {
        font-size: 1.5rem;
    }
    .homepage-subheadline {
        font-size: 1rem;
        font-weight: 300;
    }
}
