/** Shopify CDN: Minification failed

Line 728:0 Unexpected "}"

**/
.image-with-text .grid {
  margin-bottom: 0;
}

.image-with-text .grid__item {
  position: relative;
}

@media screen and (min-width: 750px) {
  .image-with-text__grid--reverse {
    flex-direction: row-reverse;
  }
}

.image-with-text__media {
  min-height: 100%;
  overflow: visible;
}

body.template-index .image-with-text__media img {
  border-radius: none;
}

.image-with-text__media--small {
  height: 19.4rem;
}

.image-with-text__media--medium {
  height: 29.6rem;
}

.image-with-text__media--large {
  height: 43.5rem;
}

@media screen and (min-width: 750px) {
  .image-with-text__media--small {
    height: 31.4rem;
  }

  .image-with-text__media--medium {
    height: 46rem;
  }

  .image-with-text__media--large {
    height: 69.5rem;
  }
}

.image-with-text__media--placeholder {
  position: relative;
  overflow: hidden;
}

.image-with-text__media--placeholder:after {
  content: '';
  position: absolute;
  background: rgba(var(--color-foreground), 0.04);
}

.image-with-text__media--placeholder.image-with-text__media--adapt {
  height: 20rem;
}

@media screen and (min-width: 750px) {
  .image-with-text__media--placeholder.image-with-text__media--adapt {
    height: 30rem;
  }
}

.image-with-text__media--placeholder > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.image-with-text__media--placeholder:is(.animate--ambient, .animate--zoom-in) > .svg-wrapper {
  top: 0;
  left: 0;
  transform: translate(0);
}

.image-with-text__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-self: center;
  padding: 4rem calc(4rem / var(--font-body-scale)) 5rem;
  position: relative;
  z-index: 2;
}

