/* Gloketh cart page */
.glk-cart-page {
  background: #fff;
  border-top: 1px solid #eef1ed;
  color: #111827;
  font-family: "Poppins", Arial, sans-serif;
}

.glk-cart-container {
  width: min(1740px, calc(100% - 128px));
  margin: 0 auto;
  padding: 20px 0 14px;
}

.glk-cart-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #667085;
  font-size: 13px;
  font-weight: 600;
}

.glk-cart-breadcrumb a {
  color: inherit;
}

.glk-cart-breadcrumb span {
  width: 6px;
  height: 6px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.glk-cart-breadcrumb strong {
  color: #475467;
}

.glk-cart-top {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  align-items: center;
  margin-top: 26px;
}

.glk-cart-top h1 {
  margin: 0 0 4px;
  color: #0b6d06;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.glk-cart-top h1 span {
  font-size: 18px;
  font-weight: 800;
}

.glk-cart-top p {
  margin: 0;
  color: #475467;
  font-size: 14px;
  font-weight: 600;
}

.glk-reserve-timer {
  display: grid;
  grid-template-columns: 24px auto auto;
  gap: 12px;
  align-items: center;
  min-width: 410px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  background: #edf5e9;
  color: #111827;
  font-size: 14px;
  font-weight: 800;
}

.glk-reserve-timer i,
.glk-reserve-timer strong {
  color: #0b6d06;
}

.glk-reserve-timer strong {
  margin-left: 18px;
  font-size: 17px;
  font-weight: 900;
}

.glk-continue-shopping {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 196px;
  min-height: 46px;
  border: 1px solid #0b6d06;
  border-radius: 6px;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
}

.glk-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 26px;
  align-items: start;
  margin-top: 22px;
}

.glk-cart-list,
.glk-cart-summary {
  border: 1px solid #dbe4d8;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.glk-cart-table-head,
.glk-cart-row {
  display: grid;
  grid-template-columns: minmax(300px, 1.55fr) minmax(150px, .7fr) minmax(190px, .85fr) minmax(150px, .7fr) 42px;
  align-items: center;
}

.glk-cart-table-head {
  min-height: 52px;
  padding: 0 20px;
  border-bottom: 1px solid #e2e8df;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
}

.glk-cart-row {
  min-height: 92px;
  padding: 12px 20px;
  border-bottom: 1px solid #e9eee7;
}

.glk-cart-product {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
  align-items: center;
  min-width: 0;
}

.glk-cart-product img {
  width: 128px;
  height: 64px;
  object-fit: contain;
}

.glk-cart-product h2 {
  margin: 0 0 7px;
  color: #111827;
  font-size: 15px;
  font-weight: 900;
}

.glk-cart-product p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 4px 0 0;
  color: #475467;
  font-size: 12px;
  font-weight: 700;
}

.glk-cart-product p i {
  color: #0b6d06;
  width: 14px;
}

.glk-cart-price strong,
.glk-cart-subtotal {
  display: block;
  color: #0b6d06;
  font-size: 16px;
  font-weight: 900;
}

.glk-cart-price small,
.glk-cart-qty small {
  display: block;
  margin-top: 6px;
  color: #475467;
  font-size: 12px;
  font-weight: 600;
}

.glk-cart-qty {
  text-align: center;
}

.glk-cart-qty > div {
  display: inline-grid;
  grid-template-columns: 42px 78px 42px;
  height: 38px;
  border: 1px solid #dbe4d8;
  border-radius: 7px;
  overflow: hidden;
}

.glk-cart-qty button,
.glk-cart-qty-value {
  display: grid;
  place-items: center;
  border: 0;
  background: #fff;
  color: #111827;
  text-align: center;
  font-size: 15px;
  font-weight: 900;
}

.glk-cart-qty button {
  background: #fbfcfa;
}

.glk-cart-qty-value {
  border-right: 1px solid #dbe4d8;
  border-left: 1px solid #dbe4d8;
}

