/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/account/components/account-header/scss/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.account-header {
  padding-top: 46px;
}
@media screen and (min-width: 1024px) {
  .account-header {
    padding-top: 88px;
  }
}
.account-header__title {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 48px;
}
@media screen and (min-width: 1024px) {
  .account-header__title {
    font-size: 64px;
  }
}
.account-header__title {
  margin-bottom: 40px;
}
.account-header__container {
  overflow-x: hidden;
  overflow-x: clip;
  position: relative;
}
.account-header__nav--hidden {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
.account-header__list {
  display: flex;
  gap: 24px;
  margin-bottom: 48px;
}
.account-header__list-item {
  white-space: nowrap;
  min-width: fit-content;
  flex: none;
}
.account-header__link {
  display: block;
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  opacity: 0.5;
  transition: opacity 0.3s ease;
  text-decoration: none;
}
.account-header__link:focus-visible, .account-header__link:hover, .account-header__link--active {
  opacity: 1;
}
.account-header__link--active {
  border-bottom: 2px currentColor solid;
}
.account-header__select-wrapper {
  margin-bottom: 32px;
}
.account-header__select-wrapper--hidden {
  display: none;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/account/components/account-panels/scss/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.account-panels {
  color: #004547;
  display: grid;
  gap: 32px;
  grid-auto-rows: minmax(0, 1fr);
}
@media screen and (min-width: 1024px) {
  .account-panels {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.account-panels__header {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.account-panels__title {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 32px;
}
@media screen and (min-width: 1024px) {
  .account-panels__title {
    font-size: 40px;
  }
}
.account-panels__icon {
  flex: none;
  height: 26px;
  stroke: currentColor;
  stroke-width: 3px;
  stroke-linejoin: round;
  width: 26px;
}
.account-panels__header, .account-panels__text {
  margin-bottom: 28px;
}
.account-panels__panel {
  background-color: #94f5d4;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 32px 24px 28px;
}
@media screen and (min-width: 1024px) {
  .account-panels__panel {
    padding: 40px 32px 36px;
  }
}
.account-panels__main-content:not(:last-child) {
  margin-bottom: 38px;
}
@media screen and (min-width: 1024px) {
  .account-panels__main-content:not(:last-child) {
    margin-bottom: 52px;
  }
}
.account-panels__value-list, .account-panels__key, .account-panels__value {
  margin: 0;
  padding: 0;
}
.account-panels__value-list {
  display: grid;
  gap: 12px 30px;
}
@media screen and (min-width: 768px) {
  .account-panels__value-list {
    grid-template-columns: auto minmax(0, 1fr);
    row-gap: 16px;
  }
}
.account-panels__key {
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.account-panels__value span {
  display: block;
}
.account-panels__link {
  margin-top: auto;
}
.account-panels__order {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 420px) and (max-width: 1023px), screen and (min-width: 1280px) {
  .account-panels__order {
    grid-template-columns: 94px minmax(0, 1fr);
  }
}
.account-panels__order-image {
  border-radius: 8px;
  background-color: #ffffff;
  flex-shrink: 0;
  overflow: hidden;
  max-width: 94px;
}
.account-panels__order-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.account-panels__order-text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.account-panels__order-number {
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.account-panels__order-link {
  margin-top: 8px;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/account/account-home/scss/account-home.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.account-home {
  padding-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .account-home {
    padding-bottom: 116px;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/account/account-create/scss/account-create.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.account-create {
  color: #004547;
  display: grid;
  gap: 48px 78px;
  padding: 46px 0 62px;
}
@media screen and (min-width: 1280px) {
  .account-create {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    padding: 88px 0;
  }
}
.account-create__title {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 48px;
}
@media screen and (min-width: 1024px) {
  .account-create__title {
    font-size: 64px;
  }
}
.account-create__title {
  margin-bottom: 48px;
}
.account-create__form {
  display: grid;
  gap: 32px;
}
.account-create__title-input .select__wrapper {
  max-width: 120px;
}
@media screen and (max-width: 375px) {
  .account-create__title-input .select__wrapper {
    max-width: none;
  }
}
.account-create__preferences {
  display: grid;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .account-create__submit.button {
    margin-right: auto;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/account/account-profile/scss/account-profile.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.account-profile {
  color: #004547;
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .account-profile {
    padding-bottom: 80px;
  }
}
.account-profile__title {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 40px;
}
@media screen and (min-width: 1024px) {
  .account-profile__title {
    font-size: 48px;
  }
}
.account-profile__title {
  margin-bottom: 40px;
}
.account-profile__sections {
  display: grid;
  gap: 56px 78px;
}
@media screen and (min-width: 1280px) {
  .account-profile__sections {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  }
}
.account-profile__section {
  display: grid;
  grid-column-start: 1;
  gap: 32px;
}
.account-profile__section-title {
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
}
.account-profile__section-intro {
  display: grid;
  gap: 12px;
}
.account-profile__form {
  display: grid;
  gap: 32px;
}
.account-profile__submit {
  width: fit-content;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/account/account-address/components/scss/index.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.link-underlined {
  color: #004547;
  display: inline-block;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.link-underlined:before {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -4px;
  background: rgba(0, 69, 71, 0.3);
}
.link-underlined:after {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  bottom: -4px;
  background: #004547;
  transition: width 0.3s ease;
}
.link-underlined:hover, .link-underlined:focus, .link-underlined:active {
  color: #004547;
  text-decoration: none;
}
.link-underlined:hover:after, .link-underlined:focus:after, .link-underlined:active:after {
  width: 100%;
}

.account-address-book-listing {
  color: #004547;
}
.account-address-book-listing__sections {
  display: grid;
  gap: 48px;
}
.account-address-book-listing__title {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 40px;
}
@media screen and (min-width: 1024px) {
  .account-address-book-listing__title {
    font-size: 48px;
  }
}
.account-address-book-listing__title {
  margin-bottom: 40px;
}

.account-address-book-form__list {
  justify-items: start;
  display: grid;
  gap: 32px;
}
.account-address-book-form__intro {
  display: grid;
  gap: 8px;
}
.account-address-book-form__title {
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
}
.account-address-book-form__options {
  align-items: center;
  display: grid;
  gap: 16px 12px;
  grid-template-columns: min-content minmax(0, 1fr);
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .account-address-book-form__options {
    grid-template-columns: min-content repeat(4, auto);
  }
}
.account-address-book-form__option {
  align-items: center;
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: subgrid;
  position: relative;
  padding: 32px 16px;
  isolation: isolate;
}
@media screen and (min-width: 1024px) {
  .account-address-book-form__option {
    align-items: start;
    justify-content: space-between;
    padding: 28px 32px;
  }
}
@media screen and (min-width: 1024px) {
  .account-address-book-form__option label {
    align-self: center;
  }
}
.account-address-book-form__option label::before {
  border: 2px solid #ccdada;
  border-radius: 8px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
  z-index: -1;
}
.account-address-book-form__option input:checked + label::before {
  border-color: #004547;
}
.account-address-book-form__option .radio-button-input__label {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-column: 2/-1;
  grid-template-columns: subgrid;
}
@media screen and (min-width: 1024px) {
  .account-address-book-form__option .radio-button-input__label {
    gap: inherit;
  }
}
.account-address-book-form__option-actions {
  display: flex;
  gap: 32px;
}
@media screen and (min-width: 1024px) {
  .account-address-book-form__option-actions {
    margin-left: auto;
  }
}
.account-address-book-form__option-action {
  position: relative;
}
.account-address-book-form__option-action:not(:last-child):after {
  background-color: #ccdada;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% + 16px);
  height: 24px;
  width: 1px;
}
.account-address-book-form__option-edit, .account-address-book-form__option-delete {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  appearance: none;
  color: #004547;
  display: inline-block;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.account-address-book-form__option-edit:before, .account-address-book-form__option-delete:before {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -4px;
  background: rgba(0, 69, 71, 0.3);
}
.account-address-book-form__option-edit:after, .account-address-book-form__option-delete:after {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  bottom: -4px;
  background: #004547;
  transition: width 0.3s ease;
}
.account-address-book-form__option-edit:hover, .account-address-book-form__option-edit:focus, .account-address-book-form__option-edit:active, .account-address-book-form__option-delete:hover, .account-address-book-form__option-delete:focus, .account-address-book-form__option-delete:active {
  color: #004547;
  text-decoration: none;
}
.account-address-book-form__option-edit:hover:after, .account-address-book-form__option-edit:focus:after, .account-address-book-form__option-edit:active:after, .account-address-book-form__option-delete:hover:after, .account-address-book-form__option-delete:focus:after, .account-address-book-form__option-delete:active:after {
  width: 100%;
}
.account-address-add-edit-form {
  display: grid;
  gap: 32px 78px;
}
@media screen and (min-width: 1280px) {
  .account-address-add-edit-form {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .account-address-add-edit-form {
    row-gap: 48px;
  }
}
.account-address-add-edit-form__title {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 40px;
}
@media screen and (min-width: 1024px) {
  .account-address-add-edit-form__title {
    font-size: 48px;
  }
}
.account-address-add-edit-form__header, .account-address-add-edit-form__form, .account-address-add-edit-form__address {
  display: grid;
  gap: 32px;
  grid-column-start: 1;
}
.account-address-add-edit-form__header {
  justify-items: start;
}
.account-address-add-edit-form__checkboxes {
  display: grid;
  gap: 8px;
}
.account-address-add-edit-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/account/account-address/scss/account-address-book.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.account-address-book {
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .account-address-book {
    padding-bottom: 88px;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/account/account-orders/components/scss/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.link-underlined {
  color: #004547;
  display: inline-block;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.link-underlined:before {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -4px;
  background: rgba(0, 69, 71, 0.3);
}
.link-underlined:after {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  bottom: -4px;
  background: #004547;
  transition: width 0.3s ease;
}
.link-underlined:hover, .link-underlined:focus, .link-underlined:active {
  color: #004547;
  text-decoration: none;
}
.link-underlined:hover:after, .link-underlined:focus:after, .link-underlined:active:after {
  width: 100%;
}

.account-orders-listing {
  color: #004547;
}
.account-orders-listing__title {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 40px;
}
@media screen and (min-width: 1024px) {
  .account-orders-listing__title {
    font-size: 48px;
  }
}
.account-orders-listing__title {
  margin-bottom: 40px;
}
.account-orders-listing__items {
  display: grid;
  grid-template-columns: min-content minmax(0, 1fr);
}
@media screen and (min-width: 1024px) {
  .account-orders-listing__items {
    grid-template-columns: min-content repeat(4, auto);
  }
}
.account-orders-listing__item {
  align-items: center;
  border-top: 1px solid #ccdada;
  display: grid;
  gap: 12px 36px;
  grid-column: 1/-1;
  grid-template-columns: subgrid;
  padding: 12px 0;
}
.account-orders-listing__item:last-child {
  border-bottom: 1px solid #ccdada;
}
@media screen and (min-width: 1024px) {
  .account-orders-listing__item {
    justify-content: space-between;
    padding-right: 40px;
  }
}
.account-orders-listing__item-content {
  display: grid;
  gap: 4px;
  justify-items: start;
}
@media screen and (min-width: 1024px) {
  .account-orders-listing__item-content {
    display: contents;
  }
  .account-orders-listing__item-content > *:first-child {
    grid-column-start: 2;
  }
}
.account-orders-listing__image {
  border-radius: 8px;
  background-color: #edebeb;
  overflow: hidden;
  width: 80px;
  height: 80px;
}
.account-orders-listing__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.account-orders-listing__button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  appearance: none;
  color: #004547;
  display: inline-block;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.account-orders-listing__button:before {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -4px;
  background: rgba(0, 69, 71, 0.3);
}
.account-orders-listing__button:after {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  bottom: -4px;
  background: #004547;
  transition: width 0.3s ease;
}
.account-orders-listing__button:hover, .account-orders-listing__button:focus, .account-orders-listing__button:active {
  color: #004547;
  text-decoration: none;
}
.account-orders-listing__button:hover:after, .account-orders-listing__button:focus:after, .account-orders-listing__button:active:after {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .account-orders-listing__button {
    margin-left: auto;
  }
}

.account-order-detail {
  color: #004547;
}
@media screen and (min-width: 1280px) {
  .account-order-detail {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  }
}
.account-order-detail__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
  grid-column: 1/-1;
}
.account-order-detail__back {
  align-self: flex-start;
}
.account-order-detail__title, .account-order-detail__error {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 40px;
}
@media screen and (min-width: 1024px) {
  .account-order-detail__title, .account-order-detail__error {
    font-size: 48px;
  }
}
.account-order-detail__content {
  grid-column: 1;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/account/account-orders/scss/account-orders.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.account-orders {
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .account-orders {
    padding-bottom: 88px;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/account/reset-password/scss/reset-password.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.reset-password {
  color: #004547;
  padding-top: 46px;
  padding-bottom: 62px;
}
@media screen and (min-width: 1024px) {
  .reset-password {
    padding-top: 88px;
    padding-bottom: 136px;
  }
}
.reset-password__header {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .reset-password__header {
    gap: 12px;
  }
}
.reset-password__header,
.reset-password .error-message {
  margin-bottom: 32px;
}
.reset-password__title {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 48px;
}
@media screen and (min-width: 1024px) {
  .reset-password__title {
    font-size: 64px;
  }
}
.reset-password__form {
  display: grid;
  gap: 32px;
}
.reset-password__submit {
  width: fit-content;
}
.reset-password__success {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 24px 16px;
  justify-items: start;
}
@media screen and (min-width: 1024px) {
  .reset-password__success {
    gap: 32px 22px;
  }
}
.reset-password__success > *:not(.icon) {
  grid-column-start: 2;
}
.reset-password__success-title {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 48px;
}
@media screen and (min-width: 1024px) {
  .reset-password__success-title {
    font-size: 64px;
  }
}
.reset-password__success .icon {
  border-radius: 50%;
  color: #ffffff;
  background-color: #004547;
  padding: 20%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  .reset-password__success .icon {
    height: 64px;
    width: 64px;
  }
}
