/** Shopify CDN: Minification failed

Line 1598:0 Unexpected "{"

**/
/* Globals */

body, .gradient {
  background: #FFFCF3 !important;
  background-color: #FFFCF3 !important;
}

.hidden {
  display: none;
}

@media (max-width: 768px){
  .hide--mobile {
    display: none;
  }
}

/* Tipography */

.italic {
   font-style: italic;
}

.heading {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 100;
  color: #4C000D;  
  letter-spacing: -0.35px !important;
}

.text {
  font-family: Cormorant Garamond, serif;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 100;
  text-align: center;
  color: #4c000d;
  letter-spacing: 0px !important;
}

.text--small {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 100;
}

.link--italic {
  font-style: italic;
}

.link--underline {
  text-decoration: none;
  position: relative;
}

.link--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.link--underline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  border-bottom:1px solid #4C000D;  
  width: 0px;
  transition: width 0.25s linear;
}

.link--underline:hover::after {
   width: 100%;
}

@media (max-width: 768px){
  .heading {
    font-size: 20px;
  }
}

/* Buttons */

.cta {
  background-color: #FFFCF3;
  border: 1px solid #4C000D;
  border-radius: 9px;
  color: #4C000D;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 0px;
  height: 40px;
  min-height: 40px;
}

.cta::before, 
.cta::after {
  display: none;
}

/* Password */

.email-signup-banner {
  max-height: 100vh;
  height: 100vh;
}

/* Header */

.header {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;  
  padding-top: 0.5rem !important;
  z-index: 9999;
}

.header-wrapper {
  background: transparent !important;
}

.header__heading, .header__menu-item--cart {
  width: 15%;
}

.header__heading-logo,
.header__heading-logo--secondary {
  width: 155px;
  max-width: auto !important;
}

.menu-drawer__menu-item {
  background-color: transparent !important;
}

.header__inline-menu {
  margin-top: 0 !important;
}

.header__inline-menu li {
  margin: 0 15px;
}

.header__menu-item {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 100;
  color: #FFFCF3;
  transition: all 0.25s linear;
 
}

.header__menu-item:hover,
.header__menu-item:hover span{
  text-decoration-line: underline;
  text-decoration-thickness: 0.04em;
  color: #FFFCF3;
}

.header__active-menu-item {
  font-size: 20px;
  font-style: italic;
  color: #FFFCF3;
  text-decoration-line: underline;
  text-decoration-thickness: 0.04em;
}

.header__menu-item--cart {
  display: flex;
  justify-content: flex-end; 
  text-decoration: none !important;
  padding-right: 0;
}

.header__menu-item--cart:hover a,
.header__menu-item--cart:hover span {
  color: inherit;
  text-decoration: none;
}

.header__menu-item--cart a {
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: 100;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  text-underline-offset: 8px;
  font-variant-numeric: lining-nums;
       

}

.header__menu-item--cart a:hover span {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 0.05em;
  color: inherit;
}

.header.sticky .header__heading-logo {
  display: none;
}

.header.sticky  .header__heading-logo--secondary {
  display: block !important;
}

.header.sticky .header__active-menu-item, 
.header.sticky .header__menu-item--cart a, 
.header.sticky .header__menu-item, 
.header.sticky .header__menu-item:hover, 
.header.sticky .header__menu-item:hover span,
.header.sticky .header__icon--menu .icon {
 color: #4C000D !important;  
}


@media (max-width: 768px) {
  .header {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .header-logo, .header__menu-item--cart {
    width: auto;
  }
  
  header-drawer {
    order: 2;
  }
  
  .header__heading {
    order: 1;
  }

  .header__menu-item--cart {
    order: 2;
  }

  .icon-hamburger {
    color: #FFFCF3;
  }

  .section-header.menu-open header {
    background-color: #FFFCF3;
  }
  
  .section-header.menu-open .header__heading-logo {
    display: none;
  }
  .section-header.menu-open .header__heading-logo--secondary {
    display: block !important;
  }

  .section-header.menu-open .header__menu-item--cart,
  .section-header.menu-open .menu-drawer__menu-item, .section-header.menu-open .header__menu-item--cart a{
    color: #4C000D;  
  }

  .header__menu-item--cart a {
    color: #FFFFFF;
  }

  .header__heading-link {
    padding-left: 0;
  }
}

/* Homepage */

#shopify-section-template--24889321193802__image_banner img {
  object-position: top center;
}

