html,
body,
input,
button,
select,
textarea {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

.grid {
    display: grid;
    gap: 35px;
    margin: 30px 85px 60px 85px;
}

.grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 1200px) {
    .grid-cols-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 900px) {
    .grid-cols-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .grid-cols-4 {
        grid-template-columns: 1fr;
    }
}

.grid-item {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 23px;
}

.grid-item-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.grid-item-title {
    text-align: center;
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: normal;
    color: #222222;
    text-decoration: none;
}

.title {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 1rem;
}

hr {
    margin: 30px auto;
    width: 100%;
    max-width: 1029px;
    border-color: #959484;
}

.section-title {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 3px;
    font-weight: normal;
    color: #222222;
    margin: 50px auto 30px auto;
    text-align: center;
}

.section-title.large {
    font-size: 32px;
    margin: 50px auto 50px auto;
}

.section-subtitle {
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 30px;
    padding: 0 20px;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    gap: 0px;
    border: 1px solid #a6a6a6;
    max-width: 450px;
    margin: 0 auto 60px auto;
}

.newsletter-form input {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 300;
}

.newsletter-form button {
    padding: 10px 20px;
    background: #a6a6a6;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
}

footer {
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    padding: 40px 60px;
    background: #636363;
    color: #fff;
}

.header-links {
    position: relative;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}

.column-1::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #959484;
    position: absolute;
    bottom: -16px;
}

.column-2::after {
    content: "";
    display: block;
    /* width: calc(100% - 90px); */
    width: 100%;
    height: 1px;
    background: #959484;
    position: absolute;
    bottom: -8px;
}

.column-1,
.column-2 {
    width: calc(50% - 40px);
}

.header-logo {
    flex-shrink: 0;
    width: 80px
}

.header-logo img {
    width: 80px;
}

.page-header nav {
    margin: 0 30px 0 80px;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;

}

.page-header .cart-icons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.page-header .cart-icons img {
    width: 30px;
    height: 30px;
    margin: 0 3px;
}

.opening-hours {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 12px;
    font-weight: 300;
}

footer .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

footer .social-links {
    margin-top: 25px;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

footer .logo img {
    width: 123px;
}

.opening-hours b {
    font-weight: 500;
}

.opening-hours p {
    margin: 0;
    padding: 0;
}

.footer-column-3 {
    font-weight: 300;
    letter-spacing: 1px;
}

.footer-column-3 b {
    font-weight: 600;
}

.footer-column-3 a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}


.help-links {
    margin-top: 10px;
    border-top: 1px solid #959484;
    display: flex;
    padding-top: 25px;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.help-links a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 300;
}

.footer-column-2 {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.footer-column-3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: right;
}

.show-on-scroll {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.page-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    border-bottom: 1px solid #959484;
}

.logo-text {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
}

.page-header nav a {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    background: transparent;
    opacity: 0.75;
}

.swiper-pagination-bullet-active {
    height: 12px;
    width: 12px;
    border: 2px solid #fff;
    background: #fff;
    opacity: 1;
}

.twin {
    display: flex;
    gap: 35px;
    margin: 0 85px 60px 85px;
}

.twin-left {
    width: 65%;
    aspect-ratio: 2 / 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.twin-right {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.twin-right .text-content {
    margin-top: -25px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 200;
    color: #464545;
}

@media screen and (max-width: 1200px) {
    .twin {
        flex-direction: column;
    }

    .twin-left {
        width: 100%;
        aspect-ratio: 1 / 1;
    }

    .twin-right {
        width: 100%;
    }

}

a.read-more {
    border: 1px solid #464545;
    padding: 10px;
    text-decoration: none;
    color: #464545;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 20px;
    display: inline-block;
}

a.read-more.dark {
    background: #464545;
    border: 1px solid #fff;
    color: #fff;
}

#hero .swiper {
    height: 540px;
}

#page-hero {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 100px 100px 100px 100px;
}

.page-hero-title {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 5px;
    font-weight: bold;
    color: #fff;
}

.prose {
    padding: 0 20px;
    margin-top: -25px;
    font-size: 18px;
    line-height: 35px;
    font-weight: 200;
    color: #464545;
    max-width: 1200px;
    margin: 100px auto;
}


.relative {
    position: relative;
}

