/** Shopify CDN: Minification failed

Line 1989:16 Expected identifier but found whitespace
Line 1990:8 Unexpected "{"
Line 1991:15 Expected ":"
Line 1995:6 Expected ":"

**/
/* .custom-container-fluid {
    width: 100%;
    margin: 0 auto;
    padding: 0 56px;
    max-width: 1900px;
}
 */
.m-select-custom {
  display: none;
}

/*Force currency switcher to show on FE*/
.m-switcher-dropdown.m-country-switcher {
  display: none !important;
}

.m-product-recommendations .m-section__heading {
  font-size: 48px !important;
}

.template-index .exhibitor-img {
  /* width: auto !important; */
  height: auto !important;
  max-height: none !important;
}

@media (max-width: 768px) {
  .m-product-recommendations .m-section__heading {
    font-size: 24px !important;
  }

  .new-section .heading-section {
    display: block !important;
  }

  .new-section .sort-dropdown {
    width: 100%;
    margin-top: 12px;
  }

  .new-section .sort-dropdown select {
    width: 100%;
  }

  .all-exhibitors-section .exhibitor-card img {
    width: 100%;
    height: 46vw !important;
    max-height: 435px;
    object-fit: cover;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .exhibitor-img {
    height: 21vw !important;
    max-height: 300px;
  }

  .all-exhibitors-section .exhibitor-card img {
    width: 100%;
    height: 30vw !important;
    max-height: 435px;
    object-fit: cover;
  }
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
  .exhibitor-img {
    height: 17vw !important;
    max-height: 300px;
  }
}

.exhibitor-img {
  width: 100%;
  height: 12vw;
  max-height: 300px;
  object-fit: cover;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}


.pagination a,
.pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #222;
  background: #f2f2f2;
  transition: all 0.3s ease;
}

.pagination a:hover {
  background: #ddd;
}

.pagination .current {
  background: #222;
  color: #fff;
  font-weight: bold;
}

.pagination .prev,
.pagination .next {
  width: auto;
  padding: 0 12px;
  border-radius: 20px;
  font-size: 14px;
  background: #f2f2f2;
}

/* show landing page */

/* banner section */
.responsive-banner-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.responsive-banner-slider .swiper {
  width: 100%;
  height: auto;
}

.responsive-banner-slider .swiper-slide {
  width: 100%;
  text-align: center;
}

.responsive-banner-slider picture,
.responsive-banner-slider img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* blog grid */
.featured-blogs {
  background-color: #F3F2ED;
  padding-top: 1px;
  padding-bottom: 80px;
}

.show #MainContent {
  padding-bottom: 58px;
}

.featured-blogs .custom-container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0px 70px 0px 56px;
  max-width: 1900px;
}

.featured-blogs .header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E8E8E7;
  padding-bottom: 40px;
  margin-bottom: 40px;
  padding-left: 4px;
  padding-right: 4px;
  margin-top: 56px;
}

.featured-blogs .section-title {
  font-size: var(--main-heading);
  font-weight: 400;
  margin: 0
}

.featured-blogs .view-all {
  font-size: var(--normal-text);
  font-weight: 400;
  text-decoration: none;
  color: #454442;
}

.featured-blogs .blogs-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}

.featured-blogs .blog-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  background: #ddd;
}

.featured-blogs .blog-image--placeholder {
  width: 100%;
  background: #ddd;
}

.featured-blogs .blog-label {
  font-size: var(--custom-text);
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: 16px;
}

.featured-blogs .blog-title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 11px;
  font-family: var(--Inter-font) !important;
}

.featured-blogs .blog-title a {
  text-decoration: none;
  color: black;
}

.featured-blogs .blog-date-range {
  font-weight: 500;
  font-size: var(--normal-text);
  margin-bottom: 16px;
}

.featured-blogs .blog-author-info {
  font-size: var(--custom-text);
  font-weight: 300 !important;
}

.featured-blogs .arrow-icon {
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .exhibitor-img {
    width: 100%;
    height: 32vw !important;
    max-height: 300px;
    object-fit: cover;
  }

  .featured-blogs .custom-container-fluid {
    width: 100%;
    margin: 0 auto;
    padding: 0 0px 0 16px;
    max-width: 1900px;
  }

  .featured-blogs .section-title {
    font-size: var(--sub-heading);
  }

  .featured-blogs .header-row {
    padding-bottom: 24px;
    margin-bottom: 27px;
    padding-right: 16px;
  }

  .featured-blogs .blog-label {
    font-size: var(--small-font);
    margin-top: 13px;
  }

  .featured-blogs .blog-title {
    font-size: var(--normal-text);
  }

  .featured-blogs .blog-date-range {
    font-size: var(--small-font);
    margin-bottom: 7px;
  }

  .featured-blogs .blog-author-info {
    font-size: var(--small-font);
  }

  .featured-blogs {
    padding-bottom: 19px;
  }
}

/* blog list */
.all-exhibitors-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 41px;
}

.all-exhibitors-section .exhibitor-container {
  width: 100%;
  margin: 0 auto;
  padding: 0px 63px 0px 50px;
  max-width: 1900px;
}

.all-exhibitors-section .exhibitors-wrapper {
  display: flex;
  gap: 40px;
}

.all-exhibitors-section .sidebar {
  width: 20%;
}

.all-exhibitors-section .exhibitor-main {
  width: 80%;
}

.all-exhibitors-section .exhibitor-header {
  font-size: var(--main-heading);
  font-weight: 400;
  margin-bottom: 11px;
}

.all-exhibitors-section .exhibitor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* gap: 32px; */
  column-gap: 32px;
  row-gap: 20px;
  transition: all 0.3s ease;
  align-items: start;
}

.all-exhibitors-section .exhibitor-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
  break-inside: avoid;
  overflow: hidden;
}

.all-exhibitors-section .exhibitor-card img {
  width: 100%;
  height: 25vw;
  max-height: 435px;
  object-fit: cover;
  flex-shrink: 0;
}

.all-exhibitors-section .exhibitor-grid[data-col="5"] .exhibitor-card img {
  height: 12vw;
}

.all-exhibitors-section .view-show {
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
  margin-top: 36px;
  font-size: var(--normal-text);
}

.all-exhibitors-section .layout-toggle {
  /* margin-bottom: 20px; */
  display: flex;
  gap: 10px;
}

.all-exhibitors-section .layout-btn {
  font-size: 18px;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.2s;
}

.all-exhibitors-section .sort-wrapper {
  /* margin-bottom: 10px; */
  display: flex;
  align-items: center;
  width: 33.22%;
  justify-content: end;
}

.all-exhibitors-section .article-sort-select {
  padding: 8px 14px;
  border-radius: 4px;
  border: 1px solid #E8E8E7;
  font-weight: 500;
  font-size: var(--custom-text);
  width: 33%;
}

.all-exhibitors-section .control-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
}

.all-exhibitors-section .dropdown-header {
  padding: 12px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: var(--normal-text);
  color: #454442;
  border-bottom: 1px solid #eee;
}

.all-exhibitors-section .dropdown-body {
  /* display: none;
  padding: 10px 12px;
  flex-direction: column; */
  /* position: absolute; */
  top: 100%;
  left: 0;
  padding: 10px;
  z-index: 1000;
  display: none;
  width: 200px;
  flex-direction: column;
}