.home-intro {
  text-align: center;
  padding: 50px 0;
}

.home-intro__link {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 100;
  color: #4C000D;  
  letter-spacing: -0.35px !important;
  margin-top: 70px;
}

@media (max-width: 768px) {
  #shopify-section-template--24889321193802__image_banner img {
        object-position: 70% center;
  }
  .home-intro {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 0;
  }
  .home-intro__link {
    margin-top: 30px;
    font-size: 22px;
  }

  .home-intro__link::after {
    width: 100%;
  }  
}

/* Footer */

.footer {
  margin-top: 80px !important;
}

.footer__content-top {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100% !important;
}

.footer-block {
  width: 27%;
}

.footer-block--narrow {
  width: 23%;
}

.footer-logo img {
  max-width: 85%;
}

.footer-block-nav__list {
  padding-left: 0;
  list-style-type: none;
  text-align: center;
  line-height: 1.2;
}

.footer-block-nav__title {
  margin-bottom: 30px;
}

.footer-block-nav__link,
.footer-block-nav__item{
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 100;
  color: #4C000D;  
  text-decoration: none;
  text-decoration-thickness: 0.04em;
  transition: all 0.25s linear;
}

.footer-block-nav__link:hover {
  text-decoration-line: underline;
   text-decoration-thickness: 0.04em;
}


.footer-block-nav__link--underline:hover {
  text-decoration: none !important;
}

.footer-block--newsletter {
  display: block !important;
  margin-top: 10px !important;
  text-align: center;
}

.footer-block__newsletter {
  text-align: center !important;
}

.newsletter-form, 
.newsletter-form__field-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}

.newsletter-form__field-wrapper .field::after,
.newsletter-form__field-wrapper .field__input:focus{
  box-shadow: none !important;
  border-bottom: 1px solid #4C000D;
}

.newsletter-form__field-wrapper .field__label {
  font-family: "Cormorant Garamond", serif;
  font-size: 19px;
  font-weight: 100;
  color: #4C000D;  
  letter-spacing: -0.25px;
}

.footer__content-bottom-wrapper {
  max-width: 100%;
  justify-content: space-between;
}

.footer-copyright {
  letter-spacing: -0.25px;
  font-size: 18px;
}

.footer-legal-nav__list {
  list-style-type: none;
  padding-left: 0;
  text-align: center;
  display: flex;
  margin: 0;
}

.footer-legal-nav__item {
  margin: 0 20px;
}

.footer-legal-nav__item:last-child{
  margin-right: 0;
}


.footer-legal-nav__link,
.footer-legal-nav__item {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  letter-spacing: -0.25px;
  font-weight: 100;
  color: #4C000D;  
  text-decoration: none;
  text-decoration-thickness: 0.04em;
  transition: all 0.25s linear;
}

.footer-legal-nav__item:hover {
  text-decoration-line: underline;
  text-decoration-thickness: 0.04em;
}

@media (max-width: 768px) {
  
  .footer__content-top {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .footer-block--narrow {
    width: 50%
  }
  
  .footer-logo {
    display: none;
  }

  .footer-logo--mobile {
    display: block !important;
    width: 100%;
    order: 2;
  }

  .footer-logo--mobile img {
    max-width: 100%
  }

  .footer-block-nav__link, .footer-block-nav__item {
    font-size: 17px;
  }
  
  .footer-block--links {
    order: 2;
    padding-left: 0px;
  }

  .footer-block--contact {
    order: 3;
    padding-right: 0px;
  }

  .footer-block--newsletter {
    margin-bottom: 40px;
  }
  
  .footer-legal {
    padding-top: 20px;
  }
  .footer-legal-nav__list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-legal-nav__item {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .footer-copyright {
    order: 3;
  }
}

/* Product */

body.template-product header.header {
  position: fixed;
  top: 0;
  left: 0;
}

body.template-product .header-wrapper {
  height: 100%;
}

body.template-product #HeaderMenu-shop {
  font-style: italic;
  text-decoration: underline;
}

#shopify-section-template--24889321357642__main .page-width {
  width: 100%;
  max-width: 100%;
}

