/** Shopify CDN: Minification failed

Line 445:6 Expected ":"

**/
/* ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥
 VARIABLES 
 ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ */

body {
  overflow-x: hidden !important;
}

/* ☰☰☰ GLOBAL COLORS ☰☰☰ */

:root{
--white:#FFF9EF;
--black:#271F1A;
--accent:#854917;
--mint:#DFE5CB;
--butter:#F2EDA3;
--gold:#E8C020;
--salmon:#FFC7AD;
--bright:#972F01;
--coral:#DF472A;
--teal:#04483A;

--headfont: 'Balboa-Medium';
--bodyfont:'neuzeit-grotesk', sans-serif;
--subfont: 'Migra-Extralight';
--italicfont: 'Migra-ExtralightItalic';
--handfont: 'Juniper-Bay';

--color-background:#FFF9EF;
--color-foreground:#F2EDA3;
--color-accent:#04483A; /* example */
}

/* ☰☰☰ CUSTOM FONTS ☰☰☰ */
@font-face {
    font-family:'Migra-Extralight';
    src:    url('Migra-Extralight.woff2') format('woff2'),
            url('Migra-Extralight.woff') format('woff')    
}

@font-face {
    font-family:'Balboa_Medium';
    src:    url('Balboa_Medium.woff2') format('woff2'),
            url('Balboa_Medium.woff') format('woff')    
}

@font-face {
    font-family:'Migra-ExtralightItalic';
    src:    url('Migra-ExtralightItalic.woff2') format('woff2'),
            url('Migra-ExtralightItalic.woff') format('woff')    
}

@font-face {
    font-family:'Juniper-Bay';
    src:    url('Juniper-Bay.woff2') format('woff2'),
            url('Juniper-Bay.woff') format('woff')    
}
/* ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥
   TYPOGRAPHY MIXINS
♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ ♥ */

h1, h2 {
    font-family: var(--headfont) !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    white-space: pre-line !important;
    display: block !important;
    width: 100%;
    max-width: 100%;
    font-size: clamp(3rem, 6.5vw, 7rem) !important; 
    line-height: 1 !important;
    letter-spacing: -0.01em !important;
    text-align: left;
    overflow-wrap: normal;
    word-break: normal;
    overflow: hidden;
    text-overflow: clip;
}

h1 em, h2 em {
    font-family: var(--italicfont) !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: clamp(3rem, 6.5vw, 7rem) !important;
    font-style: normal !important;
    line-height: clamp(0.8em, 1em, 1.2em) !important;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: uppercase !important;
  
    white-space: pre-line !important;
    word-wrap: break-word !important;
    display: block !important;
}

p {
    font-family: var(--bodyfont) !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: clamp(.9rem, .95rem, 1em) !important;
    line-height: clamp(1.5rem,1.7rem,1.7em) !important;
    letter-spacing: 0rem !important;
    text-transform: normal;
}

p em {
    font-family: var(--handfont) !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: clamp(1.5rem,1.7rem,2.5rem) !important;
    line-height: clamp(2.3rem,2.5rem,2.5rem) !important;
    text-transform: normal !important;
    white-space: pre-line !important;
}

h3 {
    font-family: var(--subfont) !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: clamp(2rem,2.3rem,3rem) !important;
    line-height: clamp(2.3rem,2.5rem,2.5rem) !important;
    text-transform: capitalize !important;
    white-space: pre-line !important;
    letter-spacing: -.02rem !important;

}

h3 em {
    font-family: var(--subfont) !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: clamp(1.5rem,2.7rem,3rem) !important;
    line-height: clamp(2.3rem,2.5rem,2.5rem) !important;
    text-transform: uppercase !important;
    white-space: pre-line !important;
    letter-spacing: -.02rem !important;

}

h4 {
    font-family: var(--bodyfont) !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: .9rem !important;
    letter-spacing: 0rem !important;
    text-transform: uppercase !important;
    padding-bottom: 10px !important;
}

