/** Shopify CDN: Minification failed

Line 17:24 Expected identifier but found whitespace
Line 17:25 Unexpected "'CustomNumbersFont'"
Line 17:47 Unexpected "{"
Line 17:57 Expected ":"
Line 656:27 Expected identifier but found "!"

**/
:root {
  --custom-font-headings: 'CustomHeadingFont', sans-serif;
  --h3-font-family: 'CustomH3Font', sans-serif;
  --custom-font-p: 'CustomParagraphFont', sans-serif;
  --custom-font-em: 'CustomItalicFont', sans-serif;
  --captions-font-family: 'CustomCaptionFont', sans-serif;
  --links-font-family: 'CustomLinksFont', sans-serif;
  --numbers-font-family: 'CustomNumbersFont', {{ settings.type_number_font.fallback_families }};
  --header-height: 0px; 
  
}

body, .color-background-1 {
background: transparent;
}

body, .theme-background {
  overflow-x: hidden;
  background-color: #F8F4EB !important;
}

@media (min-width: 750px) {
  body, .theme-background.template-index {
        background: url(/cdn/shop/files/Vintage_Paper_220.png?v=1731526711) no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        background-color: #F8F4EB !important;
        overflow-x: clip;
    }

  body, .theme-background.title-about {
        background: url(/cdn/shop/files/Vintage_Paper_220.png?v=1731526711) no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        background-color: #F8F4EB !important;
        overflow-x: clip;
    }

      body, .theme-background.template-product {
        background: url(/cdn/shop/files/book-texture.png?v=1732027779) no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        background-color: #F8F4EB !important;
        overflow-x: clip;
    }



  body, .theme-background.title-bespoke {
        background: url(/cdn/shop/files/book-texture.png?v=1732027779) no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        background-color: #F8F4EB !important;
        overflow-x: clip;
    }

}


.customer {
  text-transform: none !important;
}






/*------------------------------------
 *   FONT SETTINGS
 *------------------------------------*/


h1, .h1, .h0, .hxl {
  font-family: var(--custom-font-headings);
  font-size: var(--font-size-h1);
  font-weight: normal;
  line-height: var(--line-height-heading);
  letter-spacing: var(--letter-spacing-heading);
      -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}

h2, .h2 {
  font-family: var(--custom-font-headings);
  font-size: var(--font-size-h2);
  font-weight: normal;
  line-height: var(--line-height-heading);
  letter-spacing: var(--letter-spacing-heading);
      -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}

a {
  color: inherit;
}



h3, .h3 {
  font-family: var(--h3-font-family);
  font-size: var(--font-size-h3);
  font-weight: normal;
  line-height: var(--line-height-heading);
  letter-spacing: var(--letter-spacing-heading);
      -webkit-font-smoothing: antialiased;
}

h5, .h5:not(.card__heading) {
  font-family: var(--captions-font-family) !important;
  justify-content: flex-start;
  text-transform: none;
  font-size: 2.6rem !important;
}

p, .text-body, li, .field_label, h4, .h4 {
  font-family: var(--custom-font-p);
  font-size: var(--font-size-p);
  font-style: var(--font-body-style);
  font-weight: normal;
  line-height: var(--line-height-paragraph);
  letter-spacing: var(--letter-spacing-paragraph);
      -webkit-font-smoothing: antialiased;
}

#CartDrawer .summary__title {
  font-family: var(--custom-font-p);
  font-size: 1.5rem;
  font-style: var(--font-body-style);
  font-weight: normal;
  line-height: var(--line-height-paragraph);
  letter-spacing: var(--letter-spacing-paragraph);
      -webkit-font-smoothing: antialiased;  
}



strong {
font-weight: normal;
    text-transform: uppercase;
}

em {
  font-family: var(--custom-font-em);
  font-size: inherit;
      -webkit-font-smoothing: antialiased;
}

.caption, .caption-with-letter-spacing, label, .h5, h5 {
  font-family: var(--custom-font-p);
  font-size: 1.2rem;
  font-style: var(--font-body-style);
  font-weight: normal;
  line-height: var(--line-height-paragraph);
  letter-spacing: var(--letter-spacing-paragraph);
      -webkit-font-smoothing: antialiased; 
}

label {
  font-family: var(--links-font-family);
  font-size: 1.1rem;  
      -webkit-font-smoothing: antialiased;
}

