html {
  margin-top: 0 !important;
}
body {
  margin: 0;
}
.site-header,
.site-footer,
.site-content {
  display: none;
}
.woocommerce .container {
  max-width: 1180px;
}
.woocommerce-notices-wrapper {
  width: min(1180px, calc(100% - 40px));
  margin: 20px auto 0;
}
.woocommerce-message,
.woocommerce-info {
  border-top-color: #df6d32;
  background: #fff;
  color: #20291f;
}
.woocommerce-message::before,
.woocommerce-info::before {
  color: #df6d32;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-components-button {
  border-radius: 0 !important;
  background: #283b2d !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px !important;
  font-weight: 800 !important;
  padding: 15px 20px !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background: #df6d32 !important;
}
.wc-page {
  padding: 70px 0 100px;
}
.wc-page h1 {
  font-family: Georgia, serif;
  font-size: 52px;
  font-weight: 400;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce select {
  border: 1px solid #ddd5ca;
  padding: 13px;
  background: #fff;
}
.woocommerce table.shop_table {
  border-radius: 0;
}
.woocommerce-checkout #payment {
  background: #f3efe7;
  border-radius: 0;
}
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-billing-fields {
  font-size: 14px;
}

/* WooCommerce checkout mapped to the original BonFire checkout layout. */
.checkout-page .woocommerce-notices-wrapper {
  width: 100%;
  margin: 0 0 20px;
}

.checkout-page .woocommerce-form-coupon-toggle {
  display: none;
}

.checkout-page .checkout-coupon .showcoupon {
  justify-self: end;
  padding: 3px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  background: none;
  color: #fff;
  font-size: 10px;
}

.checkout-page .checkout-coupon .checkout_coupon {
  grid-column: 1 / -1;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  border: 0;
}

.checkout-page .checkout-coupon .checkout_coupon[style*="display: block"] {
  display: grid !important;
}

.checkout-page .checkout-coupon .checkout_coupon p {
  width: auto;
  margin: 0;
  padding: 0;
}

.checkout-page .checkout-coupon .checkout_coupon input {
  margin: 0;
}

.checkout-page .checkout-coupon .checkout_coupon button {
  height: 43px;
  padding: 0 20px !important;
  border: 0;
  background: var(--orange) !important;
}

.checkout-page .checkout-form::before,
.checkout-page .checkout-form::after,
.checkout-page #customer_details::before,
.checkout-page #customer_details::after {
  display: none;
}

.checkout-page .checkout-form {
  row-gap: 24px;
}

.checkout-page .checkout-form > .woocommerce-NoticeGroup,
.checkout-page .checkout-form > .woocommerce-notices-wrapper,
.checkout-page .checkout-form > .woocommerce-error,
.checkout-page .checkout-form > .woocommerce-info,
.checkout-page .checkout-form > .woocommerce-message {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0;
}

.checkout-page .checkout-form > .woocommerce-NoticeGroup > .woocommerce-error,
.checkout-page .checkout-form > .woocommerce-NoticeGroup > .woocommerce-info,
.checkout-page .checkout-form > .woocommerce-NoticeGroup > .woocommerce-message {
  margin: 0;
}

.checkout-page .checkout-form .col-1,
.checkout-page .checkout-form .col-2,
.checkout-page #customer_details {
  width: 100%;
  float: none;
}

.checkout-page .woocommerce-billing-fields > h3,
.checkout-page .woocommerce-additional-fields > h3 {
  display: none;
}

.checkout-page .woocommerce-billing-fields__field-wrapper,
.checkout-page .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row dense;
  gap: 0 13px;
}

.checkout-page .woocommerce form .form-row {
  width: 100% !important;
  margin: 0 0 19px;
  padding: 0;
  display: block;
  float: none;
}

.checkout-page .woocommerce form .form-row-first {
  grid-column: 1;
}

.checkout-page .woocommerce form .form-row-last {
  grid-column: 2;
}

.checkout-page .woocommerce form .form-row-wide {
  grid-column: 1 / -1;
}

.checkout-page .woocommerce form .form-row label {
  width: 100%;
  margin: 0 0 6px;
  display: block;
  float: none;
  text-align: left;
  color: #3f433e;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.checkout-page .woocommerce form .form-row .required {
  color: var(--orange);
  text-decoration: none;
}

.checkout-page .woocommerce form .form-row .optional {
  color: var(--muted);
  font-weight: 400;
}

.checkout-page .woocommerce form .form-row input.input-text,
.checkout-page .woocommerce form .form-row textarea,
.checkout-page .woocommerce form .form-row select:not(.select2-hidden-accessible),
.checkout-page .select2-container .select2-selection--single {
  width: 100% !important;
  min-height: 48px;
  margin: 0;
  padding: 0 13px;
  border: 1px solid #cfc8be;
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  font-size: 12px;
  outline: none;
}