.glk-cart-subtotal {
  text-align: center;
}

.glk-cart-remove {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #111827;
  font-size: 18px;
}

.glk-cart-list-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 48px;
  padding: 0 22px;
  background: #fbfcfa;
  color: #475467;
  font-size: 12px;
  font-weight: 700;
}

.glk-cart-list-note i {
  margin-right: 8px;
  color: #0b6d06;
}

.glk-cart-list-note button {
  border: 0;
  background: transparent;
  color: #c52323;
  font-size: 12px;
  font-weight: 900;
}

.glk-cart-list-note button i {
  color: #c52323;
}

.glk-cart-summary {
  padding: 24px 22px 20px;
}

.glk-cart-summary h2 {
  margin: 0 0 22px;
  color: #111827;
  font-size: 28px;
  font-weight: 900;
}

.glk-summary-line,
.glk-summary-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.glk-summary-line {
  margin-bottom: 18px;
  color: #111827;
  font-size: 16px;
  font-weight: 700;
}

.glk-summary-line strong {
  font-size: 16px;
  font-weight: 900;
}

.glk-summary-line i {
  margin-left: 6px;
  color: #667085;
  font-size: 12px;
}

.glk-summary-total {
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid #dbe4d8;
  color: #111827;
  font-size: 22px;
  font-weight: 900;
}

.glk-summary-total strong {
  color: #0b6d06;
  font-size: 26px;
}

.glk-checkout-btn,
.glk-save-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 52px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 900;
}

.glk-checkout-btn {
  margin-top: 28px;
  border: 1px solid #0b6d06;
  background: linear-gradient(180deg, #137806 0%, #075f01 100%);
  color: #fff;
}

.glk-save-cart-btn {
  margin-top: 14px;
  border: 1px solid #0b6d06;
  background: #fff;
  color: #0b6d06;
}

.glk-cart-assurance {
  display: grid;
  gap: 18px;
  margin-top: 10px;
  padding: 22px 22px;
  border-radius: 8px;
  background: #fbfcfa;
}

.glk-cart-assurance > div,
.glk-cart-benefits > div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
}

.glk-cart-assurance i,
.glk-cart-benefits i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #edf4e9;
  color: #0b6d06;
  font-size: 20px;
}

.glk-cart-assurance strong,
.glk-cart-assurance small,
.glk-cart-benefits strong,
.glk-cart-benefits small {
  display: block;
}

.glk-cart-assurance strong,
.glk-cart-benefits strong {
  color: #111827;
  font-size: 14px;
  font-weight: 900;
}

.glk-cart-assurance small,
.glk-cart-benefits small {
  margin-top: 3px;
  color: #475467;
  font-size: 13px;
  font-weight: 600;
}

.glk-cart-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 22px;
  padding: 18px 42px;
  border-radius: 8px;
  background: #fbfcfa;
}

.glk-cart-recommendations,
.glk-cart-newsletter {
  display: none;
}

.glk-cart-page + .glk-market-updates {
  display: none;
}

@media (max-width: 1400px) {
  .glk-cart-container {
    width: min(1280px, calc(100% - 56px));
  }

  .glk-cart-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  .glk-cart-table-head,
  .glk-cart-row {
    grid-template-columns: minmax(260px, 1.45fr) minmax(130px, .65fr) minmax(160px, .8fr) minmax(130px, .65fr) 38px;
  }

  .glk-cart-product {
    grid-template-columns: 118px 1fr;
    gap: 12px;
  }

  .glk-cart-product img {
    width: 108px;
  }
}

