/** Shopify CDN: Minification failed

Line 201:10 Unexpected "*"

**/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
}

p,
ul {
  margin-top: 0;
  font-size: clamp(16px, 3vw, 18px);
  line-height: 1.4;
  font-weight: 500;
}

a {
  text-decoration: unset;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  margin-bottom: 14px;
  font-weight: 600;
  font-family: inherit;
  line-height: 1.1;
}

h1, .h1 {
  font-size: clamp(46px, 5vw, 80px);
}

h2, .h2 {
  font-size: clamp(40px, 9vw, 72px);
}

h3, .h3 {
  font-size: clamp(34px, 8vw, 60px);
}

h4, .h4 {
  font-size: clamp(28px, 7vw, 52px);
}

h5, .h5 {
  font-size: clamp(22px, 6vw, 46px);
}

h6, .h6 {
  font-size: clamp(18px, 5vw, 36px);
}

body.template-404 h2 {
  font-size: clamp(80px, 10vw, 120px) !important;
}

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-off-white: #e8ded1;
  --color-gold: #d7af36;
  --color-dark-green: #20463b;
  --color-mustard: #b8732b;
  --color-tan: #E8DED1;
}

body {
  overflow-x: hidden;
}

.body-product .header-wrapper:before {
  background-color: #fffcf8;
}

.max-width {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
@media (min-width: 2300px) {
  .max-width {
    max-width: 1900px;
  }
}

body.template-product #MainContent {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  body.template-product #MainContent {
    margin-top: 90px;
  }
}

@media (min-width: 1200px) {
  #MainContent {
    margin-top: -182px;
  }
}