.all-exhibitors-section .dropdown-body1 {
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-dropdown.open .dropdown-body {
  display: block;
}

.custom-dropdown {
  position: relative;
}

.all-exhibitors-section .dropdown-body label {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: var(--custom-text);
  font-weight: 400;
}

.all-exhibitors-section .dropdown-body input[type="checkbox"] {
  margin-right: 8px;
  accent-color: #f05b41;
  transform: scale(1.2);
}

.all-exhibitors-section .custom-dropdown.open .dropdown-body {
  display: flex;
}

.all-exhibitors-section .exhibitor-label {
  font-size: var(--custom-text);
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 8px;
  min-height: 21px;
  display: inline-block;
}

.all-exhibitors-section .exhibitor-name-label {
  font-size: var(--custom-text);
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 0px;
  display: block;
  color: #000;
  min-height: 21px;
}

.all-exhibitors-section .exhibitor-name-label + .exhibitor-label,
.all-exhibitors-section .exhibitor-name-label + .featured-artists {
  margin-top: 0px;
}

.all-exhibitors-section .featured-artists {
  font-size: var(--custom-text);
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 8px;
  min-height: 21px;
}

.exhibitor-label.empty {
  display: none;
}

.exhibitor-landing .blog-name {
  font-size: 14px !important;
}

.all-exhibitors-section .blog-name {
  font-size: 14px !important;
}

.all-exhibitors-section .blog-name {
  font-size: var(--custom-main-heading);
  font-weight: 400;
  margin-bottom: 6px;
  /* line-height: 120%; */
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 2;
  -webkit-box-orient: vertical; */
  font-family: var(--Inter-font) !important;
  text-transform: capitalize;
  min-height: 28px;
}

.all-exhibitors-section .author-name {
  font-weight: 300;
  font-size: var(--custom-text);
}

.all-exhibitors-section .publish-date {
  font-size: var(--normal-text);
  font-weight: 500;
  margin-bottom: 6px;
}

.all-exhibitors-section .description {
  font-size: var(--custom-text);
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: calc(var(--custom-text) * 2);
}

.all-exhibitors-section .description p,
.all-exhibitors-section .description span,
.all-exhibitors-section .description div {
  font-size: var(--custom-text) !important;
  font-family: var(--Inter-font) !important;
}

.all-exhibitors-section .mobile-block {
  display: none !important;
}

.all-exhibitors-section .cutom-blog-sparet {
  display: flex;
  flex-direction: column;
}

.layout-btn.active svg rect {
  fill: #222222;
}

.layout-btn.active svg path {
  fill: #FFFFFF;
}

.responsive-controls .btn-outline {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #222;
  font-size: 14px;
  padding: 8px 29px;
  border-radius: 6px;
  cursor: pointer;
  appearance: none;
}

.responsive-controls {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  /* padding: 12px 0; */
  border-bottom: 1px solid #e0e0e0;
}

.template-shows .product-card img {
  width: 100% !important;
  aspect-ratio: auto !important;
  object-fit: none !important;
  background: none !important;
}

@media screen and (max-width: 768px) {
  .new-section .product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .mobile-block .section-divider {
    /* height: 1px; */
    background-color: #ddd;
    /* margin: 16px 0;  */
    width: 100%;
    margin-bottom: 13px;
  }

  .all-exhibitors-section .dropdown-body {
    position: absolute;
  }

  .all-exhibitors-section .exhibitor-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
    transition: all 0.3s ease;
  }

  .responsive-controls {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding: 12px 0; */
    /* border-bottom: 1px solid #e0e0e0; */
    padding-bottom: 24px;
  }

  .all-exhibitors-section .mobile-block {
    display: block !important;
  }

  .responsive-controls .sidebar,
  .responsive-controls .sort-wrapper,
  .responsive-controls .layout-toggle {
    min-width: 0;
  }

  .sidebar .custom-dropdown {
    width: 100%;
  }

  .all-exhibitors-section .exhibitor-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 24px 0 24px;
    max-width: 1900px;
  }

  .responsive-controls .layout-toggle {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
  }

  .sort-wrapper select {
    width: 100%;
  }

  .all-exhibitors-section .control-bar {
    display: none !important;
  }

  .all-exhibitors-section .sidebar {
    display: none
  }

  .all-exhibitors-section .exhibitor-main {
    width: 100%;
  }

  .all-exhibitors-section .description {
    order: 5;
  }

  .all-exhibitors-section .exhibitor-name-label {
    order: 1;
    font-size: var(--small-font);
    margin-top: 12px;
  }

  .all-exhibitors-section .exhibitor-label,
  .all-exhibitors-section .featured-artists {
    font-size: var(--small-font);
    margin-top: 6px;
    order: 4;
  }

  .all-exhibitors-section .blog-name {
    font-size: var(--normal-text);
    margin-bottom: 11px;
    font-family: (--Inter-font) !important;
    order: 2;
  }

  .all-exhibitors-section .publish-date {
    font-size: var(--small-font);
    margin-bottom: 7px;
    order: 3;
  }

  .all-exhibitors-section .dropdown-header {
    padding: 0px;
  }

  .all-exhibitors-section .article-sort-select {
    padding: 8px 12px;
    width: 96%;
  }

  .all-exhibitors-section .exhibitor-header {
    display: none;
  }

  .all-exhibitors-section {
    padding-top: 23px;
  }

  .show #MainContent {
    padding-bottom: 30px !important;
  }

  .all-exhibitors-section .view-show {
    margin-top: 16px;
    font-size: var(--custom-text);
    margin-bottom: 13px;
    order: 6;
  }

  .all-exhibitors-section .author-name {
    font-size: var(--small-font);
    order: 2;
  }
}

@media screen and (min-width: 1420px) and (max-width: 1510px) {
  .all-exhibitors-section .sort-wrapper {
    width: 37.22%;
  }

  .all-exhibitors-section .article-sort-select {
    width: 41%;
  }
}

@media screen and (min-width: 1353px) and (max-width: 1420px) {
  .all-exhibitors-section .sort-wrapper {
    width: 38.22%;
  }

  .all-exhibitors-section .article-sort-select {
    width: 50%;
  }

  .all-exhibitors-section .blog-name {
    font-size: var(--sub-heading);
  }
}

@media screen and (min-width: 1273px) and (max-width: 1353px) {
  .all-exhibitors-section .sort-wrapper {
    width: 39.22%;
  }

  .all-exhibitors-section .article-sort-select {
    width: 50%;
  }
}