body.template-product .header__menu-item,
body.template-product .header__menu-item:hover span{
  color: #4c000d;
}

.product__media-wrapper .product__column-sticky {
  top: 0 !important;
}

.product__media-wrapper {
  width: 50% !important;
  max-width: 50% !important;
}

body.template-product .product--large:not(.product--no-media) .product__info-wrapper {
  width: 50%;
  max-width: 50%;
  padding-left: 6%;
}

.product__media-list .slider__slide {
  width: 100% !important;
}

.product__media-list.grid {
  column-gap: 0;
  row-gap: 0;
}

.product__column-sticky {
  top: 70px !important;
}

.product__info-wrapper {
  padding-top: 0 !important;
  text-align: center;
  margin-top: 30px;
}

.product__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 100;
  text-align: center;
  color: #4C000D;  
  text-transform: none;
  letter-spacing: -0.15px !important;
}

.product__description {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 100;
  text-align: center;
  color: #4C000D;  
  letter-spacing: -0.35px !important;
}

.product-form__input legend {
  display: none;
}

.product-form__buttons {
  max-width: 100% !important;
}

.product-form__submit {
  background: transparent;
  border: 1px solid #4C000D;
  border-radius: 9px;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 100;
  color:#4C000D;
  letter-spacing: 0px !important;
  width: 65% !important;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.25s linear;
  margin-bottom: 50px !important;
}

.product-form__submit:hover {
  background-color: #4C000D;
  color: #FFFCF3;
}

.product-form__submit::before,
.product-form__submit::after{
  display: none;
}

.product-price__wrapper {
  display: flex;
  align-items: center;
}

.product-price__wrapper .price {
  font-family: "Cormorant Garamond", serif;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 100;
  color:#4C000D;
  letter-spacing: 0px !important;
  padding-left: 5px;
    font-variant-numeric: lining-nums;
}

.product .price__container {
  margin-bottom: 0 !important;
}

.product-form__submit:hover .product-price__wrapper .price {
  color: #FFFCF3; 
}

.product-colors__label,
.product-sizes__label{
 font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 100;
  color:#4C000D;
  opacity: 0.9;
  letter-spacing: 0px !important;
}

.product-sizes__label {
  margin-bottom: 0px;
}

.product-color__thumbnail {
 width: 40px;
  padding: 2px;
  border-radius: 5px;
}

.product-color__link {
 text-decoration: none;
}

.product-color__link.active img {
  border: 1px solid #000;
  border-radius: 3px;
}

.product-form__input--pill {
  width: 100%;
  max-width: 100% !important;
  text-align: center;
}

.product-form__input--pill label {
  background: transparent !important;
  font-family: "Cormorant Garamond", serif;
  font-size: 17px !important;
  line-height: 1.25;
  font-weight: 100;
  color:#4C000D !important;
  text-decoration: underline;
  letter-spacing: 0px !important;
  border: none !important;
}

.product-tabs {
  display: flex;
  justify-content: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px !important;
  line-height: 1.25;
  font-weight: 100;
  color:#4C000D !important;
  letter-spacing: 0px !important;
  margin-top: 40px !important;
  margin-bottom: 30px !important;
}

.product-tab {
  margin: 0 30px;
  cursor: pointer; 
}