.standard-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 750px) {
  .standard-padding {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 990px) {
  .standard-padding {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.grid-parent {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.hidden {
  display: none;
}

/* Buttons */
.btn {
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  padding: 12px 35px;
  border-radius: 9px;
  line-height: 1;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  transform: translateY(-3px);
}
.btn.btn-gold {
  background-color: var(--color-gold);
  color: var(--color-dark-green);
  border: 2px solid var(--color-gold);
  box-shadow: none;
}
.btn.btn-gold:hover {
  background-color: #cba328;
  border-color: #cba328;
  box-shadow: none;
}
.btn.btn-gold-outline {
  background-color: transparent;
  border: 2px solid var(--color-gold);
  box-shadow: none;
}
.btn.btn-gold-outline:hover {
  background-color: var(--color-gold);
  box-shadow: none;
}
.btn.btn-mustard {
  background-color: var(--color-mustard);
  color: var(--color-off-white);
  border: 2px solid var(--color-mustard);
}
.btn.btn-mustard:hover {
  background-color: #a36626;
  border-color: #a36626;
}
.btn.btn-outline {
  background-color: transparent;
  border: 2px solid var(--color-off-white);
}
.btn.btn-outline:hover {
  background-color: var(--color-off-white);
  color: var(--color-dark-green);
}
.btn.btn-solid-green {
  background-color: var(--color-dark-green);
  color: var(--color-off-white);
}
.btn.btn-solid-green:hover {
  background-color: #306959;
}

.txt-white {
  color: var(--color-off-white) !important;
}
.txt-white*,
.txt-white a {
  color: inherit;
}

.spaced-section {
  margin-top: 0;
  margin-bottom: 0;
}
.spaced-section:last-child {
  margin-bottom: 0;
}

body.template- .header-wrapper {
  background-color: var(--color-dark-green);
}
body.template- .shopify-policy__title {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  body.template- .shopify-policy__title {
    margin-bottom: 75px;
  }
}
body.template- .shopify-policy__container {
  max-width: 1200px;
  margin-top: 50px;
  margin-bottom: 120px;
}
@media (min-width: 750px) {
  body.template- .shopify-policy__container {
    padding: 0 100px;
  }
}
@media (min-width: 1200px) {
  body.template- .shopify-policy__container {
    margin-top: 275px;
    padding: 0 0;
  }
}
body.template- .shopify-policy__container h3 {
  font-size: clamp(18px, 5vw, 36px);
}
body.template- .shopify-policy__container h4 {
  font-size: clamp(16px, 5vw, 28px);
}

@media (min-width: 1200px) {
  body.template-cart #MainContent {
    padding-top: 200px;
  }
}
body.template-cart cart-items .title-wrapper-with-link a {
  color: var(--color-white);
}
body.template-cart .icon-remove path {
  fill: var(--color-black) !important;
}
body.template-cart #checkout,
body.template-cart .cart__empty-text .button {
  background-color: var(--color-gold);
  box-shadow: none;
  text-decoration: none;
  font-size: 16px;
  padding: 12px 35px;
  border-radius: 9px;
  line-height: 1;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
body.template-cart .cart__warnings a.button {
  background-color: var(--color-gold);
  box-shadow: none;
  text-decoration: none;
  font-size: 16px;
  padding: 12px 35px;
  border-radius: 9px;
  line-height: 1;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
body.template-cart .cart__warnings .link {
  color: var(--color-white);
}
body.template-cart .title--primary,
body.template-cart .totals__subtotal {
  text-transform: uppercase;
}
body.template-cart .cart-header {
  display: none;
  padding: 0.5rem 2rem;
  background-color: var(--color-gold);
  font-family: var(--font-heading-family);
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  body.template-cart .cart-header {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
body.template-cart .cart-header .product {
  grid-column: auto/span 6;
}
body.template-cart .cart-header .quantity {
  grid-column: 10/span 2;
  border: none;
  height: unset;
}
body.template-cart .cart-header .total {
  grid-column: 12/span 1;
  text-align: right;
}
body.template-cart .cart-item {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  padding: 1rem 0 2rem 0;
}
@media (min-width: 750px) {
  body.template-cart .cart-item {
    padding: 2rem;
  }
}
body.template-cart .cart-item .cart-item__quantity,
body.template-cart .cart-item .cart-item__totals {
  display: flex;
}
@media (min-width: 1200px) {
  body.template-cart .cart-item .cart-item__quantity,
body.template-cart .cart-item .cart-item__totals {
    align-items: center;
  }
}
body.template-cart .cart-item .cart-item__media {
  width: unset;
  grid-column: span 12;
}
@media (min-width: 750px) {
  body.template-cart .cart-item .cart-item__media {
    grid-area: 1/1/4/4;
  }
}
@media (min-width: 990px) {
  body.template-cart .cart-item .cart-item__media {
    grid-area: 1/1/2/3;
  }
}
@media (min-width: 1200px) {
  body.template-cart .cart-item .cart-item__media {
    grid-area: auto/span 1;
  }
}
body.template-cart .cart-item .cart-item__media .cart-item__image {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
body.template-cart .cart-item .cart-item__details {
  width: unset;
  grid-column: span 12;
}
@media (min-width: 750px) {
  body.template-cart .cart-item .cart-item__details {
    grid-column: 5/span 8;
  }
}
@media (min-width: 990px) {
  body.template-cart .cart-item .cart-item__details {
    grid-column: 4/span 5;
    margin: auto 0;
  }
}
@media (min-width: 1200px) {
  body.template-cart .cart-item .cart-item__details {
    grid-column: 2/span 5;
    padding-left: 3rem;
    margin: auto 0;
  }
}
body.template-cart .cart-item .cart-item__quantity {
  padding-left: 0;
  grid-column: span 12;
}
@media (min-width: 750px) {
  body.template-cart .cart-item .cart-item__quantity {
    grid-column: 5/span 8;
  }
}
@media (min-width: 990px) {
  body.template-cart .cart-item .cart-item__quantity {
    grid-column: 9/span 3;
    margin: auto 0;
  }
}
@media (min-width: 1200px) {
  body.template-cart .cart-item .cart-item__quantity {
    grid-column: 10/span 2;
    margin: 0;
  }
}
body.template-cart .cart-item .cart-item__quantity cart-remove-button svg path {
  fill: var(--color-white);
}
body.template-cart .cart-item .cart-item__quantity button {
  transition: background-color 300ms ease;
}
body.template-cart .cart-item .cart-item__quantity button svg path {
  fill: var(--color-dark-green);
}
body.template-cart .cart-item .cart-item__quantity button[name=minus] {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
body.template-cart .cart-item .cart-item__quantity button[name=plus] {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
body.template-cart .cart-item .cart-item__quantity svg.icon-remove path {
  transition: fill 250ms ease;
}
body.template-cart .cart-item .cart-item__totals {
  justify-content: flex-start;
  grid-column: span 12;
}
@media (min-width: 750px) {
  body.template-cart .cart-item .cart-item__totals {
    grid-column: 5/span 8;
  }
}
@media (min-width: 990px) {
  body.template-cart .cart-item .cart-item__totals {
    grid-column: 12/span 1;
    margin: auto 0;
  }
}
@media (min-width: 1200px) {
  body.template-cart .cart-item .cart-item__totals {
    margin: 0;
    justify-content: flex-end;
  }
}
body.template-cart .cart-item .cart-item__totals .price--end {
  margin-top: 0;
  font-family: var(--font-heading-family);
  font-size: 24px;
}
body.template-cart #checkout {
  margin: 0;
}

.cart {
  position: relative;
  display: block;
}

.cart__empty-text,
.is-empty .cart__contents,
cart-items.is-empty .title-wrapper-with-link,
.is-empty .cart__footer {
  display: none;
}

.is-empty .cart__empty-text,
.is-empty .cart__warnings {
  display: block;
}

.cart__warnings {
  display: none;
  text-align: center;
  padding: 3rem 0 1rem;
}

.cart__empty-text {
  margin: 4.5rem 0 2rem;
}

.cart__contents > * + * {
  margin-top: 2.5rem;
}

.cart__login-title {
  margin: 5.5rem 0 0.5rem;
}

.cart__login-paragraph {
  margin-top: 0.8rem;
}

.cart__login-paragraph a {
  font-size: inherit;
}

@media screen and (min-width: 990px) {
  .cart__warnings {
    padding: 7rem 0 1rem;
  }

  .cart__empty-text {
    margin: 0 0 3rem;
  }
}
cart-items {
  display: block;
}
cart-items.page-width {
  max-width: calc(1500px + 10rem);
}
@media (min-width: 2300px) {
  cart-items.page-width {
    max-width: calc(1900px + 10rem);
  }
}

#main-cart-footer.page-width {
  max-width: calc(1500px + 10rem);
}
@media (min-width: 2300px) {
  #main-cart-footer.page-width {
    max-width: calc(1900px + 10rem);
  }
}

.cart__items {
  position: relative;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.cart__items--disabled {
  pointer-events: none;
}

.cart__footer {
  padding: 4rem 0 0;
}

.cart__footer-wrapper:last-child .cart__footer {
  padding-bottom: 5rem;
}

.cart__footer > div:only-child {
  margin-left: auto;
}

.cart__footer > * + * {
  margin-top: 4rem;
}

.cart__footer .discounts {
  margin-top: 1rem;
}

.cart__note {
  display: block;
}

.cart__note label {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  height: 1.8rem;
  margin-bottom: 2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.cart__note .field__input {
  padding: 1rem;
}

@media screen and (min-width: 750px) {
  .cart__items {
    grid-column-start: 1;
    grid-column-end: 3;
    padding-bottom: 4rem;
  }

  .cart__contents > * + * {
    margin-top: 0;
  }

  .cart__items + .cart__footer {
    grid-column: 2;
  }

  .cart__footer {
    display: flex;
    justify-content: space-between;
    border: 0;
  }

  .cart__footer-wrapper:last-child {
    padding-top: 0;
  }

  .cart__footer > * {
    width: 35rem;
  }

  .cart__footer > * + * {
    margin-left: 4rem;
    margin-top: 0;
  }
}
.cart__ctas button {
  width: 100%;
}

.cart__ctas > *:not(noscript:first-child) + * {
  margin-top: 1rem;
}

.cart__update-button {
  margin-bottom: 1rem;
}

.cart__dynamic-checkout-buttons {
  max-width: 36rem;
  margin: 0 auto;
}

.cart__blocks > * + * {
  margin-top: 1rem;
}

.cart__dynamic-checkout-buttons div[role=button] {
  border-radius: 0 !important;
}

.cart-note__label {
  display: inline-block;
  margin-bottom: 1rem;
  line-height: calc(1 + 1 / var(--font-body-scale));
}

.tax-note {
  margin: 2.2rem 0 1.6rem auto;
  text-align: center;
  display: block;
}

.cart__checkout-button {
  max-width: 36rem;
}

.cart__ctas {
  text-align: center;
}

@media screen and (min-width: 750px) {
  .cart-note {
    max-width: 35rem;
  }

  .cart__update-button {
    margin-bottom: 0;
    margin-right: 0.8rem;
  }

  .tax-note {
    margin-bottom: 2.2rem;
    text-align: right;
  }

  [data-shopify-buttoncontainer] {
    justify-content: flex-end;
  }

  .cart__ctas {
    display: flex;
    gap: 1rem;
  }
}

/*# sourceMappingURL=component-cart.css.map */
