/** Shopify CDN: Minification failed

Line 1122:1 Expected "}" to go with "{"

**/
/* ===================================================
   ARTERIENCE THEME
   Version 0.1
=================================================== */

/* ---------- COLORS ---------- */

:root{

--paper:#F7F4EE;
--ink:#1C1C1C;
--stone:#7B776E;
--line:#DDD7CC;

}

/* ---------- RESET ---------- */

body{

background:var(--paper);
color:var(--ink);

font-family:Inter,sans-serif;

margin:0;
padding:0;

}

/* ---------- GLOBAL ---------- */

.art-container{

max-width:1500px;

margin:auto;

padding:0 60px;

}

@media(max-width:749px){

.art-container{

padding:0 24px;

}

}/* ARTERIENCE HERO */

.art-hero {
  height: 100vh;
  width: 100%;
  position: relative;
  background: var(--paper);
  overflow: hidden;
}

.art-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
  display: block;
}

.art-hero__enter {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--ink);
}

@media screen and (max-width: 749px) {
  .art-hero {
    height: 86vh;
  }

  .art-hero__enter {
    bottom: 34px;
    font-size: 10px;
  }
}/* ===============================
   ARTERIENCE HERO v1.0
================================ */

.art-hero {
  height: 100vh;
  width: 100%;
  position: relative;
  background: var(--paper);
  overflow: hidden;
}

.art-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
  display: block;
}

.art-hero__enter {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: var(--ink);
}

@media screen and (max-width: 749px) {
  .art-hero {
    height: 86vh;
  }

  .art-hero__enter {
    bottom: 34px;
    font-size: 9px;
    letter-spacing: .28em;
  }
}/* ARTERIENCE HERO v1.0 */

.art-hero {
  height: calc(100vh - 0px);
  width: 100%;
  position: relative;
  background: var(--paper);
  overflow: hidden;
}

.art-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
  display: block;
}

.art-hero__enter {
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: var(--ink);
  z-index: 2;
}

/* Header over hero */
.header-wrapper {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent !important;
  border: 0 !important;
  z-index: 50;
}

.header {
  background: transparent !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .art-hero {
    height: 86vh;
  }

  .art-hero__enter {
    bottom: 30px;
    font-size: 9px;
    letter-spacing: .28em;
  }
}/* HERO FINAL CLEANUP */

.art-hero {
  height: 100vh !important;
  margin: 0 !important;
}

.art-hero__image {
  height: 100vh !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.header-wrapper {
  position: absolute !important;
  top: 0 !important;
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  z-index: 99 !important;
}

.header,
.header * {
  background: transparent !important;
}

.header__heading-logo {
  background: transparent !important;
  max-width: 220px !important;
}

.art-hero__enter {
  position: absolute !important;
  bottom: 42px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  font-size: 10px !important;
  letter-spacing: .35em !important;
  text-transform: uppercase !important;
}/* ===============================
   ARTERIENCE CUSTOM HEADER v0.1
================================ */

/* Hide Shopify default header */
.header-wrapper {
  display: none !important;
}

/* Custom header */
.art-custom-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 80;
  padding: 38px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.art-custom-header a,
.art-custom-header span {
  pointer-events: auto;
}

.art-custom-header__logo {
  font-size: 12px;
  letter-spacing: .55em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
}

.art-custom-header__nav {
  display: flex;
  gap: 28px;
  align-items: center;
}

.art-custom-header__nav a {
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
}

@media screen and (max-width: 749px) {
  .art-custom-header {
    padding: 28px 24px;
  }

  .art-custom-header__logo {
    font-size: 10px;
    letter-spacing: .42em;
  }

  .art-custom-header__nav {
    gap: 18px;
  }

  .art-custom-header__nav a {
    font-size: 9px;
    letter-spacing: .18em;
  }
}.art-custom-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  padding: 32px 48px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  box-sizing: border-box !important;
}

.art-custom-header__logo,
.art-custom-header__nav a {
  color: #1C1C1C !important;
  text-decoration: none !important;
  font-size: 11px !important;
  letter-spacing: .35em !important;
  text-transform: uppercase !important;
}

.art-custom-header__nav {
  display: flex !important;
  gap: 28px !important;
}/* ARTERIENCE MOBILE HERO IMAGE FIX */

@media screen and (max-width: 749px) {
  .art-hero {
    height: 86vh !important;
    min-height: 86vh !important;
    position: relative !important;
    overflow: hidden !important;
    background: var(--paper) !important;
  }

  .art-hero__image {
    display: block !important;
    width: 100% !important;
    height: 86vh !important;
    object-fit: cover !important;
    object-position: center top !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1 !important;
  }

  .art-custom-header,
  .art-hero__enter {
    z-index: 5 !important;
  }
}/* FINAL MOBILE HERO FORCE FIX */

