/** Shopify CDN: Minification failed

Line 1156:2 Expected "}" to go with "{"

**/
.amp {
   font-family:'Baskerville','Goudy Old Style','Palatino','Book Antiqua',serif !important; 
   font-size:110% !important; font-style:italic;
}

/* ADD TO BAG BTN */
.button .add-to-cart-text__content {
font-size: 0.8rem;
font-weight: 900;
letter-spacing: 0.5px;
}

/* NUMBER LIST */

.numbered__list-style {
  counter-reset: my-rockin-counter;
}
.numbered__list-style dt:before {
  content: counter(my-rockin-counter);
  counter-increment: my-rockin-counter;
}
.numbered__list-style {
  counter-reset: my-first-counter 0;
font-size: 13px;
}
.numbered__list-style dt:before {
  content: counter(my-first-counter, decimal);
  counter-increment: my-first-counter 1;
  font-family: sans-serif;
  font-size: 20px;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 3px;
}
.numbered__list-style dt {
  font-weight: 700;
  line-height: 1.25rem;
  padding: 4px 25px 20px;
  position: relative;
}

.numbered__list-style dd {
    margin: -15px 0 10px 25px;
    line-height: 1.25rem;
    font-size: 0.75rem;
}

.numbered__list-style dd:last-child {
    margin-bottom: 0 !important;
}
#timeNow {
  font-size: 1.3rem !important;
}
@media screen and (min-width: 750px) {
#timeNow {
 margin-top: -2rem;
 }
}

/* snippets/header.menu.liquid --> line 44 */
.fc__menu-link-underline {
    position: relative;
    display: flex;
}  
.fc__menu-link-underline span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background-color: #000;
    bottom: -2px;
    left: 0;
    /*transform-origin: right;*/
    transform: scaleX(0);
    transition: transform .2s ease-in-out;
}
.hero__content-wrapper .fc__menu-link-underline span::before {
  background-color: var(--color-primary-hover);
}
.fc__menu-link-underline span:hover::before {
  /*transform-origin: left;*/
  transform: scaleX(1);
}

a[aria-expanded="true"] > .fc__menu-link-underline span::before {
    content: '';
    border-radius: 4px;
    background-color: #000;
    /*transform-origin: left;*/
    transform: scaleX(1); 
}

a.link .fc__menu-link-underline {
  text-decoration: underline;
  text-underline-offset: 5px;
}
a.link:hover .fc__menu-link-underline {
  text-decoration: none;
}

a {text-underline-offset: .225em;
  }

/**/
.gift-card__price h2 {
  text-transform: capitalize;
  font-size: 1.75rem;
  background: #efefef;
  padding: 10px;
}
.gift-card__image-wrapper img {
  height: fit-content;
}
.gift-card__image-wrapper {
  margin-block: inherit;
  max-width: 400px;
  border: none;
  margin-top: -3rem;
  margin-bottom: 4rem;
}
h3.gift-card__code {
  font-style: italic; 
}
.gift-card__text-wrapper h4 {
  margin-bottom: -1rem;
  font-size: 0.75rem;
}
.gift-card__text-wrapper h2 {
  margin: -5rem 0 2rem 0;
  color: #DD1D1D;
}
.gift-card__main {
    background: #fafafa;
    padding: 4rem 0 2rem;
    border: 3px dashed #efefef;
}
.gift-card {
    display: flex;
    justify-content: center;
}

/*prod. page shipping estimation */
.fc__shipping-estimate-bg {
/*background: rgba(from var(--color-foreground) r g b / 5%);
margin: 15px 50px 10px;*/
margin: -10px 50px 0;
}
.fc__shipping-estimate-header {
    text-align: center;
    padding: 10px 0 5px;
    font-weight: 400;
    font-size: 10.5px;
    color: #6b6b6b;  

}
.fc__shipping-estimate-dates {
    text-align: center;
    margin: -15px 0 0;
    font-size: 10.5px;
    color: #6b6b6b;
}
.fc__shipping-estimate-note {
    font-size: 9px        ;
    text-align: center;
    margin-top: 0;
    padding-bottom: 10px;
    font-style: italic;
    letter-spacing: 0px !important;
}

/* designer accordion */