.image-with-text .grid__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.image-with-text:not(.image-with-text--overlap) .image-with-text__media-item:after {
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

.image-with-text:not(.image-with-text--overlap) .image-with-text__text-item:after {
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}

.image-with-text .image-with-text__media-item > * {
  border-radius: var(--media-radius);
  overflow: hidden;
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

.image-with-text .global-media-settings {
  overflow: hidden !important;
}

.image-with-text .image-with-text__text-item > * {
  border-radius: var(--text-boxes-radius);
  overflow: hidden;
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}

.image-with-text:not(.image-with-text--overlap) .image-with-text__media-item > *,
.image-with-text:not(.image-with-text--overlap) .image-with-text__text-item > * {
  box-shadow: none;
}

@media screen and (max-width: 749px) {
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid__item .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media img,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media .placeholder-svg {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid__item .image-with-text__content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap) .image-with-text__content {
    border-top: 0;
  }
}

.image-with-text__content--mobile-right > * {
  align-self: flex-end;
  text-align: right;
}

.image-with-text__content--mobile-center > * {
  align-self: center;
  text-align: center;
}

.image-with-text--overlap .image-with-text__content {
  width: 90%;
  margin: -3rem auto 0;
}

@media screen and (min-width: 750px) {
  .image-with-text__grid--reverse .image-with-text__content {
    margin-left: auto;
  }

  .image-with-text__content--bottom {
    justify-content: flex-end;
    align-self: flex-end;
  }

  .image-with-text__content--top {
    justify-content: center;
    align-self: flex-start;
  }

  .image-with-text__content--desktop-right > * {
    align-self: flex-end;
    text-align: right;
  }

  .image-with-text__content--desktop-left > * {
    align-self: flex-start;
    text-align: left;
  }

  .image-with-text__content--desktop-center > * {
    align-self: center;
    text-align: center;
  }

  .image-with-text--overlap .image-with-text__text-item {
    display: flex;
    padding: 3rem 0;
  }

  .image-with-text--overlap .image-with-text__content {
    height: auto;
    width: calc(100% + 4rem);
    min-width: calc(100% + 4rem);
    margin-top: 0;
    margin-left: -4rem;
  }

  .image-with-text--overlap .image-with-text__grid--reverse .image-with-text__content {
    margin-left: 0;
    margin-right: -4rem;
  }

  .image-with-text--overlap .image-with-text__grid--reverse .image-with-text__text-item {
    justify-content: flex-end;
  }

  .image-with-text--overlap .image-with-text__media-item--top {
    align-self: flex-start;
  }

  .image-with-text--overlap .image-with-text__media-item--middle {
    align-self: center;
  }

  .image-with-text--overlap .image-with-text__media-item--bottom {
    align-self: flex-end;
  }

  .image-with-text__media-item--small,
  .image-with-text__media-item--large + .image-with-text__text-item {
    flex-grow: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media
    img,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media
    .placeholder-svg,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__content,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__content:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__content,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__content:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media
    img,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media
    .placeholder-svg {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__content {
    border-left: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__content {
    border-right: 0;
  }
}

.image-with-text:not(.collapse-corners, .image-with-text--overlap) .image-with-text__media-item {
  z-index: 1;
}

/* Needed for gradient continuity with or without animation so that transparent PNG images come up as we would expect */
.image-with-text.image-with-text--overlap .backround-transparent,
.image-with-text:not(.image-with-text--overlap) .background-transparent {
  background: transparent;
}

/* Needed for gradient continuity with or without animation, the transform scopes the gradient to its container which happens already when animation are turned on */
.image-with-text .gradient {
  transform: perspective(0);
}

.image-with-text__content {
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  word-break: break-word;
}

@media screen and (max-width: 749px) {
  .image-with-text__content {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 990px) {
  .image-with-text__content {
    padding: 15%;
  }
}

.image-with-text__content > * + * {
  margin-top: 2rem;
}

.image-with-text__content > .image-with-text__text:empty ~ a {
  margin-top: 2rem;
}

.image-with-text__content > :first-child:is(.image-with-text__heading),
.image-with-text__text--caption + .image-with-text__heading,
.image-with-text__text--caption:first-child {
  margin-top: 0;
}

.image-with-text__content :last-child:is(.image-with-text__heading),
.image-with-text__text--caption {
  margin-bottom: 0;
}

.image-with-text__content .button + .image-with-text__text {
  margin-top: 2rem;
}

.image-with-text__content .image-with-text__text + .button {
  margin-top: 3rem;
}

.image-with-text__heading {
  margin-bottom: 0;
  font-family: "obviously";
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: calc(2.2rem + 1vw);
}

.image-with-text__text p {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  color: black;
  line-height: 1.4;
}

body.template-index .image-with-text__text p, body.template-product .image-with-text__text p, body.template-page .image-with-text p, body.template-collection .image-with-text__text p {
  text-align: justify;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
  padding-left: 20px;
  padding-right: 20px;
}

body.template-index #ImageWithText--template--25945125454115__image_with_text_zDX3mQ .image-with-text__text p {
  text-align: center;
}

  a.button.button--primary {
  font-weight: normal;
  font-size: 1.3rem;
  font-family: "obviously";
  padding-top: 5px;
  padding-bottom: 8px;
  border-radius: 50px;
  background: transparent;
  color: black;
  border: 1px solid black;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}

body.template-index #ImageWithText--template--25945125454115__image_with_text_zDX3mQ .image-with-text__heading {
  font-size: calc(2rem + 1vw);
  text-align: center;
}

@media screen and (max-width: 749px) {
  .collapse-padding .image-with-text__grid .image-with-text__content {
    padding-left: 0;
    padding-right: 0;
  }

  #ImageWithText--template--25945125454115__image_with_text_zDX3mQ {
    padding-top: 60px;
    padding-bottom: 65px;
  }

  body.template-index #ImageWithText--template--25945125454115__image_with_text_zDX3mQ .image-with-text__heading {
  padding-left: 20px;
  padding-right: 20px;
}

  body.template-index .image-with-text__text p, body.template-page .image-with-text p, body.template-product .image-with-text__text p, body.template-collection .image-with-text__text p {
  text-align: center;
  font-size: 1.55rem;
  line-height: 1.5;
  letter-spacing: 0;
  }

  .image-with-text__heading {
    margin-left: auto;
    margin-right: auto;
    font-size: 2.3rem;
  }

  a.button.button--primary {
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
  font-size: 1.1rem;
  font-family: "obviously";
  text-transform: uppercase;
  border-radius: 50px;
  background: transparent;
  color: black;
  border: 1px solid black;
  padding-bottom: 8px;
}
}

@media screen and (min-width: 750px) {
  .collapse-padding
    .image-with-text__grid:not(.image-with-text__grid--reverse)
    .image-with-text__content:not(.image-with-text__content--desktop-center) {
    padding-right: 0;
  }

  .collapse-padding
    .image-with-text__grid--reverse
    .image-with-text__content:not(.image-with-text__content--desktop-center) {
    padding-left: 0;
  }

   body.template-product .image-with-text__text p {
  text-align: justify;
  }
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .image-with-text .grid {
    margin-left: 0;
  }
}

/*
  Multirow
  note: consider removing from this stylesheet if multirow-specific styles increase signficantly
*/
.multirow__inner {
  display: flex;
  flex-direction: column;
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .multirow__inner {
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.image-with-text__text-item.grid__item {
  background-color: #F7F2ED;
}

.image-with-text__text--caption {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body.template-index #shopify-section-template--25945125454115__image_with_text_zDX3mQ .button.button--primary {
  margin-right: auto !important;
  margin-left: auto !important;
}

@media screen and (max-width: 749px) {
.image-with-text__text--caption {
  margin-left: auto;
  margin-right: auto;
}

body.template-index #shopify-section-template--25945125454115__image_with_text_zDX3mQ .button.button--primary {
  margin-right: auto !important;
  margin-left: auto !important;
}

.image-with-text__text ul {
  padding: 0;
}

.image-with-text__text li {
  font-size: 1.6rem;
}
}

.image-with-text__text--caption {
  font-weight: bold;
}

.image-with-text__text ul {
  padding: 0;
  letter-spacing: 0;
}

.image-with-text__text li {
  line-height: 1.5;
  font-size: 1.65rem;
}

@media screen and (max-width: 749px) {
  body.template-product .image-with-text__text li {
  font-size: 1.55rem;
}
}

body.template-index #ImageWithText--template--26902529736995__image_with_text_zDX3mQ .image-with-text__text--caption {
  margin-bottom: 20px;
  background-color: #ff5dc7;
  color: #ffffff;
  padding: 5px 15px;
  letter-spacing: 0.05rem;
}

body.template-product .image-with-text__text--caption, body.template-product .image-with-text__text--caption, body.template-product .image-with-text__text--caption, body.template-collection .image-with-text__text--caption {
  margin-bottom: 20px;
  background-color: #000000;
  color: #ffffff;
  padding: 5px 15px;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
}

body.template-page #shopify-section-template--26902529802531__image_with_text_wVKiXE .image-with-text__text--caption, body.template-product #shopify-section-template--26902530064675__image_with_text_WcytXN .image-with-text__text--caption {
  margin-bottom: 20px;
  background-color: #000000;
  color: #ffffff;
  padding: 5px 15px;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
}

@media screen and (max-width: 1011px) {
  body.template-index #ImageWithText--template--26902529736995__image_with_text_zDX3mQ .image-with-text__text--caption {
  line-height: 1.5;
}
}