.product-tab.active {
  font-style: italic;
  text-decoration: underline solid #4C000D;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

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

.related-products .product__title a {
  display: block;
}

@media (max-width: 768px) {

  .product__media-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  .product__media-wrapper .grid__item {
    padding-top: 0 !important;
  }

  .product__info-container .product-form, 
  .product__info-container .product__description, 
  .product__info-container .icon-with-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.template-product .product-media-container .media {
    padding-top: 140%;
  }

  body.template-product .slider-buttons {
    display: none;
  }

  body.template-product .product__info-wrapper {
    margin-top: 0px;
  }

  body.template-product .product--large:not(.product--no-media) .product__info-wrapper {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  body.template-product .product-form__submit {
    width: 100% !important;
  }
}

/* Collection */

body.template-collection header {
  position: fixed;
  top: 0;
  left: 0;
}

body.template-collection #HeaderMenu-shop {
  font-style: italic;
  text-decoration: underline;
}

.collection-banners {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
}

.collection-banner {
  width: 50%;
  position: relative;
}

.collection-banner .card__media {
  width: 100% !important;
}

.collection-banner .media {
  height: 100% !important;
}

.collection-banner__image {
  width: 100%;
  display:block;
  max-width: 100%;
  object-fit: cover;
}

.collection-banners__heading {
  flex: 0 0 100%;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 100;
  text-align: center;
  color: #4C000D;  
  text-transform: none;
  letter-spacing: 0px !important;
}

.section-collection-filters {
  margin-top: 100px;
}

.collection-filters__list {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
}

.collection-filters__item {
  margin: 0 20px;
}

.collection-filters__link {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 100;
  color: #4C000D;
  transition: all 0.25s linear;
  text-decoration: none;
  letter-spacing: 0px !important;
}

.collection-filters__item.active a {
  font-style: italic;
  text-underline-offset: 3px;
  text-decoration-line: underline;
  text-decoration-thickness: 0.04em;
}

body.template-collection #main-collection-filters {
  width: 100%;
 max-width: 100%;
  margin: 0;
}

body.template-collection .product-grid-container {
  padding-left: 5rem;
  padding-right: 5rem;
}

.product-card-wrapper .badge {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  padding: 2px 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.25;
  font-weight: 100;
  color:#4C000D;
  letter-spacing: 0px !important;
}

.product-card__info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-style: normal !important;
  line-height: 1.25;
  font-weight: 100;
  color:#4C000D;
  opacity: 0.9;
  letter-spacing: 0px !important;
  opacity: 0.7;
  font-variant-numeric: lining-nums;
}

.product-card__info .price__container {
  font-size: 16px !important;
  font-variant-numeric: lining-nums;
  letter-spacing: 0;
}

.product-card__info .price {
  padding-left: 3px;
}

.card__information .product__title a {
  text-decoration: none !important;
  line-height: 1;
}

.collection-banner-item {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 100px;
  margin-bottom: 100px;
}

.collection-banner-item {
  padding: 0 20%;
}

@media (max-width: 768px) {
  
  .collection-banner {
    width: 100%;
  }

  .collection-banner:nth-child(2) {
    display: none;
  }

  .collection-filters__list {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }

  body.template-collection .product-grid-container {
    padding-left: 20px;
     padding-right: 20px;
  }

  .collection #product-grid .grid__item {
    width: 100%;
    max-width: 100%;
  }
  
  .collection-banner-item {
    padding: 0;
  }

  body.template-collection #main-collection-filters {
    padding: 0 20px;
  }
}

/* About */

body.template-page-about .header__heading-logo {
  display: none;
}
body.template-page-about .header__heading-logo--secondary {
  display: block !important;
}

body.template-page-about .header__menu-item,
body.template-page-about .header__active-menu-item{
  color:#4C000D;  
  
}

body.template-page-about .header__menu-item:hover,
body.template-page-about .header__menu-item:hover span {
color:#4C000D;  
}

body.template-page-about #HeaderMenu-about {
  text-decoration: underline;
}

.about-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  margin-bottom: 80px;
}

.about-hero__heading {
  color:#4C000D; 
}

.about-hero__image {
  width: 30%;
}

.about-hero__text {
  font-size: 28px;
  line-height: 1.15;
  width: 60%;
  margin-top:20px;
}

.about-section-one {
  margin-bottom: 200px;
}
.about-section-one__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-section-one--left,
.about-section-one--right {
  width: 50%;  
}

.about-section-one--right {
  padding-right: 5rem;  
}

