/*
Theme Name: Olsen Gallery Theme
Description: A custom WordPress theme for art galleries featuring exhibitions, artists, and publications.
Version: 1.0
Author: Nilesh chipde
*/
/*@font-face {font-family: 'Trade Gothic LT Std';src: url('../olsengallery/assets/fonts/3260B8_0_0.eot');src: url('../olsengallery/assets/fonts/3260B8_0_0.eot?#iefix') format('embedded-opentype'),url('../olsengallery/assets/fonts/3260B8_0_0.woff2') format('woff2'),url('../assets/fonts/3260B8_0_0.woff') format('woff'),url('../olsengallery/assets/fonts/3260B8_0_0.ttf') format('truetype');}

*/

@font-face {
    font-family: 'Trade Gothic LT Std old';
    src: url('../olsengallery/assets/fonts/trade-gothic-lt-std-58a78e64434a9-webfont.woff2') format('woff2'),
         url('../olsengallery/assets/fonts/trade-gothic-lt-std-58a78e64434a9-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Trade Gothic LT Pro';
    src: url('../olsengallery/assets/fonts/trade-gothic-lt-std-bold-condensed-no-20-5872def1d27d8-webfont.woff2') format('woff2'),
         url('../olsengallery/assets/fonts/trade-gothic-lt-std-bold-condensed-no-20-5872def1d27d8-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Trade Gothic LT Std';
    src: url('../olsengallery/assets/fonts/tradegothicltpro-bold-webfont.woff2') format('woff2'),
         url('../olsengallery/assets/fonts/tradegothicltpro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
    :root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-light-gray: #f4f4f4;
    --color-background-light: #f7f7f7;
  --color-border: #dbdbdb;
  --color-text-primary: #000000;
  --color-text-secondary: rgba(0, 0, 0, 0.8);
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-secondary: rgba(255, 255, 255, 0.8);
  --font-primary:Helvetica,Helvetica Neue,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,'Inter', sans-serif;
  --font-display: 'Trade Gothic LT Std', 'Inter', sans-serif;
      --color-background-dark: #000000;
	   --color-text-light: #ffffff;
    --color-text-light-muted: rgba(255, 255, 255, 0.8);
	--color-background-white: #ffffff;
	--color-text-inverse-secondary: rgba(255, 255, 255, 0.8);
	--color-text-inverse: #ffffff;
	--color-text-primarycontact: #272525;
	--color-text-secondarycontact: #8f8f8f;
	--font-family-heading: 'Trade Gothic LT Std', 'Inter', sans-serif;
	--font-family-body: 'Helvetica Neue', 'Helvetica', 'Inter', sans-serif;
}
     
*,
*::before,
*::after {
  box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
body {
  margin: 0;
  font-family: var(--font-primary);
  background-color: var(--color-white);
  color: var(--color-text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-wrapper {
  max-width: 1900px!important;
  margin: 0 auto;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}
.container {
  max-width: 1900px!important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.learn-more-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text-primary);
  padding-bottom: 4px;
  border-bottom: 1px solid #dbdbdb;
  transition: opacity 0.3s;
}

.learn-more-link:hover {
  opacity: 1;
}
th.wc-block-cart-items__header-image {
    text-align: left;
}

td.wc-block-cart-item__image {
    padding-left: 0px!important;
}

.wp-block-woocommerce-cart.alignwide {
    padding-top: 24px;
    margin-top: .5em;
}
/* CSS from section:header */
.site-header {
  position: relative;
  width: 100%;
  z-index: 10;
  padding: 20px 0;
}
body.page-template-page-template-home header#header.site-header {
    position: absolute;
    top: 0;
    left: 0;
}
.header-container {
  max-width: 1900px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header__logo img {
  display: block;
  height: 143px;
  width: auto;
}
.header__nav-list {
  display: flex;
  gap: 32px;
}
.header__nav-list a {
  font-family: var(--font-primary);
  font-size: 16px;
  padding-bottom:4px;
  color: #000;
  transition: opacity 0.3s;
}

.header__nav-list a:hover {

 
}
.header__nav-list a, .sub-nav-list a {
    position: relative;
}
.link-underlined{position:relative;top:2px;}
a.link-underlined:hover .line {
    background-color: #000;
}
.header__nav-list a:hover:after, .sub-nav-list a:hover:after {
    content: '';
    display: block;
    height: 1px;
    background-color: #000;
    width: 100%;
    position: absolute;
    z-index: 99999999;
    bottom: 0;
    left: 0;
}
/* Search Overlay */
.search-overlay {
  position: fixed; top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.4);
  display: none; align-items: center; justify-content: center;
  z-index: 9999;
}
.search-overlay.open {
  display: flex;
}
.search-box {
  position: relative;
  width: 80%; max-width: 600px;
  background: #fff;
  padding: 20px 20px 40px;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
.search-box .close-search {
  position: absolute;
  top: 12px; right: 16px;
  border: none; background: none;
  font-size: 24px; cursor: pointer;
}
.search-box .search-field {
  width: 100%;
  border: none; border-bottom: 2px solid #ccc;
  padding: 12px; font-size: 18px;
  outline: none;
}
.search-box .search-field:focus {
  border-bottom-color: #272525;
}

@media (max-width: 768px) {
  .header__logo img {
    height: 100px;
  }
  .header__nav-list {
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  .header__nav-list a {
    font-size: 14px;
  }
  img.custom-logo {
    height: 56px;
    width: auto;
}

html {
     margin-top: 0px!important; 
}

div#wpadminbar {
    display: none;
}


}
@media(max-width:650px){
	.page-wrapper {
    margin-top: 20px;
}

body.featured-open .page-wrapper,body.home .page-wrapper {
    margin-top: 100px;
}
	body.featured-open header#header.site-header{
    position: absolute;
}

header#header.site-header {
    position: relative;
}
}
/* CSS from section:hero */
.hero-section {
  position: relative;
  height: 800px;
  width: 100%;
  color: var(--color-white);
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/page/7dcaa0f2-a19c-4ac3-a41d-3c7f9655e2a5/images/fa6824ef2fd1be36b1964a8fa172cabd1cc9c435.png');
  background-size: cover;
  background-position: center;
}
.hero__content {
  position: relative;
  height: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px;
}
.hero__artist-list {
  position: absolute;
  bottom: 151px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero__artist-name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
  text-align: left;
}
.hero__artist-name--secondary {
  color: var(--color-text-on-dark-secondary);
}
.hero__learn-more-popup {
  position: absolute;
  top: 339px;
  left: 942px;
}
.hero__popup-icon {
  display: block;
  margin-bottom: 5px;
}
.hero__popup-buttons {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hero__popup-btn {
  background-color: var(--color-white);
  color: var(--color-black);
  padding: 4px;
  font-family: var(--font-display);
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
.hero__popup-btn--large {
  font-size: 16px;
}
.hero__scroll-indicator {
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: 2px solid var(--color-white);
}
.hero__scroll-indicator img {
  display: block;
}
h1.checkout-title {
    font-family: helvetica;
}
@media (max-width: 1024px) {
  .hero__learn-more-popup {
    left: auto;
    right: 80px;
    top: 40%;
  }
  .hero__artist-name {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .hero-section {
    height: 100vh;
  }
  .hero__artist-list {
    bottom: 100px;
  }
  .hero__artist-name {
    font-size: 28px;
  }
  .hero__learn-more-popup {
    display: none;
  }
}

/* CSS from section:upcoming-exhibitions */
.upcoming-exhibitions-section {
  padding: 0 20px;
}
.upcoming-exhibitions__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 20px 0;
}
.upcoming-exhibitions__main-title {
  font-family: 'Helvetica', sans-serif;
  font-size: 32px;
  font-weight: 400;
}
.upcoming-exhibitions__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  padding-bottom: 80px;
}
.upcoming-exhibitions__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 32px;
}
.info__text-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex:1;
}
.info__category {
  font-size: 16px;
    text-transform: uppercase;
}
.about-work-links a {
    font-size: 16px;
  
    padding-bottom: 4px;
    border-bottom: 1px solid var(--color-border)!important;
}
.about-work-links a:hover {
    border-bottom: 1px solid var(--color-text)!important;
}
.info__title {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 400;
  margin: 0px 0;
  flex:1;
  text-transform: uppercase;
}
.upcoming-exhibitions__info h3.info__title {
    flex: 0;
}

.upcoming-exhibitions__info p.info__date {
    flex: 1;
}
.info__date {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0px;
}
.info__description {
  font-size: 16px;
  line-height: 22px;
  max-width: 375px;
}
.upcoming-exhibitions__image {
  width: 100%;
  height: 450px;
  overflow:hidden;
  transition:2s all;
  background: #e6e6e8;
    padding: 0px;
}
.upcoming-exhibitions__image img {
  width: auto;
  height: 100%;
  object-fit:cover;
  transition: 2s all;
  margin: auto;
 }
img.auto-zoom:hover{scale:1}
@media (max-width: 992px) {
  .upcoming-exhibitions__content {
    grid-template-columns: 1fr;
  }
  .upcoming-exhibitions__image {
    height: 350px;
  }
  .info__description {
    max-width: 100%;
  }
}

/* CSS from section:exhibitions-grid */
.exhibitions-grid-section {
  padding: 20px;
}
.exhibitions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.exhibition-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.exhibition-card__image {
  width: 100%;
  aspect-ratio: 507 / 291;
  overflow: hidden;
    object-fit: cover;
   
}
.exhibition-card__image img {
  width: 100%;
 height:100%;
 object-fit: cover;
    transition: 2s all;
}
.exhibition-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.exhibition-card__category {
  font-size: 16px;
      text-transform: uppercase;
}
.exhibition-card__title {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 400;
  margin: 0px 0 0;
  text-transform:uppercase;
}
.exhibition-card__date {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0px;
  text-transform: uppercase;
}
a.learn-more-link:hover {
    border-bottom: 1px solid #090000;
}
@media (max-width: 992px) {
  .exhibitions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .exhibitions-grid {
    grid-template-columns: 1fr;
  }
}

/* CSS from section:featured-artist */
.featured-artist-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 0px 20px;
  margin: 96px 0px;
  align-items: center;
}
.featured-artist__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  height: 100%;
}
.featured-artist__image {
  width: 100%;
  height: 100%;
background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    min-height: 450px;
}
.featured-artist-section .info__description {
  max-width: 507px;
}

