section.cart .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: auto;
  gap: 36px;
}
section.cart .wrapper > * {
  width: 100%;
}
section.cart .wrapper .basket h1 {
  color: #0b5653;
}
section.cart .wrapper .items {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: auto;
  gap: 16px;
}
section.cart .wrapper .items h4 {
  color: #007f80;
  font-weight: 400;
}
section.cart .wrapper .items .empty {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #007f80;
  line-height: 1.3;
}
section.cart .wrapper .items h5 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #0b5653;
  line-height: 1.3;
}
section.cart .wrapper .items > .btn {
  width: -moz-fit-content;
  width: fit-content;
}
section.cart .wrapper .items .listings {
  width: 100%;
}
section.cart .wrapper .items .listings .listings-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: auto;
  gap: 16px;
}
section.cart .wrapper .items .listings .product {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: auto;
  background: #FFF;
  max-width: 328px;
  width: 100%;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  align-self: stretch;
  overflow: hidden;
}
section.cart .wrapper .items .listings .product .image {
  width: 100%;
  aspect-ratio: 1.73/1;
  border-bottom: solid 2px #ccf9fa;
}
section.cart .wrapper .items .listings .product .image a {
  width: 100%;
  height: 100%;
}
section.cart .wrapper .items .listings .product .image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
section.cart .wrapper .items .listings .product .details {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: auto;
  padding: 16px;
  height: 100%;
  width: 100%;
}
section.cart .wrapper .items .listings .product .details .stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: auto;
  gap: 8px;
  margin-bottom: 8px;
}
section.cart .wrapper .items .listings .product .details .stars p {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #007f80;
  line-height: 1.3;
  margin-bottom: 0;
}
section.cart .wrapper .items .listings .product .details .stars .stars-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: auto;
  gap: 0;
}
section.cart .wrapper .items .listings .product .details .stars .stars-wrapper svg {
  max-width: 16px;
}
section.cart .wrapper .items .listings .product .details .subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #007f80;
  line-height: 1.3;
  letter-spacing: 0;
}
section.cart .wrapper .items .listings .product .details .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: auto;
  gap: 8px;
  margin-bottom: 16px;
}
section.cart .wrapper .items .listings .product .details .price p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #000;
  line-height: 1.3;
}
section.cart .wrapper .items .listings .product .details .price .price-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
}
section.cart .wrapper .items .listings .product .details .price .price-wrapper p {
  flex-basis: calc(50% - 8px);
  margin-bottom: 0;
}
section.cart .wrapper .items .listings .product .details .price .price-wrapper p .price {
  margin-bottom: 0;
}
section.cart .wrapper .items .listings .product .details .price .price-wrapper p.sale {
  color: #14bdbd;
}
section.cart .wrapper .items .listings .product .details .price .price-wrapper p.small {
  font-size: 0.875rem;
  text-decoration: line-through;
  line-height: 1.5;
}
section.cart .wrapper .items .listings .product .details .price .price-wrapper p.tax {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3d4343;
  line-height: 1.3;
  white-space: nowrap;
  line-height: 1.5;
}
section.cart .wrapper .items .listings .product .details button {
  align-self: flex-end;
  width: auto;
}
section.cart .wrapper .items .item {
  border-radius: 8px;
  box-shadow: 0px 4px 12px 0px rgba(31, 41, 45, 0.06);
  padding: 16px;
  width: 100%;
}
section.cart .wrapper .items .item .tablet {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
section.cart .wrapper .items .item .tablet > * {
  width: 100%;
}
section.cart .wrapper .items .item .tablet .top {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: auto;
  gap: 16px;
}
section.cart .wrapper .items .item .tablet .top > * {
  align-self: stretch;
}
section.cart .wrapper .items .item .tablet .top .image {
  flex-basis: 30%;
}
section.cart .wrapper .items .item .tablet .top .right {
  flex-basis: 70%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: auto;
  gap: 16px;
}
section.cart .wrapper .items .item .tablet .top .right > * {
  width: 100%;
}
section.cart .wrapper .items .item .tablet .top .right .product-name {
  font-weight: 600;
  margin-bottom: 16px;
}
section.cart .wrapper .items .item .tablet .top .right .price {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: auto;
  gap: 16px;
}
section.cart .wrapper .items .item .tablet .top .right .price > p {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #007f80;
  line-height: 1.3;
  margin-bottom: 0;
}
section.cart .wrapper .items .item .tablet .top .right .price div {
  align-self: flex-end;
}
section.cart .wrapper .items .item .tablet .top .right .price div p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #3d4343;
  line-height: 1.3;
  margin-bottom: 0;
}
section.cart .wrapper .items .item .tablet .bottom .methods {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: auto;
  gap: 8px;
}
section.cart .wrapper .items .item .tablet .bottom .methods .update {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: auto;
  gap: 8px;
}
section.cart .wrapper .items .item .tablet .bottom .methods .update label {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #007f80;
  line-height: 1.3;
}
section.cart .wrapper .items .item .tablet .bottom .methods .update input {
  max-width: 50%;
  text-align: center;
}
section.cart .wrapper .items .item .mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: auto;
  gap: 16px;
}
section.cart .wrapper .items .item .mobile > * {
  width: 100%;
}
section.cart .wrapper .items .item .mobile .top {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: auto;
  gap: 16px;
}
section.cart .wrapper .items .item .mobile .top .image {
  flex-basis: 30%;
}
section.cart .wrapper .items .item .mobile .top .right {
  flex-basis: 70%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: auto;
  gap: 8px;
}
section.cart .wrapper .items .item .mobile .top .right > * {
  width: 100%;
}
section.cart .wrapper .items .item .mobile .top .right .product-name {
  font-weight: 600;
  margin-bottom: 0;
}
section.cart .wrapper .items .item .mobile .top .right .price {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: auto;
  gap: 8px;
}
section.cart .wrapper .items .item .mobile .top .right .price > p {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #007f80;
  line-height: 1.3;
  margin-bottom: 0;
}
section.cart .wrapper .items .item .mobile .top .right .price div {
  align-self: flex-end;
}
section.cart .wrapper .items .item .mobile .top .right .price div p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #3d4343;
  line-height: 1.3;
  margin-bottom: 0;
}
section.cart .wrapper .items .item .mobile .bottom .methods {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: auto;
  gap: 8px;
}
section.cart .wrapper .items .item .mobile .bottom .methods .update {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: auto;
  gap: 8px;
}
section.cart .wrapper .items .item .mobile .bottom .methods .update label {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #007f80;
  line-height: 1.3;
}
section.cart .wrapper .items .item .mobile .bottom .methods .update input {
  max-width: 50%;
  text-align: center;
}
section.cart .wrapper .items .item .image {
  border-radius: 4px;
  border: 1px solid #95f4f4;
  background: #FFF;
}
section.cart .wrapper .sidebar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: auto;
  gap: 16px;
}
section.cart .wrapper .sidebar > * {
  width: 100%;
}
section.cart .wrapper .sidebar .discount > * {
  width: 100%;
}
section.cart .wrapper .sidebar .discount p {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: auto;
  gap: 8px;
}
section.cart .wrapper .sidebar .discount p svg {
  width: 24px;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 24px;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
section.cart .wrapper .sidebar .discount form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: auto;
  gap: 8px;
}
section.cart .wrapper .sidebar .discount form .fields {
  width: 100%;
}
section.cart .wrapper .sidebar .summary {
  border: 1px solid #ccf9fa;
  background: #f1fefd;
  padding: 16px;
}
section.cart .wrapper .sidebar .summary h4 {
  font-weight: 400;
  color: #007f80;
}
section.cart .wrapper .sidebar .summary hr {
  margin: 16px 0;
  background: #007f80;
}
section.cart .wrapper .sidebar .summary .top .quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: auto;
  gap: 8px;
}
section.cart .wrapper .sidebar .summary .top .quantity p {
  margin-bottom: 0;
  color: #0b5653;
}
section.cart .wrapper .sidebar .summary .bottom .total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: auto;
  gap: 8px;
  margin-bottom: 16px;
}
section.cart .wrapper .sidebar .summary .bottom .total p {
  font-weight: 600;
  color: #0b5653;
  margin-bottom: 0;
}
section.cart .wrapper .sidebar .btn {
  width: auto;
}