.details__header {
    text-transform: uppercase !important;
}
.center {
  text-align: center;
}
.accordion__header {
    font-family: var(--font-h3--family);
    font-style: italic;
    font-size: 1.35rem !important;
    color: rgba(var(--color-foreground));
    line-height: initial;
}
.designer_info {
  background: rgba(255,202,183,.1);
  padding: 1rem;
}

.designer_blurb {
  margin-bottom: 1.25rem;
}
 .designer_blurb img{
   max-width: 35%;
 }
.designer_quote {
   margin-top: 2rem;
}

blockquote cite:before {
content: "\2014 \0020";
margin-left: 10px;  
 }
blockquote {
font-family: var(--font-h3--family);
font-size: 1.15rem;
/*margin-inline-start: 10px;*/
line-height: 1.5rem;
margin-inline-start: 20px;
margin-inline-end: 20px;
}
cite {
font-size: 0.75rem;
font-style: initial;
 }
.designer_name {
  text-align: right;
}
.quotation_mark:before, .quotation_mark:after {
font-family: "Font Awesome 5 Free";
font-weight:900;
    color: rgb(var(--color-base-accent-2));
    font-size: 3.5rem;
}
.quotation_mark:before { 
   content:  "\f10d"; 
color: #99BB44;
  vertical-align: super;
 }
.quotation_mark:after {
   content:  "\f10e"; 
color: #99BB44;
   padding-left: 0;
   vertical-align: -webkit-baseline-middle;
 }
.shop_read-link {
    display: block;
    text-align: right;
    margin-top: -0.75rem;
    text-decoration: underline;
    text-underline-offset: .3rem;
}
.shop_read-link p {
  font-size: .7rem;
}

/*gift accordion*/
.ffc__gift-accordion {
  padding: 0 1.5rem;
  margin-top: 0;
  line-height: 1.85rem;
}
@media screen and (min-width: 725px) {
  .ffc__gift-accordion img {
    max-width: 60%;
    margin: 0 auto;
  }
}

/*shipping & delivery accordion */
.fc__shipping-table {
    width: 100%;
    margin: 10px 0 15px;
    background: rgba(from var(--color-foreground) r g b / 5%);
    padding: 0 10px;
}
.fc__shipping-table-row:first-child {
    font-weight: 500;
    border-bottom: 2px solid #e0e0e0;
}
.fc__shipping-table-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 12px 0 6px;
}
.fc__shipping-table-row:first-child td {
    margin-top: auto;
    text-transform: uppercase;
  font-size: 0.75rem;
}
.fc__shipping-table-data:first-child {
    min-width: 127px;
}
.fc__shipping-table-data {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: start;
    min-width: 52px;
}
.fc__shipping-table-row:not(:last-child):not(:first-child) {
    border-bottom: 1px solid #e0e0e0;
}

.fc__shipping-info-items-first li {
margin-bottom: -0.5rem;
font-size: 12px;
}

.fc__shipping-info-items li {
padding-bottom: 0.5rem;
font-size: 12px;
}

/* footer copyright */

  .policies li:before {
    content: "\b7";
    padding: 0 .8rem;
}
  .fc__lax {
    letter-spacing: .1rem !important;
    margin-bottom: -0.5rem;
  }
  .footer-utilities__text ul {
    padding-inline-start: 20px;
    display: inline-block;  
  }

/* coll. pg */

/*cart*/

a.cart-items__title {
  font-size: .7rem !important;
}
.fc__vendor {
  text-transform: uppercase;
  color: var(--color-primary);
  opacity: .7;
  font-size: 13px !important;
  font-weight: 900;
  letter-spacing: 0.5px;
}
.cart-drawer .fc__vendor {
  margin-bottom: -5px !important;
}
.cart-items__table-row {
    --cart-item-price-width: 0rem !important;
}

.cart-items__variants dt, .cart-items__variants dd  {
font-size: 12px; 
}
.cart-items__variants dt {
 margin-right: 5px;
}
.cart-items__variant {
  display: flex !important;
  background: rgba(from var(--color-foreground) r g b / 3.5%);
  padding: 2px 5px;
  width: fit-content;
  margin-bottom: 10px !important;
}
.cart-items__details * {
    font-size: .7rem !important;
}
.cart-items__details .money {
  font-size: .7rem !important;
}
.ccart-items__details p:nth-child(2) {
  font-style: italic;
}