@media (max-width: 992px) {
  .featured-artist-section {
    grid-template-columns: 1fr;
  }
  .featured-artist__image {
    order: -1;
    height: 350px;
  }
}

/* CSS from section:jersey-art-sales */
.jersey-art-sales-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 0px 20px;
  margin: 96px 0px;
  align-items: center;
}
.jersey-art-sales__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  height: 100%;
}
.jersey-art-sales__image {
  width: 100%;
  height: 456px;
  overflow:hidden;
}
.jersey-art-sales__image img{
  width: 100%;
  height: 456px;
   width: 100%;
 height:100%;
 object-fit: cover;
    transition: 2s all;
}
.jersey-art-sales-section .info__description {
  max-width: 507px;
  line-height: 24px;
}

@media (max-width: 992px) {
  .jersey-art-sales-section {
    grid-template-columns: 1fr;
  }
  .jersey-art-sales__image {
    order: -1;
    height: 350px;
  }
}

/* CSS from section:hughes-at-olsen */
.hughes-at-olsen-section {
  display: grid;
  grid-template-columns: 678fr 922fr;
  background-color: var(--color-light-gray);
}
.hughes-at-olsen__info {
  padding: 128px 20px 128px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}
.hughes-at-olsen__image {
  min-height: 690px;
  background-image: url('/page/7dcaa0f2-a19c-4ac3-a41d-3c7f9655e2a5/images/e74fbacd4e2cb0992f476433f38d383cba06fb81.png');
  background-size: cover;
  background-position: center;
}
.hughes-at-olsen-section .info__title {
  font-family: 'Trade Gothic LT Pro', sans-serif;
  flex:0;
}
.hughes-at-olsen-section .info__description {
  max-width: 507px;
  line-height: 24px;
}
article a:hover img.auto-zoom ,a:hover img.auto-zoom,a:hover img.exhibition-card__image{
    transform: scale3d(1.1,1.1,1)!important;
}
img.auto-zoom,article a>img.auto-zoom,a>img.auto-zoom,a>img.exhibition-card__image {transition: opacity .2s cubic-bezier(.38,.005,.215,1), filter .2s cubic-bezier(.38,.005,.215,1), transform .2s cubic-bezier(.38,.005,.215,1);}
.echibition-cardImage {
    aspect-ratio: auto!important;
    overflow: hidden;
}
.secondary-navigation a:hover {
    border-bottom: 1px solid #272525;
    padding-bottom: 4px;
}
.prints-multiples__info .info__text-content {
    gap: 64px;
}
@media (max-width: 992px) {
  .hughes-at-olsen-section {
    grid-template-columns: 1fr;
  }
  .hughes-at-olsen__image {
    min-height: 400px;
  }
  .hughes-at-olsen__info {
    padding: 64px 20px;
  }
}