.hero-title {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 5px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.hero-subtitle {
    text-transform: uppercase;
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 3px;
    margin-top: 40px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}


.hero-subsubtitle {
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 3px;
    margin-top: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.hero-button {
    display: flex;
    justify-content: flex-end;
    padding-right: 230px;
}

.hero-button a {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 6px solid #fff;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    text-align: center;
    padding: 10px 20px;
    letter-spacing: 6px;
    min-width: 250px;
    min-height: 80px;
    margin-top: -25px;
}

.hero-button a span {
    display: block;
}

.slide {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: start;
}

.slide-item {
    padding-top: 100px;
    padding-bottom: 60px;
    padding-left: 125px;
    padding-right: 125px;
    position: relative;
    width: 100%;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 50px;
}


@media screen and (max-width: 900px) {
    #hero .swiper {
        height: auto;
    }

    .slide-item {
        padding: 20px !important;
        padding-top: 200px !important;
    }

    footer {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 50px;
    }

    #page-hero {
        height: 200px;
        padding: 200px 20px 20px 20px;

    }

    .footer-column-1,
    .footer-column-2,
    .footer-column-3 {
        text-align: center;
    }

    .newsletter-form {
        flex-direction: column;
        max-width: 100%;
        margin: 0 20px;
    }

    .hero-title {
        font-size: 26px;
        line-height: 30px;
    }

    .hero-subtitle {
        font-size: 24px;
    }

    .hero-subsubtitle {
        font-size: 24px;
    }

    .hero-button {
        display: block;
        padding: 0;
    }

    .hero-button a {
        display: flex;
        margin-top: 20px;
    }

    .swiper-pagination {
        display: none;
    }
}






.page-hero {
    padding-top: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 500px;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.artists-back-link a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;

    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #222;
    margin-bottom: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.artists-back-link a img {
    position: relative;
    top: -5px;
}

.artists-hero {
    min-height: 300px;
}

.page-hero-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    margin-bottom: 20px;
}

.page-hero-secondary-title {
    margin-top: -10px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}


.artists-hero .page-hero-title {
    font-size: 36px;
}

.page-hero-subtitle {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    max-width: 800px;
}

.page-title {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #222;
    margin: 40px 0 20px 0;
    text-align: center;
}

.category-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
}

.category-filter {
    text-decoration: none;
}

.category-title {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #222;
    margin: 40px 0 20px 0;
    text-align: center;
    margin-top: 10px;
    text-align: center;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.category-filter.active .category-title {
    border: 1px solid #222;
}



.box {
    width: 25%;
}

.w-full {
    width: 100%;
}

.box .inner {
    display: block;
    margin: 17px;
}

.exhibition-items-grid .box .inner {
    margin: 0;
}

.box .box-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
}

.box a {
    color: #222;
    text-decoration: none;
}

.box h3 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #222;
    text-decoration: none;
    text-transform: uppercase;
}

.artistslist {
    margin: 30px 85px 60px 85px;
}

.subfilters {
    text-align: center;
    margin-bottom: 70px;
}

.subcategory-filters {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.subcategory-title {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #222;
    margin: 50px 0 20px 0;
    text-align: center;
    text-transform: uppercase;
}

.subfilter-filter {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #222;
    margin: 40px 0 20px 0;
    text-align: center;
    margin-top: 10px;
    text-align: center;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.subfilter-filter.active {
    border: 1px solid #222;
}

.exhibitions-grid-item {
    align-items: start;
}

.exhibitions-grid-item .grid-item-title {
    font-size: 16px;
    text-align: left;
    font-weight: 300;
    letter-spacing: 2px;
    color: #222;
    text-transform: uppercase;
}

.exhibitions-grid-item .grid-item-subtitle {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #222;
    text-transform: uppercase;
}

.exhibitions-grid-item .grid-item-date {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #222;
}

.exhibitions-grid-item .grid-item-button {
    margin-top: -10px;
}

.exhibitions-grid-item .grid-item-button a {
    border: 1px solid #222;
    padding: 10px;
    text-decoration: none;
    color: #222;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
}

.exhibitions-grid-item .grid-item-button a:hover {
    background: #222;
    color: #fff;
}

.forthcoming-title {
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 3px;
    font-weight: normal;
    color: #222222;

    margin: 50px 0 60px 0;
}

.current-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 3px;
    font-weight: normal;
    color: #222222;
    margin: 50px 0 20px 0;
}

.current-title a {
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    color: #222;
}

.current-title a:hover {
    opacity: 0.75;
}

.current-title a img {
    position: relative;
    top: -5px;
}

.c-container {
    margin: 30px 85px 60px 85px;
}

.event {
    display: flex;
}

.event .image {
    width: 30%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    margin-right: 30px;
}

.event .image img {
    width: 100%;
    object-fit: cover;
}

.event .band {
    width: 60%;
}

.event .dates {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #222;
    margin-bottom: 30px;
}

.event h2.title {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #222;
    margin: 0px 0 10px;
}


.event .subtitle {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #222;
    margin: 10px 0;
}


.event .text-content {
    font-size: 16px;
    line-height: 28px;
    font-weight: 200;
    color: #464545;
    max-width: 800px;
}

.event .button {
    margin-top: 50px;
}

.event .button a {
    border: 1px solid #222;
    padding: 10px;
    text-decoration: none;
    color: #222;
    text-transform: uppercase;
    font-weight: normal;
}

.event .button a:hover {
    background: #222;
    color: #fff;
}


.artist-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 2px;
    font-weight: normal;
    color: #222222;
    margin: 30px 0 20px 0;
}