h4 strong{
    font-family: var(--bodyfont) !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: .8rem !important;
    letter-spacing: .1rem !important;
    text-transform: uppercase !important;
    padding: 5px 20px !important;
    background-color: var(--mint) !important;
    color: var(--black) !important;
    text-align: center;
    border: 0px solid;
    border-color: var(--black) !important;
}

jumbo-text {
  font-family: Migra-Extralight !important;
  font-weight: lighter !important;
}


/* =========================================
   GLOBAL SCROLLBAR STYLES
   ========================================= */
::-webkit-scrollbar {
  width: 8px !important;
}

::-webkit-scrollbar:hover {
  width: 8px !important;
}

::-webkit-scrollbar-thumb {
  background-color: var(--white) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  background-clip: padding-box !important;
}

::-webkit-scrollbar-track {
  background-color: var(--accent) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background-clip: padding-box !important;
}

/* Eliminate end rounding in Chrome & Safari */
::-webkit-scrollbar-thumb:vertical {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* For Firefox support (uses scrollbar-color property) */
html {
  scrollbar-width: thin !important;
  scrollbar-color: var(--white) var(--accent) !important;

}

/* =========================================
   TEXT SELECTION STYLES
   ========================================= */

/* Default selection (global) */
::selection {
  background: var(--accent);
  color: var(--white);
}
::-moz-selection {
  background: var(--accent);
  color: var(--white);
}

/* =========================================
   COLOR SCHEME 1 — accent background, white text
   ========================================= */
.color-scheme-1 ::selection {
  background: var(--accent);
  color: var(--white);
}
.color-scheme-1 ::-moz-selection {
  background: var(--accent);
  color: var(--white);
}

/* =========================================
   ANIMATIONS
   ========================================= */

   /* ===== Global Heading Animation ===== */

/* Base state before the heading enters the viewport */
.heading-animate-target {
  opacity: 0;
  transform: translateY(20px);
  filter: blur(6px);            /* start blurred */
  transition:
    opacity 600ms ease,
    transform 600ms ease,
    filter 800ms ease;          /* blur settles slightly slower */
  will-change: opacity, transform, filter;
}

/* When visible on scroll */
.heading-animate-target.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}





/* =========================================
   SECTION TEMPLATES: DEAR STUDIO
   ========================================= */
/*---------- HERO SPLIT WITH TAPE SCHEME 4 SECTION--------------*/
/*///// HEADING DESIGN /////*/
#shopify-section-template--25570699379055__section_yL3nRa h1{
font-size: clamp(2rem, 3em, 3.5rem) !important; 
    line-height: 1 !important;
    letter-spacing: -0.01em !important;
    text-align: left;
    overflow-wrap: normal;
    word-break: normal;
    overflow: hidden;
    text-overflow: clip;
white-space: pre-line !important;
    
}

.text-block--AMnkwMWFFbnlMZm1DL__text_XMMiWX {
position: absolute !important;
    top: 20vh !important;
    margin-left: -80px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    background-color: var(--accent) !important;
    width: 150% !important;
    z-index: 999 !important;
}

.text-block--AWVUyMXNjSXhldmFjW__text_gxxAdq{
  position: absolute !important;
    top: 30vh !important;
    margin-left: 20vw !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    width: 60vw !important;
transform: rotate(-5deg) !important;
z-index: 999 !important;
}
  

/*///// SECTION HEIGHT /////*/
#shopify-section-template--25570699379055__section_yL3nRa .color-scheme-4 .section-content-wrapper{
height: 135vh !important;
}


/*---------------------------------------------- JUMBO DEAR STUDIO TEXT SECTION--------------------------------------------------*/
/*///// SMALL TEXT /////*/
#shopify-section-template--25570699379055__section_TCx47b, #shopify-section-template--25570699379055__section_pN4jpa {
padding: 20px 20px 10px 20px !important;
border-bottom: 1px solid;
}