.link,
.customer a, .list-menu__item--link {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
  font-size: var(--font-size-links);
  font-family: var(--links-font-family);
  letter-spacing: var(--links-letter-spacing);
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  
}

.menu-drawer__menu-item.list-menu__item.link.link--text {
  text-transform: uppercase !important;  
}

.announcement-bar__message.h5 {
font-family: 'sub';
font-size:.8rem;
text-transform: uppercase;
letter-spacing: 2px;
}

small {
font-family: var(--links-font-family);
font-size: var(--font-size-captions);
} 

.indent {
  text-indent: 10%;
}

time {
font-family: var(--numbers-font-family);
font-size: inherit;
}

@media (max-width: 749px) {

h1, .h1, .hxl, .h0 {
    font-size: var(--font-size-h1-mobile) !important;
    font-weight: normal !important;
      -webkit-font-smoothing: antialiased;
  }

  h2, .h2 {
    font-size: var(--font-size-h2-mobile) !important;
    font-weight: normal !important;
        -webkit-font-smoothing: antialiased;

  }


  h3, .h3 {
    font-size: var(--font-size-h3-mobile) !important;
    font-weight: normal;
        -webkit-font-smoothing: antialiased;
     line-height: var(--line-height-heading);
  }

  p {
    font-size: var(--font-size-p-mobile)!important;
        -webkit-font-smoothing: antialiased;
  }

  .caption, .caption-with-letter-spacing {
  font-size: var(--font-size-captions-mobile)!important;
        -webkit-font-smoothing: antialiased;
}

  
}

/*------------------------------------
 *   BUTTON SETTINGS
 *------------------------------------*/


.button,
.button-label,
.shopify-challenge__button,
.customer, .shopify-payment-button__button, .shopify-payment-button__button--unbranded, .product-form__submit button {
  font-family: var(--links-font-family);
  font-size: var(--buttons-font-size);
  letter-spacing: var(--buttons-letter-spacing);
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  padding-top: var(--buttons-padding-vertical);
    padding-bottom: var(--buttons-padding-vertical);
    padding-right: var(--buttons-padding-horizontal);
    padding-left: var(--buttons-padding-horizontal);
      -webkit-font-smoothing: antialiased;
}



.button--secondary {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
padding: 15px 25px;
  text-transform: uppercase;
min-width: 200px;
  font-size:1.6rem;
  color: inherit; 
  background-color: transparent; 
  border: none;
 background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='177.919' height='41.573' viewBox='0 0 177.919 41.573'%3E%3Cg data-name='Group 22'%3E%3Cg data-name='Group 21' fill='none'%3E%3Cpath data-name='Line 11' stroke='currentColor' d='M11.812.5h154.251'/%3E%3Cpath data-name='Line 12' stroke='currentColor' d='M11.812 41.073h154.295'/%3E%3Cg data-name='Group 19'%3E%3Cpath data-name='Line 13' stroke='currentColor' d='M.5 11.812v17.95'/%3E%3Cpath data-name='Line 14' stroke='currentColor' d='M11.812.5.5 11.812'/%3E%3Cpath data-name='Line 15' stroke='%23707070' d='m.5 29.761 11.312 11.312'/%3E%3C/g%3E%3Cg data-name='Group 20' stroke='currentColor'%3E%3Cpath data-name='Line 13' d='M177.42 29.762v-17.95'/%3E%3Cpath data-name='Line 14' d='m166.108 41.074 11.312-11.312'/%3E%3Cpath data-name='Line 15' d='M177.42 11.813 166.108.501'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center/contain;  cursor: pointer;
}

@media (max-width: 749px) { 
  .button--secondary {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
padding: 10px 20px;
  text-transform: uppercase;
min-width: 0px;
  font-size:1.2rem;
  color: inherit; 
  background-color: transparent; 
  border: none;
 background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='177.919' height='41.573' viewBox='0 0 177.919 41.573'%3E%3Cg data-name='Group 22'%3E%3Cg data-name='Group 21' fill='none'%3E%3Cpath data-name='Line 11' stroke='currentColor' d='M11.812.5h154.251'/%3E%3Cpath data-name='Line 12' stroke='currentColor' d='M11.812 41.073h154.295'/%3E%3Cg data-name='Group 19'%3E%3Cpath data-name='Line 13' stroke='currentColor' d='M.5 11.812v17.95'/%3E%3Cpath data-name='Line 14' stroke='currentColor' d='M11.812.5.5 11.812'/%3E%3Cpath data-name='Line 15' stroke='%23707070' d='m.5 29.761 11.312 11.312'/%3E%3C/g%3E%3Cg data-name='Group 20' stroke='currentColor'%3E%3Cpath data-name='Line 13' d='M177.42 29.762v-17.95'/%3E%3Cpath data-name='Line 14' d='m166.108 41.074 11.312-11.312'/%3E%3Cpath data-name='Line 15' d='M177.42 11.813 166.108.501'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center/contain;  cursor: pointer;
}
}