.artist-tabs {
    position: relative;
    display: flex;
    gap: 100px;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}

.artist-tab {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #222;
    margin: 40px 0 20px 0;
    text-align: center;
    margin-top: 10px;
    text-align: center;
    padding: 10px 0px;
    text-transform: uppercase;
    text-decoration: none;
}

.artist-tab.active {
    font-weight: 600;
}

.artist_item {
    width: 100%;
    color: #6f6e6e;
    font-size: 14px;
    line-height: 1px;

}

.artist_item .image {
    width: 100%;
    aspect-ratio: 1 / 1;
}

.artist_item img {
    width: 100%;
    height: auto;
}

.artist_item h3 a {
    font-size: 18px;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0;
    color: #6f6e6e;
    text-transform: none;
}

.artist-profile-grid {
    display: flex;
    gap: 50px;
}

.profile-image {
    width: 30%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
}

.profile-image img {
    width: 100%;
    height: auto;
}

.profile-text {
    width: 60%;
}

.artist-profile-grid .profile-text h2 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #464545;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.artist-profile-grid .profile-text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 200;
    color: #464545;
    max-width: 800px;
}

.artwork-flex {
    display: flex;
    gap: 40px;
}

.artwork-flex .left {
    width: 40%;
}

.artwork-flex .right {
    width: 60%;
}

.artwork-flex .right img {
    width: 100%;
    height: auto;
}

.artist-full-name {
    font-size: 16px;
    font-weight: 500;
    color: #8d8d8d;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.artwork-title {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    color: #8d8d8d;
    margin-bottom: 30px;
}

.artwork-medium,
.artwork-dimensions {
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    color: #8d8d8d;
    margin-bottom: 12px;
}

.artwork-description {
    font-size: 14px;
    font-weight: 300;
    color: #8d8d8d;
    margin-bottom: 12px;
}

.artwork-ref {
    font-size: 14px;
    font-weight: 300;
    color: #8d8d8d;
    margin-bottom: 12px;
}

.artwork-price {
    font-size: 16px;
    font-weight: 600;
    color: #8d8d8d;
    text-transform: uppercase;
    margin: 30px 0;
}

.artwork-price.sold {
    color: #b12704;
}

.ownart {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #8d8d8d;

    max-width: 350px;
}

.artwork-buttons div {
    margin-bottom: 10px;
}

.artwork-buttons span,
.artwork-buttons button {
    background: #fff;
    cursor: pointer;
    margin-bottom: 10px;
    display: inline-flex;
    padding: 10px;
    border: 1px solid #8d8d8d;
    text-decoration: none;
    color: #8d8d8d;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
}

.artwork-buttons span:hover, .artwork-buttons button:hover {
    background: #222;
    color: #fff;
}

.artwork-thumbnails {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    text-align: center;
    color: #8d8d8d;
    font-size: 14px;
}

.artwork-thumbnails>div>div:first-child {
    margin-bottom: 20px;
}

.artwork-thumbnails img {

    max-width: 100%;
}

#enquiry-form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 100px 0;
}

#enquiry-form.open {
    display: flex;
}

#enquiry-form .modal {
    position: relative;
    max-width: 800px;
    background: #fff;
    padding: 40px 50px 150px 50px;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.4);
    border: 1px solid;
}

#enquiry-form .enquiry-artwork {
    display: flex;
    align-items: center;
    gap: 20px;
}

#enquiry-form .enquiry-artwork .image {
    width: 100px;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
}

#enquiry-form .enquiry-artwork .image img {
    width: 100%;
    height: auto;
}