@media screen and (max-width: 749px) {
  .shopify-section:has(.art-hero) {
    height: 100svh !important;
    min-height: 100svh !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .art-hero {
    height: 100svh !important;
    min-height: 100svh !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
  }

  .art-hero img,
  .art-hero__image {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    z-index: 1 !important;
  }

  .art-custom-header {
    z-index: 10 !important;
  }

  .art-hero__enter {
    position: absolute !important;
    bottom: 34px !important;
    z-index: 10 !important;
  }
}/* ARTERIENCE HERO FINAL */

.art-hero {
  min-height: 100svh !important;
  height: 100svh !important;
  width: 100% !important;
  position: relative !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  filter: grayscale(100%);
  overflow: hidden !important;
}

.art-custom-header,
.art-hero__enter {
  filter: grayscale(0) !important;
}

.art-hero__enter {
  position: absolute !important;
  bottom: 34px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 20 !important;
}

@media screen and (max-width: 749px) {
  .art-hero {
    min-height: 100svh !important;
    height: 100svh !important;
    background-position: center center !important;
  }
}/* FIX CUSTOM HEADER POSITION */

.art-hero {
  position: relative !important;
}

.art-hero > .art-custom-header {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
  height: 90px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 48px !important;
  box-sizing: border-box !important;
  background: transparent !important;
}

.art-custom-header__logo,
.art-custom-header__nav a {
  color: #111 !important;
  text-decoration: none !important;
  font-size: 11px !important;
  letter-spacing: .35em !important;
  text-transform: uppercase !important;
}

.art-custom-header__nav {
  display: flex !important;
  gap: 24px !important;
}

@media screen and (max-width: 749px) {
  .art-hero > .art-custom-header {
    height: 80px !important;
    padding: 0 22px !important;
  }

  .art-custom-header__logo,
  .art-custom-header__nav a {
    font-size: 9px !important;
    letter-spacing: .22em !important;
  }
}/* ARTERIENCE HERO CLEAN VERSION */

.art-hero-v2 {
  position: relative !important;
  width: 100% !important;
  height: 100svh !important;
  overflow: hidden !important;
  background: #f7f4ee !important;
}

.art-hero-v2__bg {
  position: absolute !important;
  inset: 0 !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  filter: grayscale(100%) !important;
  z-index: 1 !important;
}

.art-header-v2 {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 86px !important;
  z-index: 10 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 48px !important;
  box-sizing: border-box !important;
}

.art-header-v2 a {
  color: #111 !important;
  text-decoration: none !important;
  font-size: 11px !important;
  letter-spacing: .35em !important;
}

.art-header-v2__nav {
  display: flex !important;
  gap: 26px !important;
}

.art-hero-v2__enter {
  position: absolute !important;
  bottom: 34px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 10 !important;
  font-size: 10px !important;
  letter-spacing: .35em !important;
}

@media screen and (max-width: 749px) {
  .art-header-v2 {
    height: 78px !important;
    padding: 0 22px !important;
  }

  .art-header-v2 a {
    font-size: 9px !important;
    letter-spacing: .2em !important;
  }

  .art-header-v2__nav {
    gap: 16px !important;
  }
}/* EMERGENCY HEADER FORCE TOP */

.art-header-v2,
.art-custom-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  z-index: 999999 !important;
  height: 78px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 22px !important;
  background: transparent !important;
  transform: none !important;
}

.art-header-v2 a,
.art-custom-header a {
  color: #111 !important;
  font-size: 9px !important;
  letter-spacing: .2em !important;
  text-decoration: none !important;
}

.art-header-v2__nav,
.art-custom-header__nav {
  display: flex !important;
  gap: 16px !important;
}/* ARTERIENCE EDITORIAL v1.0 */

.art-editorial {
  background: #f7f4ee !important;
  color: #1c1c1c !important;
  text-align: center !important;
  padding: 180px 24px 200px !important;
}

.art-editorial__number {
  font-size: 10px !important;
  letter-spacing: .38em !important;
  margin-bottom: 54px !important;
  color: #7b776e !important;
}

.art-editorial__title {
  font-size: 14px !important;
  line-height: 2 !important;
  letter-spacing: .24em !important;
  font-weight: 400 !important;
  margin: 0 auto 70px !important;
  max-width: 420px !important;
}

