/** Shopify CDN: Minification failed

Line 418:0 Unexpected "<"
Line 447:0 Unexpected "<"

**/
/********** GLOBAL **********/

/*** Theme Brand Colors ***/
:root {
  --earth: #281608;
  --maroon: #5a3832;
  --green: #404328;
  --beige: #b39f88;
  --ivory: #efece5;
  --black: #000000;
  --white: #FFFFFF;
}

:root {
  --hover-transition-home-multicolumn-overlay: 0.55s ease;
  --hover-overlay-home-multicolumn-overlay: rgba(18, 15, 12, 0.2);
}

/*** Fonts ***/

/* title + heading font */
@font-face {
    font-family: 'Undergrow';
    src: url('/cdn/shop/files/undergrow-webfont.woff2?v=1771882964') format('woff2'),
         url('/cdn/shop/files/undergrow-webfont.woff?v=1771882964') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;
}

/* Alt heading font */
@font-face {
    font-family: 'Juana';
    src: url('/cdn/shop/files/juana-regular-webfont.woff2?v=1771883929') format('woff2'),
         url('/cdn/shop/files/juana-regular-webfont.woff?v=1771883928') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* script font */
@font-face {
    font-family: 'DarlineScript';
    src: url('/cdn/shop/files/DarlineScript-Regular.woff2?v=1771884261') format('woff2'),
         url('/cdn/shop/files/DarlineScript-Regular.woff?v=1771884275') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* subheading and paragraph font */
@font-face {
    font-family: 'RedHatDisplay';
    src: url('/cdn/shop/files/RedHatDisplay-VariableFont_wght.woff2?v=1771888881') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Italic (all weights) */
@font-face {
    font-family: 'RedHatDisplay';
    src: url('/cdn/shop/files/RedHatDisplay-Italic-VariableFont_wght.woff2?v=1771888881') format('woff2');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

#MainContent h1{
  font-family: 'Undergrow', fantasy;
  font-size: 32px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0px;
  color: var(--maroon);
}

#MainContent h2{
  font-family: 'Juana', serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0px;
}

#MainContent h3{
  font-family: 'Juana', serif;
  font-size: 47px;
  letter-spacing: 0px;
  line-height: 1.4;
  font-weight: 400;
}

#MainContent h4{
  font-family: 'DarlineScript', cursive;
  font-size: 57px;
  line-height: 1.4;
  font-weight: 400;  
}

#MainContent p{
  font-family: 'RedHatDisplay', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .05em;
}

h1, h2, h3, h4{
   color: var(--maroon); 
}

p{
   color: var(--earth); 
}

/*** Header ***/
#header-component{
	display: flex;
    justify-content: center;
    top: 30px;
}

#header-component .header__row{
    max-width: 96%;
}

/*** Header Drawer ***/
.menu-drawer__navigation .menu-drawer__menu-item--mainlist{
  font-family: DarlineScript, cursive;
  font-weight: 400;
  font-size: 50px;
  text-decoration: underline var(--maroon);
  text-decoration-skip-ink: none;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  display: inline-block;
	color: var(--maroon);
}

.menu-drawer__navigation .menu-drawer__menu-item--child{
    font-size: 20px;
	  color: var(--maroon);
    letter-spacing: .05em;
    font-family: 'RedHatDisplay';
}

@media (max-width: 749px) {
  #header-component{
    display: flex;
      justify-content: center;
      top: 0px;
  }
}

/*** Secondary Header ***/
/* ── Remove theme underlay backgrounds ── */
#secondary-header-component .header__underlay-closed,
#secondary-header-component .header__underlay-open {
  display: none;
}

/* ── Remove any background set by color scheme on the row ── */
#secondary-header-component .header__row--top {
  background-color: transparent;
}

#secondary-header-component {
  position: relative;
}

#secondary-header-component::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 150%; /* extends beyond */
  background: linear-gradient(
    to bottom,
    var(--ivory) 0%,
    transparent 100%
  );
  pointer-events: none;
  z-index: -1; /* or adjust depending on stacking */
}

/*** Buttons ***/
#MainContent .button-secondary, #MainContent .add-to-cart-button{
  padding: 20px 55px; 
  letter-spacing: .3em;
  font-size: 15px;
  transition: color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/*** Fade In Animation ***/