/*cart drawer*/
.cart-drawer__summary .additional-checkout-buttons {
  display: none;
}

.fc__cart-menu-link-underline .menu-list__link-title {
text-decoration: underline;
text-underline-offset: 4px;
font-size: 11px !important;
letter-spacing: 0 !important;
display: flex;
align-items: baseline;
color: rgba(from var(--color-foreground) r g b / 60%);
}
.fc__cart-menu-link-underline:hover .menu-list__link-title {
color: rgba(from var(--color-foreground) r g b / 100%);
}

.cart-drawer .fc__cart-menu-link-underline span::before {
  bottom: -4px;
}
.fc__cart-menu-link-underline span::before {
  bottom: -1px;
  transform-origin: right;
}

.fc__cart-menu-link-underline span:hover::before {
  transform-origin: left;
}

textarea::placeholder {
 font-style: italic;
 font-size: 0.75rem;
 opacity: 0.75;
}
.cart-discount__form input::placeholder {
 font-style: italic;
 font-size: 0.75rem;
 opacity: 0.75;
}

.cart-discount__pill-code {
    color: #99BB44;
    font-style: italic;
    font-weight: 900;
    max-width: max-content !important;
  }

li.fc__cart-promo-code, li.fc__cart-promo-code span {
  font-size: 0.6rem !important;
  width: fit-content;
  padding: 3px 3px 3px 0;
  font-style: italic;
}
.fc__cart-promo-code {
background: rgba(from var(--color-foreground) r g b / 3.5%);
}

.cart-items__price {
 font-size: 13px !important;
}
.cart__total-value {
  font-size: 1.25rem !important
}
.cart-items__price {
text-align: -webkit-right !important;
}

.add-to-cart-text {
  text-transform: uppercase !important;
}


/* main-page-alt */

 #page-top {
   scroll-margin-top: 150px;
 }

 .c-clientservice__folder {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 1.5rem 4.25rem 3rem;
}
 @media screen and (max-width: 749px) {
  .c-clientservice__folder {
    padding-left: 1rem;
    padding-right: 1rem;
    border-left: none;
    border-right: none;
    margin-bottom: -2rem;
  }
}
  
.linen {
  background: #f5f5f7;
    padding: 15px 25px;
    margin-top: 0rem;
    text-align: center;
} 
    .linen a {
    text-decoration: none;
  }
#faq.linen {
   max-height: 22rem;
}
.linen p {
  margin: 0;
  margin-top: -10px;
}

.fc__strong {
  font-weight:900;
  color: #000;
}

@media(min-width: 48em) {
    .l-clientservice {
        /*width:calc(75% - 1.3125rem);*/
        border-left: 1px solid #aaa;
        border-right: 1px solid #aaa;
        margin-left: auto;
        margin-right: auto
    }
}

@media(min-width: 64em) {
    .l-clientservice {
        /*width:calc(75% - 1.3125rem);*/
        /*max-width: 37.5rem*/
    }
}
/*
@media(min-width: 90em) {
    .l-clientservice {
        width:calc(50% - 1.125rem);
        max-width: none
    }
}
*/
/*@media(min-width: 48em) {
    .l-clientservice {
        min-height:43.75rem
    }
}*/

.c-clientservice__intro {
    padding: 2rem 0;
    text-align: center;
}

 @media screen and (min-width: 750px) {
  .c-clientservice__intro {
    padding: 2rem 5rem;
  }
}

.c-clientservice__intro .c-clientservice__title {
font-size: calc(var(--font-heading-scale) * 2rem);
    font-family: BB-CondBold,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
font-style: inherit;
    line-height: 110%;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.c-breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    list-style: none;
    padding: 0.5rem .5rem;
    position: relative;
    overflow-x: auto;
color: #aaa;
border-left: solid 1px #aaaaaa;
border-right: solid 1px #aaaaaa;
}