#shopify-section-template--25570699379055__section_TCx47b jumbo-text{
margin-bottom: 10px !important;
}

#shopify-section-template--25570699379055__section_TCx47b .section-content-wrapper, #shopify-section-template--25570699379055__section_pN4jpa .section-content-wrapper {
  padding: 0px !important;
}

   /*----------SPLIT SECTION--------------*/
#shopify-section-template--25570699379055__section_7jECPM h3{

  position: 100px !important;
}


/*----------FLIP CARD SECTION--------------*/
#shopify-section-template--25570699379055__section_YQWYjH .custom-section-content {
  width: 100% !important;
}


#shopify-section-template--25570699379055__section_YQWYjH {

padding-left: 30px !important;
padding-right: 30px !important;
padding-bottom: 70px !important;
padding-top: 70px !important;

}

#shopify-section-template--25570699379055__section_YQWYjH .ai-flip-cards-container-au1oru2tqy2m4ohfkuaigenblockfa619edpdkmqx {
  padding: 0px !important;
}



#shopify-section-template--25570699379055__section_YQWYjH h1 {
  margin-top: -30px;
}

/*------------------------------------ SPARSE SECTION 3 ----------------------------------------*/

#shopify-section-template--25570699379055__section_U8Nqhw {
position: relative;
  height: 35vh;                 /* band is at least 30% of viewport */
  padding-block: 0px;  
  overflow: visible;
}

.text-block--AaGFZRlpxeWRuTGl5Z__text_G7n9WR {
  position: absolute;
  transform: rotate(-3deg) !important;
  top: 15% !important;
}

.text-block--ANS81ektyM1NzclVIU__text_QVq8mY {
    position: absolute;
  transform: rotate(2deg) !important;
  top: 40% !important;
}

.text-block--AVVRwV2V0K1FUc1drN__text_rGrWQ9 {
    position: absolute;
  transform: rotate(-5deg) !important;
  top: 35% !important;
  right: 70px !important;
}

.text-block--AWFI2d3FPMmdNdWwrW__text_gW7Red {
      position: absolute;
  transform: rotate(-3deg) !important;
  top: 20% !important;
  right: 20px !important;
}


.button--AdWRpQjJ2ZS9pN3BIN__button_htAc8D {
  position: relative !important;
  right: 20px !important;
  top: 20px !important;
  width: 15vw !important;
  border-top: 0px !important;

}

a.button--AdWRpQjJ2ZS9pN3BIN__button_htAc8D {
color: var(--black) !important;

}

.button, button.shopify-payment-button__button--unbranded {
  background-color: transparent !important;
  color: var(--black) !important;
  border-top: 0px !important;
}

.button, button.shopify-payment-button__button--unbranded {
    --button-color: var(--color-primary-button-text);
    --button-background-color: var(--color-primary-button-background);
    --button-border-color: transparent;
    --button-border-width: 0px !important;
    border-bottom: 1px solid !important;
    padding-bottom: 10px !important;
    padding-left: 0px !important;
    text-align: left !important;
}




/*---------------------------------------- COUNTDOWN SECTION ----------------------------------------*/


#shopify-section-template--25570699379055__176290290996b5847a .ai-countdown-header-anxhtrwxpr3htvdddwaigenblockf46d7cdbbwbe4 h2, #shopify-section-template--25570699379055__blocks_WQQmTC .ai-countdown-section-as21dsgdhdflvbznkcaigenblockf46d7cdenjkdq h2 {
    h2 
      margin-bottom: 0px !important;
}