@media only screen and (min-width: 601px) {
  section.cart .wrapper .items .empty {
    font-size: 1.375rem;
  }
  section.cart .wrapper .items .listings .listings-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  section.cart .wrapper .items .listings .product {
    flex-basis: calc(50% - 8px);
    max-width: 280px;
  }
  section.cart .wrapper .items .item .mobile {
    display: none;
  }
  section.cart .wrapper .items .item .tablet {
    display: flex;
  }
  section.cart .wrapper .items .item .tablet .top {
    gap: 42px;
  }
  section.cart .wrapper .items .item .tablet .top .image {
    flex-basis: 40%;
  }
  section.cart .wrapper .items .item .tablet .top .right {
    flex-basis: 60%;
  }
  section.cart .wrapper .items .item .tablet .top .right .price div {
    align-self: flex-start;
  }
  section.cart .wrapper .items .item .tablet .top .right .bottom {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 992px) {
  section.cart {
    padding: 80px 16px;
  }
  section.cart .wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 64px;
  }
  section.cart .wrapper .basket h1 {
    font-size: 2.875rem;
  }
  section.cart .wrapper .basket .items h4 {
    font-size: 1.6875rem;
  }
  section.cart .wrapper .basket .items .empty {
    font-size: 1.6875rem;
  }
  section.cart .wrapper .basket .items .listings .product {
    flex-basis: calc(25% - 12px);
  }
  section.cart .wrapper .basket .items .listings .product .details h4 {
    font-size: 1.125rem;
  }
  section.cart .wrapper .sidebar {
    max-width: 351px;
  }
}