@media (max-width: 991px) {
  .glk-cart-container {
    width: min(720px, calc(100% - 28px));
    padding-top: 14px;
  }

  .glk-cart-top {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .glk-reserve-timer {
    min-width: 0;
    width: 100%;
  }

  .glk-continue-shopping {
    width: 100%;
  }

  .glk-cart-layout {
    grid-template-columns: 1fr;
  }

  .glk-cart-table-head {
    display: none;
  }

  .glk-cart-row {
    grid-template-columns: 1fr auto;
    gap: 12px;
    min-height: 0;
    padding: 14px;
  }

  .glk-cart-product {
    grid-column: 1 / -1;
    grid-template-columns: 110px 1fr;
  }

  .glk-cart-product img {
    width: 100px;
    height: 72px;
  }

  .glk-cart-price,
  .glk-cart-qty,
  .glk-cart-subtotal {
    text-align: left;
  }

  .glk-cart-remove {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
  }

  .glk-cart-list-note {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px;
  }

  .glk-cart-summary h2 {
    font-size: 24px;
  }

  .glk-cart-benefits {
    grid-template-columns: repeat(2, 1fr);
    padding: 18px;
  }
}

@media (max-width: 575px) {
  .glk-cart-container {
    width: calc(100% - 28px);
  }

  .glk-cart-breadcrumb {
    font-size: 11px;
  }

  .glk-cart-top {
    margin-top: 18px;
  }

  .glk-cart-top h1 {
    font-size: 26px;
  }

  .glk-cart-top h1 span {
    font-size: 14px;
  }

  .glk-cart-top p {
    font-size: 12px;
  }

  .glk-reserve-timer {
    grid-template-columns: 20px 1fr auto;
    gap: 8px;
    padding: 0 12px;
    font-size: 11px;
  }

  .glk-reserve-timer strong {
    margin-left: 4px;
    font-size: 13px;
  }

  .glk-continue-shopping {
    display: none;
  }

  .glk-cart-layout {
    gap: 24px;
  }

  .glk-cart-list {
    display: grid;
    gap: 10px;
    border: 0;
    background: transparent;
    overflow: visible;
  }

  .glk-cart-row {
    display: grid;
    grid-template-columns: 120px 74px minmax(52px, 1fr) 30px;
    gap: 7px 12px;
    padding: 12px 10px 10px;
    border: 1px solid #dfe6dc;
    border-radius: 8px;
    background: #fff;
  }

  .glk-cart-product {
    grid-column: 1 / -1;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }

  .glk-cart-product img {
    width: 112px;
    height: 76px;
  }

  .glk-cart-product h2,
  .glk-cart-price strong,
  .glk-cart-subtotal {
    font-size: 15px;
  }

  .glk-cart-product p,
  .glk-cart-price small,
  .glk-cart-qty small {
    font-size: 12px;
  }

  .glk-cart-product h2 {
    margin-bottom: 7px;
    line-height: 1.15;
  }

  .glk-cart-product p {
    gap: 8px;
    margin-top: 5px;
    line-height: 1.25;
  }

  .glk-cart-product p i {
    width: 16px;
    font-size: 13px;
  }

  .glk-cart-price {
    grid-column: 1;
    grid-row: 2;
    padding-left: 2px;
  }

  .glk-cart-qty {
    grid-column: 1 / 3;
    grid-row: 3;
    width: 154px;
    padding-left: 18px;
  }

  .glk-cart-subtotal {
    grid-column: 3;
    grid-row: 3;
    align-self: center;
    justify-self: end;
    margin-right: 4px;
    text-align: right;
    white-space: nowrap;
  }

  .glk-cart-remove {
    grid-column: 4;
    grid-row: 3;
    align-self: center;
    justify-self: end;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .glk-cart-qty > div {
    width: 100%;
    grid-template-columns: 38px 1fr 38px;
    height: 32px;
    border-color: #b9cdb4;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(17, 24, 39, .06);
  }

  .glk-cart-qty button,
  .glk-cart-qty-value {
    width: 100%;
    min-width: 0;
    height: 100%;
    padding: 0;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
  }

  .glk-cart-qty button {
    display: grid;
    place-items: center;
    background: #eef7eb;
    color: #075f01;
    line-height: 1;
  }

  .glk-cart-qty button:first-child {
    border-right: 1px solid #b9cdb4;
  }

  .glk-cart-qty button:last-child {
    border-left: 1px solid #b9cdb4;
  }

  .glk-cart-qty-value {
    background: #fff;
    color: #111827;
  }

  .glk-cart-qty small {
    width: 100%;
    margin-top: 4px;
    text-align: center;
  }

  .glk-cart-list-note {
    display: grid;
    gap: 10px;
    padding: 12px;
    border-radius: 7px;
    background: #f5f9f3;
    font-size: 11px;
  }

  .glk-cart-list-note button {
    width: 100%;
    min-height: 40px;
    border-radius: 6px;
    background: #fff0f0;
    color: #c52323;
  }

  .glk-cart-summary {
    padding: 20px 14px;
    border-radius: 8px;
  }

  .glk-summary-line {
    margin-bottom: 26px;
    font-size: 14px;
  }

  .glk-summary-total {
    margin-top: 6px;
    font-size: 17px;
  }

  .glk-summary-total strong {
    font-size: 22px;
  }

  .glk-checkout-btn,
  .glk-save-cart-btn {
    min-height: 54px;
    font-size: 15px;
  }

  .glk-cart-assurance {
    gap: 22px;
    margin-top: 16px;
    padding: 18px 14px;
    border-radius: 8px;
  }

  .glk-cart-benefits {
    display: none;
  }

  .glk-cart-recommendations {
    display: block;
    margin-top: 26px;
  }

  .glk-cart-recommendations h2 {
    margin: 0 0 14px;
    color: #111827;
    font-size: 17px;
    font-weight: 900;
  }

  .glk-cart-reco-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .glk-cart-reco-grid article {
    min-width: 0;
    padding: 10px 8px;
    border: 1px solid #dfe6dc;
    border-radius: 8px;
    background: #fff;
  }

  .glk-cart-reco-grid img {
    width: 100%;
    height: 74px;
    object-fit: contain;
  }

  .glk-cart-reco-grid h3 {
    margin: 8px 0 5px;
    color: #111827;
    font-size: 11px;
    font-weight: 900;
  }

  .glk-cart-reco-grid p {
    margin: 0 0 7px;
    color: #111827;
    font-size: 10px;
    font-weight: 700;
  }

  .glk-cart-reco-grid div {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
  }

  .glk-cart-reco-grid span {
    color: #f5a400;
    font-size: 9px;
    letter-spacing: 0;
  }

  .glk-cart-reco-grid small {
    color: #667085;
    font-size: 9px;
    font-weight: 700;
  }

  .glk-cart-reco-grid button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 36px;
    border: 1px solid #0b6d06;
    border-radius: 5px;
    background: #fff;
    color: #0b6d06;
    font-size: 12px;
    font-weight: 900;
  }

  .glk-cart-newsletter {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 10px;
    margin-top: 24px;
    padding: 18px;
    border-radius: 8px;
    background: linear-gradient(135deg, #0a4f03 0%, #0d6c05 100%);
    color: #fff;
  }

  .glk-cart-newsletter > i {
    color: #f5b529;
    font-size: 28px;
  }

  .glk-cart-newsletter h2 {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 900;
  }

  .glk-cart-newsletter p {
    margin: 0 0 14px;
    font-size: 12px;
    line-height: 1.35;
  }

  .glk-cart-newsletter form {
    display: grid;
    grid-template-columns: 1fr 100px;
  }

  .glk-cart-newsletter input,
  .glk-cart-newsletter button {
    min-height: 42px;
    border: 0;
  }

  .glk-cart-newsletter input {
    min-width: 0;
    padding: 0 13px;
    border-radius: 6px 0 0 6px;
    color: #111827;
    font-size: 12px;
  }

  .glk-cart-newsletter button {
    border-radius: 0 6px 6px 0;
    background: #137806;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
  }

}