/* CSS from section:press */
.press-section {
  padding: 0px 20px;
  margin:96px 0px
}
.press__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.press__main-title {
  font-size: 32px;
  font-weight: 400;
}
.press__grid {
  display: grid;
  grid-template-columns: .70922fr 1fr;
  gap: 20px;
}
.press__grid-small {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-content: start;
}
.press-card, .p-card-link{
  display: flex;
  flex-direction: column;
  gap: 16px;
 
}
.news-filters .active-link,.news-filters a:hover
 {
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
}
.press-card__image {
  width: 100%;
  overflow:hidden;
 }
.press-card__image img{
  width: 100%;
 height:100%;
 object-fit: cover;

}
.press-card--large .press-card__image {
  aspect-ratio: 639 / 801;
}
.press-card:not(.press-card--large) .press-card__image {
  aspect-ratio: 440 / 311;
}
.press-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
      min-height: 143px;
}
@media(min-width:1600px){
	.press-card--large .press-card__image {
    max-height: 58rem;
}
}
.press-card__category {
  font-size: 16px;
   margin: 0;
}
.press-card__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}
.press-card__date {
  font-size: 14px;
 font-family: "Helvetica";
 margin: 0;
}

@media (max-width: 992px) {
  .press__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .press__grid-small {
    grid-template-columns: 1fr;
  }
}