@media screen and (min-width: 1139px) and (max-width: 1272px) {
  .all-exhibitors-section .sort-wrapper {
    width: 41.22%;
  }

  .all-exhibitors-section .article-sort-select {
    width: 50%;
  }

  .firth-button {
    display: none;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1138px) {
  .all-exhibitors-section .sort-wrapper {
    width: 44.22%;
  }

  .all-exhibitors-section .article-sort-select {
    padding: 8px 36px;
    width: 50%;
  }

  .firth-button {
    display: none;
  }

  .all-exhibitors-section .blog-name {
    font-size: 20px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1024px) {
  .all-exhibitors-section .sort-wrapper {
    width: 45.22%;
  }

  .all-exhibitors-section .article-sort-select {
    padding: 8px 36px;
    width: 50%;
  }

  .firth-button,
  .forth-button {
    display: none;
  }

  .all-exhibitors-section .blog-name {
    font-size: 28px;
  }
}

@media screen and (min-width: 907px) and (max-width: 991px) {
  .all-exhibitors-section .sort-wrapper {
    width: 43.22%;
  }

  .all-exhibitors-section .article-sort-select {
    padding: 8px 36px;
    width: 50%;
  }

  .firth-button,
  .forth-button {
    display: none;
  }

  .all-exhibitors-section .blog-name {
    font-size: var(--sub-heading);
  }

  .all-exhibitors-section .exhibitors-wrapper {
    gap: 20px;
  }

  .all-exhibitors-section .dropdown-body {
    width: 167px;
  }
}

@media screen and (min-width: 841px) and (max-width: 907px) {
  .all-exhibitors-section .sort-wrapper {
    width: 45.22%;
  }

  .all-exhibitors-section .article-sort-select {
    padding: 8px 30px;
    width: 54%;
  }

  .all-exhibitors-section .exhibitor-container {
    padding: 0px 40px 0 40px;
  }

  .all-exhibitors-section .exhibitor-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .all-exhibitors-section .dropdown-body {
    width: 150px;
  }

  .all-exhibitors-section .dropdown-header {
    padding: 9px;
    font-size: 15px;
  }

  .all-exhibitors-section .exhibitors-wrapper {
    gap: 13px;
  }

  .firth-button,
  .forth-button {
    display: none;
  }

  .all-exhibitors-section .blog-name {
    font-size: var(--sub-heading);
  }
}

@media screen and (min-width: 769px) and (max-width: 840px) {
  .all-exhibitors-section .sort-wrapper {
    width: 49%;
  }

  .all-exhibitors-section .article-sort-select {
    padding: 8px 30px;
    width: 46%;
  }

  .all-exhibitors-section .exhibitor-container {
    padding: 0px 40px 0 40px;
  }

  .all-exhibitors-section .exhibitor-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .all-exhibitors-section .dropdown-body {
    width: 150px;
  }

  .all-exhibitors-section .dropdown-header {
    padding: 9px;
    font-size: 15px;
  }

  .all-exhibitors-section .exhibitors-wrapper {
    gap: 13px;
  }

  .firth-button,
  .forth-button,
  .third-button {
    display: none;
  }

  .all-exhibitors-section .blog-name {
    font-size: var(--sub-heading);
  }
}

/* EXHIBITOR PAGE */
.exhibitor-page {
  padding-top: 80px !important;
}

.exhibitor-page .exhibitor-header {
  margin-bottom: 0 !important;
  ;
}

.exhibitor-page .blog-city {
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: var(--Inter-font) !important;
  text-transform: capitalize;
  min-height: 27px;
}

.exhibitor-page .exhibitor-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 56px;
  max-width: 1900px;
}

@media screen and (max-width: 991px) {
  .exhibitor-page .exhibitor-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
    max-width: 1900px;
  }

  .exhibitor-page {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 768px) {
  .exhibitor-page .exhibitor-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
    max-width: 1900px;
  }

  .exhibitor-page {
    padding-top: 23px !important;
  }

  .exhibitor-page .exhibitor-card {
    padding-bottom: 10px;
  }

  .exhibitor-page .description {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

/* MINICART */

.m-cart-drawer__header .custom-car-headding {
  font-size: 25.5px !important;
  font-weight: 600;
  font-family: var(--Libre-Baskerville-font);
  color: #222222;
  line-height: 34px;
}

.m-cart__subtotal .m\:font-medium {
  font-weight: 400 !important;
}

.m-cart__summary .m\:justify-between {
  justify-content: space-between;
  margin: 16px 0;
}

.m-cart-drawer__gift-wrapping .m-button,
.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.spr-button.spr-button-primary {
  outline: none;
  text-align: center;
  padding: 10px 20px;
  white-space: normal;
  transition: var(--m-duration-default, .25s) all;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: var(--btn-letter-spacing, 0);
  text-transform: uppercase;
  ;
  border-radius: var(--btn-border-radius, 0);
  line-height: var(--btn-line-height, "normal");
}

.template-page .custom-cart-item {
  font-size: 17px;
  font-weight: 400;
  font-family: var(--Inter-font);
  margin-bottom: 0px !important;
}

.template-page .m-cart-item__option {
  margin-bottom: 4px !important;
}

.m-cart-item__price .cutome-price-cart {
  font-weight: 400;
  font-family: var(--Inter-font);
  font-size: 12px;
  line-height: 25.5px;
  color: #222222;
}

.m-cart-item__info .m-cart-item__artist {
  font-size: 14px !important;
}

.template-cart .m-cart-item__price--regular .money {
  font-size: 14.8px !important;
}

.template-cart .m-cart-item__size,
.template-cart .m-cart-item__medium,
.template-cart .m-cart-item__title,
.template-cart .m-cart-item__artist {
  margin-bottom: 7px !important;
}

.template-page .custom-cart-remove {
  font-weight: 400;
  font-family: var(--Inter-font);
  font-size: 14px;
  line-height: 21px;
  color: #161513;
}

#MinimogCartDrawer-Remove-1 {
  color: #161513;
}

.template-page .m-quantity {
  color: #000000;
}

.template-page .custom-cart-checkout {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-family: var(--Inter-font);
}

.template-page .custom-view-cart {
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--Inter-font);
  color: #161513;
}

.template-page .m-cart__subtotal--label {
  font-weight: 400 !important;
  font-size: 18px;
  color: #222222;
}

.template-page .m-cart__subtotal--price {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 27px;
}

.m-cart-addon__header button {
  background: none;
  border: none;
  margin-bottom: 0;
  outline: none;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 400 !important;
  font-family: var(--Inter-font);
  position: relative;
  background-color: rgb(var(--color-background-secondary));
  /* border-radius: var(--btn-border-radius); */
  padding: 8px 10px;
  transition: all var(--m-duration-default) cubic-bezier(.104, .204, .492, 1);
}

.template-page .m-quantity__button {
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
}

.template-page .m-quantity__input {
  flex-grow: 1;
  flex-shrink: 1;
  width: 44px;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #0000;
  padding: 4px;
}

/* Art Enquiry Form */

.custom-enquire-Modal {
  /* padding: 19px 29px 34px 35px; */
}

.enquire-button {
  background-color: var(--custom-color-main);
  color: #FFFFFF;
  font-weight: 500;
  font-size: var(--normal-text);
  padding: 15px 164px;
  border: none;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.custom-enquire-button {
  color: #161513;
  font-weight: 500;
  font-size: var(--normal-text);
  padding: 16px 32px;
  border: 1px solid #161513;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.enquire-button:hover {
  background-color: #1c1b19;
}

.custom-enquire {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.48);
  padding: 20px;
}

.enquire-modal-content {
  background: #fff;
  border-radius: 6px;
  max-width: 519px;
  width: 100%;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  padding: 19px 29px 34px 35px;
  height: 83%;
  overflow-y: scroll;
  margin: 0;
}

.custom-enquire-Modal .close-modal {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.enquire-form input,
.enquire-form textarea {
  width: 100%;
  margin-top: 15px;
  padding: 12px;
  border: none;
  background-color: #F7F7F7;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--Inter-font);
}

.custom-enquire-Modal .enquire-form button {
  background-color: #000;
  color: #fff;
  padding: 16px 10px 16px 10px;
  width: 100%;
  border: none;
  cursor: pointer;
}

.custom-enquire-Modal .model-headding {
  font-size: var(--sub-heading);
  font-weight: 500;
  color: var(--custom-color-main);
  margin-bottom: 13px;
  font-family: var(--Libre-Baskerville-font)
}

.custom-enquire-Modal .model-spacing {
  margin-bottom: 28px;
}

.custom-enquire-Modal .model-lable {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--Inter-font);
  color: #000000;
}

@media screen and (max-width: 768px) {
  .enquire-button {
    padding: 8px 105px;
  }

  .enquire-modal-content {
    padding: 17px 16px 34px 18px;
    height: 100%;
  }

  .model-headding {
    margin-bottom: 11px;
    font-size: 18px;
  }

  .custom-enquire-Modal .model-lable {
    font-size: var(--small-font);
  }

  .custom-enquire-Modal .model-spacing {
    margin-bottom: 11px;
  }
}