.checkout-page .woocommerce form .form-row select.select2-hidden-accessible {
  width: 1px !important;
  min-height: 0;
  padding: 0;
  border: 0;
}

.checkout-page .woocommerce form .form-row .woocommerce-input-wrapper {
  width: 100%;
  display: block;
  float: none;
}

.checkout-page .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 9px 0;
  line-height: 28px;
}

.checkout-page .select2-container .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 9px;
}

.checkout-page .woocommerce form .form-row textarea {
  min-height: 118px;
  padding-top: 13px;
  resize: vertical;
}

.checkout-page #ship-to-different-address {
  margin: 12px 0 22px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--green);
}

.checkout-page #ship-to-different-address label {
  display: flex;
  align-items: center;
  gap: 9px;
}

.checkout-page input[type="checkbox"],
.checkout-page input[type="radio"] {
  accent-color: var(--orange);
}

.checkout-page .shipping_address {
  margin-bottom: 22px;
  padding: 22px 22px 3px;
  border: 1px solid var(--line);
  background: #f1ece3;
}

.checkout-page .woocommerce-additional-fields {
  margin-top: 5px;
}

.checkout-page .checkout-order__box {
  margin: 0;
  border-collapse: initial;
}

.checkout-page .checkout-order-item .woocommerce-loop-product__link {
  display: contents;
}

.checkout-page .checkout-order-item .amount {
  color: var(--orange);
}

.checkout-page .checkout-totals .amount {
  color: inherit;
}

.checkout-page .checkout-totals .checkout-grand-total .amount {
  color: var(--orange);
}

.checkout-page .checkout-totals .woocommerce-remove-coupon {
  display: block;
  color: var(--orange);
  font-size: 8px;
}

.checkout-page #payment.woocommerce-checkout-payment {
  margin-top: 14px;
  padding: 18px;
  border: 1px solid #bdb5aa;
  border-radius: 0;
  background: #fff;
}

.checkout-page #payment ul.payment_methods {
  margin: 0;
  padding: 0;
  border: 0;
}

.checkout-page #payment ul.payment_methods > li {
  margin: 0;
  padding: 13px 3px;
  border-bottom: 1px dashed #d2cbc1;
  line-height: 1.4;
}

.checkout-page #payment ul.payment_methods > li:last-child {
  border-bottom: 0;
}

.checkout-page #payment ul.payment_methods > li > input {
  margin: 3px 9px 0 0;
}

.checkout-page #payment ul.payment_methods > li > label {
  width: calc(100% - 27px);
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
}

.checkout-page #payment ul.payment_methods > li > label img {
  width: auto;
  max-width: 72px;
  max-height: 24px;
  margin-left: auto;
}

.checkout-page #payment .payment_method_cod > label {
  font-weight: 400;
}

.checkout-page #payment div.payment_box {
  margin: 13px 0 0;
  padding: 14px;
  border-radius: 0;
  background: #f2f3f1;
  color: #434641;
  font-size: 10px;
}

.checkout-page #payment div.payment_box::before {
  display: none;
}

.checkout-page #payment div.payment_box p {
  margin: 0 0 8px;
}

.checkout-page #payment .payment_method_wc_gopay_gateway_selection {
  min-height: 53px;
  padding: 9px 3px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #9e9e98;
}

.checkout-page #payment .payment_method_wc_gopay_gateway_selection:last-child {
  border-bottom: 0;
}

.checkout-page #payment .payment_method_wc_gopay_gateway_selection > div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkout-page #payment .payment_method_wc_gopay_gateway_selection > img {
  max-width: 70px;
  max-height: 28px !important;
}

.checkout-page #payment .place-order {
  margin: 0;
  padding: 12px 0 0;
}

.checkout-page #payment .woocommerce-privacy-policy-text {
  margin: 0 0 15px;
  color: #4c504b;
  font-size: 10px;
  line-height: 1.75;
}

.checkout-page #payment .woocommerce-privacy-policy-text a,
.checkout-page #payment .woocommerce-terms-and-conditions-checkbox-text a {
  text-decoration: underline;
}

.checkout-page #payment .woocommerce-terms-and-conditions-wrapper .form-row {
  width: 100% !important;
  margin-bottom: 14px;
  float: none;
  text-align: left;
}

.checkout-page #payment .woocommerce-terms-and-conditions-wrapper label.checkbox {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  float: none;
}

.checkout-page #payment .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.55;
}

.checkout-page #payment #place_order {
  width: 100%;
  min-height: 56px;
  padding: 0 20px !important;
  float: none;
  border: 0;
  border-radius: 23px !important;
  background: var(--orange) !important;
  color: #fff !important;
  text-transform: none;
  letter-spacing: 0;
  font-size: 11px !important;
}

.checkout-page #payment #place_order:hover {
  background: var(--orange-dark) !important;
}