/* CSS from section:prints-multiples */
.prints-multiples-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #F4F4F4;
}
.prints-multiples__info {
  padding: 128px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
 
  position: relative;
  z-index: 2;
}
.prints-multiples-section .info__title {
  font-family: 'Trade Gothic LT Pro', sans-serif;
  font-size: 48px;
  font-weight: 400;
}
.prints-multiples-section .info__description {
  max-width: 507px;
  line-height: 24px;
}
.prints-multiples__gallery-wrapper {
  overflow: hidden;
  padding-left: 20px;
}

.prints-multiples__gallery {
 
 
}
.gallery-item {
  width: 420px;
  height: 420px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}
.prints-multiples__gallery-wrapper .swiper-slide.gallery-item {
    aspect-ratio: 436 / 420;
    overflow: hidden;
    object-fit: contain;
    /* width: 436px!important; */
}
article.swiper-slide.press-card,article.exhibition-card.swiper-slide  {
    display: flex;
}

.prints-multiples__gallery-wrapper .swiper-slide.gallery-item img.auto-zoom {
    
    height: 100%;
    width: 100%;
    object-fit: contain;
    /*background: #ECECEC;
	padding: 20px;
	*/
}
.sub-nav-list{margin-left:auto;}
.ui-menu .ui-menu-item-wrapper.autocomplete-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ui-menu .ui-menu-item-wrapper.autocomplete-item img.autocomplete-image {
    width: 50px;
    height: 50px;
    margin-right: 12px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
}