.your-class,
#shopify-section-template--21335853367493__section_adCemH h2, #shopify-section-template--21335853367493__section_adCemH p, #shopify-section-template--21335853367493__1774907993df74b22c, #home-hero-grid .artem-split-grid__cell-text, #home-hero-grid .artem-split-grid__cell-text, #home-atelier-approach h2, #home-atelier-approach .text-block, #home-atelier-approach .custom-liquid {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.your-class.is-visible,
#shopify-section-template--21335853367493__section_adCemH h2.is-visible, #shopify-section-template--21335853367493__section_adCemH p.is-visible, #shopify-section-template--21335853367493__1774907993df74b22c.is-visible, #home-hero-grid .artem-split-grid__cell-text.is-visible, #home-hero-grid .artem-split-grid__cell-text.is-visible, #home-atelier-approach h2.is-visible, #home-atelier-approach .text-block.is-visible, #home-atelier-approach .custom-liquid.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/*** Footer ***/
footer{
    background-image: url(/cdn/shop/files/footer-background-2.png?v=1775147018);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;  
}

.shopify-section-group-footer-group{
     display: flex;
    justify-content: center;    
}

.shopify-section-group-footer-group .section--page-width{
    border-bottom: 1px solid var(--beige);
        display: flex;
    justify-content: center;
}

.shopify-section-group-footer-group .footer-content{
    max-width: 1470px;
        padding: 80px 30px;
}

.shopify-section-group-footer-group .menu__heading .menu__heading__default{
    color: var(--ivory);
    font-family: DarlineScript, cursive;
    font-weight: 400;
    font-size: 50px;
    text-decoration: underline var(--ivory);
    text-decoration-skip-ink: none;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    display: inline-block;
}

.shopify-section-group-footer-group .menu__item a{
    font-size: 20px;
    color: var(--ivory);
    letter-spacing: .05em;
}

.shopify-section-group-footer-group .menu__item a {
  transition: opacity 0.6s cubic-bezier(.25, .46, .45, .94);
}

.shopify-section-group-footer-group .menu__item a:hover {
  opacity: 0.7; /* adjust to taste */
}

.shopify-section-group-footer-group .details-content{
    margin-top: 0px;
}

.shopify-section-group-footer-group .menu__item{
    margin-top: 6px; 
}

@media (max-width: 480px){
  	.shopify-section-group-footer-group .menu__item{
          text-align: center;
    }
	.shopify-section-group-footer-group .menu__item a{
		font-size: 16px;
	}
  .shopify-section-group-footer-group .menu__heading{
        justify-content: center;
  }
  .shopify-section-group-footer-group .group-block-content{
        padding-top: 30px;
  }
  .shopify-section-group-footer-group .group-block h2{
     text-align: center;
  }

  .shopify-section-group-footer-group .group-block p{
    text-align: center;
  }
}

/* email signup */
.shopify-section-group-footer-group .group-block h2{
    font-family: 'Juana';
}

.shopify-section-group-footer-group .group-block p{
    color: var(--ivory);
}

.shopify-section-group-footer-group .email-signup__input::placeholder {
  color: var(--ivory);
  opacity: 1;
  font-family: 'RedHatDisplay';
}

.shopify-section-group-footer-group .email-signup__input-group{
	border-color: var(--beige);
}

#footer-copyright .custom-section-content{
    padding: 0px 30px;
}

#footer-copyright .custom-section-content a{
    text-decoration: none;
    transition: opacity 0.6s cubic-bezier(.25, .46, .45, .94);
}

#footer-copyright .custom-section-content a:hover {
  opacity: 0.7; /* adjust to taste */
}


#footer-copyright .group-block:nth-child(1) p{
	font-family: 'Juana';
    font-size: 20px;
    line-height: 1.4;
}

#footer-copyright .group-block:nth-child(2){
	flex: .7;
}

@media (max-width: 480px){
  #footer-copyright .group-block:nth-child(1) p{
      font-size: 16px;
  }
}


/*** Product Pages DEFAULT ***/
#product-bottom-description-section{
    padding: 0px 60px;
}

#product-bottom-description-section .custom-section-content{
    border-top: 1px solid var(--beige);
}

#MainContent .product-information h2{
	font-size: 32px
}

#product-bottom-description-section .group-block:nth-child(1){
    padding-right: clamp(20px, 6.25vw, 100px);
	padding-top: 60px;
}