/* ADD TO CARD && PRODUCT PAGE */
.product-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 56px;
  max-width: 1900px;
}

.main-product__block .m-product-title {
  line-height: 120% !important;
  font-size: 32px !important;
  font-family: var(--Libre-Baskerville-font) !important;
  font-weight: 400 !important;
}

.view-room-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  /* padding: 8px 12px; */
  border: none;
  background: transparent;
  cursor: pointer;
}

.view-room-btn .icon svg {
  display: block;
}

.view-room-btn .label {
  font-size: 16px;
  color: black;
  font-weight: 400;
  font-family: var(--Inter-font)
}

.m-modal--wrapper .m-sharing {
  padding: 19px 29px 29px 35px;
  width: 519px;
  background-color: rgba(var(--bg-white), 1);
}

.m-modal--wrapper .form-field {
  padding: 12px 14px;
  border: var(--inputs-border-width) solid rgb(var(--color-border));
  border-radius: var(--inputs-radius);
  background-color: rgb(var(--color-form-field));
  color: rgb(var(--color-form-field-text));
  width: 100%;
  outline: none;
  line-height: 2;
  transition: all var(--m-duration-default, .25s);
}

.m-modal--wrapper .m-sharing label {
  display: block;
  font-weight: 500;
  margin-bottom: 20px;
  margin-right: 0;
  font-size: 18px;
}

.m-modal--wrapper .m-sharing .m-sharing-social {
  margin-top: 27px;
}

.custom-sharing {
  display: block;
  font-weight: 500;
  margin-bottom: 14px !important;
  margin-right: 0;
}

.m-product-media--slider__navigation {
  display: none;
}

.custom-add-to-card {
  display: flex;
  gap: 8px;
  margin-top: 19px;
}

.m-product-form--wrapper .product-add-to-card {
  padding: 16px 109px !important;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: var(--normal-text) !important;
  font-weight: 500 !important;
  font-family: var(--Inter-font);
  background-color: var(--custom-color-main);
}

.custom-product-description {
  font-size: var(--sub-heading) !important;
  font-weight: 500;
  font-family: var(--Inter-font) !important;
  margin-bottom: 9px;
}

.custom-birth-info {
  font-size: var(--normal-text);
  font-weight: 300;
  font-family: var(--Inter-font);
  font-style: italic;
}

.custom-presented {
  font-family: var(--Inter-font);
  font-size: var(--normal-text);
  font-style: italic;
  font-weight: 300;
  margin-top: 55px;
}

.custom-artist {
  font-weight: 500;
  color: #161513;
  text-decoration: underline;
}

.m-price__regular .m-price-item {
  font-size: var(--normal-text);
  font-weight: 500;
  color: #161513;
  line-height: 120%;
}

.main-product__block+.main-product__block {
  margin-top: 16px !important;
}

.main-product__block .m-product-addon {
  padding-bottom: 42px !important;
}

.accordion-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 19px 0 23px 0;
}

.custom-accordion-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 12px 0 31px 0;
  font-size: var(--custom-text) !important;
}

.accordion-item .accordion-toggle {
  background: none;
  border: none;
  font-weight: 500;
  font-size: 16px;
  font-family: var(--Inter-font);
  width: 100%;
  text-align: left;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #161513;
}

.accordion-item .accordion-icon {
  transition: transform 0.3s ease;
}

.accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.accordion-item.open .accordion-content {
  max-height: 1000px;
}

.open .accordion-icon {
  transform: rotate(180deg);
}

.accordion-item .details-list {
  list-style: none;
  padding: 12px 0 0 0;
  margin: 0;
}

.accordion-item .custom-product-list {
  display: flex;
  gap: 24px;
  margin-bottom: 8px;
}

.accordion-item .custom-details-name {
  min-width: 100px;
  font-size: var(--custom-text);
  font-family: var(--Inter-font);
  font-weight: 300;
  color: #161513;
}

.custom-dynamic-details {
  font-size: var(--custom-text);
  font-family: var(--Inter-font);
  font-weight: 400;
  color: #161513;
}

.custom-accordion-toggle {
  background: none;
  border: none;
  font-weight: 500;
  font-size: 16px;
  font-family: var(--Inter-font);
  width: 100%;
  text-align: left;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #161513;
}

.custom-accordion-item .accordion-icon {
  transition: transform 0.3s ease;
}

.custom-accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.custom-accordion-item.open .accordion-content {
  max-height: 1000px;
  font-size: var(--custom-text);
}

.custom-accordion-item.open .accordion-icon {
  transform: rotate(180deg);
}

.custom-accordion-item .details-list {
  list-style: none;
  padding: 12px 0 0 0;
  margin: 0;
  font-size: var(--custom-text);
}

.custom-accordion-item .custom-product-description {
  padding-top: 19px;
  font-weight: 400;
  color: #161513;
  font-size: var(--custom-text) !important;
}

.custom-accordion-item .custom-product-description p,
.custom-accordion-item .custom-product-description span,
.custom-accordion-item .custom-product-description div {
  font-size: var(--custom-text) !important;
  font-family: var(--Inter-font) !important;
}

.main-product__block .m-product-addon--wrapper {
  margin: 20px 0px 0px 0px;
  display: flex;
  gap: 28px;
}

.form-success-message {
  background-color: #C3E5D8;
  color: #579880;
  border-left: 0px solid #4caf50;
  width: 94%;
  padding: 17px 0px 18px 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--Inter-font);
  margin: 0 0 22px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.m-sharing-social a+a {
  margin-left: 7px;
}

@media screen and (max-width: 768px) {
  .product-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    max-width: 1900px;
  }

  .main-product__block .m-product-title {
    padding-bottom: 7px;
  }

  .custom-product-description {
    margin-bottom: 7px;
  }

  .custom-presented {
    margin-top: 7px;
  }

  .main-product__block+.main-product__block {
    margin-top: 18px !important;
  }

  .custom-enquire-button {
    padding: 8px 5px;
  }

  .m-product-form--wrapper .product-add-to-card {
    padding: 8px 60px !important;
  }

  .custom-add-to-card {
    margin-top: 7px;
  }

  .main-product__block .m-product-addon--wrapper {
    margin: 20px 0px 0px 0px;
    display: flex;
    gap: 8px;
  }

  .view-room-btn {
    gap: 6px;
  }

  .m-product-addon--item {
    font-size: 12px
  }

  .main-product__block .m-product-addon--item {
    padding: 0px !important;
    margin-right: 0px !important;
  }

  .view-room-btn .label {
    font-size: 12px;
  }

  .main-product__block .m-product-addon {
    padding-bottom: 23px !important;
  }

  .accordion-item .accordion-toggle {
    font-size: 16px;
  }

  .accordion-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 16px 0 16px 0;
  }

  .custom-accordion-toggle {
    font-size: 16px;
  }

  .custom-accordion-item {
    padding: 16px 0 16px 0;
  }

}

/* 404 page */

.empty-frame-404-wrapper {
  display: flex;
  background-color: #eee;
}

.mobile404page {
  display: none !important;
}

.empty-frame-404-wrapper .empty-frame-image {
  clip-path: circle(64% at 35% 51%);
  width: 33%
}

.empty-frame-404-wrapper .empty-frame-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.empty-frame-404-wrapper .empty-frame-image img {
  width: 100%;
  height: auto;
  display: block;
}

.empty-frame-404-wrapper .empty-frame-content {
  text-align: center;
  padding: 50px;
}