.product-form__submit.button.button--full-width.button--primary {
   position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
padding: 15px 25px;
min-width: 200px;
  font-size:1.6rem;
  text-transform: uppercase;
  color: #000; 
  background-color: transparent; 
  border: none; 
 background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='177.919' height='41.573' viewBox='0 0 177.919 41.573'%3E%3Cg data-name='Group 22'%3E%3Cg data-name='Group 21' fill='none'%3E%3Cpath data-name='Line 11' stroke='currentColor' d='M11.812.5h154.251'/%3E%3Cpath data-name='Line 12' stroke='currentColor' d='M11.812 41.073h154.295'/%3E%3Cg data-name='Group 19'%3E%3Cpath data-name='Line 13' stroke='currentColor' d='M.5 11.812v17.95'/%3E%3Cpath data-name='Line 14' stroke='currentColor' d='M11.812.5.5 11.812'/%3E%3Cpath data-name='Line 15' stroke='%23707070' d='m.5 29.761 11.312 11.312'/%3E%3C/g%3E%3Cg data-name='Group 20' stroke='currentColor'%3E%3Cpath data-name='Line 13' d='M177.42 29.762v-17.95'/%3E%3Cpath data-name='Line 14' d='m166.108 41.074 11.312-11.312'/%3E%3Cpath data-name='Line 15' d='M177.42 11.813 166.108.501'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center/contain;  cursor: pointer; 
}

.product-form__buttons {
    width: min-content; 
}

.button--tertiary {
  color: rgb(var(--color-link-button));
  border-top: 0;
  border-right: 0;
  border-left: 0;
  text-decoration: none; 
  background-color: transparent;
  text-align: left;
  padding-bottom: 3px; 
  padding-left: 0;
  padding-right: 0;
  font-family: var(--captions-font-family) !important;
  justify-content: flex-start;
  text-transform: none;
  font-size: 2.6rem;
  
}


.field:before, .customer .field:before,.field:after, .customer .field:after {
	display: none!important;
}

/* fix for input borders*/

.customer .field input, .customer select, .field__input, .select__select {
	box-shadow: 0 0 0!important;
    border-bottom: 1px solid !important;
  box-sizing: border-box;
}

.product-form__input .select__select {
	box-shadow: 0 0 0!important;
    border: 0px solid #000;
}

.product-form__input .select__select {
    font-family: var(--captions-font-family) !important;
    text-transform: lowercase;
    font-size: 2.5rem; 
}


.product-form__submit {
    margin-bottom: 1rem;
    background-color: transparent;
}




/*------------------------------------
 *   MEGA MENU
 *------------------------------------*/
.header__inline-menu .link {
  font-family: var(--custom-font-headings);
  font-size: 2.3rem;
  font-weight: normal;
  line-height: var(--line-height-heading);
  letter-spacing: var(--letter-spacing-heading);
      -webkit-font-smoothing: antialiased;  
}

.header__icon {
  font-family: var(--custom-font-headings) !important;
  font-size: 2.3rem !important;
  font-weight: normal;
  line-height: var(--line-height-heading);
  letter-spacing: var(--letter-spacing-heading) !important;
      -webkit-font-smoothing: antialiased;    
}

.header__heading-logo {
  opacity: 60%;
}


.mega-menu__link {
font-size: var(--font-size-links);
font-family: var(--links-font-family);
letter-spacing:1.5px;  
}


.header__menu-item:hover span {
  text-decoration: none;
}

.mega-menu__link:hover {
  text-decoration: none !important;
  opacity: .5;  
}

.mega-menu__link--active {
  text-decoration: none !important;
}

.list-menu__item--active {
text-decoration: none !important;  
}
/*------------------------------------
 *   MOBILE OVERLAY
 *------------------------------------*/