.ui-menu .ui-menu-item-wrapper.autocomplete-item span {
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{background-color: #f8f9fa!important;
    transform: translateX(4px);border:none!important;margin:0px!important}

.ui-widget.ui-widget-content {
    background: white;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    max-height: 400px;
    overflow-y: auto;
    z-index: 10000;
    animation: dropDown 0.3s ease;
}
@media (max-width: 1200px) {
  .prints-multiples-section {
    grid-template-columns: 1fr;
  }
  .prints-multiples__info {
    background: none;
    padding: 64px 20px;
  }
}

/* CSS from section:publications */
.publications-section {
  padding: 20px 20px 128px 20px;
}
.publications__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 40px;
}
.publications__main-title {
  font-size: 32px;
  font-weight: 400;
}
.publications-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.publication-card,article.swiper-slide.publication-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.publication-card__image {
  width: 100%;
  aspect-ratio: 296 / 312;
  overflow:hidden;
}
.publication-card__image img{
  width: 100%;
 height:100%;
 object-fit: contain;
    transition: 2s all;
	    padding: 20px;
    background: #ECECEC;
}
.publication-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.publication-card__category,
.publication-card__author {
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
   margin: 0;
}
.publication-card__title {
  font-family: 'Helvetica', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15;
}
.header__toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}
.header__hamburger {
  position: relative;
  display: block;
  width: 24px;
  height: 2px;
  background: #000;
}
.header__hamburger::before,
.header__hamburger::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: #000;
  left: 0;
  transition: transform 0.3s ease;
}
.header__hamburger::before { top: -8px; }
.header__hamburger::after  { top:  8px; }
/* container */
.olsen-loader {
  display: none;             /* toggle with JS as you have */
  text-align: center;
  padding: 2rem 0;
}

/* text wrapper */
.olsen-loader .loader-text {
  display: inline-block;
  font-family: 'Trade Gothic LT Std', serif; /* elegant serif for an art gallery */
  font-size: 2rem;
  letter-spacing: 0.5rem;
}

/* individual letters */
.loader-text span {
  display: inline-block;
  opacity: 0;
  animation: fadeBounce 1s ease-in-out infinite;
  animation-delay: var(--delay);
}

/* keyframes for fade & bounce */
@keyframes fadeBounce {
  0%, 20%   { transform: translateY(0);   opacity: 0; }
  40%, 60%  { transform: translateY(-10px); opacity: 1; }
  100%      { transform: translateY(0);    opacity: 0; }
}
svg.hideico {
    position: relative;
    top: 2px;
}
/* CSS from section:film */
.load-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.65em 1.2em;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background-color: #202223;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 200ms ease, transform 150ms ease;
  will-change: transform, background-color;
  width:200px;
    margin:auto;
  justify-content:center;
 
}

.load-more-btn .icon {
  display: inline-flex;
  transition: transform 300ms ease;
  will-change: transform;
}

.load-more-btn:hover {
  background-color: #000000;
  transform: translateY(-2px);
}

.load-more-btn:hover .icon {
  animation: bounce 600ms ease-in-out;
}

.load-more-btn:active {
  background-color: #202223;
  transform: translateY(0);
}
.filter-menu {
    /* opacity: 0; */
    transform: translateY(-10px);
    position: absolute;
    top: 92px;
    right: 0;
    background: #fff;
    z-index: 9999999999999999;
    /* width: 100%; */
    padding: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    transition: opacity .3s ease, transform .3s ease;
    /* pointer-events: none; */
}

.filter-menu ul {
     list-style: none;
    margin: 0 0 12px;
    padding: 0;
    max-height: 440px;
    overflow-y: auto;
}

.filter-dropdown-footer {
    text-align: right;
    border-top: 1px solid #eee;
    padding-top: 12px;
    position: relative;
}

.filter-dropdown-footer button {
    background: #272525;
    color: #fff;
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    transition: background .2s;
}

.filter-menu label {
    cursor: pointer;
    font-size: 14px;
}
/* Bounce keyframes */
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50%     { transform: translateY(-4px); }
}