.about-section-one--right img {
  width: 45%;
  margin-left: auto;
  padding-top: 50px;
}

.about-section-one__text {
  width: 45%;
  margin-left: auto;
  text-align: left;
  margin-top: 10px;
}

.about-section-one__image {
  display: block;
  max-width: 100%;
}

.about-section-two__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;  
  padding-left: 5rem;
  padding-right: 5rem;
}

.about-section-two__item {
  width: 22.5%;
}

.about-section-two__image {
  display: block;
  width: 100%;
  max-width: 100%;
}

.about-section-two__text {
  text-align: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

.about-section-three {
  margin-top: 150px;
  padding-bottom: 100px;
}

.about-section-three__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.about-section-three--left,
.about-section-three--right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-section-three__text {
  font-size: 28px;
  color:#4C000D; 
  line-height: 1.15;
  width: 60%;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.about-section-three__image {
  width: 90%;
  margin-left: auto;
}

@media (max-width: 768px){

  body.template-page-about .header__icon--menu .icon,
  body.template-page-about .header__menu-item--cart a{
    color:#4C000D; 
  }
  
  .about-hero__image {
    width: 70%;
  }

  .about-hero__text {
    width: 85%;
    font-size: 21px;
  }

  .about-section-one--left,
  .about-section-one--right{
    width: 100%;
  }

  .about-section-one--right {
    padding-right: 0;
  }

  .about-section-one--right .about-section-one__image {
    width: calc(100% - 40px) !important;
    margin-right: auto;
    margin-top: 20px;
  }

  .about-section-one__text {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-section-one{
    margin-bottom: 70px;
  }

  .about-section-two__wrapper {
    padding-left: 20px;
     padding-right: 20px;
  }

  .about-section-two__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .about-section-two__text {
    width: 90%;
    margin-top: 50px;
  }

  .about-section-three {
    padding-bottom: 40px;
  }

  .about-section-three--left {
    width: 100%;
    order: 2;
  }

  .about-section-three--left, .about-section-three--right {
    width: 100%;
  }

  .about-section-three__image {
    width: 100%;
  }

  .about-section-three__text {
    font-size: 21px;
    width: 90%;
    margin-top: 50px;
    
  }

  .about-section-three__text.italic {
    margin-bottom: 0;
    margin-top: 0;
  }

  
}

/* Legal */

body.template-page-legal .header__heading-logo {
  display: none;
}

body.template-page-legal .header__heading-logo--secondary {
  display: block !important;
}

body.template-page-legal  .header__menu-item,
body.template-page-legal  .header__menu-item:hover span{
  color:#4C000D; 
}

.legal__wrapper {
  display: flex;
  padding-left: 5rem;
  padding-right: 5rem;
  margin-top: 50px;
}

.legal--left {
  width: 25%;
}

.legal--right {
  width: 75%;
  padding-top: 40px;
}

.legal__title {
  text-align: left;
  margin-top: 35px;
  
}
.legal-content {
  text-align: left;
}

.legal-content h2 {
  margin-top: 40px;
  color:#4C000D !important; 
  font-size: 18px;
}

.legal-content h2:first-of-type {
  margin-top: 0px;
}

.legal-content a, 
.legal-content ul li,
.legal-content h3 {
  color:#4C000D !important; 
  font-size: 18px;
}

.legal-content p {
  margin-top: 0;
  margin-bottom: 30px;
}

@media (max-width: 768px) {

  body.template-page-legal .header__icon--menu .icon,
  body.template-page-legal .header__menu-item--cart a{
    color:#4C000D; 
  }
  .legal__wrapper {
    flex-wrap: wrap;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .legal--left,.legal--right  {
    width: 100%;
  }
}

/* Cart */

.drawer__inner {
  width: 47rem;
  padding: 2.5rem;
  
}

.drawer__heading {
  font-size: 18px;
  letter-spacing: 0px;
}

.drawer__cart-items-wrapper .cart-items thead {
  display: none;
}

.cart-item__image {
  border-radius: 5px;
}

.drawer__cart-items-wrapper .cart-item__details {
  display: flex;
  flex-direction: column;
}

.drawer__cart-items-wrapper .cart-item__name {
  text-decoration: none;
  line-height: 1.1;
}

.cart-item__details .product-option {
  text-align: left;
  font-size: 17px;
  line-height: 1.2;
  margin-top: 0;
  
}

.cart-item__details .product-option-price {
  font-variant-numeric: lining-nums;
  font-size: 16px;
  order: 3;
}

.quantity-popover-container  {
  display: none !important;
}

.cart-drawer .cart-item {
  border-bottom: 1px solid #4C000D;
}

.cart-drawer .cart-item__totals.right {
  opacity: 0;
}

.cart-item cart-remove-button {
  margin-left: 0 !important;
}

.cart-remove-item__link {
  text-align: left;
  font-size: 16px;
  margin-top: -10px;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 0.04em;
}

.drawer__footer {
  padding-top: 0;
}

.cart-drawer__footer .tax-note {
  font-size: 15px;
}

.cart__checkout-button {
  transition: all 0.25s linear;
}

.cart__checkout-button:hover {
  background-color: #4C000D;
  color: #FFFCF3;
}

.cart__empty-text {
  font-size: 17px;
}

.cart-drawer__empty-content .button {
  background: transparent;
  border: 1px solid #4C000D;
  border-radius: 9px;
  font-family: Cormorant Garamond, serif;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 100;
  color: #4c000d;
  letter-spacing: 0px !important;
  transition: all 0.25s linear;
}

.cart-drawer__empty-content .button::after, .cart-drawer__empty-content .button::before {
  display: none;
}

.cart-drawer__empty-content .button:hover {
  background-color: #4C000D;
  color: #FFFCF3;
}

.cart-count-bubble {
  display: none;
}

@media (max-width: 768px) {

  .drawer__inner {
    height: 95%;
  }
}

/* Cookies */

#shopify-pc__banner {
  padding: 15px 5rem !important;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  background-color: #FFFCF3 !important;
}

#shopify-pc__banner__body-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  font-weight: 100;
  color:#4C000D !important; 
}

.shopify-pc__banner__body p,
.shopify-pc__banner__body a {
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  font-weight: 100;
  color:#4C000D !important; 
}

#shopify-pc__banner__btn-manage-prefs {
  color:#4C000D !important; 
  font-size: 17px;
}


#shopify-pc__banner__btn-accept,
#shopify-pc__banner__btn-decline {
    background: transparent;
    border: 1px solid #4C000D;
    border-radius: 9px;
    font-family: Cormorant Garamond, serif;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 100;
    color: #4c000d;
    margin-right: 0px;
    letter-spacing: 0px !important;
    transition: all .25s linear;
}