#enquiry-form .enquiry-artwork .author {
    font-size: 14px;
    font-weight: 500;
    color: #8d8d8d;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#enquiry-form .enquiry-artwork .artwork {
    font-size: 17px;
    font-style: italic;
    font-weight: 300;
    color: #8d8d8d;
    margin-bottom: 5px;
}

#enquiry-form .enquiry-artwork .medium,
#enquiry-form .enquiry-artwork .dimensions {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #8d8d8d;
    margin-bottom: 5px;
}

#enquiry-form .enquiry-artwork .ref {
    font-weight: 300;
    color: #8d8d8d;
    font-size: 14px;
    margin-bottom: 5px;
}

.modal .title {
    color: #8d8d8d;
    font-size: 28px;
    margin-bottom: 20px;
}

.modal .close {
    position: absolute;
    right: 40px;
    top: 40px;
    padding: 10px;
    cursor: pointer;
    color: #8d8d8d;

}

.modal-checkbox {
    display: flex;
    gap: 20px;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    align-items: center;
}

.modal-checkbox input {
    width: 30px;
    height: 30px;
}

.modal-input {
    display: flex;
    gap: 20px;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 20px;
    align-items: center;
}

.modal-input span {
    width: 150px;
}

.modal-input input {
    height: 30px;
    border: 2px solid #ebebeb;
    padding: 5px 10px;
    font-size: 18px;
    max-width: 300px;
    width: 100%;
}

.modal-input textarea {
    height: 100px;
    border: 2px solid #ebebeb;
    padding: 5px 10px;
    font-size: 18px;
    max-width: 300px;
    width: 100%;
}

.modal .buttons {
    margin-top: 50px;
    display: flex;
}

.modal .buttons div:first-child {
    width: 60%;
    color: #8d8d8d;
}

.modal button {
    background: #6f6d6e;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    border: none;
}

.modal button:hover {
    background: #222;
    cursor: pointer;
}

.exhibition-tabs {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
}

.exhibition-tabs a {
    border: 1px solid transparent;
    padding: 10px;
    font-size: 20px;
    text-decoration: none;
    color: #222;
    text-transform: uppercase;
    font-weight: normal;
}

.exhibition-tabs a.active,
.exhibition-tabs a:hover {
    border: 1px solid #222;

}

.exhibition-content img {
    float: left;
    width: 100%;
    max-width: 300px;
    margin-right: 50px;
    margin-bottom: 30px;
}

.exhibition-content .exhibition-title {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.exhibition-content .exhibition-subtitle {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.exhibition-content .exhibition-dates {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.exhibition-content .exhibition-description {
    font-size: 16px;
    line-height: 28px;
    font-weight: 200;
    color: #464545;
    min-height: 150px;
}

.also-being-exhibited-content {
    min-height: 180px;
    margin: 100px 0 0;
}

.exhibition-also-being-exhibited {
    max-width: 1029px;
    margin: auto;
}

.text-center {
    text-align: center;
}

.exhibition-items-grid {
    margin-top: 100px;
}

.cart-details {}

.cart-details h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #333;
    letter-spacing: 1px;
}

.cart-details table {
    width: 100%;
    border-collapse: collapse;
    background: transparent;
}

.cart-details td {
    padding: 1rem;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

.cart-details img {
    width: 100%;
    object-fit: cover;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
    margin-right: 1rem;
}

.cart-details tr:last-child td {
    border-bottom: none;
}

.cart-details {
    max-width: 800px;
    margin: auto;
    padding: 100px;
}

.cart-details h2 {
    text-align: center;
    margin-bottom: 50px;
}

.cart-table {}

.cart-buttons {
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
}

.empty-cart {
    text-align: center;
    font-size: 24px;
    color: #8d8d8d;
}

.form label {
    font-size: 18px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.form label span {
    display: block;
    margin-bottom: 5px;
}

.form label input {
    height: 30px;
    border: 2px solid #ebebeb;
    padding: 5px 10px;
    font-size: 18px;
}

.form label textarea {
    height: 100px;
    border: 2px solid #ebebeb;
    padding: 5px 10px;
    font-size: 18px;
}

.cart-buttons a,
.form button {
    background: #fff;
    cursor: pointer;
    margin-bottom: 10px;
    display: inline-flex;
    padding: 10px;
    border: 1px solid #8d8d8d;
    text-decoration: none;
    color: #8d8d8d;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
}

.form button.alt {
    background: #6f6d6e;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
}

.cart-buttons a:hover,
.form button:hover {
    background: #8d8d8d;
    color: #fff;
}

.error {
    margin-top: 5px;
    color: red;
    font-size: 0.875rem;
}

.exhibition-also-being-exhibited-section {
    max-width: 850px;
    margin: auto;
}

.exhibition-item .title {
    font-size: 16px;
    text-align: left;
    font-weight: 300;
    letter-spacing: 2px;
    color: #222;
    text-transform: uppercase;
}

.exhibition-item .artist {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #222;
    text-transform: uppercase;
}

.exhibition-item .medium,
.exhibition-item .dimensions,
.exhibition-item .price {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #222;
}

.exhibition-item img {
    max-width: 100%;
    /* aspect-ratio: 1/1; */
    object-fit: cover;
}

.exhibition-item .image {
    width: 100%;
    aspect-ratio: 1 / 1;
}


.content-split {
    display: flex;
    gap: 2rem;
    margin: 4rem 0;
}

.content-split-text {
    width: 100%;
    flex-grow: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 200;
    color: #464545;
}

.content-split-image {
    width: 33%;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

.content-split-text h2 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #464545;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.next-record {
    position: absolute;
    right: 0;
}

#mobile-menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9998;
}

.mobile-menu-open #mobile-menu-backdrop {
    display: block;
}

#mobile-menu-icon {
    display: none;
    position: absolute;
    left: 25px;
    top: 25px;
}

#mobile-menu-icon div {
    width: 30px;
    height: 4px;
    background-color: #fff;
    margin: 6px 0;
}

