@charset "utf-8";

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #15120f;
  color: #f8f1e7;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #ffd166;
  font-weight: 700;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #ffffff;
  text-decoration: underline;
}

h1,
h2,
h3 {
  color: #ffd166;
  line-height: 1.18;
  margin: 0 0 14px;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 20px;
}

p {
  margin: 0 0 15px;
}

ul {
  margin: 0 0 18px 22px;
  padding: 0;
}

li {
  margin: 0 0 8px;
}

hr {
  border: 0;
  border-top: 1px solid rgba(255, 209, 102, 0.35);
  margin: 28px 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

td {
  color: inherit;
  padding: 8px;
  vertical-align: top;
}

input,
select,
textarea,
button {
  font: inherit;
}

input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d8c7aa;
  border-radius: 6px;
  background: #fffdf8;
  color: #1f1b16;
  padding: 10px 12px;
}

textarea {
  min-height: 92px;
}

input[type="checkbox"],
input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

input[type="submit"],
.button-primary,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  border: 0;
  border-radius: 6px;
  padding: 12px 18px;
  color: #1f1b16;
  background: #ffbe3d;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
}

.button-icon {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  fill: currentColor;
  object-fit: contain;
}

.cart-icon {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
  background: transparent;
}

.button-icon-img {
  border-radius: 4px;
  object-fit: contain;
}

.whatsapp-mark {
  color: #ffffff;
}

.top-actions {
  position: sticky;
  top: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 240px));
  gap: 10px;
  justify-content: center;
  padding: 10px 18px;
  background: rgba(15, 13, 11, 0.97);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