.empty-frame-404-wrapper .latitudes404heading {
  font-size: 88px;
  line-height: 120%;
  color: var(--custom-color-main);
  width: 100%;
  letter-spacing: -3%;
  font-family: var(--Libre-Baskerville-font);
}

.empty-frame-404-wrapper .latitudes404subheading {
  font-weight: 300;
  font-size: 36px;
  padding: 30px 0px 36px 0px;
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--custom-color-main);
  font-family: var(--Inter-font);
}

.empty-frame-404-wrapper .button-group {
  display: flex;
  gap: 54px;
  justify-content: center;
  flex-wrap: wrap;
}

.empty-frame-404-wrapper .button-group .button.black {
  background-color: #000;
  color: #fff;
  padding: 19px 20px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1%;
  font-size: 16px;
  /* width: 18%; */
}

.empty-frame-404-wrapper .button-group .button.black:hover {
  background-color: #333;
}

@media screen and (max-width: 768px) {
  .empty-frame-404-wrapper {
    display: block;
  }

  .empty-frame-404-wrapper .empty-frame-image {
    clip-path: none;
    width: 100%;

  }

  .empty-frame-404-wrapper .empty-frame-content {
    width: 100%;
    padding: 30px 20px;
    text-align: left;
  }

  .empty-frame-404-wrapper .latitudes404heading {
    font-size: 48px;
  }

  .empty-frame-404-wrapper .latitudes404subheading {
    font-size: 16px;
    padding: 0px 15px 16px 0;
  }

  .mobile404page {
    display: block !important;
    clip-path: circle(63.5% at 50% 4%);
  }

  .destop404page {
    display: none !important;
  }

  .empty-frame-404-wrapper .button-group {
    gap: 16px;
    justify-content: left;
  }

  .empty-frame-404-wrapper .button-group .button.black {
    /* width: 48%; */
    text-align: center;
    padding: 11px 12px;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .empty-frame-404-wrapper .empty-frame-content {
    padding: 20px;
  }

  .empty-frame-404-wrapper .latitudes404heading {
    font-size: 40px;

  }

  .empty-frame-404-wrapper .latitudes404subheading {
    font-weight: 300;
    font-size: 26px;
    padding: 30px 0;
  }

  .empty-frame-404-wrapper .button-group .button.black {
    /* width: 34%; */
  }
}

@media screen and (min-width: 992px) and (max-width: 1150px) {
  .empty-frame-404-wrapper .empty-frame-content {
    padding: 26px;
  }

  .empty-frame-404-wrapper .latitudes404heading {
    font-size: 55px;
  }

  .empty-frame-404-wrapper .latitudes404subheading {
    font-weight: 300;
    font-size: 36px;
    padding: 30px 0;
  }

  .empty-frame-404-wrapper .button-group .button.black {
    /* width: 26%; */
  }
}

@media screen and (min-width: 1151px) and (max-width: 1250px) {
  .empty-frame-404-wrapper .empty-frame-content {
    padding: 30px;
  }

  .empty-frame-404-wrapper .latitudes404heading {
    font-size: 60px;
  }

  .empty-frame-404-wrapper .latitudes404subheading {
    font-weight: 300;
    padding: 30px 66px;
  }

  .empty-frame-404-wrapper .button-group .button.black {
    /* width: 22%; */
  }
}

@media screen and (min-width: 1251px) and (max-width: 1399px) {
  .empty-frame-404-wrapper .empty-frame-content {
    padding: 41px;
  }

  .empty-frame-404-wrapper .latitudes404heading {
    font-size: 70px;
  }

  .empty-frame-404-wrapper .latitudes404subheading {
    font-weight: 300;
    padding: 30px 90px;
  }

  .empty-frame-404-wrapper .button-group .button.black {
    /* width: 22%; */
  }
}

/* blog slider */

.blog-slider-custom {
  padding: 0px 56px 10px 56px;
}

.blog-slider-custom .magazin-main-title {
  color: #161513;
  font-size: var(--banner-heading);
  font-weight: 400;
  font-family: var(--Libre-Baskerville-font)
}

.blog-slider-custom .view-all {
  font-family: var(--Inter-font);
  font-size: var(--normal-text);
  font-weight: 400;
  color: #454442;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.blog-slider-custom .header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E8E8E7;
  padding-bottom: 40px;
}

.blog-feature-slider .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.blog-feature-slider .article-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.blog-feature-slider .article-card {
  display: flex;
  flex-direction: column;
}

.blog-feature-slider .blog-row {
  border-bottom: 1px solid #ccc;
}

.blog-feature-slider .article-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.blog-feature-slider .meta {
  font-size: var(--small-font);
  color: #000000B8;
  font-weight: 400;
  font-family: var(--Inter-font);
  margin: 16px 0 20px 0px;
}

.blog-feature-slider .read-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: var(--normal-text);
  font-family: var(--Inter-font);
  margin-top: 16px;
}


.blog-feature-slider .bolg-title {
  font-size: var(--sub-heading);
  font-weight: 500;
  font-family: var(--Inter-font);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 20px 0 10px 0;
}

.blog-feature-slider .article-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--normal-text);
  font-weight: 400;
  font-family: var(--Inter-font);
}

@media (max-width: 551px) {
  .blog-slider-custom {
    padding: 0px 16px 27px 16px;

    padding-top: {
        {
        section.settings.padding_top_desktop
      }
    }

    px !important;
  }

  .blog-slider-custom .magazin-main-title {
    font-size: var(--sub-heading);
  }

  .blog-slider-custom .header-row {
    padding-bottom: 24px;
  }

  .blog-feature-slider .swiper {
    display: block;
  }

  .blog-feature-slider .bolg-title {
    font-size: 20px;
    margin: 12px 0 12px;
  }

  .blog-feature-slider .meta {
    display: none;
  }

  .blog-feature-slider .article-description {
    margin-bottom: 5px;
  }
}

@media (min-width: 552px) and (max-width: 768px) {
  .blog-slider-custom {
    padding: 60px 40px 10px;
  }

  .blog-slider-custom .magazin-main-title {
    font-size: var(--custom-main-heading);
  }

  .blog-slider-custom .header-row {
    padding-bottom: 30px;
  }

  .blog-feature-slider .swiper {
    display: block;
  }

  .blog-feature-slider .bolg-title {
    font-size: 22px;
    margin: 12px 0 12px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .blog-slider-custom {
    padding: 64px 40px 10px;
  }

  .blog-slider-custom .magazin-main-title {
    font-size: var(--main-heading);
  }

  .blog-slider-custom .header-row {
    padding-bottom: 30px;
  }

  .blog-feature-slider .swiper {
    display: block;
  }

  .blog-feature-slider .bolg-title {
    font-size: 22px;
    margin: 12px 0 12px;
  }

  .blog-feature-slider .main-article-box {
    display: none;
  }

  .blog-feature-slider .swiper {
    display: block;
  }
}

@media (max-width: 991px) {
  .blog-feature-slider .article-grid {
    display: none;
  }

  .blog-feature-slider .swiper {
    display: block;
  }
}

@media (min-width: 992px) {
  .blog-feature-slider .swiper {
    display: none;
  }
}

/* arist grid */

.magazine-landing #MainContent {
  padding-bottom: 0px !important;
}

.magazine-landing .content-feature-link {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: inherit;
  width: 100%;
  gap: 20px;
}

.latitudes-podcast {
  padding: 40px 58px 40px 40px;
  background: #C1D3F8;
}
@media (max-width: 551px) {
.latitudes-podcast {
  padding: 40px 16px 40px 16px;
  background: #C1D3F8;
}
}

