#basket-container {
  text-align: left;
  max-width: 1232px;
  margin: 5vh auto 2.5vh auto; }

#basket-container h1 {
  display: inline-block;
  line-height: 38px;
  margin-right: 8px; }

#basket-container .item-count {
  display: inline-block;
  line-height: 28px;
  font-size: 140%; }

.basket-item-container, .empty-basket-container {
  padding: 32px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px; }

.empty-basket-container {
  background: #fff;
  text-align: center; }

.empty-basket-container h2 {
  font-weight: 600;
  font-size: 130%; }

.empty-basket-container .primaryButton {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px; }

.empty-basket-container a {
  text-align: center; }

#reserved-only {
  display: flex;
  flex-direction: row;
  margin-top: 24px;
  padding: 16px 12px;
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: #4891d6;
  width: 100%;
  background: #fff;
  align-items: center; }

.reserved-message {
  font-size: 100%;
  padding-left: 8px; }

#basket-checkout-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 32px;
  margin-top: 32px; }

#basket-items {
  width: 100%; }

#checkout-summary {
  width: 100%;
  min-width: 300px;
  max-width: 404px; }

#right-actions {
  position: sticky;
  top: 20px;
  will-change: transform; }

#checkout-wrapper {
  padding: 24px 32px 32px;
  height: max-content;
  margin: 0 0 32px;
  background: #fff;
  border: none; }

.basket-item {
  background: #fff;
  position: relative;
  margin-bottom: 32px;
  border: none;
  display: flex;
  flex-direction: row; }

.item-image {
  flex-basis: 20%; }

.item-image a {
  text-decoration: none;
  position: relative;
  display: block;
  width: 108px;
  height: 144px;
  width: 276px;
  height: 368px; }

.item-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0px;
  object-fit: contain;
  color: transparent; }

.item-description {
  flex-basis: 80%;
  background: #fff; }

.item-description a {
  text-decoration: none;
  color: #141414;
  display: contents; }

.item-description-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 24px 32px; }

.item-title-container {
  display: flex;
  flex-direction: row; }

.item-title {
  display: block;
  font-size: 140%;
  font-weight: 600;
  line-height: 1.2;
  width: 100%;
  flex-grow: 1; }

.item-delete {
  display: block;
  position: relative;
  border: none;
  cursor: pointer;
  padding: 0;
  top: 4px;
  height: 24px;
  width: 24px;
  margin-left: 24px;
  border-radius: 0;
  background-color: transparent;
  transition: border-radius .12s linear,background-color .12s linear,border-color .12s linear,box-shadow .12s linear,color .12s linear;
  flex-shrink: 0;
  -webkit-appearance: button; }

.item-sku, .item-price, .item-stock {
  display: block; }

.item-sku {
  margin-top: 8px; }

.item-stock {
  margin-top: 8px; }

.item-stock.txtGreen {
  font-weight: 600; }

.item-price {
  margin-top: 32px;
  font-size: 120%;
  font-weight: 600; }

.item-price span.discounted {
  color: #757575;
  text-decoration: line-through;
  text-decoration-color: #ed1c24;
  margin-right: 10px; }

.reduced-price-container {
  justify-content: flex-start;
  margin-top: 0; }

.price-alt-currency, .price-alt-currency-explanation {
  text-align: left !important; }

.summary {
  font-size: 140%;
  font-weight: 600; }