#shopify-section-template--25570699379055__176290290996b5847a, #shopify-section-template--25570699379055__blocks_WQQmTC  {
  border-bottom: 1px solid;
   border-top: 1px solid !important;
  border-color: var(--black);
  z-index: 222 !important;

  }

  #shopify-section-template--25570699379055__176290290996b5847a  h2, #shopify-section-template--25570699379055__blocks_WQQmTC h2 {
    font-family: var(--subfont) !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: clamp(2rem,2.3rem,3rem) !important;
    line-height: clamp(2.3rem,2.5rem,2.5rem) !important;
    text-transform: capitalize !important;
    white-space: pre-line !important;
    letter-spacing: -.02rem !important;
    padding-bottom: 50px;
  }

  #shopify-section-template--25570699379055__176290290996b5847a .ai-countdown-content-anxhtrwxpr3htvdddwaigenblockf46d7cdbbwbe4, #shopify-section-template--25570699379055__blocks_WQQmTC .ai-countdown-section-as21dsgdhdflvbznkcaigenblockf46d7cdenjkdq {
    padding: 0px !important;
  }

  #shopify-section-template--25570699379055__176290290996b5847a  .ai-countdown-body-anxhtrwxpr3htvdddwaigenblockf46d7cdbbwbe4 , ai-countdown-timer-wrapper-anxhtrwxpr3htvdddwaigenblockf46d7cdbbwbe4, #shopify-section-template--25570699379055__blocks_WQQmTC .ai-countdown-section-as21dsgdhdflvbznkcaigenblockf46d7cdenjkdq, .ai-countdown-section-as21dsgdhdflvbznkcaigenblockf46d7cdenjkdq {
    padding: 0px !important;
  }

.ai-countdown-number-anxhtrwxpr3htvdddwaigenblockf46d7cdbbwbe4, .ai-countdown-number-as21dsgdhdflvbznkcaigenblockf46d7cdenjkdq {
  background-color: var(--accent) !important;
  padding: 10px 10px 0px 10px;
}

.ai-countdown-corner-top-right-anxhtrwxpr3htvdddwaigenblockf46d7cdbbwbe4, .ai-countdown-corner-top-right-as21dsgdhdflvbznkcaigenblockf46d7cdenjkdq {
text-transform: uppercase !important;
}


/*------------------------------------ COUNTDOWN SECTION QUESTIONS--------------*/

#shopify-section-template--25570699379055__176290290996b5847a .ai-countdown-timer-wrapper-anxhtrwxpr3htvdddwaigenblockf46d7cdbbwbe4 {
    display: flex;
    align-items: center !important;
    justify-content: flex-end !important;
    padding: 0px !important;
    border-left: 1px solid !important;
}

#shopify-section-template--25570699379055__176290290996b5847a .ai-countdown-timer-anxhtrwxpr3htvdddwaigenblockf46d7cdbbwbe4 {
    display: flex;
    gap: 3vw;
    flex-wrap: nowrap;
    justify-content: center;
}

#shopify-section-template--25570699379055__176290290996b5847a .ai-countdown-body-anxhtrwxpr3htvdddwaigenblockf46d7cdbbwbe4{
padding: 0px !important;
}

#shopify-section-template--25570699379055__176290290996b5847a .ai-countdown-container-anxhtrwxpr3htvdddwaigenblockf46d7cdbbwbe4 {
    width: 100%;
    padding: 0 30px;
}


#shopify-section-template--25570699379055__176290290996b5847a .ai-countdown-number-anxhtrwxpr3htvdddwaigenblockf46d7cdbbwbe4, #shopify-section-template--25570699379055__blocks_WQQmTC .ai-countdown-number-as21dsgdhdflvbznkcaigenblockf46d7cdenjkdq{
font-family: var(--headfont) !important;

}

/*---------------------------------------- SPARKLE IMAGE SECTION ----------------------------------------*/
/*//////// BUTTON IN BOTTOM CORNER /////////*/

.button-secondary {
  position: absolute !important;
  bottom: 30px !important;
  right: 30px !important;

}