/* Optional spinner state */
.load-more-btn.loading .icon {
  /* swap arrow for spinner */
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
/* Mobile ≤1024px */
@media (max-width: 1024px) {
  .header__toggle {
    display: block;
  }
  nav.header__nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 300px;
    height: 100%;
    flex-direction: column;
    padding: 2rem;
    background: #000;
    margin: 0;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    transition: left 0.3s ease, opacity 0.3s ease;
    z-index: 1000;
  }
  .header__nav-list li {
    margin-bottom: 1.5rem;
  }
  .header__nav-list li:last-child {
    margin-bottom: 0;
  }
  .header__nav-list li a {
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
  }
  nav.header__nav.open {
    left: 0;
    opacity: 1;
    pointer-events: auto;
  }
  .header__toggle[aria-expanded="true"] .header__hamburger {
    background: transparent;
  }
  .header__toggle[aria-expanded="true"] .header__hamburger::before {
    transform: translateY(8px) rotate(45deg);
  }
  .header__toggle[aria-expanded="true"] .header__hamburger::after {
    transform: translateY(-8px) rotate(-45deg);
  }
}
@media (max-width: 1200px) {
  .publications-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .publications-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* CSS from section:footer */
.site-footer {
  background-color: var(--color-black);
  color: var(--color-white);
  padding: 20px 0px 0;
}
.footer-container {
  display: flex;
  flex-direction: column;
  max-width:1600px;
  margin:auto;
  padding: 0 20px;
}
.footer__nav-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-bottom: 120px;
}
.footer__nav-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 16px;
}
.footer__nav-list li {
  margin-bottom: 4px;
}
.footer__nav-list a {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text-on-dark);
  transition: opacity 0.3s;
}
.footer__nav-list a:hover {
  opacity: 0.8;
}
.footer__info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 120px;
}
.footer__info-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text-on-dark-secondary);
  margin-bottom: 8px;
}
.footer__info-col p {
  font-size: 16px;
  line-height: 1.2;
}
.footer__logo {
  width: 100%;
  overflow: hidden;
  margin-bottom:20px;
}
.footer__logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1200px) {
  .footer__nav-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
  }
  .footer__info-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
@media (max-width: 768px) {
  .footer__nav-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer__info-grid {
    grid-template-columns: 1fr;
  }
  
  .upcoming-exhibitions__main-title {
    font-size: 20px;
}

a.learn-more-link {
    font-size: 12px;
    line-height: 16px; /* 133.333% */
}

p.info__category {
    font-size: 14px;
    text-transform: uppercase;
}

.upcoming-exhibitions__info h3.info__title,h3.info__title, .prints-multiples-section h3.info__title {
    font-family: "Trade Gothic LT Pro";
    font-size: 24px;
    /
}

.upcoming-exhibitions__info .learnmorel {
    display: none;
}

.upcoming-exhibitions__content {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
}
section#featured-artist.featured-artist-section,.jersey-art-sales-section {
    display: flex;
    flex-direction: column-reverse;
    margin: 48px auto;
}

.featured-artist__image {
    min-height: auto;
}

.prints-multiples__info .info__text-content {
    gap: 16px;
}

.prints-multiples-section {
    padding-bottom: 48px;
}

section#press {
    margin: 48px auto 0;
}
section#jersey-art-sales {
    padding-top: 48px;
}

.prints-multiples__info {
    padding: 48px 20px;
}

h2.press__main-title {
    font-size: 20px;
}

header.press__header{
    margin-bottom: 20px;
}

h2.publications__main-title {
    font-size: 20px;
}

header.publications__header {
    padding-bottom: 20px;
}
.footer__nav-grid {
    gap: 32px;
    margin-bottom: 32px;
}

footer#footer.site-footer {
    padding-top: 20px;
}

.footer__info-grid {
    gap: 32px;
}
}
/* hidden by default */
[data-animation="fade-in"] {
  opacity: 0;
  transition: opacity var(--delay, 0.6s) ease-out;
}

/* when our script sets data-animated, it fades in */
[data-animation="fade-in"][data-animated] {
  opacity: 1;
}

/* Navigation Color Detection Styles */

/* Base header styling with smooth transitions */
#header, .site-header {
  transition: all 0.3s ease;
  position: relative;
  z-index: 1000;
}

/* White navigation styles for dark backgrounds */
#header.nav-white,
.site-header.nav-white {
  color: white;
}