body.template-index #shopify-section-template--25945125454115__image_with_text_zDX3mQ .button.button--primary {
  font-family: brown-pro;
  font-size: 1.4rem;
  background-color: #ef3a5d;
  color: white;
  font-weight: bold;
  padding: 5px 15px !important;
  text-transform: uppercase;
  margin-left: 0;
  border: none;
}

body.template-index #ImageWithText--template--26902529736995__image_with_text_cwMiYA h2 {
margin-left: auto !important;
margin-right: auto !important;
}

@media screen and (max-width: 749px) {
body.template-index .image-with-text__text p, body.template-product .image-with-text__text p, body.template-collection .image-with-text__text p {
text-align: left !important;
font-size: 1.55rem;
}

body.template-index #shopify-section-template--26902529736995__image_with_text_cwMiYA .image-with-text.image-with-text--no-overlap.isolate.collapse-corners {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
}

@media screen and (max-width: 749px) {
body.template-product #ImageWithText--template--25945125617955__image_with_text_VGzYwD .image-with-text__text p {
text-align: left !important;
}
.img-text_img {
  width: 300px;
}
} 

/* About Page */
body.template-page #shopify-section-template--26067441418531__image_with_text_wVKiXE .image-with-text.image-with-text--no-overlap.isolate.collapse-corners {
  border-top: none;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