#mobile-menu {
    width: 100%;
    max-width: 250px;
    background: #fff;
    height: 100vh;
    font-size: 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 50px;
}

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

#mobile-menu img {
    max-width: 100px;
    margin-bottom: 50px;
}

.highlights-h1 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #464545;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.highlight-item {
    margin: 60px 0;
    display: flex;
    gap: 80px;
}

.highlight-item h2 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #464545;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.highlight-item p {
    width: 100%;
    flex-grow: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 200;
    color: #464545;
}

.highlight-item .left {
    width: 66.66%;

    padding-right: 20px;
}

.highlight-item .right {
    width: 33.33%;

    text-align: center;
}

.highlight-item .right img {
    width: 100%;
    max-width: 100%;
}



@media screen and (max-width: 990px) {
    #mobile-menu-icon {
        display: block;

    }

    .c-container {
        margin: 30px;
    }

    .page-header nav {
        margin: auto;
    }

    .page-hero {
        padding-left: 30px;
        padding-right: 30px;
    }

    .hero-button a {
        min-width: auto;
        min-height: auto;
        width: auto;
        padding: 10px;
        font-size: 18px;
        display: inline-block;
    }

    .current-title {
        font-size: 28px;
        display: grid;
        grid-template-columns: 1fr;
    }

    .current-title>* {
        width: 100%;
        margin: 0;
    }

    .slide-item {
        display: flex;
        margin: 20px;
        flex-direction: column;
    }

    .header-links {
        display: none;
    }

    .grid {
        display: grid;
        grid-template-columns: 1fr 1fr !important;
        margin: 30px !important;
    }

    .grid>div {
        width: 100% !important;
        margin: 0 !important;
    }

    .subcategory-filters {
        margin: 30px;
        display: grid;
        gap: 5px;
        grid-template-columns: 1fr;
    }

    .artistslist {
        margin: 30px;
    }

    .subfilters {
        display: none !important;
    }

    .box {
        width: 50%;
    }

    .exhibition-tabs, .artist-tabs {
        gap: 10px;
    }

    .exhibition-tabs a, .artist-tabs a {
        font-size: 12px;
    }

    .exhibition-content img {
        float: none;
    }

    .artist-tab {
        margin: 0;
    }

    .artist_item .image {
        width: 100%;
        aspect-ratio: auto;
    }

    .artwork-flex {
        flex-direction: column;
    }

    .artwork-flex>div {
        width: 100% !important;
    }

    .next-record {
        display: none;
    }

    .content-split {
        flex-direction: column;
    }

    .content-split>div {
        width: 100% !important;
    }

    .logo-text {
        font-size: 20px;
        padding: 4px 10px 10px 60px;
    }

    .highlight-item {
        flex-direction: column;
        gap: 20px;
    }

    .highlight-item .left, .highlight-item .right {
        width: 100%;
        padding: 0;
    }

    .event {
        grid-template-columns: 1fr !important;
    }
}

.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    padding: 0.5rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    text-align: center;
}

#main-image-mobile {
    display: none;
}

@media (max-width: 768px) {
    #main-image-mobile {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    #main-image {
        display: none;
    }
}