.menu-drawer * {
color: rgb(var(--color-link));
}

.menu-drawer {
background: ;
}

.menu-drawer__inner-submenu {
background: ;  
}

.menu-drawer__menu-item--active {
;
}

.menu-drawer__utility-links {
background: transparent !important;  
}

.menu-drawer__inner-submenu .menu-drawer__menu-item.link.link--text.list-menu__item.focus-inset {
  font-size: 1.5rem;
  font-family: var(--links-font-family);
  letter-spacing: var(--links-letter-spacing);  
}

.menu-drawer__close-button.link.link--text.focus-inset {
font-size: 2rem;  
padding-top: 23px;
letter-spacing: 1px;
}

.menu-drawer__close-button:hover {
background: transparent !important;    
}

.has-submenu .menu-drawer__menu-item {
font-family: var(--custom-font-headings);
font-size: 3.2rem;  
  font-weight: normal;
  line-height: var(--line-height-heading);
}



.menu-drawer__menu-item {
padding-right: 0;
padding-left: 0;
}

.menu-drawer__close-button {
padding: 1.2rem 0 2.5rem 0;
}

#Details-menu-drawer-container .header__icon {
height: 2rem ;
width: 2rem;  
z-index:4;
}




.menu-drawer__account {
font-size: var(--font-size-h3); 
}

.menu-drawer__account .icon-account {
  display: none;
}

.menu-drawer__inner-submenu .menu-drawer__menu-item {
padding-top: 12px!important;
padding-bottom: 12px!important;  
}



.menu-drawer .list-social__item:first-child {
padding-left: 10px !important;  
}
.menu-drawer .list-social__link {
  padding: 5px !important;
}

.header__heading-link .h2 {
  white-space:nowrap;
}
@media screen and (max-width: 749px) {
.header__heading-logo-wrapper img {
  max-width: 120px !important;
}
}
/*------------------------------------
 *   HOME
 *------------------------------------*/



/*------------------------------------
 *   FOOTER
 *------------------------------------*/


.footer-block__heading, .instagram-images-title {
font-size: 4rem !important;  
}

.footer-block__text p {
font-size: 1.4rem;  

}

.footer-block__details-content .link {
  text-transform: lowercase;
  letter-spacing: 0;
}

.inline-link-list-bottom a {
color: inherit;
text-decoration: none;
    font-size: 1.3rem;
  letter-spacing: 0;
  text-transform: lowercase;
}

.copyright__content * {
color: inherit;
text-decoration: none;
    font-size: 1.3rem;
  letter-spacing: 0;
  text-transform: lowercase;  
}

@media screen and (min-width: 750px) {
.footer-block--newsletter  {
margin-left: 50px;  
}

.footer-block.grid__item.span-3 {
  align-content: end;
}

.footer-block__details-content .list-menu__item--link {

line-height: 1.3;
padding-bottom: 0;
}

.footer-block__text {
margin-top: 0;
margin-bottom: 3rem;
}
}

.footer-block__details-content {
  
}

.footer-block--newsletter .field__input {
background-color: transparent;  
}



  @media screen and (min-width: 750px) {
.footer-block__heading {
  writing-mode: vertical-rl; 
  transform: rotate(180deg); 
  margin-right: 20px;
    font-family: var(--custom-font-headings);
  font-size: var(--font-size-h2);
  font-weight: normal;
  line-height: var(--line-height-heading);
  letter-spacing: var(--letter-spacing-heading);
      -webkit-font-smoothing: antialiased;
   margin-left: 0; /* Aligns heading to the left */
  
}

.footer-block.grid__item:nth-child(5)  {
  opacity:50%;
  justify-content: flex-end;
}

.field input {
 font-family: var(--captions-font-family) !important;
font-size: 2.2rem;
}

.footer-block.grid__item img {
  width:70% !important;
}

.footer-block.grid__item {
  display: flex !important;
  align-items: flex-end;
  flex-direction: row;
}

.footer__content-top {
    border-bottom: 1px solid;
    padding-right: 0;
    margin-right: var(--content-padding);
    margin-left: var(--content-padding);
    padding-left: 0;
}
  }