input[type="submit"] {
  width: 100%;
  max-width: 460px;
  font-size: 18px;
  box-shadow: 0 4px 0 #a85f00;
  text-align: center;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
.button-primary:hover,
.button-primary:focus {
  background: #ffd166;
  color: #1f1b16;
  text-decoration: none;
}

.button-secondary {
  background: #2fb344;
  color: #ffffff;
}

.button-secondary:hover,
.button-secondary:focus {
  background: #39c954;
  color: #ffffff;
  text-decoration: none;
}

.container2 {
  width: min(100%, 1120px);
  margin: 0 auto;
  background: #1f1a15;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.container,
.contentarea,
.subcontent,
.section {
  width: 100%;
  padding: 26px 18px;
}

.container {
  background: #211b15;
}

.section-muted {
  background: #2a2119;
}

.section-light {
  background: #fff7ea;
  color: #211a14;
}

.section-light h1,
.section-light h2,
.section-light h3,
.section-light td {
  color: #211a14;
}

.clear {
  clear: both;
}

.header {
  display: grid;
  grid-template-columns: minmax(230px, 340px) 1fr;
  gap: 16px;
  align-items: center;
  width: 100%;
  padding: 14px 18px;
  background: #0f0d0b;
}

.logo {
  display: block;
  width: 300px;
}

.headercontent,
.headercontent1 {
  width: auto;
  min-width: 0;
  float: none;
  margin: 0;
}

.headercontent1 {
  text-align: right;
}

.site-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 16px;
  color: #f8f1e7;
  font-size: 15px;
}

.site-contact span {
  white-space: nowrap;
}

.site-hours {
  color: #d8c7aa;
  font-size: 14px;
  text-align: right;
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  width: 100%;
  min-height: 0;
  padding: 6px;
  background: #ffbe3d;
  color: #1f1b16;
}

a.navlinks,
a.navlinks:link,
a.navlinks:visited {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border-radius: 4px;
  padding: 8px 12px;
  color: #1f1b16;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  white-space: normal;
}

a.navlinks:hover,
a.navlinks:focus {
  background: rgba(31, 27, 22, 0.14);
  color: #1f1b16;
  text-decoration: none;
}

.banner {
  display: block;
  width: 100%;
}

.hero {
  padding: 28px 18px 32px;
  background: #211910;
}

.hero-copy {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 6px;
  text-align: center;
}

.eyebrow {
  color: #ffbe3d;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lead {
  margin-right: auto;
  margin-left: auto;
  max-width: 680px;
  color: #f8e8cf;
  font-size: 19px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: 100%;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
}

.trust-item,
.product-card,
.review-card,
.order-panel,
.notice-panel {
  border: 1px solid rgba(255, 209, 102, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.trust-item {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  align-items: center;
  padding: 12px;
  min-height: 156px;
  color: #f8f1e7;
  text-decoration: none;
  text-align: center;
}

.trust-item:hover,
.trust-item:focus {
  border-color: rgba(255, 209, 102, 0.6);
  color: #ffffff;
  text-decoration: none;
}

.trust-item strong {
  display: block;
  color: #ffffff;
}

.trust-item span {
  color: #e7d5ba;
  font-size: 14px;
}

.review-proof {
  position: relative;
  display: grid;
  grid-template-columns: 74px 1fr;
  grid-template-rows: auto 1fr auto auto;
  gap: 8px 10px;
  align-items: center;
  text-align: left;
}

.review-proof strong,
.review-proof span {
  grid-column: 1 / -1;
}

.review-score {
  color: #ffffff;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

.review-bars {
  display: grid;
  gap: 5px;
}

.review-bars span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffbe3d 0 88%, rgba(255, 255, 255, 0.16) 88% 100%);
}

.review-bars span:nth-child(2) {
  background: linear-gradient(90deg, #ffbe3d 0 18%, rgba(255, 255, 255, 0.16) 18% 100%);
}

.review-bars span:nth-child(n+3) {
  background: rgba(255, 255, 255, 0.16);
}

.trust-icon {
  position: relative;
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  border: 2px solid #ffbe3d;
  border-radius: 50%;
}

.trust-image-icon {
  display: block;
  width: 116px;
  height: 116px;
  object-fit: contain;
  margin: 0 auto;
}

.order-panel {
  padding: 16px;
  background: #fff7ea;
  color: #211a14;
  margin-bottom: 36px;
}

.order-panel h2,
.order-panel h3,
.order-panel td {
  color: #211a14;
}

.order-intro {
  margin-bottom: 14px;
  color: #4c4033;
  font-size: 15px;
}

.delivery-area-note {
  color: #c1121f;
  font-weight: 800;
}

.trust-item .delivery-area-note {
  color: #c1121f;
  font-weight: 800;
}

.order-fields {
  display: grid;
  gap: 16px;
}

.phone-field {
  display: grid;
  grid-template-columns: auto minmax(190px, 280px) 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 50px;
}

.phone-field label {
  font-weight: 800;
  white-space: nowrap;
}

.phone-field input[type="text"] {
  max-width: 260px;
}

.product-option {
  border-top: 1px solid #e8d9c2;
  padding: 20px 0;
}

.product-layout {
  display: grid;
  grid-template-columns: 170px minmax(240px, 1fr) minmax(250px, 330px);
  gap: 18px;
  align-items: center;
}

.product-image {
  width: 170px;
  height: 150px;
  border-radius: 8px;
  object-fit: cover;
}

.product-copy h3 {
  margin-bottom: 4px;
  color: #211a14;
}

.load-note {
  margin: 10px 0 0;
  color: #4c4033;
  font-weight: 800;
}

.product-option select {
  display: block;
  max-width: 720px;
  margin-top: 12px;
}

.form-center-row,
.submit-row {
  text-align: center;
}

.service-row {
  display: grid;
  gap: 8px;
  justify-items: center;
  border-top: 1px solid #e8d9c2;
  padding-top: 22px;
}

.service-row div:first-child,
.notes-row label {
  font-weight: 800;
}

.service-row input[type="checkbox"] {
  margin-right: 6px;
}

.notes-row {
  display: grid;
  gap: 8px;
  justify-items: center;
}

.notes-row textarea {
  max-width: 620px;
  text-align: left;
}

.submit-row {
  padding-top: 8px;
  padding-bottom: 34px;
}

.submit-row input[type="submit"] {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #8f3900;
}

.order-table {
  display: block;
}

.order-table tbody,
.order-table tr,
.order-table td {
  display: block;
  width: 100%;
}

.order-table tr {
  padding: 14px 0;
  border-top: 1px solid #e8d9c2;
}

.order-table tr:first-child {
  border-top: 0;
}

.order-table .phone-row {
  display: grid;
  grid-template-columns: auto minmax(190px, 280px) 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 50px;
}

.order-table .phone-row td {
  display: block;
  width: auto;
  padding: 0;
}

.order-table .phone-row td:first-child {
  white-space: nowrap;
}

.order-table .phone-row input[type="text"] {
  max-width: 260px;
}

.required {
  color: #c1121f;
  font-weight: 800;
}

.order-table td:first-child {
  padding-bottom: 4px;
  font-weight: 800;
}

.order-table .form-center-row,
.order-table .submit-row {
  text-align: center;
}

.order-table .form-center-row td:first-child,
.order-table .submit-row td:first-child {
  padding-bottom: 6px;
}

.order-table .service-row td,
.order-table .notes-row td,
.order-table .submit-row td {
  text-align: center;
}

.order-table .service-row input[type="checkbox"] {
  margin-right: 6px;
}

.order-table .notes-row textarea {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.order-table .submit-row {
  padding-top: 24px;
  padding-bottom: 28px;
}

.order-table .submit-row input[type="submit"] {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #8f3900;
  text-transform: none;
}

.order-table img {
  width: 88px;
  height: 76px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 12px 8px 0;
  float: left;
}

.product-guidance {
  clear: both;
  max-width: 620px;
  margin: 10px 0 12px;
}

.product-subtitle {
  display: inline-block;
  margin-top: 2px;
  color: #6b5946;
  font-size: 14px;
  font-weight: 700;
}

.best-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}

.best-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border-radius: 999px;
  background: #f3dfbd;
  color: #4c2500;
  padding: 4px 9px;
  font-size: 13px;
  font-weight: 800;
}

.trait-bars {
  display: grid;
  gap: 4px;
  max-width: 360px;
}

.trait-bars div {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 8px;
  align-items: center;
}

.trait-bars b {
  color: #4c4033;
  font-size: 13px;
}

.flames {
  display: inline-flex;
  gap: 2px;
  font-size: 13px;
  line-height: 1;
}

.flames span {
  display: inline-block;
  width: 1em;
  text-align: center;
}

.flames .off {
  filter: grayscale(1);
  opacity: 0.42;
}

.product-grid,
.review-grid,
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.product-card,
.review-card,
.notice-panel {
  padding: 16px;
}

.product-card {
  background: #fff7ea;
  color: #211a14;
}

.product-card h3,
.product-card td {
  color: #211a14;
}

.price {
  color: #8f3900;
  font-size: 24px;
  font-weight: 800;
}

.reviews-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.stars {
  color: #ffbe3d;
  font-size: 24px;
  letter-spacing: 0;
}

.review-card {
  background: #261f18;
}

.review-card cite {
  display: block;
  margin-top: 10px;
  color: #d8c7aa;
  font-style: normal;
  font-weight: 800;
}

.benefits {
  margin-left: 24px;
  font-size: 17px;
}

.font {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 19px;
  list-style-image: url("img/green-tick.png");
  white-space: normal;
}

.info {
  width: auto;
  min-width: 0;
  float: none;
  padding: 0;
}

.container1 {
  width: min(100%, 760px);
  min-width: 0;
  margin: 0 auto;
}

.picture,
.wood,
.kindling,
.chop {
  max-width: 100%;
  min-width: 0;
}

.picture {
  width: min(100%, 285px);
  float: right;
  margin: 4px 0 14px 16px;
}

.wrapper {
  width: min(100%, 760px);
  min-width: 0;
  margin: 0 auto 16px;
  border: 1px solid rgba(255, 209, 102, 0.25);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
  padding: 16px;
}

.callus {
  color: #ffd166;
}

.textred {
  color: #ff6b6b;
}

.bigoffer {
  font-size: 30px;
  font-weight: 800;
}

.label {
  text-align: right;
  vertical-align: top;
}

.footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 100%;
  min-width: 0;
  float: none;
  padding: 22px 18px;
  background: #0f0d0b;
}

.footercontent {
  width: auto;
  min-width: 0;
  float: none;
  color: #f8f1e7;
  text-align: center;
}

.engenie {
  width: auto;
  min-width: 0;
  float: none;
  margin: 0;
  padding: 18px;
  color: #f8f1e7;
  text-align: center;
}

.orderdetails {
  overflow-x: auto;
  margin: 18px;
  border-radius: 8px;
  background: #fff7ea;
  color: #211a14;
  padding: 18px;
}

.orderdetailstext td {
  color: #211a14;
}

.sifr {
  position: absolute;
  visibility: hidden;
}

.whatsapp-icon {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 50;
}

.whatsapp-icon img {
  width: 62px;
  height: auto;
  cursor: pointer;
}

@media (max-width: 820px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 29px;
  }

  h2 {
    font-size: 23px;
  }

  .container2 {
    width: 100%;
  }

  .header,
  .footer,
  .product-grid,
  .review-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 560px;
  }

  .trust-item,
  .review-proof {
    grid-template-columns: 92px 1fr;
    grid-template-rows: auto auto;
    min-height: 0;
    gap: 4px 14px;
    padding: 10px 12px;
    text-align: left;
  }

  .trust-image-icon {
    grid-row: 1 / 3;
    width: 72px;
    height: 72px;
    margin: 0 auto;
  }

  .trust-item strong,
  .trust-item span,
  .review-proof strong,
  .review-proof span {
    grid-column: 2;
  }

  .trust-item strong,
  .review-proof strong {
    align-self: end;
  }

  .trust-item span,
  .review-proof span {
    align-self: start;
  }

  .review-score {
    grid-column: 1;
    grid-row: 1;
    font-size: 30px;
    text-align: center;
  }

  .review-bars {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
  }

  .headercontent1,
  .site-contact,
  .site-hours {
    justify-content: flex-start;
    text-align: left;
  }

  .navbar {
    justify-content: center;
    overflow-x: visible;
    flex-wrap: wrap;
    gap: 1px;
    padding: 3px;
  }

  a.navlinks,
  a.navlinks:link,
  a.navlinks:visited {
    flex: 1 1 72px;
    justify-content: center;
    min-height: 24px;
    padding: 3px 5px;
    font-size: 13px;
    line-height: 1.1;
    white-space: normal;
  }

  .hero {
    padding-top: 22px;
  }

  .top-actions {
    grid-template-columns: 1fr 1fr;
    padding: 8px;
  }

  .phone-field {
    grid-template-columns: auto minmax(150px, 1fr);
    gap: 8px;
  }

  .phone-field input[type="text"] {
    max-width: 220px;
  }

  .product-layout {
    grid-template-columns: 92px 1fr;
    gap: 12px;
    align-items: start;
  }

  .product-image {
    width: 92px;
    height: 86px;
  }

  .product-copy h3 {
    font-size: 20px;
  }

  .product-layout .trait-bars {
    grid-column: 1 / -1;
    max-width: 360px;
    margin-left: 104px;
  }

  .product-option select {
    max-width: none;
  }

  .order-table .phone-row td:first-child {
    padding-bottom: 0;
  }

  .order-table .phone-row input[type="text"] {
    max-width: 220px;
  }

  .order-panel {
    margin: 0 -4px;
    border-radius: 0;
  }

  .contentarea,
  .container,
  .section,
  .subcontent {
    padding: 22px 14px;
  }

  td {
    display: block;
    width: 100%;
    padding: 6px 0;
  }

  .label {
    text-align: left;
  }

  .picture {
    float: none;
    width: 100%;
    margin: 8px 0 14px;
  }

  .whatsapp-icon {
    display: none;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: 26px;
  }

  .logo {
    width: 240px;
  }

  .order-table img {
    width: 74px;
    height: 66px;
  }

  .product-layout {
    grid-template-columns: 82px 1fr;
  }

  .product-image {
    width: 82px;
    height: 76px;
  }

  .product-layout .trait-bars {
    margin-left: 94px;
  }

  .price {
    font-size: 21px;
  }
}