#product-bottom-description-section .group-block:nth-child(2){
    padding-left: clamp(20px, 6.25vw, 100px);
    border-left: 1px solid var(--beige);
	padding-top: 60px;
}

#product-bottom-description-section h2{
	font-size: 32px;
	font-weight: 300;
	color: var(--maroon);
}

#product-bottom-description-section .button-secondary{
    min-width: 300px;
}

.product-information .add-to-cart-text{
      gap: 15px;
}

.product-information .quantity-selector:hover button, .product-information .quantity-selector:hover input{
  color: var(--ivory);
}

@media (max-width: 1400px) {
  #product-bottom-description-section{
    padding: 0px 0px;
  }
}

@media (max-width: 749px) {
	 #MainContent .product-information h2{
		font-size: 26px
	}
  #product-bottom-description-section .group-block:nth-child(1) .button-secondary{
    display: none;
  }
 #product-bottom-description-section .group-block:nth-child(2) .button-secondary{
    margin-bottom: 30px;
  }
  #product-bottom-description-section .group-block:nth-child(1){
    padding-right: 0px;
  }
  #product-bottom-description-section .group-block:nth-child(1) rte-formatter:nth-child(3){
    padding-bottom: 50px;
  }
  #product-bottom-description-section .group-block:nth-child(2){
    padding-top: 0px;
    border: none;
    padding-left: 0px;
  }
}

<style>
.product-specs {
  margin-top: 24px;
  border-top: 1px solid var(--beige);
}

.product-spec-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--beige);
}

.product-spec-label {
  text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 14px;
}

.product-spec-value {
  text-align: left;
}

@media (max-width: 749px) {
.product-spec-label {
    font-size: 13px;
}
}
</style>

/******* HOME PAGE *******/

/*** Multicolumn Section ***/
/* ══════════════════════════════════════════════
   POSITIONING CONTEXT
══════════════════════════════════════════════ */
#home-page-custom-multicolum-line-border .group-block .group-block-content {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  isolation: isolate;
}

/* ══════════════════════════════════════════════
   FROSTED OVERLAY
══════════════════════════════════════════════ */
#home-page-custom-multicolum-line-border .group-block .image-block::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--hover-overlay-home-multicolumn-overlay);
  backdrop-filter: blur(6px) brightness(0.9);
  -webkit-backdrop-filter: blur(6px) brightness(0.9);
  opacity: 0;
  transition: opacity var(--hover-transition-home-multicolumn-overlay);
  z-index: 1;
}

#home-page-custom-multicolum-line-border .group-block .group-block-content:hover .image-block::after {
  opacity: 1;
}

/* ══════════════════════════════════════════════
   IMAGE SCALE
══════════════════════════════════════════════ */
#home-page-custom-multicolum-line-border .group-block .image-block{
  overflow: hidden;
}
#home-page-custom-multicolum-line-border .group-block .image-block img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--hover-transition-home-multicolumn-overlay);
}

#home-page-custom-multicolum-line-border .group-block .group-block-content:hover .image-block img {
  transform: scale(1.05);
}

/* ══════════════════════════════════════════════
   HOVER TEXT WRAPPER
══════════════════════════════════════════════ */
#home-hover-image-1,
#home-hover-image-2,
#home-hover-image-3 {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 2rem;
  text-align: center;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity var(--hover-transition-home-multicolumn-overlay),
    transform var(--hover-transition-home-multicolumn-overlay);
  pointer-events: none;
  text-decoration: none;
}

#home-hover-image-1 a,
#home-hover-image-2 a,
#home-hover-image-3 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  height: 100%;
}

#home-page-custom-multicolum-line-border .group-block .group-block-content:hover #home-hover-image-1,
#home-page-custom-multicolum-line-border .group-block .group-block-content:hover #home-hover-image-2,
#home-page-custom-multicolum-line-border .group-block .group-block-content:hover #home-hover-image-3 {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* ══════════════════════════════════════════════
   TYPOGRAPHY
══════════════════════════════════════════════ */
#home-page-custom-multicolum-line-border p {
  color: var(--ivory);
}

#home-hover-image-1 p:nth-child(1),
#home-hover-image-2 p:nth-child(1),
#home-hover-image-3 p:nth-child(1) {
  font-family: 'Undergrow', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
  max-width: 580px;
}