/* Read More / Shop Now button – underline only */
.button-secondary--ATG1DQXZ4c2xIV0FxR__button_GNgnaR {
  border: none !important;          /* kill any real borders   */
  box-shadow: none !important;      /* kill fake border box    */
  outline: none !important;         /* avoid extra focus ring  */
  border-bottom: 1px solid var(--black) !important; /* your single underline */
  border-radius: 0 !important;
  padding-bottom: 10px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  
}

a.button-secondary--ATG1DQXZ4c2xIV0FxR__button_GNgnaR {
text-align: left !important;
}

/* optional: keep it clean on focus/hover too */
.button-secondary--ATG1DQXZ4c2xIV0FxR__button_GNgnaR:focus,
.button-secondary--ATG1DQXZ4c2xIV0FxR__button_GNgnaR:hover {
  box-shadow: none !important;
  outline: none !important;
}


/* Hero "READ MORE" / "Shop now" button – custom border */
a.button-secondary.button-secondary--ATG1DQXZ4c2xIV0FxR__button_GNgnaR {
  border: 0 !important;              /* remove theme border */
  border-bottom: 1px solid #000 !important;  /* or var(--black) */
  border-radius: 0 !important;
  padding-left: 0 !important;        /* to keep line flush with text */
  padding-right: 0 !important;
}

a.button-secondary.button-secondary--ATG1DQXZ4c2xIV0FxR__button_GNgnaR::before,
a.button-secondary.button-secondary--ATG1DQXZ4c2xIV0FxR__button_GNgnaR::after {
  content: none !important;
}
h2.heading-animate-target .is-visible {
z-index: 2 !important;
}


/*---------------------------------------- 4 GRID PRODUCT SECTION ----------------------------------------*/

#shopify-section-template--25570699379055__product_list_rpmVna {
  padding: 30px 30px;
}
#shopify-section-template--25570699379055__product_list_rpmVna .section-resource-list {
  padding: 0px !important;
  --padding-block-start: 0px !important;
  --padding-block-end: 0px !important;
}

#shopify-section-template--25570699379055__product_list_rpmVna .card-gallery  {
  border: 1px solid;
  border-color: var(--black) !important;
  margin-bottom: 70px;
}

/*---------------------------------------- WHY THIS MATTERS SECTION ----------------------------------------*/
#shopify-section-template--25570699379055__section_Cyz94Y h3 {

}




/*---------------------------------------- LG PRODUCT CARD RIGHT SECTION ----------------------------------------*/

#shopify-section-template--25570699379055__section_YwEmHD .card-gallery, #shopify-section-template--25570699379055__section_97kWgM .card-gallery,#shopify-section-template--25570699379055__section_PdE8Nr .card-gallery, #shopify-section-template--25570699379055__section_YwEmHD .card-gallery, #shopify-section-template--25570699379055__section_dK9qA8 .card-gallery{

  height: 20vh;
  width: 30vh;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

button.ai-custom-atc-button-al0noeu9gefhnuhzptaigenblocka12e8d8ayyzpn, button.ai-custom-atc-wrapper-avzrlvhdprlzxnjbdcaigenblocka12e8d8yk3tac, button.ai-custom-atc-button-an2nvetljvhp5cu5nzaigenblocka12e8d8kepbui, button.ai-custom-atc-button-acgtfwdbrk1v1rhmvbaigenblocka12e8d8rk9cd8, button.ai-custom-atc-button-avzrlvhdprlzxnjbdcaigenblocka12e8d8yk3tac {
min-width: 40vw !important;

font-family: var(--bodyfont) !important;
text-transform: uppercase !important;
font-size: 1em !important;
}


.custom-add-to-cart-al0noeu9gefhnuhzptaigenblocka12e8d8ayyzpn {
  border: 9px solid red !important;
}