@media(min-width: 48em) {
    .c-breadcrumbs {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.c-breadcrumbs__item {
    position: relative
}

.c-breadcrumbs__item a:-webkit-any-link {
    text-decoration: none;
}

.c-breadcrumbs__item:not(:first-child) {
    padding-left: .5rem
}

.c-breadcrumbs__item:not(:first-child):before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -.375rem;
    left: .1875rem;
    width: .0625rem;
    height: .75rem;
    background: #000;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.c-breadcrumbs__link, .c-breadcrumbs__last {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: .03em;
    text-transform: uppercase;
    -webkit-transition: -webkit-box-shadow .15s ease-out;
    transition: -webkit-box-shadow .15s ease-out;
    transition: box-shadow .15s ease-out;
    transition: box-shadow .15s ease-out,-webkit-box-shadow .15s ease-out;
    -webkit-box-shadow: 0 0 0 0 #aaaaac;
    box-shadow: 0 0 0 0 #aaaaac;
    height: 1.75rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 .5rem;
    border-radius: .25rem;
    white-space: nowrap;
    text-decoration: none
}

.c-breadcrumbs__link:focus {
    outline: none
}

.c-breadcrumbs__link.c-pitney__search:focus-within,.c-breadcrumbs__link.focus-visible {
    -webkit-box-shadow: 0 0 0 .125rem #aaaaac;
    box-shadow: 0 0 0 .125rem #aaaaac
}

@media(hover: hover) {
    .c-breadcrumbs__link:hover {
        text-decoration:underline;
        text-underline-offset: .125rem
    }
}

.c-breadcrumbs__last {
    white-space: pre-line;
}

.c-breadcrumbs__last:focus {
    outline: none
}

.c-breadcrumbs__last.c-pitney__search:focus-within,.c-breadcrumbs__last.focus-visible {
    -webkit-box-shadow: 0 0 0 .125rem #aaaaac;
    box-shadow: 0 0 0 .125rem #aaaaac
}

  .l-site__container {
    margin-top:-6rem;
    border-top: 1px dashed #aaa;
    border-bottom: 1px dashed #aaa;
  }

    @media screen and (max-width: 749px) {
  .fcpage-width {
    padding-top: 3rem;
  }
       .l-site__container {
  margin-top:-3rem;        
       }
    .c-breadcrumbs {
         border-left: none;
         border-right: none;
       }
}

@media screen and (min-width: 750px) {
.fcpage-width {
    padding-top: 5rem;
}
  }

  @media screen and (min-width: 750px) {
  .page-width--narrow {
    padding: 5rem 5rem 0;
  }
}

.fc__alt-main-bottom-border {
  border-bottom: 1px solid #aaa;
  margin-bottom: 1rem;
}

/**/
 #faq {
   display: flex;
   justify-content: space-around !important;
   font-size: 0.85rem;
  }
 #faq ul {
    list-style: none;
    text-align: initial;
    padding-top: 2rem;;
   }
#faq ul li {
    margin-bottom: 2.5rem;
    line-height: initial;
   }
.faq__lists ul li {
  list-style: circle;
}
#faq ul li a {
    text-decoration: auto;
    text-transform: uppercase;
   }
.faq__lists .faq__no-list-style li {
  list-style: none;
}
.faq__lists h4 {
  font-size: 0.9rem;
}
h3.faq__topic-header {
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    text-transform: uppercase;
    color: rgba(var(--color-foreground),1);
    font-size: 1.2rem;
    font-weight: 600;
  scroll-margin-top: 120px;
}

.faq__lists section {
    border-bottom: 2px dotted #99BB44;
    padding: 1.5rem 0;
}

.faq__return-to-top {
    display: block;
    padding: .5rem 0 .5rem;
    font-size: 0.75rem;
    text-decoration: underline;
    color: rgba(var(--color-foreground),.35) !important;
}
.fc-clientservice__header {
font-size: 18px; 
font-weight: 900;
}
.intl-shipping_top {
  margin: 1rem 0;
}

.faq__bg {
  padding: 2rem 0;
}

/* client services page */

