/** Shopify CDN: Minification failed

Line 22:0 All "@import" rules must come first

**/
@font-face{
  font-family: 'Sarlotte';
  src : url('/cdn/shop/files/sarlotte-webfont.woff2?v=1763011145') format('woff2'),
        url('/cdn/shop/files/sarlotte-webfont.woff?v=1763011145') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sarlotte Bold';
    src: url('/cdn/shop/files/sarlotte_bold-webfont.woff2?v=1763627956') format('woff2'),
         url('/cdn/shop/files/sarlotte_bold-webfont.woff?v=1763627956') format('woff');
    font-weight: normal;
    font-style: normal;

}
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

/* ===============================================
   TYPOGRAPHY SYSTEM — FROM YOUR TABLE (REBUILD)
   =============================================== */


/* normal	400	常规字体（默认值）
bold	700	加粗字体
lighter	-	比父元素更细（相对值）
bolder	-	比父元素更粗（相对值）
100 (Thin)	100	极细
200 (Extra Light)	200	超细
300 (Light)	300	细
400 (Normal)	400	常规
500 (Medium)	500	中等粗细
600 (Semi Bold)	600	半粗
700 (Bold)	700	加粗
800 (Extra Bold)	800	超粗
900 (Black)	900	最粗 */

/* ========== Display ========== */
.G-display {
  font-family: "Sarlotte Bold", serif !important;
  font-weight: bold !important;
  font-size: clamp(40px, 5vw, 72px) !important;
  line-height: 1.2em !important;
  letter-spacing: 0 !important;
}

/* ========== Heading 1 ========== */
.G-h1 {
  font-family: "Sarlotte Bold", serif !important;
  font-weight: bold !important;
  font-size:  clamp(32px, 4vw, 40px) !important;
  line-height: 1.2em !important;
  letter-spacing: 0 !important;
}

/* ========== Heading 2 ========== */
.G-h2 {
  font-family: "Sarlotte Bold", serif !important;
  font-weight: bold !important;
  font-size:  clamp(24px, 4vw, 32px);
  line-height: 1.2em !important;
  letter-spacing: 0 !important;
}

/* ========== Heading 3 ========== */
.G-h3 {
  font-family: "Sarlotte Bold", serif !important;
  font-weight: bold !important;
  font-size: clamp(20px, 4vw, 24px) !important;
  line-height: 1.2em !important;
  letter-spacing: 0 !important;
}

/* ========== Heading 4 ========== */
.G-h4 {
  font-family: "Josefin Sans", sans-serif !important;
  font-weight: 500 !important;
  font-size:  clamp(16px, 4vw, 18px) !important;
  line-height: 1.2em !important;
  letter-spacing: 0.07em !important;
}

/* ========== Heading 5 ========== */
.G-h5 {
  font-family: "Urbanist", sans-serif !important;
  font-weight: 600 !important;
  font-size:  clamp(16px, 4vw, 18px) !important;
  line-height: 1.4em !important;
  letter-spacing: 0 !important;
}
/* ========== Heading 6 ========== */
.G-h6 {
  font-family: "Sarlotte Bold", sans-serif !important;
  font-weight: 700 !important;
  font-size:  40px !important;
  line-height: 1.2em !important;
  letter-spacing: 0 !important;
}
/* ========== Heading 7 ========== */
.G-h7 {
  font-family: "Sarlotte Bold", sans-serif !important;
  font-weight: 700 !important;
  font-size:  28px !important;
  line-height: 1.4em !important;
  letter-spacing: 0 !important;
}
/* ========== Heading 8 ========== */
.G-h8 {
  font-family: "Sarlotte Bold", sans-serif !important;
  font-weight: 700 !important;
  font-size:  20px !important;
  line-height: 1.4em !important;
  letter-spacing: 0 !important;
}
/* ========== caption 1 ========== */
.G-caption1 {
  font-family: "Urbanist", sans-serif !important;
  font-weight: 500 !important;
  font-size:  16px !important;
  line-height: 1.2em !important;
  letter-spacing: 0 !important;
}
/* ========== caption 2 ========== */
.G-caption2 {
  font-family: "Urbanist", sans-serif !important;
  font-weight: 700 !important;
  font-size:  13.5px !important;
  line-height: 1.4em !important;
  letter-spacing: 0 !important;
}