@media screen and (max-width: 749px) {
.footer-block--newsletter  {
margin-top: 4rem !important; 
}

.footer-block.grid__item {
  display: flex !important;
  align-items: flex-end;
  flex-direction: column;
}

.footer-block__details-content .list-menu__item--link {
font-family: var(--custom-font-p)!important;
text-transform: uppercase; !important;
line-height: 1.2;
padding-bottom: 0;
letter-spacing: 0 !important;
}


.footer-block.grid__item img {
        width: 30% !important;
        margin: 0 auto;
}

.footer-block.grid__item {
  order: 1;
}

.footer-block.grid__item:nth-child(5)  {
  opacity:50%;
  justify-content: center;
  order: 0;
  padding-bottom: 20px;
  
}



.footer-block__details-content {
  margin-top: 0 !important;
}

.accordion.footer-accordion {
  width: 100%;
}

.footer-accordion h3 {
   font-family: var(--custom-font-headings);
  font-size: 2.4rem !important;
  font-weight: normal;
  line-height: var(--line-height-heading);
  letter-spacing: var(--letter-spacing-heading);
      -webkit-font-smoothing: antialiased;
  text-transform: uppercase; 
}

.footer-block__details-content-accordion .link {
 font-size: 1.6rem;
    text-transform: lowercase;
    letter-spacing: 0;
    padding-bottom: 0;
    padding-top: 0;
  
}

.footer-accordion summary {
border-bottom: 1px solid currentcolor;
}

.accordion.footer-accordion {
border-bottom: 0px;  
}

ul.footer-block__details-content-accordion.list-unstyled {
  padding-top: 10px;
}
}

.menu-drawer-container.menu-opening {
  color: #F8F4EB;
}

.cart__note label {
font-size: 1.5rem;
}

.cart__note.field .text-area.field__input {
border-top: 1px solid;
border-right: 1px solid;
border-left: 1px solid;
}

.collapsible-row-content a {
  color: black;
}

.newsletter-checkbox input[type=checkbox]:checked:after {
content: "\2715";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  
  color: white;
}

.radio-option input[type=checkbox] {
-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid white;
    width: 20px;
    height: 20px;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    position: relative;
}

.newsletter__wrapper * {
    text-align: center;
}
/*------------------------------------
 *   PLP
 *------------------------------------*/
@media screen and (min-width: 750px) {
.card__heading.h5 {
  font-family: ;
  text-transform: uppercase;
      font-size: 1.5rem;
      text-align: center;
  
}
}

@media screen and (max-width: 749px) {
.card__heading.h5 {
  font-family: ;
  text-transform: uppercase;
      font-size: 1.4rem !important;
  text-align: center;

  
}  

.collection-hero__title {
  text-align: center;
  
}
}

.card-information .price {
  display: inline-block !important;
    font-family: var(--custom-font-em);
  font-size: inherit;
  text-transform: lowercase;
  letter-spacing: 0 !important;
}


.card__type, .price {
font-size: 1.3rem !important;

}

.card-information {
 font-size: 1.3rem; 
  margin-top: 10px;
}

.card-information {
  display: flex;
  align-items: center;
  justify-content: center;

}

.template-collection .price__container {
      display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
}