#shopify-pc__banner__btn-accept:hover,
#shopify-pc__banner__btn-decline:hover {
  background: #4c000d;
  color: #FFFCF3;
}

#shopify-pc__prefs__dialog {
  background: #FFFCF3;
  color: #4c000d;
  letter-spacing: 0px;
}

.shopify-pc__prefs__intro-main h3,
.shopify-pc__prefs__intro-main p,
.shopify-pc__prefs__option label,
.shopify-pc__prefs__option p{
  color: #4c000d !important;
}

#shopify-pc__prefs__header-accept,
#shopify-pc__prefs__header-decline,
#shopify-pc__prefs__header-save {
  background: transparent;
    border: 1px solid #4C000D;
    border-radius: 9px;
    font-family: Cormorant Garamond, serif;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 100;
    color: #4c000d;
    letter-spacing: 0px !important;
    transition: all .25s linear;
}

#shopify-pc__prefs__header-accept:hover,
#shopify-pc__prefs__header-decline:hover,
#shopify-pc__prefs__header-save:hover {
  background: #4c000d;
  color: #FFFCF3;
}

.shopify-pc__prefs__header-close:focus {
  box-shadow: none !important;
}

.shopify-pc__prefs__header-close svg {
  stroke: #4c000d;
}

@media (max-width: 768px){
  #shopify-pc__banner {
    padding: 15px 20px 25px 20px !important;
  }
}