.checkout-page .woocommerce-error,
.checkout-page .woocommerce-info,
.checkout-page .woocommerce-message {
  margin-bottom: 20px;
}

.checkout-page .blockUI.blockOverlay {
  background: #f8f5ef !important;
}

@media (max-width: 980px) {
  .checkout-page .checkout-form {
    row-gap: 48px;
  }
}

@media (max-width: 620px) {
  .checkout-page .checkout-form {
    row-gap: 38px;
  }

  .checkout-page .checkout-coupon .showcoupon {
    justify-self: start;
  }

  .checkout-page .checkout-coupon .checkout_coupon[style*="display: block"] {
    grid-template-columns: 1fr;
  }

  .checkout-page .woocommerce-billing-fields__field-wrapper,
  .checkout-page .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  .checkout-page .woocommerce form .form-row-first,
  .checkout-page .woocommerce form .form-row-last,
  .checkout-page .woocommerce form .form-row-wide {
    grid-column: 1;
  }
}
.bonfire-product-card .add-cart.loading {
  opacity: 0.65;
  pointer-events: none;
}

.product-card__image--no-leaf::after {
  content: none;
}

.product-review-captcha__status {
  grid-column: 1 / -1;
  min-height: 14px;
  margin-top: 2px;
  color: #b64b3b;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.4;
}

.catalog-card .product-card__buy {
  grid-template-columns: 86px minmax(0, 1fr);
}

.catalog-card .product-card__body {
  padding: 17px;
}

.catalog-card h3,
.catalog-card h3 a {
  font-weight: 700;
}

.catalog-card .product-card__buy .quantity {
  width: 86px;
}

.catalog-card .product-card__buy .quantity button,
.catalog-card .product-card__buy .quantity input {
  width: 28px;
  min-width: 0;
  flex: 0 0 28px;
  padding: 0;
  color: var(--ink);
  opacity: 1;
}

.catalog-card .product-card__buy .quantity button {
  border: 0;
  background: #faf8f3;
}

.catalog-card .product-card__buy .quantity input {
  border: 0;
  background: #fff;
  text-align: center;
}

@media (max-width: 520px) {
  .catalog-card .product-card__body {
    padding: 10px;
  }

  .catalog-card .product-card__buy {
    grid-template-columns: 65px minmax(0, 1fr);
  }

  .catalog-card .product-card__buy .quantity {
    width: 65px;
  }

  .catalog-card .product-card__buy .quantity button {
    width: 22px;
    flex-basis: 22px;
  }

  .catalog-card .product-card__buy .quantity input {
    width: 19px;
    flex-basis: 19px;
  }
}
.cart-drawer[aria-busy="true"] [data-cart-dynamic] {
  opacity: 0.7;
  pointer-events: none;
}
.cart-drawer [data-cart-dynamic] {
  transition: opacity 0.2s ease;
}
.cart-drawer__close:focus-visible {
  outline: 2px solid rgba(223, 109, 50, 0.35);
  outline-offset: 2px;
  border-color: var(--line);
  background: var(--cream);
  color: var(--green);
}
.product-detail__grid {
  align-items: start;
}

.single-product .product-gallery {
  border-right: 0 !important;
}

.single-product .product-summary {
  border-left: 0 !important;
}

.product-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.product-gallery__main:hover .slider-arrow,
.product-gallery__main .slider-arrow:focus-visible {
  opacity: 1;
}
.product-gallery__main .slider-arrow[hidden] {
  display: none;
}
.product-summary__buy .add-cart {
  grid-column: auto;
}

.single-product .product-summary__note {
  margin: 18px 0 0;
}

.single-product .product-delivery-notice {
  margin-top: 5px;
}

.product-summary__buy .product-quantity button,
.product-summary__buy .product-quantity input {
  min-width: 0;
  padding: 0;
  border: 0;
  color: var(--ink);
  opacity: 1;
}

.product-summary__buy .product-quantity button {
  width: 35px;
  flex: 0 0 35px;
  background: #faf8f3;
}

.product-summary__buy .product-quantity input {
  width: auto;
  flex: 1 1 auto;
  background: #fff;
  text-align: center;
}
.product-summary__price {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.product-summary__price > div > b {
  font-family: Georgia, serif;
  font-size: 38px;
}
.product-summary__unit {
  text-align: right;
}
.product-specs dl > div {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #ddd5ca;
}
.product-specs dt {
  color: #6d716c;
}
.product-specs dd {
  font-weight: 700;
  margin: 0;
}
.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 35px;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px;
  border-bottom: 1px solid #ddd5ca;
}
@media (max-width: 760px) {
  .wc-page {
    padding: 35px 0 70px;
  }
  .wc-page h1 {
    font-size: 38px;
  }
  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }
  .product-summary__price > div > b {
    font-size: 30px;
  }
}
