/*
Theme Name: Colours of our Country
Theme URI: https://coloursofourcountry.com/
Template: kadence
Author: Harby Studios
Author URI: https://harbystudios.com.au/
Description: Custom theme for colours of our country.
Version: 2.0.12
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/
/* Theme customisation starts here 
-------------------------------------------------------------- */
:root {
  --block-padding: 40px;
  --site-min-padding: 20px;
  --vh: 1vh;
  --base-letter-spacing: 0.025em;
  --base-letter-spacing: 0.08em;
  --header-colour: #fff;
  --border-radius: 10px;
  --border-radius-large: 20px;
  --button-border-radius: 15px;
  --box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.2);
  --custom-colour-orange: #e87c1e;
  --page-title-height: 100px;
}
@media (min-width: 900px) {
  :root {
    --block-padding: 80px;
    --site-min-padding: 40px;
    --border-radius-large: 30px;
    --page-title-height: 120px;
  }
}
@media (min-width: 1200px) {
  :root {
    --block-padding: 110px;
    --border-radius: 20px;
    --button-border-radius: 18px;
    --border-radius-large: 40px;
    --page-title-height: 140px;
  }
}
@media (min-width: 1600px) {
  :root {
    --block-padding: 150px;
  }
}

html body {
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--normal: 17px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 20px;
  --wp--preset--font-size--x-large: 36px;
  --global-kb-spacing-lg: 30px;
}
html body [data-aos][data-aos][data-aos-duration="400"],
html body body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.5s;
}

@media (min-width: 700px) {
  html body {
    --wp--preset--font-size--small: 14px;
    --wp--preset--font-size--medium: 22px;
    --wp--preset--font-size--normal: 17px;
    --wp--preset--font-size--large: 24px;
    --wp--preset--font-size--x-large: 30px;
    --global-kb-spacing-lg: 40px;
  }
}
@media (min-width: 1000px) {
  html body {
    --wp--preset--font-size--normal: 19px;
    --wp--preset--font-size--medium: 22px;
    --wp--preset--font-size--large: 28px;
    --wp--preset--font-size--x-large: 40px;
  }
}
@media (min-width: 1400px) {
  html body {
    --global-kb-spacing-lg: 50px;
    --wp--preset--font-size--large: 32px;
    --wp--preset--font-size--x-large: 48px;
    --global-kb-font-size-xxxl: clamp(2.9rem, 0.8rem + 7.6vw, 11rem);
  }
}
body a {
  color: inherit;
}

* {
  text-decoration-thickness: 0.02em;
  text-underline-position: under;
}

.product-grid,
.artists-grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 100%;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.product-grid .product-card,
.artists-grid .product-card {
  width: 100%;
}
.product-grid .product-card .product-thumb-container,
.artists-grid .product-card .product-thumb-container {
  border: solid 3px #fff;
  background-color: #252424;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding: 15px;
}
@media (min-width: 1100px) {
  .product-grid .product-card .product-thumb-container,
  .artists-grid .product-card .product-thumb-container {
    padding: 40px;
  }
}
.product-grid .product-card .artist-name,
.artists-grid .product-card .artist-name {
  color: var(--global-palette1);
}
.product-grid .product-card p,
.artists-grid .product-card p {
  margin: 0;
  padding: 0;
}
.product-grid a,
.artists-grid a {
  text-decoration: none;
}
.product-grid .wp-block-heading,
.artists-grid .wp-block-heading {
  grid-column: 1/-1;
}

.product-card a {
  text-decoration: none;
}