@media screen and (max-width: 749px) {
  body.template-page #shopify-section-template--26067441418531__image_with_text_wVKiXE .image-with-text.image-with-text--no-overlap.isolate.collapse-corners {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
}

@media screen and (min-width: 990px) {
#shopify-section-template--26067441418531__sj_scrolling_announcement_bar_Nk7RNm {
  margin-top: -2px !important;
}
}

@media screen and (min-width: 750px) and (max-width: 989px) {
.page-width.section-template--26067441418531__multicolumn_z36iTW-padding.isolate {
  padding-top: 40px;
  padding-bottom: 40px;
}
}

body.template-index #shopify-section-template--26902529736995__image_with_text_cwMiYA p.image-with-text__text.image-with-text__text--caption.caption-with-letter-spacing.caption-with-letter-spacing--large.caption-with-letter-spacing {
  background-color: #000;
  color: white;
  padding: 5px 15px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
}

/* Homepage image with text BG */
  #ImageWithText--template--25945125454115__image_with_text_zDX3mQ {
    background-image: url(/cdn/shop/files/Art_store_bg.png?v=1781414687);
    background-color: transparent !important;
    background-position: bottom right;
    background-repeat: no-repeat; 
    background-size: cover;
  }

  /* Collection page */
  body.template-collection #shopify-section-template--25945125159203__image_with_text_6cmfcb .image-with-text.image-with-text--no-overlap.isolate.collapse-corners {
  border-top: none;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

@media screen and (max-width: 749px) {
  body.template-collection #shopify-section-template--25945125159203__image_with_text_6cmfcb .image-with-text.image-with-text--no-overlap.isolate.collapse-corners {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

 body.template-collection #shopify-section-template--26902529442083__image_with_text_6cmfcb .page-width {
  padding: 0px;
}
}

/*@media screen and (min-width: 750px) and (max-width: 989px) {
 body.template-collection #shopify-section-template--26902529442083__image_with_text_6cmfcb .page-width {
  padding: 0px;
}*/

.page-width.section-template--25945125159203__multicolumn_weEetC-padding.isolate {
  padding-top: 40px;
  padding-bottom: 40px;
}
}

/* Product page */
body.template-product #shopify-section-template--25945125617955__image_with_text_VGzYwD .image-with-text.image-with-text--no-overlap.isolate.collapse-corners {
  border-top: none;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

@media screen and (max-width: 749px) {
  body.template-product #shopify-section-template--25945125617955__image_with_text_VGzYwD .image-with-text.image-with-text--no-overlap.isolate.collapse-corners {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
}

body.template-product .section-template--25945125617955__image_with_text_VGzYwD-padding.gradient.color-scheme-1.hero-feature {
  padding-top: 0px;
}

body.template-product #ImageWithText--template--26902530064675__image_with_text_ikJRwf {
  background-color: white;
}

body.template-product #ImageWithText--template--26902530064675__image_with_text_WcytXN {
  background-color: white;
}

body.template-product #ImageWithText--template--26902530064675__image_with_text_ikJRwf, body.template-product #ImageWithText--template--26902530064675__image_with_text_WcytXN {

}