#header.nav-white .header__nav-list a,
#header.nav-white .custom-logo-link,
#header.nav-white .menu-item a,
.site-header.nav-white .header__nav-list a,
.site-header.nav-white .custom-logo-link,
.site-header.nav-white .menu-item a {
  color: white !important;
  text-shadow: none;
  transition: color 0.3s ease;
}

#header.nav-white .custom-logo,
.site-header.nav-white .custom-logo {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

/* Hamburger menu for mobile - white version */
#header.nav-white .header__toggle,
.site-header.nav-white .header__toggle {
  color: white;
}

#header.nav-white .header__hamburger::before, #header.nav-white .header__hamburger::after,  .site-header.nav-white .header__hamburger::before, .site-header.nav-white .header__hamburger::after {
  background-color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

/* Hover effects for white navigation */
#header.nav-white .header__nav-list a:hover,
#header.nav-white .menu-item a:hover,
.site-header.nav-white .header__nav-list a:hover,
.site-header.nav-white .menu-item a:hover {
  color: rgba(255,255,255,0.8) !important;
  text-shadow: none;
}

/* Black navigation styles for light backgrounds (default) */
#header.nav-black,
.site-header.nav-black,
#header:not(.nav-white),
.site-header:not(.nav-white) {
  color: black;
}

.home #header.nav-black .header__nav-list a,
.home #header.nav-black .custom-logo-link,
.home #header.nav-black .menu-item a,
.home .site-header.nav-black .header__nav-list a,
.home .site-header.nav-black .custom-logo-link,
.home .site-header.nav-black .menu-item a,
.home #header:not(.nav-white) .header__nav-list a,
.home #header:not(.nav-white) .custom-logo-link,
.home #header:not(.nav-white) .menu-item a {
  color: black !important;
  text-shadow: none;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.home #header.nav-black .custom-logo,
.home .site-header.nav-black .custom-logo,
.home #header:not(.nav-white) .custom-logo {
  filter: none;
  transition: filter 0.3s ease;
}

/* Mobile hamburger - black version */
.home #header.nav-black .header__hamburger,
.home #header.nav-black .header__hamburger::before,
.home #header.nav-black .header__hamburger::after,
.home .site-header.nav-black .header__hamburger,
.home .site-header.nav-black .header__hamburger::before,
.home .site-header.nav-black .header__hamburger::after,
.home #header:not(.nav-white) .header__hamburger,
.home #header:not(.nav-white) .header__hamburger::before,
.home #header:not(.nav-white) .header__hamburger::after {
  box-shadow: none;
}

/* Hover effects for black navigation */
.home #header.nav-black .header__nav-list a:hover,
.home #header.nav-black .menu-item a:hover,
.home .site-header.nav-black .header__nav-list a:hover,
.home .site-header.nav-black .menu-item a:hover,
.home #header:not(.nav-white) .header__nav-list a:hover,
.home #header:not(.nav-white) .menu-item a:hover {
  
}
#header.nav-white .header__nav-list a:hover:after {
    background: #fff;
}
/* Smooth transitions for all navigation elements */
.home #header *,
.home .site-header * {
  transition: color 0.3s ease, background-color 0.3s ease, filter 0.3s ease;
}

/* Optional: Add a subtle backdrop for better text visibility */
.home #header.nav-white::before,
.home .site-header.nav-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, transparent 100%);
  pointer-events: none;
  z-index: -1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .home #header.nav-white .header__nav-list a,
  .home .site-header.nav-white .header__nav-list a {
    background-color: rgba(0,0,0,0.8);
    color: white !important;
  }
  
  .home #header.nav-black .header__nav-list a,
  .home .site-header.nav-black .header__nav-list a {
    color: #ffffff !important;
  }
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    BACKGROUND: #000;
    COLOR: #FFF;
    font-family: helvetica;
    font-size: 16px;
    border: unset;
}

main#section-checkout {
    padding-top: 28px;
    padding-bottom: 100px;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    BACKGROUND: #000;
    COLOR: #FFF;
     border: unset;
     font-size: 16px;
}

.home #header.nav-white button.header__toggle[aria-expanded="false"] .header__hamburger {
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.info__description p {
    margin-bottom: 10px;
}

p {
    margin-bottom: 10px;
}
section#news-nav {
    margin-top: 20px;
}