@media (min-width: 500px) {
  .product-grid,
  .artists-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 30px;
  }
  .product-grid .product-image-link-wrapper {
    height: 200px;
  }
}
@media (min-width: 800px) {
  .product-grid .product-image-link-wrapper {
    height: 240px;
  }
  .product-grid,
  .artists-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 40px;
  }
  .product-grid.full-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.product-grid .product-image-link-wrapper .ct-shortcode {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-grid .product-image-link-wrapper .product-feature-image {
  max-width: 90%;
  max-height: 240px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td:nth-child(2) {
  border-right: solid 1px #d2ced2;
}

@media (max-width: 1000px) {
  .site-header .site-main-header-wrap .site-header-main-section-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
}

.header-is-fixed .site-header .site-main-header-wrap {
  background-color: #fff;
}
.header-is-fixed .site-header .site-main-header-wrap::before {
  content: "";
  display: block;
  left: -20vw;
  right: -20vw;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}

/* Mega Menu
-------------------------------------------------------------- */
.site-footer {
  background-color: black;
  color: white;
  font-size: 14px;
}
.site-footer .site-footer-section {
  gap: var(--global-xl-spacing);
}
.site-footer .footer-widget-area .wp-block-kadence-advancedheading {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}
.site-footer .wp-block-heading {
  font-size: var(--global-font-size-small);
  color: #fff;
  text-transform: uppercase;
}
.site-footer .site-middle-footer-inner-wrap {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

/* Reusable
-------------------------------------------------------------- */
.edit-post-visual-editor .wp-block.is-reusable {
  max-width: none !important;
  margin: 0 !important;
}

/* Groups
-------------------------------------------------------------- */
.wp-block-group.is-style-narrow-group {
  max-width: 80ch;
  margin-left: auto;
  margin-right: auto;
}

/* Heading
-------------------------------------------------------------- */
.wp-block-heading.is-style-small-header {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 700;
  text-transform: uppercase;
}
.wp-block-heading.is-style-large-header {
  font-size: var(--wp--preset--font-size--large);
}

/* Media & Text Block
-------------------------------------------------------------- */
.wp-block-media-text:not(.has-background) .wp-block-media-text__content {
  padding: 8% 0;
}
@media (max-width: 599px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(var(--global-content-edge-padding) * -1);
    max-height: 50vh;
    overflow: hidden;
    display: flex;
    grid-row: 2;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media picture {
    object-fit: cover;
    max-width: 100%;
    max-height: 50vh;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content.wp-block-media-text__content {
    padding-left: 8%;
    padding-right: 0;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content.wp-block-media-text__content {
    padding-left: 0;
    padding-right: 8%;
  }
}

/* Separator
-------------------------------------------------------------- */
.wp-block-separator.wp-block-separator {
  max-width: none !important;
}
.wp-block-separator.wp-block-separator.is-style-wide {
  display: block;
}

/* Buttons
-------------------------------------------------------------- */
.wp-block-buttons.is-layout-flex {
  gap: var(--global-md-spacing);
}

.wp-block-buttons.is-vertical.is-content-justification-stretch a {
  width: 100%;
}

/* Lists
-------------------------------------------------------------- */
ul.is-style-nav-links {
  list-style: none;
}
ul.is-style-nav-links li {
  border-bottom: solid 1px #fff;
  padding: 0;
}
ul.is-style-nav-links li:last-child {
  border-bottom: none;
}
ul.is-style-nav-links li a {
  padding: 0.6em 0;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}

@font-face {
  font-family: "RT_Basis";
  src: url("assets/fonts/RT_Basis-Regular.woff2") format("woff2"), url("assets/fonts/RT_Basis-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RT_Basis";
  src: url("assets/fonts/RT_Basis-Bold.woff2") format("woff2"), url("assets/fonts/RT_Basis-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "RT_Basis";
  src: url("assets/fonts/RT_Basis-Medium.woff2") format("woff2"), url("assets/fonts/RT_Basis-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "RT_Basis";
  src: url("assets/fonts/RT_Basis-Light.woff2") format("woff2"), url("assets/fonts/RT_Basis-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
:root {
  --global-body-font-family: "RT_Basis"!important;
  --global-heading-font-family: "RT_Basis"!important;
  --global-primary-nav-font-family: "RT_Basis"!important;
}

/* Home
-------------------------------------------------------------- */
/* Angled Edges
-------------------------------------------------------------- */
.kb-row-layout-wrap.is-style-home-hero {
  position: relative;
}
.kb-row-layout-wrap.is-style-home-hero .wp-block-kadence-column:nth-child(2) {
  position: relative;
}
.kb-row-layout-wrap.is-style-home-hero .wp-block-kadence-column:nth-child(2)::before {
  content: "";
  position: absolute;
  display: block;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 7vw;
  background-image: url("assets/images/green-angled-divider-right.svg");
  background-position: left center;
  background-size: 100% 100%;
  z-index: 9999;
}
@media (max-width: 766px) {
  .kb-row-layout-wrap.is-style-home-hero .wp-block-kadence-column:nth-child(2)::before {
    left: 0;
    bottom: -1px;
    right: 0;
    width: 100%;
    top: auto;
    height: 8vh;
    background-image: url("assets/images/green-angled-divider-top.svg");
    background-position: center bottom;
  }
}

.kb-row-layout-wrap {
  --mobile-image-bg: url("assets/images/green-angled-divider-top.svg");
  --desktop-image-bg: url("assets/images/green-angled-divider-right.svg");
}

.kb-row-layout-wrap.gold-angle-row {
  --mobile-image-bg: url("assets/images/gold-angle-divider-top.svg");
  --desktop-image-bg: url("assets/images/gold-angle-divider.svg");
}

.kb-row-layout-wrap.gold-angle-row,
.kb-row-layout-wrap.green-angle-row {
  position: relative;
}
.kb-row-layout-wrap.gold-angle-row > .kt-row-column-wrap > .wp-block-kadence-column,
.kb-row-layout-wrap.green-angle-row > .kt-row-column-wrap > .wp-block-kadence-column {
  position: relative;
}
.kb-row-layout-wrap.gold-angle-row > .kt-row-column-wrap > .wp-block-kadence-column::before,
.kb-row-layout-wrap.green-angle-row > .kt-row-column-wrap > .wp-block-kadence-column::before {
  content: "";
  position: absolute;
  display: block;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 7vw;
  background-image: var(--desktop-image-bg);
  background-position: left center;
  background-size: 100% 100%;
  z-index: 9999;
}
@media (max-width: 766px) {
  .kb-row-layout-wrap.gold-angle-row > .kt-row-column-wrap > .wp-block-kadence-column::before,
  .kb-row-layout-wrap.green-angle-row > .kt-row-column-wrap > .wp-block-kadence-column::before {
    left: 0;
    bottom: -1px;
    right: 0;
    width: 100%;
    top: auto;
    height: 8vh;
    background-image: var(--mobile-image-bg);
    background-position: center bottom;
  }
}
.kb-row-layout-wrap.gold-angle-row:not(.image-left) .wp-block-kadence-column:nth-child(1)::before,
.kb-row-layout-wrap.green-angle-row:not(.image-left) .wp-block-kadence-column:nth-child(1)::before {
  content: none;
}
.kb-row-layout-wrap.gold-angle-row.image-left .wp-block-kadence-column:nth-child(1)::before,
.kb-row-layout-wrap.green-angle-row.image-left .wp-block-kadence-column:nth-child(1)::before {
  transform: scaleX(-1);
  left: auto;
  right: -1px;
}
.kb-row-layout-wrap.gold-angle-row.image-left .wp-block-kadence-column:nth-child(2)::before,
.kb-row-layout-wrap.green-angle-row.image-left .wp-block-kadence-column:nth-child(2)::before {
  content: none;
}

/* Artists
-------------------------------------------------------------- */
.post-type-archive-artist .content-wrap .entry .post-thumbnail {
  border-radius: 999px;
  overflow: hidden;
}
.post-type-archive-artist .content-wrap .entry .post-thumbnail img {
  transform: scale(1);
  transition: all 0.2s ease-out;
}
.post-type-archive-artist .content-wrap .entry .post-thumbnail:hover img, .post-type-archive-artist .content-wrap .entry .post-thumbnail:focus img {
  transform: scale(1.07);
  transition: all 0.2s ease-out;
}
.post-type-archive-artist .content-wrap .entry .entry-title {
  font-size: var(--global-font-size-medium);
  text-align: center;
}

/* Artist
-------------------------------------------------------------- */
.artist-art.product-grid h4 {
  font-size: 1em;
  padding-top: 10px;
  font-weight: 500;
  color: var(--global-palette1);
}

/* News
-------------------------------------------------------------- */
/* 404 Page
-------------------------------------------------------------- */
/* Type
-------------------------------------------------------------- */
.entry-content h1 {
  line-height: 1;
}
.entry-content b,
.entry-content strong {
  font-weight: 800;
}
.entry-content .has-larger-font-size {
  line-height: 1;
}
.entry-content .has-small-font-size {
  font-size: var(--wp--preset--font-size--small);
}
.entry-content .has-regular-font-size {
  font-size: var(--wp--preset--font-size--normal);
}
.entry-content .has-large-font-size {
  font-size: var(--wp--preset--font-size--large);
}
.entry-content .has-larger-font-size {
  font-size: var(--wp--preset--font-size--x-large);
}

/* Page Heroes
-------------------------------------------------------------- */
#inner-wrap .entry-hero .entry-hero-container-inner {
  background-color: var(--global-palette1);
  background-image: url(assets/images/page-hero-contour-lines.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

.entry-hero.page-hero-section .entry-header,
.entry-hero.product-archive-hero-section .entry-header,
.entry-hero.artist-hero-section .entry-header,
.entry-hero.artist-archive-hero-section .entry-header {
  min-height: var(--page-title-height) !important;
}

/* Column Borders
-------------------------------------------------------------- */
/* Grid Layouts
-------------------------------------------------------------- */
@media (max-width: 600px) {
  .archive .grid-cols {
    grid-template-columns: 1fr 1fr;
    column-gap: 0.8em;
    row-gap: 1.5em;
  }
}

/* Carousel
-------------------------------------------------------------- */
.wp-block-cb-carousel.slick-slider .slick-track {
  display: flex !important;
}
.wp-block-cb-carousel.slick-slider .slick-slide {
  height: inherit !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wp-block-cb-carousel.slick-slider .slick-slide figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Shortcodes
-------------------------------------------------------------- */
.artist-callout {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2em;
}
.artist-callout .small-artist-profile-pic {
  height: 50px;
  width: 50px;
  background-color: #ccc;
  border-radius: 99px;
  margin-right: 14px;
  overflow: hidden;
  filter: saturate(0);
}
@media (min-width: 800px) {
  .artist-callout .small-artist-profile-pic {
    height: 70px;
    width: 70px;
  }
}
.artist-callout .callout-title {
  color: var(--global-palette4);
  font-size: 13px;
  display: block;
  text-transform: uppercase;
}
.artist-callout .callout-name {
  color: var(--global-palette1);
  text-transform: none;
  font-weight: 400;
}

/* Header Countdown
-------------------------------------------------------------- */
.kb-row-layout-wrap.header-countdown .kb-countdown-divider-item,
.kb-row-layout-wrap.header-countdown .kb-countdown-item.kb-countdown-date-item-hours,
.kb-row-layout-wrap.header-countdown .kb-countdown-item.kb-countdown-date-item-minutes,
.kb-row-layout-wrap.header-countdown .kb-countdown-item.kb-countdown-date-item-seconds {
  display: none !important;
  visibility: hidden;
}

.supscript-suffix.wp-block-kadence-countup .kb-count-up-number {
  position: relative;
}

/* Exhibition Stats
-------------------------------------------------------------- */
.supscript-suffix.wp-block-kadence-countup .kb-count-up-number::after {
  content: "th";
  position: absolute;
  font-size: 0.4em;
  left: calc(100% - 0.4em);
  top: 0;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .supscript-suffix.wp-block-kadence-countup .kb-count-up-number::after {
    left: 4.3ch;
  }
}

@media (max-width: 600px) {
  .wp-block-kadence-image.count-icon {
    flex-basis: 50px;
    flex-shrink: 0;
  }
}
.shop-sort-container {
  position: relative;
  align-items: center;
  z-index: 2;
}

.facetwp-facet.facetwp-facet {
  margin: 0;
}

.facetwp-counter {
  display: none;
}

.facetwp-facet.facetwp-type-checkboxes {
  color: var(--global-palette6);
}
.facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox {
  font-size: 15px;
  margin-bottom: 10px;
  text-align: left;
}

.facetwp-facet .noUi-handle {
  border-radius: 99px;
  background-color: var(--global-palette6);
  border-color: var(--global-palette6);
}
.facetwp-facet .noUi-horizontal {
  height: 2px;
  border-color: var(--global-palette6);
}
.facetwp-facet .noUi-horizontal .noUi-handle {
  height: 16px;
  width: 16px;
}
.facetwp-facet .noUi-connect,
.facetwp-facet .noUi-origin {
  margin-top: -4px;
}
.facetwp-facet .noUi-target {
  padding: 0;
  margin-left: 5px;
  margin-right: 25px;
}
.facetwp-facet.facetwp-facet-artist_gallery {
  display: flex;
  flex-direction: column;
}
@media (min-width: 700px) {
  .facetwp-facet.facetwp-facet-artist_gallery {
    flex-direction: row;
    gap: 1em;
    flex-wrap: wrap;
  }
}

.facetwp-sort .facetwp-sort-select,
.facetwp-per-page .facetwp-per-page-select {
  border: none;
  color: var(--global-palette3);
  font-size: 16px;
  border: solid 1px var(--global-palette7);
  margin-left: 1em;
}

.shop-sort .facetwp-facet.facetwp-type-dropdown .facetwp-dropdown,
.shop-sort .facetwp-sort .facetwp-sort-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 3px 30px 3px 10px;
  border: none;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+ZG93bi1hcnJvdzwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iV2lyZWZyYW1lcy1Sb3VuZC0zIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJEZXNrdG9wLUhELUNvcHktMTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzUwLjAwMDAwMCwgLTY3Mi4wMDAwMDApIiBmaWxsPSIjN0E3QTdBIiBmaWxsLXJ1bGU9Im5vbnplcm8iPiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMzUwLjE0NjQ1LDY3Mi42NDY0NDcgQzEzNTAuMzIwMDEsNjcyLjQ3Mjg4IDEzNTAuNTg5NDQsNjcyLjQ1MzU5NSAxMzUwLjc4NDMxLDY3Mi41ODg1OTEgTDEzNTAuODUzNTUsNjcyLjY0NjQ0NyBMMTM1NSw2NzYuNzkzIEwxMzU5LjE0NjQ1LDY3Mi42NDY0NDcgQzEzNTkuMzIwMDEsNjcyLjQ3Mjg4IDEzNTkuNTg5NDQsNjcyLjQ1MzU5NSAxMzU5Ljc4NDMxLDY3Mi41ODg1OTEgTDEzNTkuODUzNTUsNjcyLjY0NjQ0NyBDMTM2MC4wMjcxMiw2NzIuODIwMDEzIDEzNjAuMDQ2NCw2NzMuMDg5NDM3IDEzNTkuOTExNDEsNjczLjI4NDMwNiBMMTM1OS44NTM1NSw2NzMuMzUzNTUzIEwxMzU1LjM1MzU1LDY3Ny44NTM1NTMgQzEzNTUuMTc5OTksNjc4LjAyNzEyIDEzNTQuOTEwNTYsNjc4LjA0NjQwNSAxMzU0LjcxNTY5LDY3Ny45MTE0MDkgTDEzNTQuNjQ2NDUsNjc3Ljg1MzU1MyBMMTM1MC4xNDY0NSw2NzMuMzUzNTUzIEMxMzQ5Ljk1MTE4LDY3My4xNTgyOTEgMTM0OS45NTExOCw2NzIuODQxNzA5IDEzNTAuMTQ2NDUsNjcyLjY0NjQ0NyBaIiBpZD0iZG93bi1hcnJvdyI+PC9wYXRoPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.shop-sort .facetwp-facet.facetwp-type-dropdown .facetwp-dropdown::-ms-expand,
.shop-sort .facetwp-sort .facetwp-sort-select::-ms-expand {
  display: none;
}

.facetwp-facet.facetwp-type-autocomplete {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-left: 1em;
  position: relative;
}
.facetwp-facet.facetwp-type-autocomplete * {
  font-family: "RT_Basis", sans-serif;
}
.facetwp-facet.facetwp-type-autocomplete input[type=text] {
  border: solid 1px var(--global-palette7);
  font-size: 16px;
}
.facetwp-facet.facetwp-type-autocomplete input[type=button] {
  background-color: var(--global-palette1);
  border-color: var(--global-palette1);
  border: none !important;
  color: #fff;
  text-transform: uppercase;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0 3px 3px 0;
}
.facetwp-facet.facetwp-type-autocomplete .fcomplete-wrap {
  top: 100%;
}

.fcomplete-wrap .fcomplete-status {
  font-family: var(--global-body-font-family);
  font-style: normal;
}

/***** PAGEINATION *****/
.facetwp-facet.facetwp-facet-pagination .facetwp-pager {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.facetwp-facet.facetwp-facet-pagination .facetwp-page {
  display: inline-block;
  margin-right: 0.5em;
  border: 2px solid transparent;
  min-width: 2.5em;
  line-height: 2.25em;
  text-align: center;
  text-decoration: none;
  border-radius: 0.25rem;
  color: inherit;
}
.facetwp-facet.facetwp-facet-pagination .facetwp-page:hover, .facetwp-facet.facetwp-facet-pagination .facetwp-page:focus {
  border-color: var(--global-palette-btn-bg);
}
.facetwp-facet.facetwp-facet-pagination .facetwp-page.active {
  border-color: var(--global-palette-btn-bg);
  background: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
}

/* Rows
-------------------------------------------------------------- */
.kb-row-layout-wrap.is-style-content-section {
  padding-top: var(--site-min-padding);
  padding-bottom: var(--site-min-padding);
}
.kb-row-layout-wrap.is-style-image-overlap > .kt-row-column-wrap {
  padding-top: 0;
}

/* Infobox
-------------------------------------------------------------- */
.kt-row-column-wrap.kt-inner-column-height-full .wp-block-kadence-infobox,
.kt-row-column-wrap.kt-inner-column-height-full .kt-blocks-info-box-link-wrap {
  height: 100%;
}

.wp-block-kadence-infobox.is-style-resource .kadence-info-box-image-inner-intrisic {
  border-top-left-radius: 10px;
  overflow: hidden;
}

/* Image Overlay
-------------------------------------------------------------- */
.wp-block-kadence-imageoverlay .kt-image-overlay-wrap .kt-block-intrisic.kt-over-set-ratio {
  position: relative;
}

/* Images
-------------------------------------------------------------- */
.wp-block-kadence-image {
  margin-bottom: 0;
}
.wp-block-kadence-image.is-style-rounded-corners {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.wp-block-kadence-image.is-style-artist-profile img {
  border-radius: 999px;
}
.wp-block-kadence-image.is-style-image-border img {
  border: solid 5px #fff;
}
@media (min-width: 800px) {
  .wp-block-kadence-image.is-style-image-border img {
    border-width: 8px;
  }
}

/* Tabs
-------------------------------------------------------------- */
/* Headings
-------------------------------------------------------------- */
.wp-block-kadence-advancedheading.is-style-plus-header {
  position: relative;
  padding-bottom: 0.5em;
}
.wp-block-kadence-advancedheading.is-style-plus-header::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 0.07em;
  background-color: var(--global-palette2);
  width: calc(100% - 2em);
  opacity: 0.2;
}
.wp-block-kadence-advancedheading.is-style-plus-header::after {
  content: "+";
  position: absolute;
  right: 1.8em;
  bottom: -0.36em;
  font-weight: 300;
  font-size: 0.8em;
}

/* Forms
-------------------------------------------------------------- */
.wp-block-kadence-advanced-form .kb-adv-form-message.kb-adv-form-success {
  background-color: #fff;
  color: var(--global-palette3);
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 30px;
}
.wp-block-kadence-advanced-form .kb-adv-form-message.kb-adv-form-success * {
  text-align: center;
  justify-content: center !important;
}
.wp-block-kadence-advanced-form .kb-adv-form-message.kb-adv-form-success .wp-block-buttons {
  justify-content: center !important;
}

/* Iconlist
-------------------------------------------------------------- */
.wp-block-kadence-iconlist .kt-svg-icon-list .kt-svg-icon-list-item-wrap .kt-svg-icon-list-single {
  margin-top: 2px;
}
@media (min-width: 1000px) {
  .wp-block-kadence-iconlist.kt-svg-icon-list-columns-2 .kt-svg-icon-list {
    display: block !important;
    column-count: 2 !important;
    column-gap: var(--global-sm-spacing) !important;
  }
  .wp-block-kadence-iconlist.kt-svg-icon-list-columns-2 .kt-svg-icon-list li {
    margin-bottom: 8px !important;
  }
}

/* Number Coundown
-------------------------------------------------------------- */
/* Form
-------------------------------------------------------------- */
.wp-block-kadence-advanced-form.kb-form-basic-style .kb-adv-form-message.kb-adv-form-success {
  background-color: #D4A962;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  border-radius: 0;
  margin-top: 20px;
  border: solid 3px #fff;
}

/* Product Carousel
-------------------------------------------------------------- */
.kt-blocks-product-carousel-block.kt-blocks-carousel .splide__arrows .splide__arrow--prev {
  left: -3rem;
}
.kt-blocks-product-carousel-block.kt-blocks-carousel .splide__arrows .splide__arrow--next {
  right: -3rem;
}

/* Product Catalogue
-------------------------------------------------------------- */
body.post-type-archive-product {
  /* Filters ----------------------- */
}
body.post-type-archive-product .content-area {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
body.post-type-archive-product .woocommerce-pagination {
  display: none;
  visibility: hidden;
}
body.post-type-archive-product .kadence-shop-top-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  body.post-type-archive-product .kadence-shop-top-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.woocommerce ul.products .entry {
  border-radius: 0;
}
.woocommerce ul.products .entry .product-card-thumb {
  aspect-ratio: 1/1;
  position: relative;
}
.woocommerce ul.products .entry .product-card-thumb > .kt-inside-inner-col {
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding: 15px;
}
@media (min-width: 1100px) {
  .woocommerce ul.products .entry .product-card-thumb > .kt-inside-inner-col {
    padding: 40px;
  }
}
.woocommerce ul.products .entry .product-card-thumb .product-image-main.wp-block-kadence-image {
  max-width: 100%;
  max-height: 100%;
}
.woocommerce ul.products .entry .product-card-thumb .product-image-main img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
}
.woocommerce ul.products .entry .product-card-thumb .product-close-up-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  aspect-ratio: 1/1;
  pointer-events: none;
  display: block;
  margin: 0;
  opacity: 0;
  transform: scale(0);
}
.woocommerce ul.products .entry .product-card-thumb .product-close-up-hover img {
  display: block;
}
.woocommerce ul.products .entry .product-card-thumb:hover .product-close-up-hover, .woocommerce ul.products .entry .product-card-thumb:focus-within .product-close-up-hover {
  transition: transform 0.3s ease-out, opacity 0.15s ease-out;
  transform: scale(1);
  opacity: 1;
  pointer-events: none;
}
.woocommerce ul.products .entry .tinv-wraper.tinv-wishlist.tinvwl-shortcode-add-to-cart {
  position: absolute;
  top: 10px;
  right: 10px;
}
.woocommerce ul.products .entry .tinv-wraper.tinv-wishlist.tinvwl-shortcode-add-to-cart .tinvwl_add_to_wishlist_button {
  color: #fff !important;
}
.woocommerce ul.products .entry .tinv-wraper.tinv-wishlist.tinvwl-shortcode-add-to-cart .tinvwl_add_to_wishlist_button::before {
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: #000 !important;
}
.woocommerce ul.products .entry .woocommerce-loop-product__title.entry-title {
  padding-top: 10px;
  padding-bottom: 0;
}
.woocommerce ul.products .entry .product-card-price {
  justify-content: flex-end;
  display: flex;
}
.woocommerce ul.products .entry .price {
  margin: 0 !important;
}
@media (max-width: 600px) {
  .woocommerce ul.products .entry .wp-block-columns {
    gap: 0;
  }
  .woocommerce ul.products .entry .product-card-price {
    justify-content: flex-start;
  }
}
.woocommerce ul.products .entry.outofstock .kwt-image-wrap {
  position: relative;
}
.woocommerce ul.products .entry.outofstock .kwt-image-wrap::before {
  content: "SOLD";
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 10px;
  right: 10px;
  color: #fff;
  background-color: var(--custom-colour-orange);
  font-size: 12px;
  height: 44px;
  width: 44px;
  z-index: 99;
  border-radius: 99px;
}

/* Single Product
-------------------------------------------------------------- */
body:not(.product-out-of-stock) .commission-form-container {
  visibility: hidden;
  display: none;
}

body.product-out-of-stock .commission-form-container {
  visibility: visible;
  display: inherit;
}

body.product-out-of-stock .image-overlap-section .wp-block-kadence-image {
  position: relative;
}
body.product-out-of-stock .image-overlap-section .wp-block-kadence-image::before {
  content: "SOLD";
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 30px;
  right: 30px;
  color: #fff;
  background-color: #d4a962;
  font-size: 12px;
  height: 44px;
  width: 44px;
  z-index: 99;
  border-radius: 99px;
}
@media (max-width: 600px) {
  body.product-out-of-stock .image-overlap-section .wp-block-kadence-image::before {
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
    font-size: 10px;
  }
}

.artists-artwork-section {
  --divider-height: 100px;
  position: relative;
  margin-top: calc(var(--divider-height) + 40px);
}
.artists-artwork-section > .kt-row-column-wrap::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-left: calc(50% - var(--global-vw, 100vw) / 2);
  margin-right: calc(50% - var(--global-vw, 100vw) / 2);
  max-width: 100vw;
  width: var(--global-vw, 100vw);
  height: var(--divider-height);
  background-image: url("assets/images/gold-angle-divider-top.svg");
  background-position: left center;
  background-size: 100% 100%;
  z-index: 9999;
}

/* Product Card
-------------------------------------------------------------- */
/* View on Wall Feature
-------------------------------------------------------------- */
.view-on-wall-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #d4a962;
  font-weight: 500;
  text-decoration: none;
  margin-top: 10px;
  transition: color 0.2s ease;
}
.view-on-wall-button svg {
  margin-left: 6px;
  width: 18px;
  height: 18px;
  fill: #d4a962;
}
.view-on-wall-button:hover {
  color: #c9933a;
}
.view-on-wall-button:hover svg {
  fill: #c9933a;
}

.view-on-wall-container .wall-view-artwork {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  background: transparent;
  transform: translate(-50%, -50%);
}
.view-on-wall-container .wall-view-close {
  transition: background 0.2s ease, transform 0.2s ease;
}
.view-on-wall-container .wall-view-close:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: scale(1.1);
}

/* Checkout
-------------------------------------------------------------- */
.woocommerce.woocommerce-checkout form .form-row label.checkbox,
.woocommerce-page.woocommerce-checkout form .form-row label.checkbox {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  line-height: 1.3;
  gap: 0.3em;
  margin-top: 0.3em;
}

.color-switch-dark {
  /* Shop
  -------------------------------------------------------------- */
  /* Product
  -------------------------------------------------------------- */
}
.color-switch-dark .loop-entry.product .entry-title {
  color: #fff;
}
.color-switch-dark .loop-entry.product .attachment-woocommerce_thumbnail {
  border: solid 4px #fff;
}
.color-switch-dark .woocommerce-product-gallery__wrapper {
  border: solid 5px #fff;
}

::selection {
  background-color: var(--global-palette1);
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