/* Search */

body.template-search .icon-hamburger {
   color:#4C000D;
}

.search-drawer-button {
  display: none;
}

.search-drawer-input {
  font-family: "Cormorant Garamond", serif;
  appearance: none;
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 1px solid #4C000D;
  font-size: 19px;
  letter-spacing: 0px;
  color:#4C000D;
}

.search-drawer-input::placeholder {
  font-family: "Cormorant Garamond", serif;
  color:#4C000D;
  font-size: 19px;
}

.search-drawer-input:focus-visible {
  box-shadow: none;
  border: none;
  outline: none;
  border-bottom: 1px solid #4C000D;
  
}

.header__search .header__icon {
  text-decoration: none !important;
}

.header__inline-menu .list-menu {
  align-items: center;
}

.search__input.field__input {
  box-shadow: none !important;
}

.search__input.field__input {
  font-family: Cormorant Garamond, serif;
  border: 1px solid #4C000D;
  border-radius: 9px;
  font-size: 17px;
  letter-spacing: 0px;
  color:#4C000D;
  background-color: transparent;
}

.search__input.field__input::placeholder {
  color: #4C000D;
}

.modal__close-button .icon,
.reset__button .icon.icon-close{
  stroke: #4C000D;
}

.header__search .field::after,
.header__search .field::before {
  display: none;
}

.predictive-search--header {
  border-radius: 9px;
  background-color: #FFFCF3 !important;
}

.predictive-search__heading,
.predictive-search__item-heading,
.predictive-search__item--term,
.predictive-search__item-query-result mark,
.mobile-facets__open, .mobile-facets__heading, 
.mobile-facets__summary, .mobile-facets__sort .select__select,
.mobile-facets__count, .mobile-facets__open-label, 
.mobile-facets__clear-wrapper, .mobile-facets__clear {
  color: #4C000D !important;
  letter-spacing: 0px !important;
}

#main-search-filters .facets__summary, 
#main-search-filters .facets__heading, 
#main-search-filters .facet-filters__label, 
#main-search-filters .facet-filters__sort, 
#main-search-filters .product-count__text, 
#main-search-filters .active-facets__button-remove, 
#main-search-filters .facets__price, 
{
  color: #4C000D;
  letter-spacing: 0px;
  font-size: 16px;
}


#main-search-filters .facets__display {
  border-radius: 9px;
  background-color: #FFFCF3 !important;
  border: 1px solid #4C000D;
}

#main-search-filters .facets__header, 
#main-search-filters .list-menu__item, 
#main-search-filters .facets__reset,
#main-search-filters .field__input
{
  background-color: #FFFCF3 !important;
  color: #4C000D;
}

#main-search-filters .facet-filters__sort:focus {
  box-shadow: none;
  outline: none;
}

#main-search-filters .active-facets__button-remove:hover {
  text-decoration: none;
}

.facets__reset {
  color: #4C000D;
  text-decoration: underline;
}

.facets__reset:hover {
   color: #4C000D;
  text-decoration: none;
}


body.template-search .template-search__header .h2 {
  color: #4C000D;
  letter-spacing: 0px;
}

body.template-search .header__heading-logo {
  display: none;
}

body.template-search .header__heading-logo--secondary {
  display: block !important;
}

body.template-search .header__menu-item, body.template-search .header__menu-item a {
  color: #4C000D;
}

body.template-search .template-search__search {
  display: none;
}

.facets__form .product-count,
.facets-container .product-count {
  display: none;
}

.mobile-facets__footer {
  background-color: #FFFCF3 !important;
}

.mobile-facets__footer .button {
  border: 1px solid #4C000D;
  border-radius: 9px;
  background-color: transparent;
  color: #4C000D;
  letter-spacing: 0px;
  transition: all 0.25s linear;
}

.mobile-facets__footer .button:hover {
  background-color: #4C000D;
  color: #FFFCF3;
}

.mobile-facets__footer .button::after, 
.mobile-facets__footer .button::before {
  display: none;
}

.mobile-facets__sort {
  display: none !important;
}