.latitudes-podcast .latitudes-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.latitudes-podcast .latitudes-header-main {
  font-size: var(--banner-heading);
  font-weight: 400;
  font-family: var(--Libre-Baskerville-font);
}

.latitudes-podcast .latitudes-header a {
  font-size: var(--normal-text);
  text-decoration: none;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
}

.latitudes-podcast .podcast-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 19px;
  row-gap: 16px;
}

.latitudes-podcast .podcast-block {
  display: flex;
  gap: 20px;
}

.latitudes-podcast .podcast-block img {
  object-fit: cover;
  border-radius: 4px;
}

.latitudes-podcast .podcast-heading {
  font-size: var(--sub-heading);
  font-weight: 500;
  margin: 0 0 16px;
  font-family: var(--Inter-font);
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.latitudes-podcast .podcast-discription {
  font-size: var(--small-font);
  line-height: 1.4;
  color: #3D3D3D;
  font-weight: 400;
  font-family: var(--Inter-font);
}

.latitudes-podcast .header-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E8E8E7;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .latitudes-podcast .latitudes-header-main {
    font-size: var(--sub-heading);
  }

  .latitudes-podcast .latitudes-podcast {
    padding: 40px 18px 40px 18px;
  }

  .latitudes-podcast .podcast-block {
    flex-direction: row;
  }

  .latitudes-podcast .podcast-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .latitudes-podcast .latitudes-header-main {
    font-size: 34px;
  }

  .latitudes-podcast {
    padding: 40px 24px;
  }

  .latitudes-podcast .podcast-block {
    flex-direction: row;
  }

  .latitudes-podcast .podcast-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* ALL ARTIST PAGE */

.artist-directory {
  padding: 80px 29px 0 56px;
}

.artist-directory .artist-header {
  font-size: var(--main-heading);
  font-weight: 400;
  font-family: var(--Libre-Baskerville-font)
}

.artist-directory .dropdown-icon {
  display: inline-block;
  transition: transform 0.3s ease;
}

.artist-directory details[open] .dropdown-icon {
  transform: rotate(180deg);
}

.artist-directory .artist-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.artist-directory .artist-layout {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: nowrap;
}

.artist-directory .filter-dropdown {
  max-width: 28%;
  width: 28%;
  border-top: 1px solid #E8E8E7;
  border-bottom: 1px solid #E8E8E7;
}

.artist-directory .dropdown-toggle {
  font-size: var(--normal-text);
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  padding: 16px 0 32px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.artist-directory .dropdown-toggle::marker {
  display: none;
}

.artist-directory .alphabet-filter {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 8px;
  padding-bottom: 16px;
}

.artist-directory .filter-button {
  padding: 6px 12px;
  font-size: var(--custom-text);
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s;
}

.artist-directory .filter-button:hover {
  background: #f0f0f0;
}

.artist-directory .filter-button.active {
  background: #161513;
  color: #fff;
  border-color: #000;
}

.all-artist,
.artist-content {
  flex: 1;
  width: 100%;
}

.artist-directory .artist-heading {
  font-size: var(--sub-heading);
  margin: 22px 0 30px;
  border-bottom: 1px solid #E8E8E7;
  font-weight: 500;
  font-family: var(--Inter-font)
}

.artist-directory .artist-grid {
  display: grid;
  column-gap: 12px;
  row-gap: 19px;
  grid-template-columns: repeat(6, 1fr);
}

.artist-directory .artist-card {
  text-align: center;
}

.artist-directory .artist-card img {
  width: 100%;
  /* height: auto; */
  object-fit: cover;
  display: block;
}

.artist-directory .artist-name {
  font-weight: 400;
  font-size: 14px;
  margin-top: 20px;
  text-align: left;
  font-family: var(--Inter-font);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.artist-directory .artist-location {
  font-size: var(--custom-text);
  color: #161513;
  font-weight: 300;
  margin-top: 4px;
  text-align: left;
  font-family: var(--Inter-font)
}

.artist-directory .sort-wrapper {
  /* margin-bottom: 10px; */
  display: flex;
  align-items: center;
  justify-content: end;
}

.artist-directory .article-sort-select {
  padding: 8px 20px;
  border-radius: 4px;
  border: 1px solid #E8E8E7;
  font-weight: 500;
  font-size: var(--custom-text);
}

.artist-page .width-container {
  padding: 0 0px;
}

@media (max-width: 768px) {
  .artist-directory {
    padding: 56px 16px 0 16px;
  }

  .artist-directory .artist-layout {
    flex-direction: column;
    gap: 84px;
  }

  .artist-directory .filter-dropdown {
    max-width: 100%;
    width: 100%;
  }

  .artist-directory .artist-filter {
    width: 100%;
    position: static;
    margin-bottom: 20px;
  }

  .artist-directory .alphabet-filter {
    grid-template-columns: repeat(8, 1fr);
    gap: 6px;
    margin-right: 31px;
  }

  .artist-directory .artist-grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 9px;
    row-gap: 11px;
  }

  .artist-directory .artist-header {
    display: none;
  }

  .artist-directory .artist-title {
    display: block;
    margin-bottom: 24px;
  }

  .artist-directory .artist-name {
    font-size: 14px;
    margin-top: 7px;
  }

  .artist-directory .artist-location {
    font-size: 11px;
  }

  .artist-directory .filter-button {
    padding: 5px 10px;
  }

  .artist-page #MainContent {
    padding-bottom: 40px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .artist-directory {
    padding: 60px 20px 0 40px;
  }

  .artist-directory .alphabet-filter {
    grid-template-columns: repeat(5, 1fr);
  }

  .artist-directory .artist-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .artist-directory .artist-name {
    font-size: 18px;
    margin-top: 10px;
  }

  .artist-directory .filter-dropdown {
    max-width: 100%;
    width: 100%;
  }

  .artist-directory .artist-layout {
    flex-direction: column !important;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .artist-directory {
    padding: 80px 20px 0 50px;
  }

  .artist-directory .alphabet-filter {
    grid-template-columns: repeat(6, 1fr);
  }

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

  .artist-directory .artist-name {
    font-size: 22px;
    margin-top: 14px;
  }

  .artist-directory .filter-dropdown {
    max-width: 100%;
    width: 100%;
  }

  .artist-directory .artist-layout {
    flex-direction: column !important;
  }
}

@media (min-width: 1025px) and (max-width: 1300px) {
  .artist-directory {
    padding: 80px 20px 0 50px;
  }

  .artist-directory .alphabet-filter {
    grid-template-columns: repeat(6, 1fr);
  }

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

  .artist-directory .artist-name {
    font-size: 22px;
    margin-top: 14px;
  }

  .artist-directory .filter-dropdown {
    max-width: 100%;
    width: 27%;
  }
}

@media (min-width: 1520px) {
  .artist-directory .filter-dropdown {
    max-width: 28%;
    width: 22%;
  }
}

/* ARTIST BANNER */

.artist-features-banner {
  display: flex;
  align-items: center;
  background-color: #C1D3F8;
  gap: 48px;
  height: 340px;
}

.artist-features-banner .artist-features__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.artist-features-banner .artist-desktop-image {

  clip-path: circle(63% at 27% 51%);
  display: block;
}

.artist-features-banner .artist-mobile-image {
  display: none;
}

.artist-features-banner .artist-features__subheading {
  font-weight: 500;
  font-size: var(--normal-text);
  color: #161513;
  margin-bottom: 32px;
  font-family: var(--Inter-font);
}

.artist-features-banner .artist-features__heading {
  font-size: var(--banner-heading);
  font-weight: 400;
  font-family: var(--Libre-Baskerville-font);
  margin-bottom: 3px;
}

.artist-features-banner .artist-features__description {
  font-size: var(--custom-sub-heading);
  font-weight: 300;
  margin-bottom: 35px;
  font-family: var(--Inter-font);
}

.artist-features-banner .artist-features__link {
  font-weight: 400;
  font-size: var(--normal-text);
  color: #454442;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: var(--Inter-font);
}

.artist-features-banner .artist-features__subheading-wrapper {
  display: flex;
  justify-content: left;
  align-items: baseline;
  gap: 16px;
}

.artist-features-banner .artist-features__link svg {
  width: 18px;
  height: auto;
  transition: transform 0.3s ease;
}

.artist-features-banner .artist-features__link:hover svg {
  transform: translateX(4px);
}

@media screen and (max-width: 768px) {
  .artist-features-banner {
    flex-direction: column;
    gap: 24px;
    height: auto;
  }

  .artist-features-banner .artist-features__image-wrapper {
    width: 100%;
  }

  .artist-features-banner .artist-desktop-image {
    display: none;
  }

  .artist-features-banner .artist-mobile-image {
    display: block;
    clip-path: none;
  }

  .artist-features-banner .artist-features__content {
    text-align: left;
    padding: 0 24px 34px 24px;
  }

  .artist-features-banner .artist-features__subheading {
    margin-bottom: 24px;
  }

  .artist-features-banner .artist-features__heading {
    font-size: 40px;
    margin-bottom: 16px;
  }

  .artist-features-banner .artist-features__description {
    margin-bottom: 32px;
  }
}

/* Individual artist page */

.artist-width-container {
  max-width: 1900px;
  padding: 30px 56px 80px 56px;
  margin: 0 auto;
}

.artist-width-container .individual-line {
  border-bottom: 1px solid #E8E8E7;
}

.artist-width-container .extra-mobile-layout {
  display: flex;
}

.artist-width-container .art-img-dec-mobile-width {
  display: none;
}

.artist-width-container .art-img-dec {
  display: flex;
  width: 100%;
  gap: 48px;
}

.artist-width-container .art-with-img>img {
  /* clip-path: circle(49% at 50% 50%); */
  border-radius: 50% !important;
}

.artist-width-container .art-with-img img {
  display: block;
  max-width: 427px;
  height: 351px;
}

.artist-width-container .art-with-title {
  font-family: var(--Inter-font);
  font-weight: 400;
  font-size: var(--main-heading);
  line-height: 120%;
  letter-spacing: -4%;
  color: var(--custom-color-main);
  margin-bottom: 12px;
}

.artist-width-container .art-with-country {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: var(--Inter-font);
}

.artist-width-container .art-with-details {
  width: 100%;
}

.artist-width-container .art-with-des {
  font-family: var(--Inter-font);
  font-weight: 400;
  font-size: var(--custom-text);
  line-height: 120%;
  color: var(--custom-color-main);
  padding-top: 24px;
}

@media(max-width: 991px) {
  .artist-width-container {
    padding: 24px 16px 24px 16px;
  }

  .artist-width-container .art-img-dec {
    flex-direction: column;
    gap: 16px;
  }

  .artist-width-container .art-with-img,
  .artist-width-container .art-with-title {
    display: inline-flex;
    align-items: center;
  }

  .artist-width-container .art-with-img img {
    max-width: 200px;
    max-height: 150px;
  }

  .artist-width-container .extra-mobile-layout {
    margin-bottom: 32px;
  }

  .artist-width-container .art-with-des {
    border-top: 1px solid #E8E8E7;
    text-align: left;
    font-size: 14px;
  }

  .artist-width-container .art-with-title {
    font-size: var(--custom-main-heading);
    margin-bottom: 0;
  }

  .artist-width-container .extra-mobile-layout {
    gap: 16px;
  }

  .artist-width-container .art-img-dec-mobile-width {
    display: block;
  }

  .artist-width-container .art-img-dec {
    display: none;
  }
}

/* INDIVIDUAL BACKGROUND COLOR WITH TEST */

.text-with-back-sec .background-width-container {
  padding: 120px 320px;
}

.text-with-back-sec .text-back {
  font-family: var(--Libre-Baskerville-font);
  font-weight: 400;
  font-size: var(--main-heading);
  line-height: 120%;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--custom-color-main);
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.text-with-back-sec .name-text {
  font-family: var(--Inter-font);
  font-weight: 400;
  font-size: var(--normal-text);
  line-height: 120%;
  letter-spacing: -2%;
  color: black;
  text-align: center;
}

@media (max-width: 551px) {
  .text-with-back-sec .background-width-container {
    padding: 80px 24px;
  }

  .text-with-back-sec .text-back {
    font-size: var(--custom-main-heading);
  }
}

@media (min-width: 552px) and (max-width: 768px) {
  .text-with-back-sec .background-width-container {
    padding: 90px 34px;
  }

  .text-with-back-sec .text-back {
    font-size: 42px
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .text-with-back-sec .background-width-container {
    padding: 100px 54px;
  }

  .text-with-back-sec .text-back {
    font-size: 52px
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .text-with-back-sec .background-width-container {
    padding: 110px 74px;
  }

  .text-with-back-sec .text-back {
    font-size: 62px
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .text-with-back-sec .background-width-container {
    padding: 120px 94px;
  }
}

@media (min-width: 1201px) and (max-width: 1300px) {
  .text-with-back-sec .background-width-container {
    padding: 120px 224px;
  }
}

/* MAGAZIN FIRST SECTION */

.custom-article-section {
  background: #161513;
  padding: 49px 52px 30px 55px;
}

.custom-article-section .main-featured-blog {
  display: flex;
  gap: 48px;
  align-items: stretch;
  width: 100%;
}

.custom-article-section .featured-article {
  display: flex;
  width: 60%;
  gap: 40px;
}

.custom-article-section .content-feature {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.custom-article-section .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.custom-article-section .featured-title {
  font-size: 41px;
  font-weight: 400;
  margin-bottom: 24px;
  color: #FFFFFF;
  font-family: var(--Inter-font)
}

.custom-article-section .featured-excerpt {
  font-size: var(--normal-text);
  line-height: 1.6;
  margin-bottom: 14px;
  font-weight: 400;
  font-family: var(--Inter-font);
  color: rgba(255, 255, 255, 0.8);
}

.custom-article-section .featured-meta {
  font-size: var(--small-font);
  opacity: 0.8;
  font-weight: 300;
  font-family: var(--Inter-font);
  color: rgba(255, 255, 255, 0.8);
}

.custom-article-section .read-more-btn {
  display: flex;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  font-family: var(--Inter-font);
}

.custom-article-section .article-list {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.custom-article-section .mobileview1 {
  display: none !important;
}

.custom-article-section .article-block {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.custom-article-section .article-block img {
  object-fit: cover;
}

.article-details .title {
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
  text-decoration: none;
  font-size: 24px;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: var(--Inter-font);
}

.article-details .meta,
.article-details .sub-meta {
  font-size: 16px;
  font-weight: 300;
  opacity: 0.7;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--Inter-font);
}

@media screen and (max-width: 991px) {
  .custom-article-section .desktopview1 {
    display: none;
  }

  .custom-article-section .mobileview1 {
    display: block !important;
    margin: 0 29px !important;
  }

  .custom-article-section .main-featured-blog {
    flex-direction: column;
    gap: 32px;
  }

  .custom-article-section .featured-article {
    width: 100%;
    flex-direction: column;
    gap: 36px;
  }

  .custom-article-section .content-feature {
    order: 1;
    width: 100%;
    padding: 0 16px 0px 16px;
  }

  .custom-article-section {
    padding: 0px 0px 0px 0px;
  }

  .custom-article-section .featured-title {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .custom-article-section .featured-excerpt {
    font-size: 16px;
    margin-bottom: 58px;
  }

  .custom-article-section .featured-meta {
    display: none;
  }

  .custom-article-section .article-list {
    width: 100% !important;
  }

  .custom-article-section .article-block {
    display: block;
    gap: 20px;
    align-items: flex-start;
  }

  .article-details .sub-meta {
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 0;
  }

  .article-details .title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .custom-article-section .featured-excerpt1 {
    font-size: var(--normal-text);
    line-height: 1.6;
    margin-bottom: 37px;
    font-weight: 400;
    font-family: var(--Inter-font);
    color: rgba(255, 255, 255, 0.8);
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .custom-article-section .featured-article {
    gap: 20px;
  }

  .custom-article-section .featured-title {
    font-size: 23px;
  }

  .custom-article-section .article-details .title {
    font-size: 14px;
  }
}

/* MAGAZIN FIFTH SECTION */

.custom-article-artist-section {
  background: #161513;
  padding: 0px 52px 39px 55px;
}

.custom-article-artist-section .main-featured-blog {
  display: flex;
  gap: 43px;
  align-items: stretch;
  width: 100%;
}

.custom-article-artist-section .featured-article {
  display: block;
  width: 50%;
}

.custom-article-artist-section .content-feature {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 24px;
}

.custom-article-artist-section .featured-excerpt1 {
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: var(--Inter-font);
}

.custom-article-artist-section .title {
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
  text-decoration: none;
  font-size: 24px;
  margin-bottom: 46px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: var(--Inter-font);
}

.custom-article-artist-section .article-list1 {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}

.custom-article-artist-section .mobileview1 {
  display: none;
}

.custom-article-artist-section .article-block {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.custom-article-artist-section .featured-title {
  font-size: 41px;
  font-weight: 400;
  margin-bottom: 32px;
  color: #FFFFFF;
  font-family: var(--Inter-font)
}

.custom-article-artist-section .read-more-btn {
  display: flex;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  font-family: var(--Inter-font);
}

.custom-article-artist-section .featured-excerpt {
  font-size: var(--normal-text);
  line-height: 1.6;
  margin-bottom: 79px;
  font-weight: 400;
  font-family: var(--Inter-font);
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.magazin-custom {
  padding: 48px 56px 48px 56px;
  background: #161513;
}

.magazin-custom .magazin-main-title {
  color: white;
  font-size: var(--banner-heading);
  font-weight: 400;
  font-family: var(--Libre-Baskerville-font)
}

.magazin-custom .view-all {
  font-family: var(--Inter-font);
  font-size: var(--normal-text);
  font-weight: 400;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
}

.magazin-custom .header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E8E8E7;
  padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .custom-article-artist-section .desktopview1 {
    display: none;
  }

  .custom-article-artist-section .mobileview1 {
    display: block !important;
    margin: 0 29px !important;
  }

  .custom-article-artist-section .main-featured-blog {
    flex-direction: column;
    gap: 32px;
  }

  .custom-article-artist-section .featured-article {
    width: 100%;
    flex-direction: column;
    gap: 36px;
  }

  .custom-article-artist-section .content-feature {
    order: 1;
    width: 100%;
    padding: 0 16px 0px 16px;
  }

  .custom-article-artist-section {
    padding: 0px 0px 0px 0px;
  }

  .custom-article-artist-section .featured-title {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .custom-article-artist-section .featured-excerpt {
    font-size: 16px;
    margin-bottom: 58px;
  }

  .custom-article-artist-section .article-list1 {
    width: 100% !important;
  }

  .custom-article-artist-section .article-block {
    display: block;
    gap: 20px;
    align-items: flex-start;
  }

  .custom-article-artist-section .title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .custom-article-artist-section .featured-excerpt1 {
    font-size: var(--normal-text);
    line-height: 1.6;
    margin-bottom: 37px;
    font-weight: 400;
    font-family: var(--Inter-font);
    color: rgba(255, 255, 255, 0.8);
  }

  .magazin-custom {
    padding: 42px 15px 10px 15px !important;
  }

  .magazin-custom .magazin-main-title {
    font-size: 24px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .custom-article-artist-section .featured-article {
    gap: 20px;
  }

  .custom-article-artist-section .featured-title {
    font-size: 23px;
  }

  .custom-article-artist-section .article-details .title {
    font-size: 14px;
  }
}

/* INDIVISUAL EXHIBITOR PAGE */

.custom-exhibitor-section {
  /* padding: 50px 20px; */
}

.custom-exhibitor-section .custom-container {
  max-width: 1900px;
  padding: 0 129px 0 56px;
  margin: 0 auto;
}

.custom-exhibitor-section .custom-text-image-wrapper {
  display: flex;
  gap: 195px;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 63px;
}

.custom-exhibitor-section .custom-exhibitor-text {
  flex: 1 1 50%;
}

.custom-exhibitor-section .custom-exhibitor-image {
  flex: 1 1 45%;
}

.custom-exhibitor-section .custom-exhibitor-image img {
  width: 100%;
  height: auto;
  display: block;
}

.custom-exhibitor-section .custom-exhibitor-name {
  font-family: var(--Libre-Baskerville-font);
  font-size: var(--main-heading);
  color: #161513;
  font-weight: 400;
  margin-bottom: 15px;
}

.custom-exhibitor-section .exhibitor-country {
  font-family: var(--Inter-font, sans-serif);
  font-size: 16px;
  color: #161513;
  font-weight: 400;
  margin-bottom: 15px;
}

.custom-exhibitor-section .custom-divider {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 24px;
}

.custom-exhibitor-section .custom-short-desc {
  font-size: 14px;
  color: #333;
  margin-bottom: 24px;
  font-family: var(--Inter-font, sans-serif);
}

.custom-exhibitor-section .custom-long-desc {
  font-size: 14px;
  color: #333;
  font-family: var(--Inter-font, sans-serif);
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .custom-exhibitor-section .custom-container {
    padding: 16px;
  }

  .custom-exhibitor-section .custom-text-image-wrapper {
    gap: 20px !important;
  }

  .custom-exhibitor-section .custom-exhibitor-name {
    font-size: 38px;
  }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
  .custom-exhibitor-section .custom-text-image-wrapper {
    flex-direction: column-reverse;
  }

  .custom-exhibitor-text,
  .custom-exhibitor-image {
    flex: 1 1 100%;
  }

  .custom-exhibitor-name {
    font-size: 32px;
  }

  .custom-exhibitor-section .custom-container {
    padding: 16px;
  }

  .custom-text-image-wrapper {
    gap: 24px !important;
    align-items: unset;
  }
}

@media screen and (max-width:768px) {
  .custom-exhibitor-section .custom-text-image-wrapper {
    flex-direction: column-reverse;
    padding-bottom: 13px;
  }

  .custom-exhibitor-text,
  .custom-exhibitor-image {
    flex: 1 1 100%;
  }

  .custom-exhibitor-section .custom-exhibitor-name {
    font-size: 32px;
  }

  .custom-exhibitor-section .custom-container {
    padding: 16px;
  }

  .custom-exhibitor-section .custom-text-image-wrapper {
    gap: 24px;
    align-items: unset;
  }
}

.individual-artwork .my-artwork-container,
.my-artwork-container {
  max-width: 3000px !important;
  margin: 0 auto !important;
  padding: 0 48px 63px 41px !important;
}



@media screen and (max-width: 470px) {
  .artist-width-container .art-with-title {
    font-size: 24px;
  }
}