#home-hover-image-1 p:nth-child(2),
#home-hover-image-2 p:nth-child(2),
#home-hover-image-3 p:nth-child(2) {
  font-family: 'Red Hat Display', sans-serif;
  font-size: clamp(0.938rem, 1.5vw, 1.2rem);
  line-height: 1.65;
  max-width: 300px;
  opacity: 0.88;
  margin: 0;
  letter-spacing: .05em;
}

#home-hover-image-1 p:nth-child(3),
#home-hover-image-2 p:nth-child(3),
#home-hover-image-3 p:nth-child(3) {
  font-family: 'Red Hat Display', sans-serif;
  font-size: clamp(0.7rem, 1.5vw, 1rem);
  text-transform: uppercase;
  letter-spacing: 0.3em;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin: 4px 0 0;
  transition: border-color 0.3s ease, letter-spacing 0.3s ease;
}

#home-hover-image-1 p:nth-child(3):hover,
#home-hover-image-2 p:nth-child(3):hover,
#home-hover-image-3 p:nth-child(3):hover {
  border-color: #fff;
}

/* ══════════════════════════════════════════════
   TABLET & MOBILE — always-on state (≤768px)
   Removes blur, keeps dark overlay, text always visible
══════════════════════════════════════════════ */
@media (max-width: 768px) {

  /* Always show the dark overlay — no blur */
  #home-page-custom-multicolum-line-border .group-block .image-block::after {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    opacity: 1;
  }

  /* No image scale on mobile (no hover interaction) */
  #home-page-custom-multicolum-line-border .group-block .image-block img {
    transform: none !important;
  }

  /* Always show text — no transition needed */
  #home-hover-image-1,
  #home-hover-image-2,
  #home-hover-image-3 {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition: none;
  }
  #home-page-custom-multicolum-line-border .group-block .image-block:after {
      background: rgba(18, 15, 12, .3);
  }
}

/*** The Experience section ***/
#home-atelier-approach .image-block{
	padding-left: 30px;
}

#home-atelier-approach h2{
    font-size: clamp(2.2rem, 3vw, 2.5rem);
    color: var(--maroon);
    line-height: 1;
}

#home-atelier-approach h2 em{
	font-family: 'DarlineScript';
  font-size: clamp(2.5rem, 3vw, 3.5rem);
}

#home-atelier-approach h3{
  font-family: 'RedHatDisplay', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .3em;
  text-transform: uppercase;
}

#home-atelier-approach .button-secondary{
	margin-top: 40px;
}

@media (min-width: 750px){
  #home-atelier-approach .image-block img{
      min-height: 860px;
  } 
}

@media (max-width: 749px) {
	#home-atelier-approach h3{
	  font-size: 14px;
    }
    #home-hover-image-1,
  #home-hover-image-2,
  #home-hover-image-3 {
      justify-content: end;
  }  
  #home-hover-image-1 a,
  #home-hover-image-2 a,
  #home-hover-image-3 a {
    justify-content: end;
    gap: 15px;
  }
}

/*** Artem Grid Section ***/
#home-hero-grid{
  grid-template-columns: 1.5fr 1fr;
}
#home-hero-grid .artem-split-grid__cell:nth-child(2) .artem-split-grid__cell-image-wrap,
#home-hero-grid .artem-split-grid__cell:nth-child(3) .artem-split-grid__cell-image-wrap {
  aspect-ratio: 290 / 416;
}

#home-hero-grid .artem-split-grid__cell:nth-child(4) img{
      object-fit: contain;
}

#home-hero-grid .artem-split-grid__grid {
  grid-template-columns: repeat(10, 1fr);
} /* Row 1: 70% / 30% */
#home-hero-grid .artem-split-grid__cell:nth-child(1) {
  grid-column: span 6;
}
#home-hero-grid .artem-split-grid__cell:nth-child(2) {
  grid-column: span 4;
} /* Row 2: 30% / 70% */
#home-hero-grid .artem-split-grid__cell:nth-child(3) {
  grid-column: span 4;
}
#home-hero-grid .artem-split-grid__cell:nth-child(4) {
  grid-column: span 6;
}

#home-hero-grid .artem-split-grid__cell:nth-child(1) .artem-split-grid__cell-content{
    padding: 20px 8px;
    justify-content: center;
}

