.catalogue-tools {
  align-items: end;
  background: #f7f4ee;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(220px, 1fr) 180px 180px auto;
  margin: -12px 0 30px;
  padding: 16px;
}

.catalogue-tools label {
  color: #6b7280;
  display: grid;
  font-size: 11px;
  font-weight: 700;
  gap: 6px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.catalogue-tools input[type="search"],
.catalogue-tools select {
  background: #fff;
  border: 1px solid #e5e1d9;
  color: #111827;
  font: 14px 'DM Sans', sans-serif;
  min-height: 44px;
  padding: 10px 12px;
}

.catalogue-tools .stock-filter {
  align-items: center;
  display: flex;
  min-height: 44px;
  padding: 0 8px;
  white-space: nowrap;
}

.catalogue-tools .stock-filter input {
  accent-color: #e8622a;
  height: 18px;
  width: 18px;
}

.add:disabled {
  cursor: not-allowed;
  opacity: .45;
}

.trust-page {
  margin: auto;
  max-width: 900px;
  min-height: 75vh;
  padding: 90px max(6vw, 24px);
}

.trust-page h1 {
  font-size: clamp(38px, 6vw, 64px);
  margin: 12px 0 35px;
}

.trust-content {
  color: #4b5563;
  font-size: 17px;
  line-height: 1.9;
  white-space: normal;
}

.trust-contact {
  align-items: center;
  border-top: 1px solid #e5e1d9;
  display: flex;
  gap: 24px;
  margin-top: 45px;
  padding-top: 28px;
}

@media (max-width: 700px) {
  .catalogue-tools {
    grid-template-columns: 1fr 1fr;
  }

  .store-search {
    grid-column: 1 / -1;
  }
}

@media (max-width: 430px) {
  .catalogue-tools {
    grid-template-columns: 1fr;
  }

  .store-search {
    grid-column: auto;
  }
}

.image-wrap {
  position: relative;
}

.sale-badge {
  background: #e8622a;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  left: 10px;
  padding: 6px 9px;
  position: absolute;
  text-transform: uppercase;
  top: 10px;
  z-index: 2;
}

.wish {
  background: #fffffff0;
  border: 0;
  border-radius: 50%;
  color: #9ca3af;
  height: 38px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 38px;
  z-index: 2;
}

.wish.active {
  color: #e8622a;
}

.wish.large {
  border: 1px solid #e5e1d9;
  flex: 0 0 auto;
  position: static;
}

.product-title-row {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}

.category-label {
  color: #6b7280;
  text-transform: uppercase;
}

.card-body del,
.product-info del {
  color: #9ca3af;
  font-size: .72em;
  font-weight: 400;
  margin-left: 5px;
}

.stars {
  color: #d48b16;
  display: inline-block;
  font-size: 13px;
  margin: 2px 0 5px;
}

.stars small {
  color: #6b7280;
}

.thumbs {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  overflow-x: auto;
}

.thumbs button {
  background: #fff;
  border: 2px solid transparent;
  height: 76px;
  padding: 2px;
  width: 66px;
}

.thumbs button.active {
  border-color: #e8622a;
}

.thumbs img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.variant-picker {
  display: grid;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  margin: 22px 0;
}

.variant-picker select,
.review-form input,
.review-form textarea,
.review-form select {
  border: 1px solid #d8d5cf;
  font: inherit;
  padding: 12px;
  width: 100%;
}

.assurance {
  flex-direction: column;
  gap: 8px;
}

.compact-section {
  border-top: 1px solid #e5e1d9;
  padding-top: 55px;
}

.review-columns {
  display: grid;
  gap: 65px;
  grid-template-columns: 1fr 1fr;
}

.review {
  border-bottom: 1px solid #e5e1d9;
  display: grid;
  gap: 5px;
  padding: 18px 0;
}

.review strong small {
  color: #17834f;
}

.review p,
.muted-text {
  color: #6b7280;
  margin: 0;
}

.review-form {
  background: #f7f4ee;
  padding: 28px;
}

.review-form label {
  display: grid;
  font-size: 13px;
  font-weight: 700;
  gap: 6px;
  margin-bottom: 15px;
}

.coupon-field {
  display: flex;
  gap: 7px;
}

.coupon-field input {
  margin: 0!important;
}

.secondary-button {
  background: #111827;
  border: 0;
  color: #fff;
  padding: 0 16px;
}

.checkout-layout aside > div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin: 12px 0;
}

.discount-line {
  color: #16834f;
}

.confirmation {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.confirmation-mark {
  background: #e7f3ed;
  border-radius: 50%;
  color: #17834f;
  display: grid;
  font-size: 34px;
  height: 76px;
  margin-bottom: 20px;
  place-items: center;
  width: 76px;
}

.confirmation p {
  color: #6b7280;
  max-width: 590px;
}

.confirmation-total {
  background: #f7f4ee;
  display: flex;
  font-size: 18px;
  gap: 45px;
  margin: 20px 0;
  padding: 18px 24px;
}

.bank-confirmation {
  padding-bottom: 100px;
  padding-top: 70px;
}

.bank-details {
  background: #172f26;
  color: #fff;
  display: grid;
  gap: 0;
  margin: 6px 0 24px;
  max-width: 650px;
  padding: 26px;
  text-align: left;
  width: 100%;
}

.bank-details > div {
  align-items: center;
  border-bottom: 1px solid #ffffff20;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 12px 0;
}

.bank-details span,
.bank-details p,
.bank-details small {
  color: #c6d0cb;
}

.bank-details p {
  margin: 18px 0 4px;
}

.bank-details small {
  margin-top: 10px;
}

.bank-details small b {
  color: #e1bd88;
}

.payment-proof-form {
  background: #f7f4ee;
  border: 1px solid #ded8cd;
  display: grid;
  gap: 14px;
  max-width: 650px;
  padding: 28px;
  text-align: left;
  width: 100%;
}

.payment-proof-form h3,
.payment-proof-form p {
  margin: 0;
}

.payment-proof-form label {
  display: grid;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
}

.payment-proof-form input[type='file'] {
  background: #fff;
  border: 1px solid #d8d5cf;
  padding: 12px;
}

.payment-proof-form > small {
  color: #6b7280;
  text-align: center;
}

.proof-success {
  background: #e7f3ed;
  color: #176a48;
  padding: 12px;
}

@media (max-width: 560px) {
  .bank-details,
  .payment-proof-form {
    padding: 20px;
  }

  .bank-details > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }
}

.whatsapp-float {
  background: #159c52;
  border-radius: 99px;
  bottom: 22px;
  box-shadow: 0 10px 30px #0003;
  color: #fff;
  font-weight: 800;
  padding: 13px 18px;
  position: fixed;
  right: 22px;
  text-decoration: none;
  z-index: 8;
}

.nav-count {
  background: #f0f1f2;
  border-radius: 99px;
  padding: 1px 6px;
}

.site-footer {
  align-items: flex-start;
  gap: 25px;
}

.site-footer > div {
  display: grid;
  gap: 6px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  max-width: 520px;
}

.site-footer nav a {
  color: #d1d5db;
  font-size: 13px;
  text-decoration: none;
}

@media (max-width: 900px) {
  .review-columns {
    grid-template-columns: 1fr;
  }

  .site-footer {
    align-items: center;
  }

  .site-footer nav {
    justify-content: center;
  }
}