/* ========== Button 1 ========== */
.G-button-1 {
  font-family: "Urbanist", sans-serif !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 1.2em !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

/* ========== Button 2 ========== */
.G-button-2 {
  font-family: "Urbanist", sans-serif !important;
  font-weight: 600 !important;
  font-size:  clamp(14px, 3vw, 16px) !important;
  line-height: 1.2em !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
}

/* ========== Button 3 ========== */
.G-button-3 {
  font-family: "Urbanist", sans-serif !important;
  font-weight: 400 !important;
  font-size:  13.5px !important;
  line-height: 1.7em !important;
  letter-spacing: 0em !important;
}

/* ========== Subheading 1 ========== */
.G-subheading-1 {
  font-family: "Urbanist", sans-serif !important;
  font-weight: 500 !important;
  font-size: clamp(16px, 4vw, 18px) !important;
  line-height: 1.2em !important;
  letter-spacing: 0 !important;
}

/* ========== Subheading Italic ========== */
.G-subheading-italic {
  font-family: "Urbanist", sans-serif !important;
  font-weight: 400 !important;
  font-style: italic !important;
  font-size:  clamp(14px, 3vw, 18px) !important;
  line-height: 1.7em !important;
  letter-spacing: 0.03em !important;
}

/* ========== Body 1 ========== */
.G-body-1 {
  font-family: "Urbanist", sans-serif !important;
  font-weight: 400 !important;
  font-size:  clamp(16px, 4vw, 20px) !important;
  line-height: 1.2em !important;
  letter-spacing: 0 !important;
}

/* ========== Body 2 ========== */
.G-body-2 {
  font-family: "Urbanist", sans-serif !important;
  font-weight: 600 !important;
  font-size:  clamp(16px, 4vw, 18px) !important;
  line-height: 1.2em !important;
  letter-spacing: 0 !important;
}

/* ========== Body 3 ========== */
.G-body-3 {
  font-family: "Urbanist", sans-serif !important;
  font-weight: 500 !important;
  font-size: clamp(16px, 4vw, 18px) !important;
  line-height: 1.2em !important;
  letter-spacing: 0.03em !important;
}

/* ========== Body 4 ========== */
.G-body-4 {
  font-family: "Urbanist", sans-serif !important;
  font-weight: 600 !important;
  font-size:  16px !important;
  line-height: 1.2em !important;
  letter-spacing: 0.02em !important;
}

/* ========== Body 5 ========== */
.G-body-5 {
  font-family: "Urbanist", sans-serif !important;
  font-weight: 500 !important;
  font-size: clamp(12px, 3vw, 13.5px) !important;
  line-height: 1.2em !important;
  letter-spacing: 0 !important;
}
/* ========== Body 6 ========== */
.G-body-6 {
  font-family: "Urbanist", sans-serif !important;
  font-weight: 400 !important;
  font-size:  15px !important;
  line-height: 1.7em !important;
  letter-spacing: 0.02em !important;
}


/* body,
h1, h2, h3, h4, h5, h6,
p, span, div,
ul, ol, li,
a, button,
input, select, option,
label, legend, textarea, small {
  font-family: Sarlotte, sans-serif !important;
} */

:root {
  --font-navigation-family: Sarlotte, sans-serif !important;
}



/* button css */
.G-button-group-1{
  border: 1px solid #8d8196 !important;
  color: #8d8196 !important;
  border-radius: 4px !important;
  transition: all 0.3s ease !important;
}

.G-button-group-1:hover{ 
  border: 1px solid #8d8196 !important;
  color: #ffffff !important;
  background: #8d8196 !important;
}

/*  */
.G-button-group-2{
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  background: #8d8196 !important;
  transition: all 0.3s ease !important; 
  border-radius: 4px !important;
}

.G-button-group-2:hover{ 
  border: 1px solid #8d8196 !important;
  background: #ffffff !important;
  color: #8d8196 !important;
}