#home-hero-grid h3{
	font-family: DarlineScript, cursive;
    font-size: 81px;
    text-align: center;
	line-height: .8;
	margin-bottom: 0px;
}

#home-hero-grid h4{
    font-family: RedHatDisplay, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .3em;
    text-transform: uppercase;
    margin: 0px;
    text-align: center;
}

#home-hero-grid p{
    margin-top: 30px;
	text-align: center;	
}

#home-hero-grid .artem-split-grid__right {
  height: 100%;
  background-image: url("/cdn/shop/files/Custom-Sink.jpg?v=1774924532");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

#home-hero-grid .artem-split-grid__right::after {
  content: "Strata";
  
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);

  font-family: DarlineScript, cursive;
  font-size: clamp(40px, 13vw, 225px);
  color: #fff;

  text-align: center;
  white-space: nowrap;
  pointer-events: none;
}

#home-hero-grid  .artem-split-grid__cell-btn-wrap {
    text-align: center;
}

#home-hero-grid .artem-split-grid__cell-btn{
  padding: 20px 55px;
    letter-spacing: .3em;
    font-size: 15px;
    transition: color .6s cubic-bezier(.25, .46, .45, .94), background-color .6s cubic-bezier(.25, .46, .45, .94), border-color .6s cubic-bezier(.25, .46, .45, .94);
}

#home-hero-grid .artem-split-grid__cell-btn:hover{
    color: var(--white);
    background-color: var(--maroon);
    opacity: 1;
}

@media (max-width: 980px){
  #home-hero-grid, .artem-split-grid-section{
    display: none !important;
  }
}

@media (max-width: 749px) {
	#home-hero-grid p{
		font-size: 15px;
	}
}

/******* Contact Page *******/
#contact-page .group-block:nth-child(1){
    height: 100%;
    background-image: url(/cdn/shop/files/Onyx_bedroom.jpg?v=1775263906);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#contact-page .group-block:nth-child(1) .group-block-content {
    margin-top: 4px;
}

#contact-page .group-block:nth-child(1) .group-block-content img{
	filter: brightness(0) saturate(100%) invert(92%) sepia(2%) saturate(1000%) hue-rotate(344deg) brightness(108%) contrast(87%);
}

#contact-page .group-block:nth-child(2) .image-block img {
  max-width: 100px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(92%) sepia(2%) saturate(1000%) hue-rotate(344deg) brightness(108%) contrast(87%);
}

#contact-page h2{
    font-family: 'RedHatDisplay';
    text-transform: uppercase;
    letter-spacing: .3em;
    font-size: 15px;
} 

#contact-page h3 em{
  font-family: "DarlineScript";
  font-size: 57px;
}

#contact-page p{
  color: var(--ivory);
}

@media (max-width: 749px) {
  #contact-page #contact{
      width: 90%;
  }  
  #contact-page .group-block:nth-child(1) .group-block-content {
      margin-top: 1px;
  }  
  #contact-page .group-block:nth-child(1) {
      min-height: 400px;
  }
 #contact-page h3{
    font-size: 37px;
  }  
 #contact-page h3 em{
    font-size: 47px;
  }  
}

/*** General Contact Inquiries ***/
#general-contact-page .group-block:nth-child(1){
    height: 100%;
    background-image: url(/cdn/shop/files/Green_Quartztie.jpg?v=1775268463);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#general-contact-page .group-block:nth-child(1) .group-block-content {
    margin-top: 4px;
}

#general-contact-page .group-block:nth-child(1) .group-block-content img{
	filter: brightness(0) saturate(100%) invert(92%) sepia(2%) saturate(1000%) hue-rotate(344deg) brightness(108%) contrast(87%);
}

#general-contact-page .group-block:nth-child(2) .image-block img {
  max-width: 100px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(92%) sepia(2%) saturate(1000%) hue-rotate(344deg) brightness(108%) contrast(87%);
}

#general-contact-page h2{
    font-family: 'RedHatDisplay';
    text-transform: uppercase;
    letter-spacing: .3em;
    font-size: 15px;
} 

#general-contact-page h3 em{
  font-family: "DarlineScript";
  font-size: 57px;
}

#general-contact-page p{
  color: var(--ivory);
}

#general-contact-page #general-contact{
    width: 100%;
    max-width: 500px;
}

#general-contact-page #general-contact .contact-form-project__input{
    color: var(--ivory);
    border-color: var(--beige);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