.template-collection .product-card-wrapper:hover .tape {
  background-image: url('/cdn/shop/files/Masking_13.png?v=1731693611');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.template-product .product-card-wrapper:hover .tape {
  background-image: url('/cdn/shop/files/Masking_13.png?v=1731693611');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/*------------------------------------
 *   PDP
 *------------------------------------*/

.tab-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
}

.tab-section.active .tab-content {
  max-height: 1000px; 
  transition: max-height 0.5s ease-in;
}




.template-product .price__container {
  display: flex;
}

.price__container .caption-light {
  margin-left: 5px;
}


.product__text.inline-richtext.caption-with-letter-spacing {
margin-top: 3rem;
}

.product-form__submit {
  width: 100%;
}


.form__label {
  text-transform: uppercase;
  font-size: 1.6rem;
}

.price__regular * {
 font-family: var(--custom-font-em);
  text-transform: lowercase;
   font-size: 1.6rem;
}

.template-product .summary__title {
  font-family: var(--custom-font-p);
  font-size: var(--font-size-p);
  font-style: var(--font-body-style);
  font-weight: normal;
  line-height: var(--line-height-paragraph);
  letter-spacing: var(--letter-spacing-paragraph);
  -webkit-font-smoothing: antialiased;  
  text-transform: uppercase;
}




.product__media-list.contains-media.grid.grid--peek.list-unstyled.slider.slider--mobile {
  row-gap: 0;
}



.related-products__heading {
text-align: center;
}

@media screen and (min-width: 750px) {
.related-products .product-grid .grid__item:first-child .card__content {
padding-left: 15px;
}

.product-tabs {
margin-bottom: 2rem !important;
padding-top: 2rem;
}


variant-selects {
display: flex !important;
gap: 20px;
padding-top: 3rem;
}

.product-form__input {
flex: 0 0 45% !important;
}


    .product__info-wrapper {
        padding: 0 2rem 0 7rem !important;
    }

.related-products .product-grid .grid__item:last-child .card__content {
padding-right: 15px;
}

.tab-toggle {
background: transparent;
border: 0px;
padding-left: 0;
  font-family: var(--links-font-family);
  font-size: 1.5rem;
   -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
cursor: pointer;
color: inherit;
}

.related-products__heading {
text-align: left;  
}

}


.card__inner.color-background-2.gradient.ratio {
  background: transparent;
}

@media screen and (max-width: 749px) {


.product__media-list.contains-media.grid.grid--peek.list-unstyled.slider.slider--mobile {
  column-gap: 0 !important;
}


.product__info-wrapper.grid__item * {
    text-align: center !important;
  justify-content: center;
}
.product-tabs {
  margin-bottom: 50px !important;
  padding-top: 2rem;
}

.product-form {
display: flex !important;
}

.tab-content * {
 font-family: var(--custom-font-p) !important; 
  font-size: var(--font-size-p-mobile) !important;
}

.tab-toggle {
background: transparent;
border: 0px;
padding-left: 0;
  font-family: var(--links-font-family);
  font-size: 1.7rem;
   -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
cursor: pointer;
color: inherit;
}

}


.title-account #MainContent, .template-register #MainContent, .template-addresses #MainContent {
min-height: 100vh;  
padding-top: 150px !important;
}


.customer button {
    padding: 10px 20px;
}



.shopify-policy__container {
padding-top: 150px;
padding-bottom: 100px;
    max-width: 100vw;
padding-right: 20vw;
padding-left: 20vw;

}


.search__input.field__input {
  color: black;
}


.search-modal__form .field__label {
  color: black;  
}


.search-modal__form * {
  color: black;
}

.search-modal * {
  color: black !important;
}

details[open] > .search-modal {
  background: #F8F4EB !important;
}


.global-settings-popup, .header__submenu.global-settings-popup {
border: 0px;
}

.cart-item__name.h4  {
  color: inherit;
}

.totals__total {
 font-family: var(--h3-font-family) ;
}



.country-selector__overlay {
 display: none !important; 
}

.template-404.page-width {
margin-top: 200px;  
}

.drawer__heading {
  font-size: 3rem;
}

.product-option, .tax-note {
  font-family: var(--custom-font-p);
  font-size: var(--font-size-p);
  font-style: var(--font-body-style);
  font-weight: normal;
  line-height: var(--line-height-paragraph);
  letter-spacing: var(--letter-spacing-paragraph);
      -webkit-font-smoothing: antialiased;  
}

.drawer__footer .summary__title {
  font-family: var(--custom-font-p);
  font-size: var(--font-size-p);
  font-style: var(--font-body-style);
  font-weight: normal;
  line-height: var(--line-height-paragraph);
  letter-spacing: var(--letter-spacing-paragraph);
      -webkit-font-smoothing: antialiased;    
}

.cart__login-paragraph .link {
letter-spacing: 0px !important;
}

.cart__login-title.h3 {
font-size: 2rem;
}

.is-empty .cart__empty-text, .is-empty .cart__warnings {
padding-top: 100px;
}

.drawer__inner {
background: #F8F4EB;
}

quantity-popover .quantity {
background: #F8F4EB !important;  
}

.cart__checkout-button.button {
  background: transparent !important;
  color: black;
  border: 1px solid black;
}

.header__icons .cart-count-bubble * {
font-family: var(--custom-font-headings) !important;
    font-size: 2.3rem !important;
}

.cart-drawer .cart-item__totals * {
font-family: var(--custom-font-p);
    font-size: var(--font-size-p);
    font-style: var(--font-body-style);
    font-weight: normal;
    line-height: var(--line-height-paragraph);
    letter-spacing: var(--letter-spacing-paragraph);
    -webkit-font-smoothing: antialiased;  
}

.template-collection .card__media .media img {
  padding: 50px;
}
