.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;
  }
}

/* Premium checkout */
.checkout-page {
  max-width: 1280px;
  padding-top: 72px;
}

.checkout-heading {
  max-width: 760px;
}

.checkout-heading h1 {
  margin-bottom: 14px;
}

.checkout-heading > p {
  color: #66716b;
  font: 17px/1.7 Georgia, serif;
  margin: 0;
}

.checkout-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 22px;
}

.checkout-trust span {
  color: #40534a;
  font-size: 12px;
  font-weight: 700;
}

.premium-checkout {
  align-items: start;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .75fr);
  margin-top: 48px;
}

.checkout-layout .checkout-card {
  background: #fff;
  border: 1px solid #ddd5c8;
  box-shadow: 0 24px 70px rgba(31, 49, 40, .08);
  padding: clamp(25px, 4vw, 48px);
}

.checkout-card-head,
.checkout-section-title {
  align-items: flex-start;
  display: flex;
  gap: 15px;
}

.checkout-card-head {
  border-bottom: 1px solid #e7e1d7;
  margin-bottom: 25px;
  padding-bottom: 22px;
}

.checkout-section-title {
  border-top: 1px solid #e7e1d7;
  margin-top: 31px;
  padding-top: 26px;
}

.checkout-card-head > span,
.checkout-section-title > span {
  background: #213a30;
  border-radius: 50%;
  color: #e9d0aa;
  display: grid;
  flex: 0 0 36px;
  font-size: 10px;
  font-weight: 800;
  height: 36px;
  letter-spacing: .08em;
  place-items: center;
}

.checkout-card-head h2,
.checkout-section-title h3 {
  color: #1c3028;
  font: 400 25px/1.15 Georgia, serif;
  margin: 1px 0 5px;
}

.checkout-card-head p,
.checkout-section-title p {
  color: #758078;
  font-size: 12px;
  margin: 0;
}

.checkout-layout .checkout-card label {
  color: #33473e;
  font-size: 11px;
  letter-spacing: .06em;
  margin: 19px 0;
  text-transform: uppercase;
}

.checkout-layout .checkout-card input,
.checkout-layout .checkout-card textarea,
.checkout-layout .checkout-card select {
  background: #fbfaf7;
  border: 1px solid #d8d1c5;
  border-radius: 2px;
  color: #1b3027;
  display: block;
  font: 14px DM Sans, sans-serif;
  letter-spacing: 0;
  margin-top: 8px;
  min-height: 52px;
  padding: 14px 15px;
  text-transform: none;
  transition: border-color .2s, box-shadow .2s, background .2s;
  width: 100%;
}

.checkout-layout .checkout-card textarea {
  min-height: 112px;
  resize: vertical;
}

.checkout-layout .checkout-card input:focus,
.checkout-layout .checkout-card textarea:focus,
.checkout-layout .checkout-card select:focus {
  background: #fff;
  border-color: #9b7749;
  box-shadow: 0 0 0 3px rgba(155, 119, 73, .12);
  outline: none;
}

.checkout-coupon {
  background: #f5f2eb;
  border-left: 3px solid #b48a55;
  margin: 27px 0 22px;
  padding: 2px 18px;
}

.checkout-coupon label {
  margin: 14px 0!important;
}

.checkout-coupon .secondary-button {
  background: #213a30;
  border-radius: 2px;
  min-width: 88px;
}

.registration-note {
  align-items: center;
  background: #edf4ef;
  color: #1f6045;
  display: flex;
  gap: 12px;
  margin: 20px 0;
  padding: 15px;
}

.registration-note > span {
  border: 1px solid #78a38e;
  border-radius: 50%;
  display: grid;
  flex: 0 0 28px;
  height: 28px;
  place-items: center;
}

.registration-note p,
.registration-note small {
  display: grid;
  margin: 0;
  text-align: left!important;
}

.registration-note small {
  color: #668074!important;
  margin-top: 2px!important;
}

.checkout-submit {
  background: #213a30;
  border-radius: 2px;
  box-shadow: 0 12px 25px rgba(33, 58, 48, .18);
  min-height: 56px;
}

.checkout-payment-note {
  line-height: 1.6;
}

.checkout-layout .checkout-summary {
  background: #1d332a;
  box-shadow: 0 24px 60px rgba(23, 42, 34, .2);
  color: #fff;
  padding: 34px;
  position: sticky;
  top: 100px;
}

.summary-heading {
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  margin-bottom: 22px;
  padding-bottom: 20px;
}

.summary-heading span {
  color: #d5b786;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .2em;
}

.summary-heading h3 {
  font: 400 27px Georgia, serif;
  margin: 6px 0 0;
}

.checkout-summary .summary-items {
  display: grid!important;
  gap: 0!important;
  margin: 0!important;
}

.checkout-summary .mini {
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  line-height: 1.4;
  margin: 0!important;
  padding: 14px 0;
}

.checkout-summary .mini span {
  color: #dce4df;
}

.checkout-summary .mini small,
.checkout-summary > small,
.delivery-estimate,
.summary-assurance small {
  color: #aebdb5;
}

.checkout-summary hr {
  border-color: rgba(255, 255, 255, .15);
}

.checkout-summary .grand {
  align-items: end;
  border-top: 0;
  margin-top: 0!important;
}

.checkout-summary .grand b {
  color: #ead1a8;
  font: 400 30px Georgia, serif;
}

.delivery-estimate {
  font-size: 11px;
  margin: 15px 0 0;
}

.summary-assurance {
  border: 1px solid rgba(234, 209, 168, .25);
  display: grid!important;
  gap: 3px!important;
  margin: 28px 0 0!important;
  padding: 15px;
}

.summary-assurance span {
  color: #ead1a8;
  font-weight: 700;
}

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

  .checkout-layout .checkout-summary {
    position: static;
  }
}

@media (max-width: 560px) {
  .checkout-page {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 45px;
  }

  .checkout-trust {
    display: grid;
    gap: 8px;
  }

  .premium-checkout {
    margin-top: 32px;
  }

  .checkout-layout .checkout-card,
  .checkout-layout .checkout-summary {
    padding: 23px 19px;
  }

  .checkout-card-head h2,
  .checkout-section-title h3 {
    font-size: 21px;
  }

  .coupon-field {
    align-items: stretch;
    flex-direction: column;
  }

  .checkout-coupon .secondary-button {
    min-height: 46px;
  }
}
