/** Shopify CDN: Minification failed

Line 21:3 Unexpected "{"

**/
@font-face {
  font-family: "areanormal-regular";
  src: url("/cdn/shop/files/AreaNormal-Regular.woff2?v=1751898414")
      format("woff2"),
    url("/cdn/shop/files/AreaNormal-Regular.woff?v=1751898414")
      format("woff");
    font-family: "Cambon";
  src: url("/cdn/shop/files/Cambon-Italic.woff2?v=1727939498")
      format("woff2");
}
h1,
h2,
h3,
h4,
h5,
h6,{
  font-family: "areanormal-regular";
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6  {
  font-family: "areanormal-regular";
}
p,
body {
  font-family: "areanormal-regular";
  line-height: 1.8;
}
html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  font-family: "areanormal-regular";
}


.product-item .image-wrapper--cover img,
img.fit-cover {
  object-fit: contain;
}
.product-item img {
  padding: 15%;
}

.highlight-word {
  font-family: 'Cambon', sans-serif;
}

.newsletter-box {
  /* === CUSTOM SETTINGS === */
  --bg-color: #f3eee7;
  --border-color: #ab8c52;
  --border-width: 1px;
  --padding: 20px;

  background-color: var(--bg-color);
  border: var(--border-width) solid var(--border-color);
  padding: var(--padding);
  max-width: 420px;
  font-family: Arial, sans-serif;
}

.newsletter-title {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}

.newsletter-text {
  color: #555;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.newsletter-consent {
  display: block;
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.newsletter-consent input {
  margin-right: 8px;
}

.newsletter-consent a {
  color: #2f4f3e;
  text-decoration: underline;
}

.newsletter-input {
  width: 100%;
  padding: 14px;
  font-size: 12px;
  border: 1px solid #ab8c52;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.newsletter-button {
  background-color: #000;
  color: white;
  padding: 14px 20px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0px;
}

.newsletter-button:hover {
  opacity: 0.9;
}