.cc-account__container {
  margin-top: 2.4rem;
  margin-bottom: 4rem;
}

.cc-account__container .nav-link.active {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
}

.cc-account__heading {
  margin-left: .8rem;
  font-size: 2rem;
}

@media (min-width: 1024px) {
  .cc-account__heading {
    margin: 1.6rem 0;
    font-size: 2.4rem;
  }
}

@media (max-width: 1023.98px) {
  .cc-account__heading {
    margin-top: 2.4rem;
  }

  .cc-tabs__pane .cc-account__heading {
    margin: .8rem 0 2rem;
  }

  .cc-account__heading.cc-account__consentTitle {
    margin-top: 1.4rem;
    margin-bottom: 2.6rem;
  }

  .cc-account__heading.cc-account__orderHistory__sort {
    margin-top: 0;
  }
}

.cc-account__navigationList__categories {
  margin-top: 1.2rem;
  padding-right: 5rem;
}

.cc-account__navigationList__category {
  align-items: center;
  gap: 1.1rem;
  margin-top: .8rem;
  padding: 1rem .7rem;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
}

.cc-account__navigationList__category:hover, .cc-account__navigationList__category--active {
  background: var(--color-primary-lighter);
  border-radius: .8rem;
}

.cc-account__navigationList .cc-form__wrp--select .cc-icon {
  display: inline-block;
}

.cc-account__navigationSelect {
  margin-top: 1.3rem;
}