.art-editorial__details {
  font-size: 11px !important;
  line-height: 2.4 !important;
  letter-spacing: .08em !important;
  color: #7b776e !important;
}

@media screen and (max-width: 749px) {
  .art-editorial {
    padding: 140px 24px 160px !important;
  }

  .art-editorial__title {
    font-size: 11px !important;
    max-width: 280px !important;
    letter-spacing: .18em !important;
  }
}/* ARTERIENCE HERO 2026 CLEAN */

.art2026-hero {
  position: relative !important;
  width: 100% !important;
  height: 100svh !important;
  min-height: 100svh !important;
  overflow: hidden !important;
  background: #f7f4ee !important;
}

.art2026-hero-bg {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  filter: grayscale(100%) !important;
}

.art2026-header {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 78px !important;
  z-index: 10 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 0 24px !important;
  box-sizing: border-box !important;
}

.art2026-header a {
  color: #111 !important;
  text-decoration: none !important;
  font-size: 9px !important;
  letter-spacing: .22em !important;
}

.art2026-header nav {
  display: flex !important;
  gap: 18px !important;
}

.art2026-enter {
  position: absolute !important;
  bottom: 34px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 10 !important;
  color: #111 !important;
  font-size: 9px !important;
  letter-spacing: .35em !important;
}

@media screen and (min-width: 750px) {
  .art2026-header {
    height: 90px !important;
    padding: 0 56px !important;
  }

  .art2026-header a {
    font-size: 11px !important;
    letter-spacing: .35em !important;
  }

  .art2026-header nav {
    gap: 30px !important;
  }
}/* ==========================
ARTERIENCE EDITORIAL
========================== */

.art-editorial{

background:#F7F4EE;

padding:180px 24px;

text-align:center;

}

.art-editorial__number{

font-size:10px;

letter-spacing:.45em;

color:#7B776E;

margin-bottom:70px;

font-family:IBM Plex Mono, monospace;

}

.art-editorial__title{

font-family:"Cormorant Garamond", serif;

font-size:42px;

font-weight:300;

line-height:1.15;

letter-spacing:.01em;

color:#1C1C1C;

margin:0 auto 80px;

max-width:520px;

}

.art-editorial__text{

font-family:IBM Plex Mono, monospace;

font-size:11px;

letter-spacing:.08em;

line-height:2.3;

color:#7B776E;

margin:0;

}

@media(max-width:749px){

.art-editorial{

padding:140px 28px;

}

.art-editorial__title{

font-size:30px;

}

}html {
  scroll-behavior: smooth;
}html {
  scroll-behavior: smooth !important;
}/* ARTERIENCE PRODUCT SHOWCASE */

.art-product {
  background: #f7f4ee !important;
  color: #1c1c1c !important;
  padding: 180px 24px 210px !important;
}

.art-product__number {
  text-align: center !important;
  font-size: 10px !important;
  letter-spacing: .45em !important;
  color: #7b776e !important;
  margin-bottom: 90px !important;
}

.art-product__grid {
  max-width: 1180px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 1.1fr .9fr !important;
  gap: 90px !important;
  align-items: center !important;
}

.art-product__image-wrap {
  width: 100% !important;
}

.art-product__image {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  filter: none;
}

.art-product__content h2 {
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: .28em !important;
  line-height: 2 !important;
  margin: 0 0 70px !important;
}

.art-product__details {
  font-size: 11px !important;
  letter-spacing: .08em !important;
  line-height: 2.4 !important;
  color: #7b776e !important;
  margin-bottom: 70px !important;
}

.art-product__link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;

  font-size: 10px !important;
  letter-spacing: .28em !important;
  color: #1c1c1c !important;
  text-decoration: none !important;

  transition: opacity .25s ease,
              transform .25s ease;
}

.art-product__link:hover {
  opacity: .55;
  transform: translateX(4px);
}

@media screen and (max-width: 749px) {
  .art-product {
    padding: 130px 24px 160px !important;
  }

  .art-product__grid {
    grid-template-columns: 1fr !important;
    gap: 70px !important;
  }

  .art-product__content {
    text-align: center !important;
  }

  .art-product__content h2 {
    font-size: 11px !important;
  }
}/* =========================
   MOBILE HEADER
========================= */