/*----------NEWSLETTER SECTION--------------*/
#shopify-section-template--25570699379055__section_T4c7wj .email-signup__input-group .email-signup__input--underline {
    opacity:1 !important;
    background-color: transparent;
    padding: 10px 30px !important;
    border: none;
    border-radius: 0;
    box-shadow: 0 calc(var(--border-width) * var(--box-shadow-multiplier)) 0 var(--box-shadow-color);
    transition: box-shadow var(--animation-values);
    width: 100vw !important;
    max-width: 100% !important;
    text-transform: uppercase;
    font-family: var(--bodyfont) !important;
    font-weight: 500 !important;
    color: var(--black) !important;
}

input#EmailInput-AdDJMZng3K05xSmEva__email_signup_yDcYwK.email-signup__input-group.email-signup__input--underline {
border: 3px solid blue;
color: var(--black) !important;
}

#shopify-section-template--25570699379055__section_T4c7wj .email-signup__input-group .email-signup__input--underline:hover {
background-color: var(--mint) !important;
transition: .5s ease-in-out;
}

#shopify-section-template--25570699379055__section_T4c7wj h3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}


#shopify-section-template--25570699379055__section_T4c7wj p {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

button.email-signup__button email-signup__button--integrated email-signup__button--text h3 button .button--AdDJMZng3K05xSmEva__email_signup_yDcYwK  {
  border: 9px solid;
}

#shopify-section-template--25570699379055__section_T4c7wj .email-signup__button:not(.button-unstyled) {
  background-color: var(--accent) !important;
  color: var(--white) !important;
  text-transform: capitalize !important;
  height: 60px !important;
  top: -25px !important;
  right: 30px !important;
  position: absolute !important;
  font-family: var(--subfont) !important;
  font-size: 3em !important;
  border: 0px !important;
  border-color: transparent;
}

/*----------SCROLLABLE SECTION--------------*/
#shopify-section-template--25570699379055__ss_image_with_text_11_pDkTJ4 .image-text-heading-template--25570699379055__ss_image_with_text_11_pDkTJ4 {
text-transform: uppercase !important;
padding: 20px 30px !important;
font-family: var(--bodyfont) !important;
margin-top: 20px;
}

#shopify-section-template--25570699379055__ss_image_with_text_11_pDkTJ4 .image-text-icon-template--25570699379055__ss_image_with_text_11_pDkTJ4 {
  display: none;
}

#shopify-section-template--25570699379055__ss_image_with_text_11_pDkTJ4 .image-text-text-template--25570699379055__ss_image_with_text_11_pDkTJ4 * {
  font-family: var(--subfont) !important;
  font-size: clamp(2rem,2.5em,3em) !important;
    line-height: clamp(2rem,2.5rem,3rem) !important;
    text-transform: normal !important;
    white-space: pre-line !important;
    letter-spacing: -.02rem !important;
}

#shopify-section-template--25570699379055__ss_image_with_text_11_pDkTJ4 .image-text-text-template--25570699379055__ss_image_with_text_11_pDkTJ4 {
  padding-left: 30px !important;
}

#shopify-section-template--25570699379055__ss_image_with_text_11_pDkTJ4 .image-text-images-template--25570699379055__ss_image_with_text_11_pDkTJ4 {
  height: 30vh !important;
  width: 20vh !important;
  object-fit: cover !important;
  position: static;
  right: 100% !important;
}

/*//////////////////////IMAGE SIZE /////////////////////*/
#shopify-section-template--25570699379055__ss_image_with_text_11_pDkTJ4 .image-text-image-template--25570699379055__ss_image_with_text_11_pDkTJ4 {
    position: absolute !important;
    max-height: 30vh !important;
    width: 20vh !important;
    left: 84vw !important;
    top: 40vh !important;
    z-index: 0 !important;
}

@media (min-width: 1024px) {
    .image-text-body-template--25570699379055__ss_image_with_text_11_pDkTJ4 {
        grid-template-columns: calc(100% - 0px) calc(0% - 0px) !important;
    }
}


/*////////////////////// SECTION BELOW /////////////////////*/

#shopify-section-template--25570699379055__media_with_content_BHK4DA {
  z-index: 1 !important;
  border-top: 1px solid;
}