.summary-details {
  margin-top: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.tick {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  align-self: flex-start; }

.summary-detail {
  flex-basis: calc(100% - 32px);
  margin-left: 8px;
  margin-bottom: 20px;
  line-height: 1.4; }

.break {
  flex-basis: 100%;
  height: 0; }

.more-delivery-options {
  margin: 8px 0; }

.rule {
  margin-top: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #141414;
  position: static; }

.total-container {
  display: flex;
  align-items: start;
  flex-flow: wrap;
  justify-content: space-between;
  position: static;
  top: 0;
  z-index: 1;
  background: inherit;
  padding-top: 12px;
  padding-bottom: 24px; }

.total-title, .total-amount {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.total-title {
  font-size: 130%;
  font-weight: 500;
  color: #000; }

.total-amount {
  font-size: 110%; }

.total-amount, .total-delivery {
  font-weight: 600; }

.total-delivery {
  font-size: 90%; }

.checkout-cta {
  margin: 10px 0; }

.continue-shopping {
  text-align: center;
  margin: 24px auto; }

.continue-shopping a, .continue-shopping a:visited, .continue-shopping a:link, .continue-shopping a:active {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  transition: all .12s ease-in; }

.continue-shopping a:active, .continue-shopping a:hover {
  border-bottom: 1px solid #ff3200; }

.quantity-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
  justify-content: flex-start;
  margin: 24px 0 15px 0; }

.quantity-label {
  flex: 1 0 100%;
  display: flex;
  justify-content: flex-start;
  font-weight: 600; }

.quantity-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 48px;
  height: 48px;
  border: 1px solid #7f7f7f;
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  flex: 0 0 auto; }

.quantity-btn:enabled:hover, .quantity-input:hover {
  border: 1px solid #141414;
  border-radius: 4px; }

.quantity-btn:disabled {
  border: 1px solid #ccc;
  cursor: auto; }

.quantity-btn img {
  width: 24px;
  height: 24px;
  margin: 0 !important; }

.quantity-input {
  display: flex;
  width: 48px;
  height: 48px;
  text-align: center;
  border: 1px solid #7f7f7f;
  border-radius: 2px;
  font-size: 18px;
  padding: 8px;
  appearance: textfield;
  /* Hides the up/down arrows on some browsers */
  -moz-appearance: textfield;
  flex: 0 0 auto; }

/* Hide the spin buttons in WebKit browsers */
input.quantity-input::-webkit-outer-spin-button,
input.quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.submit-btn {
  display: none;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 1px solid #74BD3C;
  color: #74BD3C;
  font-size: 18px;
  line-height: 1;
  padding: 8px 16px;
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
  flex: 0 0 auto;
  animation-name: flash;
  animation-duration: 0.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background-color: #f3f2f1; }

.submit-btn:active, .submit-btn:hover, .submit-btn:focus {
  border: 1px solid #7f7f7f;
  color: #141414;
  border-radius: 4px;
  animation-play-state: paused; }

@keyframes flash {
  0% {
    border-color: #7f7f7f;
    color: #7f7f7f; }
  50% {
    border-top-color: #74BD3C;
    color: #74BD3C; }
  100% {
    border-top-color: #7f7f7f;
    color: #7f7f7f; } }
@-webkit-keyframes flash {
  0% {
    border-color: #7f7f7f;
    color: #7f7f7f; }
  50% {
    border-top-color: #74BD3C;
    color: #74BD3C; }
  100% {
    border-top-color: #7f7f7f;
    color: #7f7f7f; } }
@-moz-keyframes flash {
  0% {
    border-color: #7f7f7f;
    color: #7f7f7f; }
  50% {
    border-top-color: #74BD3C;
    color: #74BD3C; }
  100% {
    border-top-color: #7f7f7f;
    color: #7f7f7f; } }
/* Remove spinners/arrows on number inputs for mobile (optional) */
.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Optional: Improve spacing and usability on smaller screens */
@media (max-width: 480px) {
  .quantity-wrapper {
    gap: 5px; }

  .quantity-btn {
    width: 64px;
    height: 64px;
    font-size: 20px; }

  .quantity-input {
    width: 64px;
    height: 64px;
    font-size: 20px; }

  .submit-btn {
    height: 64px; }

  .brand-logo {
    max-width: none; } }
@media (max-width: 960px) {
  #basket-checkout-container {
    flex-direction: column-reverse; }

  #checkout-summary {
    max-width: 100%;
    min-width: 100%; }

  #checkout-wrapper {
    margin-bottom: 0; }

  .basket-item {
    flex-direction: column-reverse; }

  .item-image a {
    width: auto;
    height: auto; }

  .item-image img {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto; } }