.linen .contact__button {
  display: inline-flex !important;
  background: #f5f5f7 !important;
  border: none !important;
  padding-bottom: 1rem;
}
.linen .button {
    min-width: 10rem;
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
.linen .button:hover {
    background: #000;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 900;
}
.fc__button-contact-help {
  background: #000 !important;
  color: #fff !important;
  letter-spacing: 2px;
  margin-top: 15px;
}
.fc__button-contact-help:hover {
    background: #ffffff !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    font-weight: 900;
}

/* maintenance + care */
.accordion__nav {
	margin: 0 auto;
  width: 75%;
}
 @media screen and (max-width: 750px) {
  .accordion__nav {
  width: 100%;
}
 }
.accordion__nav input {
	display: none;
}

.accordion__box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
}

header.accordion__box {
	background-color: var(--gradient-base-background-3);
	z-index: 100;
	cursor: initial;
	box-shadow: 0 -1px 0 #e5e5e5,0 0 2px -2px rgba(0,0,0,.12),0 2px 4px -4px rgba(0,0,0,.24);
z-index: auto;
height: 0px;
}

header .accordion__box-title {
	margin: 0;
	font-weight: normal;
	color: white;
	cursor: initial;
}

.accordion__box-title {
	width: calc(100% - 40px);
	height: 64px;
	line-height: 64px;
	padding: 0 20px;
	display: inline-block;
	cursor: pointer;
	-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: .1rem;
color: #313131;
}

/**/
.giftcard__accordion__box-title {
width: calc(100% - 10px);
text-transform: inherit;
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
  .giftcard__accordion__box-title { 
    font-size: 1.1rem; 
  }
}
.giftcard__accordion__box-content ul {
  padding: 10px 25px 0 35px;
}
.giftcard__accordion__box-content li {
margin-bottom: 20px;
}
.accordion__box-content, .giftcard__accordion__box-content {
	width: calc(100% - 20px);
	padding: 20px 30px;
	color: rgba(0,0,0,.58);
	display: none;
}

@media screen and (max-width: 1024px) {
 .giftcard__accordion__box-content {
width: calc(100% - 0px);
 }
}

.giftcard__accordion-more li {
  margin-top:-1rem;
}

.accordion__box {
	position: relative;
	background: white;
    height: 64px;
    transition: all .15s ease-in-out;
list-style: none;
}
.accordion__box-close {
	position: absolute;
	height: 64px;
	width: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}
input:checked + .accordion__box {
	height: auto;
	margin: 8px 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
/*box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;*/
transition: all .25s ease-in-out;
}
input:checked + .accordion__box .accordion__box-title {
	border-bottom: 1px solid rgba(0,0,0,.18);
}
input:checked + .accordion__box .accordion__box-content, input:checked + .accordion__box .giftcard__accordion__box-content,
input:checked + .accordion__box .accordion__box-close {
	display: inline-block;
}
.accordion__icons section .accordion__box-title {
	padding-left: 44px;
}
.accordion__icons section .accordion__box-title:before {
	position: absolute;
	display: block;
	content: '\203a';
	font-size: 20pt;
	left: 20px;
	top: -2.5px;
	transition: transform .15s ease-in-out;
	color: rgb(var(--color-base-accent-2));
}
input:checked + section.accordion__box .accordion__box-title:before {
	transform: rotate(90deg);
color: #DD1D1D;
top: 0;
}

span.accdn__info-block {
  display: block;
  font-size: 0.75rem;
  margin: 0 3rem 2rem 3rem;
}

@media screen and (max-width: 749px) {
  span.accdn__info-block {
  margin: 0 0 2rem 0;
  }
}

span.accdn__info-block:before {
  content: '\2022';
  margin-right: 1rem;
  color: #DD1D1D;
}

#fc__prod-accordion {
  width: 100%;
}
#fc__prod-accordion .accordion__box {
    margin-bottom: -15px;
}
#fc__prod-accordion .accordion__box-title {
    width: calc(100% - 0px);
    height: 45px;
    line-height: 45px;
    font-size: 0.675rem;
    letter-spacing: 0.05rem;
}
#fc__prod-accordion .accordion__box:before {
    box-shadow: 0 1px #d7d7d7,0 0 0px #0000001f,0px 0px 0px #0000003d;
    height: 45px;
}
#fc__prod-accordion .accordion__box-content {
    width: inherit;
    padding: 0 10px;
}
#fc__prod-accordion span.accdn__info-block {
  margin: 1rem 0rem;
  border-bottom: 1.5px dashed #dadada;
  padding-bottom: 1rem;
 }