.cc-account__navigationSelect .filter-option-inner-inner span {
  align-items: center;
  gap: .5rem;
  margin-top: -.1rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-account__dashboardHeading {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

.cc-account__orderDetails .cc-account__dashboardHeading {
  margin: 1.6rem 0;
}

@media (min-width: 1024px) {
  .cc-account__orderDetails .cc-account__dashboardHeading {
    margin: 2.4rem 0;
  }
}

@media (max-width: 1279.98px) {
  .cc-account__content {
    margin-top: -1.4rem;
  }
}

.cc-account__content .cc-tabs__navbar {
  gap: 1.6rem;
}

@media (max-width: 1279.98px) {
  .cc-account__content .cc-tabs__navbar {
    overflow-x: auto;
  }
}

.cc-account__content .cc-tabs--flexible .cc-tabs__navbar__item {
  flex: 0;
}

.cc-account__content .cc-accordion__item {
  border: .1rem solid var(--color-border-light);
  margin-top: 3.2rem;
  padding: 1.6rem;
}

.cc-account__content .cc-account__coffeeMatch__wrp .cc-accordion__item {
  border: none;
  margin-top: 0;
  padding: 1.6rem 0;
}

.cc-account__content .cc-account__coffeeMatch__wrp .cc-em-accordion__extra-title {
  margin: 0;
}

.cc-account__content.cc-account__orderHistory .cc-accordion__btn {
  padding: 0 4.4rem 0 0;
}

.cc-account__content.cc-account__orderHistory .cc-accordion__item {
  padding: 2.4rem 1.6rem;
}

.cc-account__content.cc-account__orderHistory .cc-accordion__item:not(:first-of-type) {
  margin-top: 1.2rem;
}

@media (min-width: 1024px) {
  .cc-account__content.cc-account__orderHistory .cc-accordion__item {
    padding: 2.4rem;
  }
}

.cc-account__content:not(.cc-account__orderHistory) .cc-accordion__btn {
  padding: 0 4.4rem 0 0;
}

@media (min-width: 1024px) {
  .cc-account__content:not(.cc-account__orderHistory) .cc-accordion__btn {
    padding: .6rem .4rem;
  }
}

.cc-account__content .cc-accordion__btn.cc-account__lastOrder:before {
  content: none;
  display: none;
}

.cc-account__content .cc-accordion__btn.cc-account__lastOrder:after {
  content: none;
  display: none;
}

.cc-account__cardWrapper {
  gap: 1.2rem;
  margin-top: 2.4rem;
  display: grid;
}

@media (min-width: 1024px) {
  .cc-account__cardWrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cc-account__cardWrapper.cc-account__defaultAddressWrp {
  margin-bottom: 2.4rem;
}

@media (max-width: 1023.98px) {
  .cc-account__cardWrapper.cc-account__defaultAddressWrp {
    margin-top: -1rem;
  }
}

.cc-account__card {
  border: .1rem solid;
  justify-content: space-between;
  display: flex;
}

.cc-account__card__title {
  font-weight: 700;
}

@media (min-width: 1024px) {
  .cc-account__addressWrapper .cc-account__card__info {
    flex: 1;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }
}

.cc-account__addressWrapper .cc-account__card__edit {
  align-items: center;
  gap: 1.6rem;
  display: flex;
}

.cc-account__mandatory {
  margin-top: 1.2rem;
}

@media (max-width: 1023.98px) {
  .cc-account__button {
    width: 100%;
    font-size: 1.3rem;
  }
}

.cc-account__editProfileBtn {
  margin-top: .8rem;
}

.cc-account__deleteBtn {
  margin-top: 1.6rem;
}

@media (max-width: 1023.98px) {
  .cc-account__deleteBtn {
    width: 100%;
  }
}

.cc-account__deleteInfo {
  align-items: center;
  gap: .8rem;
  margin-top: 1.2rem;
  display: flex;
}

.cc-account__deleteInfo-icon {
  flex-shrink: 0;
}

@media (max-width: 1279.98px) {
  .cc-account__toast {
    margin-bottom: -20%;
  }
}

@media (min-width: 1024px) {
  .cc-account__passwordCriteria {
    margin: 2rem 0;
  }
}

.cc-account__passwordCriteria p {
  font-weight: 700;
}

@media (max-width: 1279.98px) {
  .cc-account__passwordCriteria p {
    margin-bottom: .8rem;
  }
}

.cc-account__passwordCriteria__list {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

@media (min-width: 1024px) {
  .cc-account__passwordCriteria__list {
    grid-template-columns: repeat(4, 1fr);
    margin-top: .8rem;
  }
}

@media (max-width: 1279.98px) {
  .cc-account__passwordCriteria__list {
    margin-bottom: 2.1rem;
  }
}

.cc-account__passwordCriteria__item {
  align-items: center;
  gap: .8rem;
  margin-bottom: .8rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-account__passwordCriteria__item {
    margin-bottom: .3rem;
  }
}

.cc-account__passwordCriteria__icon {
  opacity: .5;
  flex-shrink: 0;
}

.cc-account__addressWrapper {
  margin-top: 2.4rem;
}

@media (max-width: 1023.98px) {
  .cc-account__addressWrapper.cc-account__paymentWrapper {
    margin-top: -.6rem;
  }
}

.cc-account__addressCard {
  margin-bottom: 1.6rem;
}

.cc-account__consent .cc-account__addressCard {
  padding-bottom: 1rem;
}

.cc-account__buttons {
  flex-direction: column;
  gap: 1.2rem;
  display: flex;
}

@media (min-width: 564px) {
  .cc-account__buttons {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .cc-account__addressModal:not(.cc-account__returnModal) .cc-form {
    height: 100%;
  }
}

.cc-account__addressModal .cc-modal__dialog {
  width: auto !important;
  height: auto !important;
  max-height: 75vh !important;
  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  -ms-transform: none !important;
  transform: none !important;
}

@media (min-width: 1024px) {
  .cc-account__addressModal .cc-modal__dialog {
    height: 100% !important;
    max-height: 100vh !important;
    top: 0 !important;
    left: auto !important;
    right: 0 !important;
  }
}

@media (max-width: 1023.98px) {
  .cc-account__addressModal .cc-modal__dialog {
    max-width: 100vw !important;
  }
}

.cc-account__addressModal .cc-modal__content {
  z-index: 1;
  max-height: 75vh;
}

@media (min-width: 1024px) {
  .cc-account__addressModal .cc-modal__content {
    flex-direction: column;
    height: 100%;
    max-height: 100vh;
    display: flex;
  }
}

@media (max-width: 1023.98px) {
  .cc-account__addressModal .cc-modal__content {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .cc-account__addressModal .cc-modal__footer {
    z-index: 2;
    background: var(--color-white);
    flex: none;
    position: sticky;
    bottom: 0;
  }
}

.cc-account__addressModal.cc-editDefaultAddressModal .bootstrap-select .dropdown-menu .dropdown-item .text, .cc-account__addressModal.cc-editDefaultAddressModal .bootstrap-select .filter-option-inner-inner {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 25rem;
  display: block;
  overflow: hidden;
}

.cc-account__addressModal.cc-editDefaultAddressModal .bootstrap-select .dropdown-menu {
  width: 100%;
  min-width: 0;
}

.cc-account__setDefaultModalFooter {
  box-shadow: none;
  align-items: center;
  margin-top: -2rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-account__setDefaultModalFooter {
    justify-content: space-between;
    padding: 0 2.4rem 2rem;
  }
}

@media (max-width: 1023.98px) {
  .cc-account__setDefaultModalFooter {
    flex-direction: column;
  }

  .cc-account__setDefaultModalFooter .cc-btn {
    width: 100%;
    order: unset !important;
  }
}

.cc-account__setDefault__actions {
  justify-content: flex-end;
  gap: 1.6rem;
  display: flex;
}

@media (max-width: 1023.98px) {
  .cc-account__setDefault__actions {
    flex-direction: column;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .cc-account__setDefault__actions .cc-btn--primary {
    order: 1;
  }
}

.cc-account__addPayment__title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

@media (max-width: 1023.98px) {
  .cc-account__addPayment__title {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: .6rem;
  }
}

.cc-account__addPayment__icons {
  align-items: center;
  gap: .4rem;
  display: flex;
}

.cc-account__addPayment__icon {
  width: 4rem;
  height: 4rem;
}

.cc-account__addPayment__buttons {
  display: flex;
}

@media (max-width: 1023.98px) {
  .cc-account__addPayment__buttons {
    flex-direction: column;
    gap: 1.6rem;
  }

  .cc-account__addPayment__buttons .cc-btn {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .cc-account__addPayment__buttons .cc-btn {
    min-width: 13.8rem;
  }
}

@media (max-width: 1023.98px) {
  .cc-account__addPayment__buttons .cc-btn--primary {
    order: -1;
  }
}

.cc-account__savedPayment {
  border-top: .1rem solid var(--color-border-light);
  border-bottom: .1rem solid var(--color-border-light);
  padding: 1.2rem 0;
}

.cc-account__savedPayment__actions {
  align-items: center;
  gap: 1.6rem;
  display: flex;
}

.cc-account__consent .cc-account__savedPayment:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.cc-account__addPaymentModal .cc-modal__dialog {
  width: auto !important;
  height: auto !important;
  max-height: 75vh !important;
  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  -ms-transform: none !important;
  transform: none !important;
}

@media (min-width: 1024px) {
  .cc-account__addPaymentModal .cc-modal__dialog {
    height: 100% !important;
    max-height: 100vh !important;
    top: 0 !important;
    left: auto !important;
    right: 0 !important;
  }
}

@media (max-width: 1023.98px) {
  .cc-account__addPaymentModal .cc-modal__dialog {
    max-width: 100vw !important;
  }
}

.cc-account__addPaymentModal .cc-modal__content {
  z-index: 1;
  max-height: 75vh;
}

@media (min-width: 1024px) {
  .cc-account__addPaymentModal .cc-modal__content {
    flex-direction: column;
    height: 100%;
    max-height: 100vh;
    display: flex;
  }
}

@media (max-width: 1023.98px) {
  .cc-account__addPaymentModal .cc-modal__content {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .cc-account__addPaymentModal .cc-modal__footer {
    z-index: 2;
    background: var(--color-white);
    flex: none;
    position: sticky;
    bottom: 0;
  }

  .cc-account .cc-btn span {
    font-size: 1.3rem;
  }
}

.cc-account__consent__cardsWrp {
  gap: 1.2rem;
  margin-top: 1.2rem;
  display: grid;
}

@media (min-width: 1024px) {
  .cc-account__consent__cardsWrp {
    grid-template-columns: repeat(4, 1fr);
  }
}

.cc-account__consent__card {
  border: .1rem solid var(--color-border-light);
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  gap: 1.6rem;
  display: flex;
}

.cc-account__consent__card button {
  min-height: 3.2rem;
  margin-bottom: .4rem;
}

.cc-account__consent__image .cc-svg {
  width: 8rem;
  height: 8rem;
}

@media (max-width: 1023.98px) {
  .cc-account__consent__text {
    padding: 0 .8rem;
  }
}

.cc-account__consent__form {
  margin-bottom: -2.4rem;
}

@media (max-width: 1023.98px) {
  .cc-account__consent__form .cc-form__group:not(:last-of-type) {
    margin-bottom: .8rem;
  }
}

.cc-account__consent__form .cc-form__radio {
  flex-shrink: 0;
}

.cc-account__consentContent {
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 2.4rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-account__consentContent {
    flex-direction: row;
    align-items: center;
    gap: 4.8rem;
  }
}

.cc-account__consentContent picture {
  flex-shrink: 0;
  width: 100%;
}

@media (min-width: 1024px) {
  .cc-account__consentContent picture {
    max-width: 54.2rem;
  }
}

@media (min-width: 1024px) and (max-width: 1439.98px) {
  .cc-account__consentContent picture {
    max-width: 32.8rem;
  }
}

.cc-account__consentContent__img {
  object-fit: cover;
  border-radius: .8rem;
  width: 100%;
  height: auto;
  display: block;
}

.cc-account__orderHistory__title {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media (max-width: 1023.98px) {
  .cc-account__orderHistory__title {
    flex-direction: column;
    align-items: flex-start;
    margin-top: -1rem;
    margin-left: -.8rem;
  }
}

.cc-account__orderHistory__sort .cc-form, .cc-account__orderHistory__sort .cc-form__group {
  margin: 0;
}

.cc-account__orderHistory__sort .cc-form__wrp--select {
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
}

.cc-account__orderHistory__sort .cc-form__wrp--select .dropdown-toggle {
  height: 4rem;
  color: var(--color-text-default);
  padding: 1rem 2.4rem 1rem 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  border: none !important;
}

.cc-account__orderHistory__sort .cc-form__wrp--select .dropdown-toggle:after {
  content: "";
  z-index: 1;
  background: url("data:image/svg+xml;charset=utf8, %3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%233A4949' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 100% no-repeat;
  border: none;
  width: 2rem;
  height: 2rem;
  transition: all .22s ease-in-out;
  display: block;
  position: absolute;
  top: 1.2rem;
  right: 0;
}

.cc-account__orderHistory__sort .cc-form__label {
  color: var(--color-text-light);
  white-space: nowrap;
  margin: 0 .4rem 0 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  display: block;
  position: static;
}

.cc-account__orderHistory__results {
  align-items: center;
  margin-top: 2.6rem;
  display: grid;
}

@media (max-width: 1023.98px) {
  .cc-account__orderHistory__results {
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 1.6rem;
  }
}

@media (min-width: 1024px) {
  .cc-account__orderHistory__results {
    grid-template-columns: 1fr 2fr;
  }

  .cc-account__orderHistory__totalOrders p {
    margin-left: 1.2rem;
  }
}

@media (max-width: 1023.98px) {
  .cc-account__orderHistory__totalOrders p {
    text-align: center;
  }
}

.cc-account__orderHistory__productWrp .cc-account__orderHistory__product:not(:last-child) {
  border-bottom: .1rem solid var(--color-border-light);
  margin-bottom: 1.2rem;
}

.cc-account__orderHistory__cardImage {
  width: 6.4rem;
  height: 6.4rem;
}

.cc-account__orderHistory__status {
  border-radius: 1.6rem;
  width: fit-content;
  padding: .2rem .8rem;
}

@media (min-width: 1024px) {
  .cc-account__orderHistory__status {
    margin-left: 1.2rem;
  }
}

.cc-account__orderHistory__productInfo .cc-account__orderHistory__status {
  border: .1rem solid;
}

@media (min-width: 1024px) {
  .cc-account__orderDetails__returnStatus .cc-account__orderHistory__status {
    margin-left: .4rem;
  }
}

.cc-account__orderHistory__productInfo {
  flex-wrap: wrap;
  gap: .8rem;
  display: flex;
}

@media (max-width: 1023.98px) {
  .cc-account__orderHistory__productInfo {
    align-items: center;
    margin-bottom: .4rem;
  }
}

@media (min-width: 1024px) {
  .cc-account__orderHistory__productInfo {
    align-items: center;
  }
}

@media (max-width: 1023.98px) {
  .cc-account__orderHistory__productName {
    max-width: 75%;
  }
}

.cc-account__orderHistory__mainActions {
  flex-direction: column;
  gap: 1.6rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-account__orderHistory__mainActions {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.cc-account__orderDetails .cc-account__orderHistory__mainActions {
  margin: 2.4rem 0;
}

@media (min-width: 1024px) {
  .cc-account__orderDetails .cc-account__orderHistory__mainActions {
    margin: 3.2rem 0;
  }
}

.cc-account__orderHistory__orderActions {
  flex-direction: column;
  gap: 1.6rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-account__orderHistory__orderActions {
    flex-direction: row;
    align-items: center;
  }
}

.cc-account__orderHistory__pagination {
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-account__orderHistory__pagination {
    width: fit-content;
  }
}

@media (max-width: 1023.98px) {
  .cc-account__orderHistory__pagination {
    order: -1;
  }
}

.cc-account__orderHistory__pagination button {
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
}

.cc-account__orderHistory__pagination .cc-pagination__arrow {
  width: 3rem;
  height: 3rem;
}

.cc-account__orderHistory__pagination .cc-pagination__arrow:disabled {
  color: var(--color-text-field-disabled);
  cursor: default;
}

.cc-account__orderHistory__pagination .cc-pagination__arrow--prev {
  background-image: url("../../icons/chevron-left.svg");
}

.cc-account__orderHistory__pagination .cc-pagination__arrow--next {
  background-image: url("../../icons/chevron-right.svg");
}

.cc-account__orderHistory__pagination .cc-pagination__pages {
  gap: 2.4rem;
  display: flex;
}

.cc-account__orderHistory__pagination .cc-pagination__page {
  text-underline-offset: .4rem;
  width: 2.5rem;
  height: 2.8rem;
  color: var(--color-text-lighter);
  margin-bottom: .3rem;
  text-decoration: underline;
}

.cc-account__orderHistory__pagination .cc-pagination__page.is-active {
  color: var(--color-text-default);
  cursor: default;
  font-weight: 700;
  text-decoration: none;
}

.cc-account__orderHistory__pagination .cc-pagination__ellipsis {
  width: 2.5rem;
  height: 2.8rem;
  color: var(--color-text-lighter);
}

.cc-account__orderDetails__info {
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1.6rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-account__orderDetails__info {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 3.2rem;
  }
}

.cc-account__orderDetails__info a {
  width: fit-content;
}

.cc-account__orderDetails__package {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media (max-width: 1023.98px) {
  .cc-account__orderDetails__packageInfo {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }
}

.cc-account__orderDetails__trackingNumber {
  color: var(--color-text-lighter);
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: underline;
}

.cc-account__orderDetails__trackingLink {
  min-height: 3.2rem;
}

@media (max-width: 1023.98px) {
  .cc-account__orderDetails__trackingLink {
    width: 100%;
  }
}

.cc-account__orderDetails__invoice {
  width: fit-content;
}

.cc-account__orderDetails__returnToast {
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left: .3rem solid var(--color-info);
  max-width: 100%;
  margin: 2.4rem 0;
}

@media (min-width: 1024px) {
  .cc-account__orderDetails__returnToast {
    margin: 3.2rem 0;
  }
}

.cc-account__orderDetails__returnToast.cc-account__errorToast {
  border-color: var(--color-error);
}

.cc-account__orderDetails__returnToast.cc-account__errorToast ul li {
  color: var(--color-red-800);
  list-style-type: disc;
  list-style-position: inside;
  display: list-item !important;
}

.cc-account__orderDetails__returnToast.cc-toast-success {
  border-color: var(--color-success);
}

.cc-account__orderDetails__returnToast.cc-account__historyToast {
  margin: 0 0 2.4rem;
}

@media (min-width: 1024px) {
  .cc-account__orderDetails__returnToast.cc-account__historyToast {
    margin: 0 0 3.2rem;
  }
}

.cc-account__repairWrp {
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 1.6rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-account__repairWrp {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 3.2rem;
  }
}

.cc-account__return__link {
  text-decoration: underline;
}

.cc-toast__textWrp .cc-account__return__link {
  font-weight: 700;
}

.cc-account__return__actions {
  margin-top: 2.4rem;
}

@media (max-width: 1023.98px) {
  .cc-account__return__actions {
    margin-top: 1.6rem;
  }

  .cc-account__return__actions button {
    width: 100%;
  }
}

.cc-account__return__actions .cc-btn {
  display: flex;
}

@media (max-width: 1023.98px) {
  .cc-account__return__actions .cc-btn {
    flex: 1;
  }
}

.cc-account__return__product {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

@media (max-width: 1023.98px) {
  .cc-account__return__product {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: .8rem;
  }
}

.cc-account__return__qtyButtonWrapper {
  border: .1rem solid var(--color-border-field);
  border-radius: .8rem;
  justify-content: space-around;
  align-items: center;
  max-width: 11.2rem;
  display: flex;
}

.cc-account__return__qtyButton {
  flex: 1;
  min-height: 4.6rem;
  font-weight: 700;
}

.cc-account__return__qtyButton--disabled {
  cursor: not-allowed;
  opacity: .5;
}

.cc-account__return__qtyLabel {
  text-align: center;
  background: none;
  border: 0;
  flex: 1;
  width: 100%;
  margin-bottom: 0;
}

.cc-account__return__caption {
  margin-top: 1.6rem;
}

@media (min-width: 1024px) {
  .cc-account__return__caption {
    margin-top: 2.4rem;
  }
}

.cc-account__return__checkboxWrapper {
  margin-top: .4rem;
}

.cc-account__return__bundleInfo {
  align-items: flex-start;
  gap: 1.2rem;
  display: flex;
}

@media (max-width: 1023.98px) {
  .cc-account__return__bundleInfo {
    margin-left: -.4rem;
  }
}

.cc-account__return__bundleText {
  font-style: italic;
}

.cc-account__payment {
  text-transform: uppercase;
}

.cc-account__coffeeMatch__row {
  grid-template-columns: 1fr;
  display: grid;
}

@media (min-width: 1024px) {
  .cc-account__coffeeMatch__row {
    grid-template-columns: 2fr 1fr;
    gap: 2.4rem;
  }
}

.cc-account__coffeeMatch__wrp {
  background-color: var(--color-bg-neutral);
  border: .1rem solid var(--color-border-light);
  border-radius: .8rem;
  margin-top: 2.4rem;
  padding: 2.4rem;
  overflow: hidden;
}

.cc-account__coffeeMatch__wrp--map {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: fit-content;
  display: flex;
  position: relative;
}

@media (max-width: 1023.98px) {
  .cc-account__coffeeMatch__wrp--map {
    order: -1;
  }
}

.cc-account__coffeeMatch__wrp__icon {
  z-index: 2;
  width: 16.8rem;
  height: 8rem;
  margin-top: -4rem;
  position: relative;
}

.cc-account__coffeeMatch__wrp__background {
  background-color: #f2f5f5;
  background-repeat: repeat;
  width: calc(100% + 4.8rem);
  height: 7.3rem;
  margin-top: -2.4rem;
  margin-left: -2.4rem;
  margin-right: -2.4rem;
}

.cc-account__coffeeMatch__wrp__progressBar {
  isolation: isolate;
  background: rgba(255, 255, 255, .8);
  border: .1rem solid rgba(34, 34, 34, .1);
  border-radius: 1.84rem;
  flex-direction: row;
  align-items: center;
  width: 23.6rem;
  height: 2rem;
  margin-top: 1.6rem;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .cc-account__coffeeMatch__wrp__progressBar {
    width: 100%;
  }
}

.cc-account__coffeeMatch__wrp__progressBar__fill {
  z-index: 1;
  background: linear-gradient(90deg, #fac2b0 0%, #f78865 100%);
  border-radius: 1.84rem;
  height: 100%;
  transition: width .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.cc-account__coffeeMatch__wrp__progressBar__fill--zero {
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  top: 50%;
  left: .2rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cc-account__coffeeMatch__wrp__progressBar__markers {
  z-index: 2;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.cc-account__coffeeMatch__wrp__progressBar__bullet, .cc-account__coffeeMatch__wrp__progressBar__number {
  position: absolute;
}

.cc-account__coffeeMatch__wrp__progressBar__bullet:first-child, .cc-account__coffeeMatch__wrp__progressBar__number:first-child {
  left: calc(33.33% - 1.4rem);
}

.cc-account__coffeeMatch__wrp__progressBar__bullet:nth-child(2) {
  left: calc(66.66% - 1.4rem);
}

.cc-account__coffeeMatch__wrp__progressBar__number:nth-child(2) {
  left: calc(66.66% - 1.4rem);
}

.cc-account__coffeeMatch__wrp__progressBar__bullet:nth-child(3) {
  left: calc(100% - 1.4rem);
}

.cc-account__coffeeMatch__wrp__progressBar__number:nth-child(3) {
  left: calc(100% - 1.4rem);
}

.cc-account__coffeeMatch__wrp__progressBar__bullet {
  background: var(--color-white);
  border-radius: 50%;
  width: .8rem;
  height: .8rem;
}

.cc-account__coffeeMatch__wrp__progressBar__number {
  color: #f78865;
  font-size: 1.2rem;
  font-weight: 700;
}

.cc-account__coffeeMatch__title {
  color: var(--color-text-light);
  max-width: 89%;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .cc-account__coffeeMatch__title {
    max-width: 50%;
    font-size: 2.2rem;
  }
}

.cc-account__coffeeMatch__banner {
  background-image: url("../../images/coffeeMatch/coffeeMatch.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .8rem;
  align-items: center;
  gap: 3.2rem;
  width: 100%;
  padding: 2.4rem;
  display: flex;
}

@media (max-width: 1023.98px) {
  .cc-account__coffeeMatch__banner {
    background-image: url("../../images/coffeeMatch/coffeeMatch-mobile.png");
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    margin-top: 2.4rem;
  }
}

.cc-account__coffeeMatch__banner picture {
  flex-shrink: 0;
}

.cc-account__coffeeMatch__banner__icon {
  object-fit: contain;
  width: 9.608rem;
  height: 4.4rem;
}

@media (min-width: 768px) {
  .cc-account__coffeeMatch__banner__icon {
    border-right: .1rem solid var(--color-white);
    width: 11.355rem;
    height: 5.2rem;
    padding-right: 3.2rem;
  }
}

.cc-account__coffeeMatch__text {
  margin-bottom: 1.6rem;
}

.cc-account__coffeeMatch__item {
  border-bottom: .1rem solid var(--color-border-light);
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
  padding: 1.2rem 0;
  display: flex;
}

@media (max-width: 1023.98px) {
  .cc-account__coffeeMatch__item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.cc-account__coffeeMatch__item picture {
  flex-shrink: 0;
}

@media (max-width: 1023.98px) {
  .cc-account__coffeeMatch__item a {
    width: 100%;
  }
}

.cc-account__coffeeMatch__item__info {
  gap: 1.6rem;
  display: flex;
}

.cc-account__coffeeMatch__item__icon {
  object-fit: cover;
  width: 10rem;
  height: auto;
}

@media (min-width: 1024px) {
  .cc-account__coffeeMatch__item__icon {
    width: 6rem;
  }
}

.cc-account__coffeeMatch__item__action {
  align-items: center;
  gap: 1.2rem;
  display: flex;
}

@media (max-width: 1023.98px) {
  .cc-account__coffeeMatch__item__action {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .cc-account__coffeeMatch__item .cc-btn--secondary {
    white-space: nowrap;
  }
}

.cc-account__coffeeMatch__item__voteBtn {
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: fit-content;
  display: flex;
  position: relative;
}

@media (max-width: 1023.98px) {
  .cc-account__coffeeMatch__item__voteBtn {
    width: 100%;
  }
}

.cc-account__coffeeMatch__item__voteBtn .cc-icon {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cc-account__coffeeMatch__item__voteBtn .cc-account__coffeeMatch__item__edit {
  visibility: hidden;
  white-space: nowrap;
  font-size: 1.6rem;
}

.cc-account__coffeeMatch__item__voteBtn--dislike {
  background: var(--color-primary-lighter);
  border: .1rem solid var(--color-text-inverse-dark);
}

.cc-account__coffeeMatch__item__voteBtn--dislike:hover .cc-account__coffeeMatch__item__edit {
  visibility: visible;
  color: var(--color-primary);
}

.cc-account__coffeeMatch__item__voteBtn--dislike:hover .cc-icon--icon-dislike {
  visibility: hidden;
}

.cc-account__coffeeMatch__item__voteBtn--dislike:active {
  background: var(--color-text-inverse-dark);
}

.cc-account__coffeeMatch__item__voteBtn--dislike:active .cc-account__coffeeMatch__item__edit {
  visibility: visible;
  color: var(--color-primary-dark);
}

.cc-account__coffeeMatch__item__voteBtn--dislike:active .cc-icon--icon-dislike {
  visibility: hidden;
}

.cc-account__coffeeMatch__item__voteBtn--like {
  background: var(--color-success-lighter);
  border: .1rem solid var(--color-green-100);
}

.cc-account__coffeeMatch__item__voteBtn--like:hover .cc-account__coffeeMatch__item__edit {
  visibility: visible;
  color: var(--color-success);
}

.cc-account__coffeeMatch__item__voteBtn--like:hover .cc-icon--icon-like {
  visibility: hidden;
}

.cc-account__coffeeMatch__item__voteBtn--like:active {
  background: var(--color-green-100);
}

.cc-account__coffeeMatch__item__voteBtn--like:active .cc-account__coffeeMatch__item__edit {
  visibility: visible;
  color: var(--color-success-dark);
}

.cc-account__coffeeMatch__item__voteBtn--like:active .cc-icon--icon-like {
  visibility: hidden;
}

.cc-account__coffeeMatch__item__voteBtn--love {
  background: var(--color-error-lighter);
  border: .1rem solid var(--color-red-100);
}

.cc-account__coffeeMatch__item__voteBtn--love:hover .cc-account__coffeeMatch__item__edit {
  visibility: visible;
  color: var(--color-error);
}

.cc-account__coffeeMatch__item__voteBtn--love:hover .cc-icon--icon-love {
  visibility: hidden;
}

.cc-account__coffeeMatch__item__voteBtn--love:active {
  background: var(--color-red-100);
}

.cc-account__coffeeMatch__item__voteBtn--love:active .cc-account__coffeeMatch__item__edit {
  visibility: visible;
  color: var(--color-error-dark);
}

.cc-account__coffeeMatch__item__voteBtn--love:active .cc-icon--icon-love {
  visibility: hidden;
}

.cc-account__coffeeMatch__item__voteBtn--unknown {
  background: var(--color-bg-neutral);
  border: .1rem solid var(--color-grey-100);
}

.cc-account__coffeeMatch__item__voteBtn--unknown:hover .cc-account__coffeeMatch__item__edit {
  visibility: visible;
  color: var(--color-grey);
}

.cc-account__coffeeMatch__item__voteBtn--unknown:hover .cc-icon--icon-not-try {
  visibility: hidden;
}

.cc-account__coffeeMatch__item__voteBtn--unknown:active {
  background: var(--color-grey-100);
}

.cc-account__coffeeMatch__item__voteBtn--unknown:active .cc-account__coffeeMatch__item__edit {
  visibility: visible;
  color: var(--color-grey-700);
}

.cc-account__coffeeMatch__item__voteBtn--unknown:active .cc-icon--icon-not-try {
  visibility: hidden;
}

.cc-account__coffeeMatch__item__btn {
  background: var(--color-primary-dark);
  width: 4.8rem;
  height: 4.8rem;
  color: var(--color-white);
  border: none;
  border-radius: 50%;
  margin: 0;
  padding: 0;
}

.cc-account__coffeeMatch__item__btn:hover {
  background: var(--color-primary-darker);
}

.cc-account__coffeeMatch__item__btn__added {
  border: .1rem solid var(--color-primary-dark);
}

.cc-account__coffeeMatch__modalItem {
  border: .1rem solid var(--color-border-light);
  border-radius: .8rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.6rem;
  padding: 1.6rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-account__coffeeMatch__modalItem {
    margin-top: 2.4rem;
  }
}

@media (max-width: 1023.98px) {
  .cc-account__coffeeMatch__modalItem {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }
}

.cc-account__coffeeMatch__modalItem__image {
  object-fit: cover;
  width: 9rem;
  height: 8.1rem;
}

@media (max-width: 1023.98px) {
  .cc-account__coffeeMatch__modalItem__button {
    width: 100%;
  }
}

.cc-account__coffeeMatch__modalVote {
  flex-direction: row;
  justify-content: space-between;
  gap: 1.2rem;
  margin: 1.6rem 0;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-account__coffeeMatch__modalVote {
    margin: 2.4rem 0;
  }
}

.cc-account__coffeeMatch__modalVote__item {
  border: .1rem solid var(--color-border-light);
  text-align: center;
  border-radius: .8rem;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.cc-account__coffeeMatch__modalVote__item:hover {
  border-radius: .8rem;
  box-shadow: 0 0 .4rem rgba(20, 24, 24, .04), 0 .4rem .8rem rgba(20, 24, 24, .1);
}

.cc-account__coffeeMatch__modalVote__item div {
  padding: 3.2rem 0;
}

.cc-account__coffeeMatch__modalVote__item p {
  text-align: center;
  padding: 1.6rem;
}

.cc-account__coffeeMatch__modalVote__item--dislike {
  background: var(--color-primary-lighter);
}

.cc-account__coffeeMatch__modalVote__item--like {
  background: var(--color-success-lighter);
}

.cc-account__coffeeMatch__modalVote__item--love {
  background: var(--color-error-lighter);
}

.cc-account__coffeeMatch__profile {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1.6rem;
  display: flex;
}

.cc-account__coffeeMatch__profile picture {
  display: flex;
}

.cc-account__coffeeMatch__profile img {
  flex-shrink: 0;
}

.cc-account__coffeeMatch__profile__item {
  flex-direction: column;
  flex: 1;
  align-items: center;
  gap: 1.2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cc-account__coffeeMatch__profile__label {
  text-align: center;
  font-size: .9rem;
}

.cc-account__coffeeMatch__profile__icon {
  object-fit: cover;
  width: 10.4rem;
  height: 10.4rem;
}

.cc-account__coffeeMatch__profile__roastIcon {
  object-fit: cover;
  width: 7rem;
  height: 3.2rem;
}

.cc-account__coffeeMatch__profile__aromaticIcon {
  object-fit: cover;
  width: 3.2rem;
  height: 3.2rem;
}

@media (max-width: 1023.98px) {
  .cc-account__coffeeMatch__profile__link {
    width: 100%;
  }
}

.cc-delivery__container {
  margin-top: 2.4rem;
}

@media (min-width: 1024px) {
  .cc-delivery__container {
    margin-bottom: 8rem;
  }
}

.cc-delivery__title {
  margin: 1rem 0 3.4rem;
}

@media (min-width: 1024px) {
  .cc-delivery__title {
    margin: 2rem 0 6rem;
    font-size: 4rem;
  }
}

.cc-delivery__header {
  margin-bottom: 2.4rem;
}

@media (max-width: 1023.98px) {
  .cc-delivery__header {
    gap: 2.4rem;
  }
}

@media (min-width: 1024px) {
  .cc-delivery__header {
    justify-content: space-between;
  }
}

.cc-delivery__headerTitle {
  font-size: 1.8rem;
}

@media (min-width: 1024px) {
  .cc-delivery__headerTitle {
    font-size: 2.4rem;
  }
}

.cc-delivery__leftHeader {
  flex-direction: column;
  gap: 2.4rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-delivery__leftHeader {
    gap: .8rem;
    max-width: 71.1rem;
  }

  .cc-delivery__leftHeader .cc-form {
    max-width: 46.4rem;
    margin-top: -.5rem;
  }
}

.cc-delivery__leftHeader .cc-form__group {
  margin-bottom: 0;
}

@media (max-width: 1023.98px) {
  .cc-delivery__leftHeader .cc-form__group {
    max-width: 32.8rem;
  }

  .cc-delivery__rightHeader {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
}

.cc-delivery__rightHeader, .cc-delivery__notes {
  background: var(--color-cream);
  border-radius: .8rem;
  padding: 2.4rem;
}

@media (max-width: 767.98px) {
  .cc-delivery__notes p {
    margin-left: -1rem;
  }
}

@media (min-width: 1024px) {
  .cc-delivery__notes .cc-delivery__list {
    padding: 0 2.4rem;
  }
}

@media (max-width: 767.98px) {
  .cc-delivery__notes .cc-delivery__list {
    margin-top: -.4rem;
    padding: 0 1.4rem;
  }
}

.cc-delivery__listItem {
  align-items: flex-start;
  gap: .8rem;
  list-style-type: none;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-delivery__listItem {
    align-items: center;
  }
}

.cc-delivery__listItem:not(:last-child) {
  margin-bottom: 1.2rem;
}

.cc-delivery__notes .cc-delivery__listItem {
  list-style-type: disc;
  list-style-position: outside;
  display: list-item !important;
}

.cc-delivery__benefitIcon {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
}

.cc-delivery__table {
  border-collapse: collapse;
  font-size: 1.6rem;
}

@media (min-width: 1024px) {
  .cc-delivery__table {
    table-layout: fixed;
  }
}

.cc-delivery__table thead th {
  vertical-align: middle;
  height: 100%;
}

.cc-delivery__table__wrapper {
  max-width: calc(100vw - 3.2rem);
  overflow-x: auto;
}

@media (min-width: 1024px) {
  .cc-delivery__table__wrapper {
    max-width: 100%;
  }
}

.cc-delivery__table th, .cc-delivery__table td {
  text-align: center;
  vertical-align: middle;
  min-width: 20rem;
  padding: 1.6rem;
  border: none !important;
}

@media (max-width: 1023.98px) {
  .cc-delivery__table th, .cc-delivery__table td {
    min-width: 17rem;
  }
}

.cc-delivery__table th:first-child, .cc-delivery__table td:first-child {
  z-index: 10;
  text-align: left;
  background: var(--color-oat);
  min-width: 20rem;
  position: sticky;
  left: 0;
}

@media (max-width: 1023.98px) {
  .cc-delivery__table th:first-child, .cc-delivery__table td:first-child {
    min-width: 15.8rem;
  }
}

.cc-delivery__table thead th:first-child {
  height: auto;
  display: table-cell;
}

.cc-delivery__table tbody tr:nth-child(odd) {
  background: var(--color-cream);
}

.cc-delivery__table tbody tr:nth-child(odd) th:first-child {
  background: var(--color-cream);
}

.cc-delivery__table tbody tr:nth-child(odd) td:first-child {
  background: var(--color-cream);
}

.cc-delivery__table > * {
  align-self: stretch;
  justify-self: center;
  align-items: center;
}

.cc-delivery__typeHeader {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .8rem;
  display: flex;
}

.cc-delivery__typeHeader picture {
  flex-shrink: 0;
}

.cc-delivery__type {
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
}

@media (min-width: 768px) {
  .cc-delivery__type {
    letter-spacing: .2rem;
  }
}

.cc-delivery__type--standard {
  color: var(--color-primary);
}

.cc-delivery__type--confort {
  color: #f49906;
}

.cc-delivery__type--express {
  color: #009ce1;
}

.cc-delivery__premium {
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: .8rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-delivery__premium {
    flex-direction: row;
    align-items: center;
    margin-bottom: 1rem;
  }
}

.cc-delivery__premium__image {
  aspect-ratio: 6;
  width: 12rem;
  max-width: 12rem;
  height: 2rem;
}

.cc-delivery__tag {
  white-space: nowrap;
  border-radius: 99.9rem;
  width: fit-content;
  padding: .2rem .8rem;
  font-weight: 700;
  display: inline-block;
}

.cc-delivery__tag--premium {
  background-color: var(--color-tertiary-darker);
  color: var(--color-tertiary-lighter);
}

.cc-delivery__tag--free {
  background: var(--color-secondary-lighter);
  color: var(--color-secondary-dark);
  font-size: 1.4rem;
  font-weight: 800;
}

@media (min-width: 1024px) {
  .cc-delivery__tag--free {
    font-size: 1.6rem;
  }
}

.cc-delivery__caption {
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 3rem;
  display: flex;
}

@media (min-width: 768px) {
  .cc-delivery__caption {
    margin-bottom: 4rem;
  }
}

.cc-delivery__editorialSection__item {
  grid-template-columns: 1fr;
  gap: 1.2rem;
  margin: 2.4rem 0;
  display: grid;
}

@media (min-width: 768px) {
  .cc-delivery__editorialSection__item {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
    margin: 7rem 0;
  }

  .cc-delivery__editorialSection__item:nth-child(odd) picture:not(:has(img.cc-delivery__editorialSection__icon)) {
    order: 2;
  }
}

.cc-delivery__editorialSection__item__title {
  font-size: 2rem;
}

@media (min-width: 1024px) {
  .cc-delivery__editorialSection__item__title {
    font-size: 3.2rem;
  }
}

@media (max-width: 767.98px) {
  .cc-delivery__editorialSection__item__title {
    margin-top: 2.4rem;
  }
}

@media (min-width: 768px) {
  .cc-delivery__editorialSection__item__info {
    max-width: 58.6rem;
  }
}

.cc-delivery__editorialSection__item__subInfo {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  margin: 2.4rem 0;
  display: grid;
}

.cc-delivery__editorialSection__item__subInfoItem {
  background: var(--color-cream);
  text-align: center;
  border-radius: .8rem;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: .6rem;
  padding: 1.6rem 1.2rem;
  display: flex;
}

@media (min-width: 768px) {
  .cc-delivery__editorialSection__item__subInfoItem {
    padding: 2.4rem;
  }
}

.cc-delivery__editorialSection__icon {
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
}

.cc-delivery__editorialSection__delivery {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .8rem;
  max-width: 18rem;
  display: flex;
}

.cc-delivery__editorialSection__delivery .cc-delivery__type {
  order: 2;
}

.cc-delivery__editorialSection__itemImage {
  object-fit: cover;
  border-radius: .8rem;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .cc-delivery__editorialSection__itemImage {
    max-width: 58.6rem;
  }
}

.cc-delivery__editorialSection__itemText {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .cc-delivery__editorialSection__itemText {
    margin-top: 2.8rem;
  }
}


/*# sourceMappingURL=account.css.map*/