@media screen and (max-width: 749px){

.art-header{
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:center !important;
    gap:18px !important;

    height:110px !important;
    padding:18px 0 !important;
}

.art-header nav{
    display:flex !important;
    justify-content:center !important;
    gap:22px !important;
    flex-wrap:wrap !important;
}

.art-header a{
    font-size:9px !important;
    letter-spacing:.22em !important;
}
/* ==========================
   ARTERIENCE MATERIAL
========================== */

.art-material{
  background:#F7F4EE;
  color:#1C1C1C;
  text-align:center;
  padding:180px 24px;
}

.art-material__number{
  font-size:10px;
  letter-spacing:.45em;
  color:#7B776E;
  margin-bottom:60px;
  font-family:IBM Plex Mono, monospace;
}

.art-material__title{
  font-family:"Cormorant Garamond", serif;
  font-size:42px;
  font-weight:300;
  line-height:1.15;
  margin:0 auto 70px;
  max-width:700px;
  color:#1C1C1C;
}

.art-material__text{
  font-family:IBM Plex Mono, monospace;
  font-size:11px;
  line-height:2.3;
  letter-spacing:.08em;
  color:#7B776E;
  max-width:560px;
  margin:0 auto;
}

@media screen and (max-width:749px){

  .art-material{
    padding:140px 28px;
  }

  .art-material__title{
    font-size:30px;
  }

}/* FORCE ARTERIENCE MATERIAL */

.art-material {
  background: #F7F4EE !important;
  color: #1C1C1C !important;
  text-align: center !important;
  padding: 180px 24px !important;
  width: 100% !important;
}

.art-material__number {
  font-size: 10px !important;
  letter-spacing: .45em !important;
  color: #7B776E !important;
  margin-bottom: 60px !important;
}

.art-material__title {
  font-size: 42px !important;
  font-weight: 300 !important;
  line-height: 1.15 !important;
  letter-spacing: .04em !important;
  margin: 0 auto 70px !important;
  max-width: 700px !important;
  color: #1C1C1C !important;
}

.art-material__text {
  font-size: 11px !important;
  line-height: 2.3 !important;
  letter-spacing: .08em !important;
  color: #7B776E !important;
  max-width: 560px !important;
  margin: 0 auto !important;
}

@media screen and (max-width: 749px) {
  .art-material {
    padding: 140px 28px !important;
  }

  .art-material__title {
    font-size: 30px !important;
  }
}
section.art-material {
  background: #F7F4EE !important;
  color: #1C1C1C !important;
  text-align: center !important;
  padding: 180px 24px !important;
  width: 100% !important;
}

section.art-material .art-material__number {
  font-size: 10px !important;
  letter-spacing: .45em !important;
  color: #7B776E !important;
  margin-bottom: 60px !important;
  display: block !important;
}

section.art-material .art-material__title {
  font-size: 42px !important;
  font-weight: 300 !important;
  line-height: 1.15 !important;
  letter-spacing: .04em !important;
  margin: 0 auto 70px !important;
  max-width: 700px !important;
  color: #1C1C1C !important;
}

section.art-material .art-material__text {
  font-size: 11px !important;
  line-height: 2.3 !important;
  letter-spacing: .08em !important;
  color: #7B776E !important;
  max-width: 560px !important;
  margin: 0 auto !important;
  display: block !important;
}/* ARTERIENCE PRODUCT PAGE v0.1 */

.art-product-page {
  background: #F7F4EE;
  color: #1C1C1C;
  padding: 120px 56px 180px;
}

.art-product-page__grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 90px;
  align-items: start;
}

.art-product-image {
  min-height: 720px;
  background: #E9E3D8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  letter-spacing: .35em;
  color: #7B776E;
}

.art-product-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.art-thumb {
  height: 140px;
  background: #E9E3D8;
}

.art-product-number {
  font-size: 10px;
  letter-spacing: .45em;
  color: #7B776E;
  margin-bottom: 70px;
}

.art-product-page__info h1 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .28em;
  line-height: 2;
  margin: 0 0 48px;
}

.art-product-price {
  font-size: 12px;
  letter-spacing: .2em;
  margin-bottom: 70px;
}

.art-product-material {
  font-size: 11px;
  line-height: 2.4;
  letter-spacing: .08em;
  color: #7B776E;
  margin-bottom: 70px;
}

.art-product-size {
  font-size: 11px;
  letter-spacing: .25em;
  margin-bottom: 34px;
}

.art-add-cart {
  width: 100%;
  max-width: 360px;
  height: 52px;
  background: transparent;
  border: 1px solid #1C1C1C;
  color: #1C1C1C;
  font-size: 10px;
  letter-spacing: .28em;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  .art-product-page {
    padding: 100px 24px 140px;
  }

  .art-product-page__grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .art-product-image {
    min-height: 460px;
  }

  .art-product-page__info {
    text-align: center;
  }

  .art-add-cart {
    max-width: 100%;
  }
}