span#fc__prod-accordion-list-style.accdn__info-block::before {
    display: none;
}

#fc__prod-accordion label.accordion__box-title:before {
  left: 0px;
}
#fc__prod-accordion .accordion__box-title {
      padding-left: 20px;
}
#fc__prod-accordion input:checked+.accordion__box {
  /*box-shadow: #63636333 0 2px 3px;*/
   box-shadow: #63636333 0px 0px 0px;
}
#fc__prod-accordion input:checked+.accordion__box .accordion__box-title {
  border-bottom: 1px solid rgba(0, 0, 0, .10);
}
#fc__prod-accordion .fc__no-underline {
    border-bottom: none !important;
}


.variant-option--buttons legend, .recipient-form__send-to {
    background: rgba(from var(--color-foreground) r g b / 3.5%);
    padding: 2px 5px !important;
    letter-spacing: 1px;
    font-size: 0.7rem;
}

#fc__editorial-grid-hover-line {
  padding-bottom: 20px;
}

#fc__editorial-grid-hover-line:hover {
  border-bottom:1px solid lightgrey;
}

.compare-at-price {
  opacity: 0.6;
}

.fc__red-font-accent {
color: #DD1D1D;
font-weight: 900;
}
.fc__green-font-accent {
color: #99bb44;
font-weight: 900;
}
.fc__accent-padding {
  padding-left: 3px;
}

.menu-drawer__nav-buttons {
    border-bottom: 1px solid #dcdcdc;
}

.contact-form__error, .contact-form__success {
    font-weight: 900;
    font-size: 0.9rem;
    padding: 10px;
    color: #fff;
}
.contact-form__error {
    background: #f1f1f1;
    color: #DD1D1D;
}
.contact-form__success {
    background: #99BB44;
    color: #fff;
}
.contact-form__error svg, .contact-form__success svg {
  width: 50px;
    height: 50px;
}

@media screen and (max-width: 769px) {
.field--send-on {
    min-height: 65px;
 }
  }

  .account-actions__email {
    font-style: italic;
  }

.predictive-search-results__title {
    text-transform: uppercase !important;
    padding: 5px 5px 5px 0;
    font-weight: 900 !important;
}

.fc__artisan-name {
  font-size: 11px;
}

.cart__total-label {
  font-size: 1rem !important;
}
.cart__summary-item.tax-note {
  font-size: .75rem !important;
}

.cart__ctas .cart__checkout-button {
    font-weight: 900;
    font-size: 0.85rem;
}

cart-note {
    padding: 0 0.5rem;
}

:is(.rte,.shopify-policy__title) :is(h1,h2,h3,h4,h5,h6) {
  text-transform: inherit !important;
}

.c-clientservice__intro h2, .fc-clientservice__header h2, h3.faq__topic-header {
  text-transform: uppercase !important;
  margin-bottom: 0.5rem;
}

 @media screen and (max-width: 749px) {
.utilities  {
   border-top: none !important;
   flex-direction: column-reverse !important;
}
.email-signup__input {
        font-size: 0.75rem !important;
    }
 }

 /* mbl cart promo box width */
 @media screen and (max-width: 749px) {
.disclosure-content {
    display: block !important;
    max-width: 100%;
}
 }

  .search-input {
  font-size: 0.85rem !important;
 }

 .predictive-search__reset-button {
  width: 10%;
  text-transform: uppercase;
 }
  @media screen and (max-width: 749px) {
     .predictive-search__reset-button {
  width: 20%;
 }

}
.journal__attribution {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.7rem;
}
.journal__attribution p {
    padding: 3px 0 !important;
    margin-bottom: -1rem;
}

 @media screen and (min-width: 750px) {
.dialog-zoomed-gallery .product-media img {
    max-width: 70%;
    margin: 0 auto;
    margin-top: -29rem;
}

 .dialog-zoomed-gallery .product-media-container--zoomable.product-media-container--image {
    margin-top: -27.5rem;
}

 .dialog-zoomed-gallery .product-media-container--zoomable.product-media-container--image:first-child {
    margin-top: initial;
}

/* use only when breadcrumbs are visible on prod. page 
.product-information__media {
  margin-top: -6rem;
}
 }
*/