#general-contact-page #general-contact .contact-form-project__input::placeholder{
  color: var(--ivory);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .15em;
}

#general-contact-page #general-contact textarea{
    min-height: 100px;
}

#general-contact-page #general-contact .contact-form-project__submit-wrapper{
    padding-top: 30px;
}

#general-contact-page #general-contact button{
    padding: 20px 55px;
    letter-spacing: .3em;
    font-size: 15px;
    transition: color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid var(--beige);
}

#general-contact-page #general-contact button:hover{
	background-color: var(--ivory);
	color: var(--earth);
  border-color: 1px solid var(--ivory);
}

@media (max-width: 749px) {
  #general-contact-page #general-contact{
      width: 90%;
  }  
  #general-contact-page .group-block:nth-child(1) .group-block-content {
      margin-top: 1px;
  }  
  #general-contact-page .group-block:nth-child(1) {
      min-height: 400px;
  }
 #general-contact-page h3{
    font-size: 37px;
  }  
 #general-contact-page h3 em{
    font-size: 47px;
  }  
}

/*** Request Sample ***/
#request-sample-page .group-block:nth-child(1){
    height: 100%;
    background-image: url(/cdn/shop/files/Cafe_amarato_cigar_room.jpg?v=1775325473);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#request-sample-page .group-block:nth-child(1) .group-block-content {
    margin-top: 4px;
}

#request-sample-page .group-block:nth-child(1) .group-block-content img{
	filter: brightness(0) saturate(100%) invert(92%) sepia(2%) saturate(1000%) hue-rotate(344deg) brightness(108%) contrast(87%);
}

#request-sample-page .group-block:nth-child(2) .image-block img {
  max-width: 100px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(92%) sepia(2%) saturate(1000%) hue-rotate(344deg) brightness(108%) contrast(87%);
}

#request-sample-page h2{
    font-family: 'RedHatDisplay';
    text-transform: uppercase;
    letter-spacing: .3em;
    font-size: 15px;
} 

#request-sample-page h3 em{
  font-family: "DarlineScript";
  font-size: 57px;
}

#request-sample-page p{
  color: var(--ivory);
}

#request-sample-page #general-contact{
    width: 100%;
    max-width: 500px;
}

#request-sample-page #general-contact .contact-form-project__input{
    color: var(--ivory);
    border-color: var(--beige);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

#request-sample-page #general-contact .contact-form-project__input::placeholder{
  color: var(--ivory);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .15em;
}

#request-sample-page #general-contact textarea{
    min-height: 100px;
}

#request-sample-page #general-contact .contact-form-project__submit-wrapper{
    padding-top: 30px;
}

#request-sample-page #general-contact button{
    padding: 20px 55px;
    letter-spacing: .3em;
    font-size: 15px;
    transition: color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid var(--beige);
}

#request-sample-page #general-contact button:hover{
	background-color: var(--ivory);
	color: var(--earth);
  border-color: 1px solid var(--ivory);
}

@media (max-width: 749px) {
  #request-sample-page #general-contact{
      width: 90%;
  }  
  #request-sample-page .group-block:nth-child(1) .group-block-content {
      margin-top: 1px;
  }  
  #request-sample-page .group-block:nth-child(1) {
      min-height: 400px;
  }
 #request-sample-page h3{
    font-size: 37px;
  }  
 #request-sample-page h3 em{
    font-size: 47px;
  }  
}

/*** Wholesale Application Inquiries ***/
#wholesale-application-page .group-block:nth-child(1){
    height: 100%;
    background-image: url(/cdn/shop/files/Green_Quartztie.jpg?v=1775268463);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#wholesale-application-page .group-block:nth-child(1) .group-block-content {
    margin-top: 4px;
}

#wholesale-application-page .group-block:nth-child(1) .group-block-content img{
	filter: brightness(0) saturate(100%) invert(92%) sepia(2%) saturate(1000%) hue-rotate(344deg) brightness(108%) contrast(87%);
}

#wholesale-application-page .group-block:nth-child(2) .image-block img {
  max-width: 100px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(92%) sepia(2%) saturate(1000%) hue-rotate(344deg) brightness(108%) contrast(87%);
}

#wholesale-application-page h2{
    font-family: 'RedHatDisplay';
    text-transform: uppercase;
    letter-spacing: .3em;
    font-size: 15px;
} 

