.woocommerce-shell {
  padding-top: 5.5rem;
  padding-bottom: 4rem;
}

.woocommerce-notices-wrapper,
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  margin: 0 0 1.25rem;
}

.woocommerce-notices-wrapper:empty {
  display: none;
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  padding: .9rem 1rem;
  border: 1px solid currentColor;
  list-style: none;
  font-size: 13px;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 48px;
  padding: .85rem 1.1rem;
  border: 1px solid var(--color-black) !important;
  border-radius: 0;
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
  font: inherit;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: var(--color-white) !important;
  color: var(--color-black) !important;
}

.woocommerce button.button:disabled {
  color: var(--color-white) !important;
  opacity: .55;
}

.woocommerce button.button:disabled:hover {
  color: var(--color-black) !important;
}

.woocommerce form .form-row {
  margin: 0 0 1.25rem;
}

.woocommerce form .form-row label {
  display: block;
  margin: 0 0 .45rem;
}

.woocommerce form .input-text,
.woocommerce form select,
.woocommerce form textarea,
.select2-container--default .select2-selection--single {
  width: 100%;
  min-height: 3rem;
  padding: .7rem .75rem;
  border: 1px solid #aaa;
  border-radius: 0;
  background: var(--color-white);
  font: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 1.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.woocommerce table.shop_table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}

.woocommerce table.shop_table_responsive tr {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
}

.woocommerce table.shop_table_responsive th {
  display: none;
}

.woocommerce table.shop_table_responsive td {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: .4rem 0;
  border: 0;
  text-align: left;
  vertical-align: middle;
}

.woocommerce table.shop_table img {
  width: 5rem;
}

.quantity-control {
  display: inline-grid;
  min-height: 42px;
  grid-template-columns: 36px 44px 36px;
  border: 1px solid var(--color-line);
}

.quantity-control button,
.quantity-control input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  text-align: center;
}

.quantity-control input {
  appearance: textfield;
}

.quantity-control input::-webkit-inner-spin-button,
.quantity-control input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.quantity-control__button {
  font-size: 22px;
  line-height: 1;
}

.woocommerce-checkout .col2-set {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-black);
}

.woocommerce-checkout-review-order {
  margin-top: 2rem;
}

.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}

.woocommerce-MyAccount-navigation a {
  text-decoration: underline;
  text-underline-offset: .2em;
}

.woocommerce-mini-cart {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-mini-cart__empty-message {
  padding: 2rem 0;
}

.stock.out-of-stock {
  color: #8b1c1c;
}

.woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.star-rating {
  position: relative;
  width: 5.4em;
  height: 1em;
  overflow: hidden;
  line-height: 1;
}

.star-rating::before {
  position: absolute;
  inset: 0;
  color: #bbb;
  content: "★★★★★";
}

.star-rating span {
  position: absolute;
  inset: 0 auto 0 0;
  overflow: hidden;
}

.star-rating span::before {
  color: var(--color-black);
  content: "★★★★★";
}

.woocommerce-order-details,
.woocommerce-customer-details {
  margin-top: 3rem;
}

.woocommerce-cart-form .coupon {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 2rem;
  text-wrap: nowrap;
}

.woocommerce ul.products,
.laconist-wishlist .product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce ul.products li.product {
  float: none;
  width: auto;
  min-width: 0;
  margin: 0;
}

.laconist-wishlist {
  min-height: 32vh;
  padding-bottom: 70px;
}

.laconist-wishlist__status {
  display: grid;
  min-height: 32vh;
  place-items: center;
  padding: 32px 16px;
  color: var(--color-muted);
  text-align: center;
}

.laconist-wishlist__status--error {
  color: #8b1c1c;
}

.product-card--unavailable {
  background: #ececec;
}

.product-card--unavailable .product-card__image {
  filter: grayscale(1);
  opacity: .45;
}

.product-card--unavailable .product-card__content {
  color: #777;
}

.product-card--unavailable:hover::after {
  display: none;
}

.product-card--unavailable:hover .product-card__image--primary {
  opacity: .45;
}

.product-card--unavailable:hover .product-card__image--secondary {
  opacity: 0;
  transform: none;
}

.product-card__badge--unavailable {
  max-width: calc(100% - 60px);
  background: #8a8a8a;
  font-size: 9px;
  white-space: normal;
}

.product-card__badge--coming-soon {
  max-width: calc(100% - 60px);
  white-space: normal;
}

@media (min-width: 768px) {
  .woocommerce-shell {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .woocommerce table.shop_table_responsive tr {
    display: table-row;
    padding: 0;
    border-bottom: 0;
  }

  .woocommerce table.shop_table_responsive th {
    display: table-cell;
  }

  .woocommerce table.shop_table_responsive th,
  .woocommerce table.shop_table_responsive td {
    display: table-cell;
    padding: 1rem .5rem;
    border-bottom: 1px solid #d6d6d6;
  }

  .woocommerce table.shop_table img {
    width: 7rem;
  }

  .woocommerce-checkout .col2-set {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  .woocommerce-cart-form .coupon {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 981px) {
  .woocommerce ul.products,
  .laconist-wishlist .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .woocommerce ul.products.columns-1 {
    grid-template-columns: 1fr !important;
  }

  .woocommerce ul.products.columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .woocommerce ul.products.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .woocommerce ul.products.columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .woocommerce ul.products.columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .laconist-wishlist {
    padding-bottom: 150px;
  }

  .woocommerce ul.order_details li {
    margin-bottom: 2em;
  }
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received, 
.woocommerce .woocommerce-customer-details .woocommerce-column__title {
  margin-bottom: 1rem;
}