#wholesale-application-page h3 em{
  font-family: "DarlineScript";
  font-size: 57px;
}

#wholesale-application-page p{
  color: var(--ivory);
}

#wholesale-application-page #wholesale-application{
    width: 100%;
    max-width: 500px;
}

#wholesale-application-page #wholesale-application input, #wholesale-application-page #wholesale-application textarea{
    color: var(--ivory);
    border-color: var(--beige);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

#wholesale-application-page #wholesale-application input::placeholder, #wholesale-application-page #wholesale-application textarea::placeholder{
  color: var(--ivory);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .15em;
}

#wholesale-application-page #wholesale-application textarea{
    min-height: 100px;
}

#wholesale-application-page #wholesale-application button{
    padding-top: 30px;
}

#wholesale-application-page #wholesale-application button{
    padding: 20px 55px;
    letter-spacing: .3em;
    font-size: 15px;
    transition: color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid var(--beige);
      text-transform: uppercase;
}

#wholesale-application-page #wholesale-application button:hover{
	background-color: var(--ivory);
	color: var(--earth);
  border-color: 1px solid var(--ivory);
}

@media (max-width: 749px) {
  #wholesale-application-page #wholesale-application{
      width: 90%;
  }  
  #wholesale-application-page .group-block:nth-child(1) .group-block-content {
      margin-top: 1px;
  }  
  #wholesale-application-page .group-block:nth-child(1) {
      min-height: 400px;
  }
 #wholesale-application-page h3{
    font-size: 37px;
  }  
 #wholesale-application-page h3 em{
    font-size: 47px;
  }  
}

/******* About Page *******/
#about-hero-intro{
	background-color: var(--earth);
}

#about-hero-intro .section-content-wrapper {
  padding-bottom: 430px;
}

#about-hero-intro h1{
    color: var(--ivory);
    font-size: 16px;
    letter-spacing: .3em;
    font-family: 'RedHatDisplay';
}

#about-hero-intro h2{
	font-family: 'Juana', serif;
	font-size: clamp(30px, 6vw, 47px);
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1 !important;
      max-width: 550px;
}

#about-hero-intro h2 em {
  font-family: "DarlineScript", cursive;
  font-size: clamp(35px, 6vw, 57px);
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  padding: 0px 8px;
  line-height: 1 !important;
}

#about-hero-intro p {
  max-width: 530px;
  color: var(--ivory);
}


#meet-artem .group-block:nth-child(2){
	flex: 1.4;
}

#meet-artem p{
    font-family: 'DarlineScript';
    font-size: 86px;
    letter-spacing: 0px;
    color: var(--maroon);
    font-weight: 400;
    display: flex;
}


@media (max-width: 749px) {
  #about-hero-intro{
	min-height: 400px;
  }
  
  #about-hero-intro .section-content-wrapper {
    padding-bottom: 100px;
	min-height: 400px;
	padding-bottom: 250px;
  }
    #about-hero-intro h1{
       padding-bottom: 20px;
    }
	#meet-artem p{
	    font-size: 60px;
	}
  #meet-artem .group-block:nth-child(2) .image-block{
      padding: 0px 20px;
  }
}

/******* Strata by Artem Page *******/

/* TEMPORARY*/
summary.facets__summary {
 
}


price-facet-component#facet-inputs-filter-v-price {
   
}

.price__regular {
    
}

button.button.button.quick-add__button.quick-add__button--add.add-to-cart-button {
    display: none;
}
/*
header-actions {
    display: none!important;
}

header-drawer.header-drawer {
    display: none!important;

}
div#shopify-section-sections--21335853793477__footer_m9NzUG {
    display: none;
}

*/

header .account-button, header .cart-drawer{
  
}

search-button.search-action.search-action--hidden-on-menu {
    display: none!important;
}


/* 1. Set the variables ONLY when the header is transparent */
/* Note: Adjust to [data-transparent="always"] if that is the exact HTML attribute */
#header-component shopify-account{
    --my-avatar-color: white;
    --my-avatar-shadow: 0 1px 3px #ffffff;
}

#header-component .header-actions__cart-icon{
  color: white;
}

/* 2. Optional: Add a transition to the shadow element so the hover is smooth */
#header-component shopify-account {
    --my-avatar-transition: box-shadow 0.3s ease;
}