/**
* All font sizes are in px
**/
h1,
h2,
h3,
h4,
.h4 {
  font-family: "Avenir-Roman";
  color: #000;
  font-weight: 400;
}

h5,
h6 {
  font-family: "Avenir-Roman";
  color: #454b4c;
  font-weight: 400;
}

h1 {
  line-height: normal;
  font-size: 2.25rem;
  font-weight: 800;
}
@media (min-width: 769px) {
  h1 {
    font-size: 3.625rem;
    font-weight: 700;
  }
}

h2 {
  line-height: normal;
  font-size: 1.25rem;
  font-weight: 800;
}
@media (min-width: 769px) {
  h2 {
    font-size: 1.25rem;
    font-weight: 800;
  }
}

h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 0.75rem;
}
@media (min-width: 769px) {
  h3 {
    font-size: 1.1875rem;
    font-weight: 600;
    line-height: 1.375rem;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1.125rem;
  }
}

h5 {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1rem;
}

/**
* All font sizes are in px
**/
body {
  font-family: "Avenir-Roman";
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 769px) {
  body {
    font-size: 1rem;
    font-weight: 400;
  }
}

.text-strong, .payment-header-ghost .card-header h2, .payment-summary .card-header h2, .payment-form .card-header h2, .shipping-summary .card-header h2, .single-shipping .card-header h2 {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 769px) {
  .text-strong, .payment-header-ghost .card-header h2, .payment-summary .card-header h2, .payment-form .card-header h2, .shipping-summary .card-header h2, .single-shipping .card-header h2 {
    font-family: "Avenir-Heavy";
    font-weight: 400;
  }
}
.text-strike-through {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: calc(normal / 16)rem;
}
@media (min-width: 769px) {
  .text-strike-through {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: calc(normal / 16)rem;
  }
}

.small-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}
@media (min-width: 769px) {
  .small-text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}
.small-text-strong {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
  font-weight: 700;
}
@media (min-width: 769px) {
  .small-text-strong {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}
.small-text-strike-through {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}
@media (min-width: 769px) {
  .small-text-strike-through {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}

.cta {
  background: transparent;
  border-color: transparent;
  font-weight: 600;
  line-height: 1rem;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .cta {
    font-weight: 600;
    line-height: 1.0625rem;
  }
}

.card {
  border: none;
  border-radius: 0;
}
.card-body {
  padding: 0;
}
.store-hours .card-body {
  padding-top: 0.625rem;
}
.blog .card {
  border: 1px solid #e0e0e0;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .blog .card {
    margin-bottom: 3rem;
  }
}
.blog-article-asset .card {
  margin-bottom: 0;
  height: 100%;
}
@media (min-width: 992px) {
  .card.shipping-summary {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 992px) {
  .card.confirm-details {
    margin-bottom: 1.875rem;
  }
}
.card.bonus-product-line-item, .store-hours .card, .card.refinement-wrap, .card.order-confirm-create-account {
  margin-bottom: 0;
}
.card.refinement-wrap .card-body {
  display: block;
}
@media (min-width: 769px) {
  .card.refinement-wrap .card-body {
    display: none;
  }
}
.account-dashboard .card {
  border-bottom: 1px solid #e8e8e8;
  padding: 0.875rem 0;
  margin: 0;
  background-color: transparent;
}
.shopping-bag .card {
  border-bottom: 1px solid #e8e8e8;
  padding: 0.875rem 0;
  margin: 0;
}
.shopping-bag .card:first-child {
  border-top: none;
}
@media (min-width: 992px) {
  .shopping-bag .card:first-child {
    padding-top: 1.25rem;
  }
}
@media (min-width: 992px) {
  .shopping-bag .card {
    padding: 1.75rem 0 1.25rem 0;
  }
}
.order-list-container .card, .product-summary .card {
  border-bottom: 1px solid #e8e8e8;
  padding: 0.875rem 0;
  margin: 0;
}
.product-summary .card {
  margin-right: 0.8125rem;
}
.product-summary .card:first-child {
  padding-top: 0;
  border-top: none;
}
.product-summary .card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
@media (min-width: 992px) {
  .payment-page .card {
    padding: 1.875rem 0;
  }
}
@media (min-width: 992px) {
  .order-list-container .card {
    padding: 1.875rem 0;
  }
}
.order-list-container .card:last-child {
  border-bottom: none;
}
.order-details .card-header {
  display: none;
}
.account-dashboard .card-header {
  background-color: transparent;
}
.payment-header-ghost .card-header, .payment-summary .card-header, .payment-form .card-header, .shipping-summary .card-header, .single-shipping .card-header {
  border-radius: 0;
  border: none;
  padding: 0;
}
.payment-header-ghost .card-header h2, .payment-summary .card-header h2, .payment-form .card-header h2, .shipping-summary .card-header h2, .single-shipping .card-header h2 {
  color: #6c757d;
  font-size: 0.875rem;
}
.payment-header-ghost .card-header {
  margin-top: 0;
  background: #fff;
  padding: 0.625rem 0 0 0;
}
.payment-header-ghost .card-header h2 {
  color: #6c757d;
  font-size: 0.875rem;
}
.refinement .card-header, .add-payment-form .card-header, .trackorder .card-header, .confirm-details .card-header, .order-confirm-create-account .card-header {
  border: none;
  padding: 0;
}
.refinement .card-header h2, .add-payment-form .card-header h2, .trackorder .card-header h2, .confirm-details .card-header h2, .order-confirm-create-account .card-header h2 {
  margin-bottom: 0.9375rem;
}
.profile-page__content .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 1rem 0;
  margin-bottom: 1.25rem;
}
.profile-page__content .card-header h2 {
  margin-bottom: 0;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .profile-page__content .card-header h2 {
    margin-top: 0;
  }
}
.confirm-details .card-header {
  padding-top: 1.875rem;
}
@media (min-width: 992px) {
  .confirm-details .card-header {
    padding: 0;
  }
}
.order-history .card-footer {
  padding: 0;
  border: none;
}
.card.ghost {
  opacity: 0.5;
}

.card-info-group p {
  margin-bottom: 0;
}
.card-info-group div {
  margin-bottom: 0.9375rem;
}
@media (min-width: 992px) {
  .card-info-group div {
    margin-bottom: 1.25rem;
  }
}
.card-info-group div:last-child {
  margin-bottom: 0;
}

.collapsible-xl.active .store-hours-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
#storesStock .collapsible-xl.active .store-hours-card {
  font-size: 0.75rem;
}
@media (min-width: 769px) {
  .collapsible-xl.active > .refinement-wrap .card-body {
    display: block;
  }
}

@media (min-width: 992px) {
  .totals__content {
    padding: 1.875rem;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
  }
}
#checkout-main .totals__content, .receipt .totals__content {
  padding: 1.25rem;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  #checkout-main .totals__content, .receipt .totals__content {
    padding: 1.875rem;
    margin-bottom: 1.3125rem;
  }
}

/**
* All font sizes are in px
**/
h1,
h2,
h3,
h4,
.h4 {
  font-family: "Avenir-Roman";
  color: #000;
  font-weight: 400;
}

h5,
h6 {
  font-family: "Avenir-Roman";
  color: #454b4c;
  font-weight: 400;
}

h1 {
  line-height: normal;
  font-size: 2.25rem;
  font-weight: 800;
}
@media (min-width: 769px) {
  h1 {
    font-size: 3.625rem;
    font-weight: 700;
  }
}

h2 {
  line-height: normal;
  font-size: 1.25rem;
  font-weight: 800;
}
@media (min-width: 769px) {
  h2 {
    font-size: 1.25rem;
    font-weight: 800;
  }
}

h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 0.75rem;
}
@media (min-width: 769px) {
  h3 {
    font-size: 1.1875rem;
    font-weight: 600;
    line-height: 1.375rem;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1.125rem;
  }
}

h5 {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1rem;
}

.account-image {
  background-image: url(https://www.agnesb.com/on/demandware.static/Sites-Agnesb-eu-Site/-/en/v1774070634242/images/account.jpg);
  background-position-y: 40%;
}

.order-history-control h2,
.order-history h2 {
  font-weight: bold;
  margin-top: 0.5rem;
}

.account-title {
  padding: 1.5rem 0;
  display: block;
}
@media (min-width: 992px) {
  .account-title {
    padding: 1.6875rem 0 2.5rem 0;
    display: block;
  }
}
.account-title h1 {
  margin: 0;
  font-size: 1.5rem;
  font-family: "Avenir-Heavy";
  font-weight: 400;
}
@media (min-width: 992px) {
  .account-title h1 {
    font-size: 1.5rem;
  }
}
.account-title h1.account-heading {
  font-family: "Avenir-Heavy";
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 992px) {
  .account-title h1.account-heading {
    text-align: left;
  }
}

.section-intro {
  color: #000;
  font-size: 0.875rem;
  text-align: center;
}
@media (min-width: 992px) {
  .section-intro {
    font-size: 1rem;
    text-align: left;
  }
}

.section-label {
  color: #000;
  font-size: 1.5rem;
  font-weight: 800;
}

.my-account-section-title {
  margin-bottom: 2.3125rem;
}

.delete-account-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  color: #3d4246;
}
.delete-account-container .delete-link {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

.profile-back-to-account-link {
  display: block;
  margin-top: 0.625rem;
}
@media (min-width: 992px) {
  .profile-back-to-account-link {
    margin-top: 1.875rem;
  }
}

.tracking-consent {
  text-decoration: underline;
  cursor: pointer;
}

.profile-page {
  padding-top: 0;
  padding-bottom: 7.125rem;
}
@media (min-width: 992px) {
  .profile-page {
    padding-top: 0;
  }
}
.profile-page__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.profile-page__title h2 {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .profile-page__title h2 {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
  }
}
.profile-page__banner {
  position: relative;
  height: 15.625rem;
  margin: 0 -0.9375rem;
}
@media (min-width: 992px) {
  .profile-page__banner {
    height: 18.75rem;
    margin: 0;
  }
}
.profile-page__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  padding: 0;
  z-index: 0;
  left: 0;
}
.profile-page__banner p {
  margin: 0;
}
.profile-page__content > div:first-child > .address {
  padding-top: 0;
}
.profile-page__content .card .tertiary-button.edit {
  font-size: 0.875rem;
}
.profile-page__content .card:has(form) {
  background-color: transparent;
}
.profile-page__content:has(form) .iti__flag-container .iti__selected-flag, .profile-page__content:has(form) .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.profile-page__content:has(form) .form-control {
  background-color: transparent;
}
.profile-page__content:has(form) .floating-label,
.profile-page__content:has(form) .floating-label-static {
  background-color: #f8f8f8 !important;
}
.profile-page__content form .floating-label,
.profile-page__content form .floating-label-static {
  background-color: #f8f8f8 !important;
}
.profile-page .address-book-description {
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .profile-page .address-book-description {
    text-align: unset;
    margin-bottom: 0;
    font-size: 1rem;
  }
}
.profile-page .btn-save {
  margin-bottom: 0.9375rem;
}
.profile-page .btn-save.btn-single {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .profile-page .btn-save {
    margin-bottom: 0;
  }
}

.remove-address {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.returns-msg .cart-promotion-msg {
  padding: 1.25rem;
  font-size: 0.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}

.dashboard-nav {
  margin-top: 0;
  border-radius: 0.1875rem;
  border: 1px solid #ced4da;
  background-color: #fff;
  position: relative;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .dashboard-nav {
    background-color: transparent;
  }
}
@media (min-width: 769px) {
  .dashboard-nav {
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 769px) {
  .dashboard-nav > li + li {
    margin-top: 20px;
  }
}
.dashboard-nav .dashboard-controll-wrapper {
  position: absolute;
  top: 14px;
  right: 15px;
}
@media (min-width: 769px) {
  .dashboard-nav .dashboard-controll-wrapper {
    display: none;
  }
}
.dashboard-nav .dashboard-controll-wrapper .dashboard-controll {
  display: none;
}
.dashboard-nav .dashboard-controll-wrapper .show {
  display: inline-block;
}
.dashboard-nav.expended .nav-item:first-of-type {
  border: 1px solid #ced4da;
  margin-bottom: 0.625rem;
}
@media (min-width: 769px) {
  .dashboard-nav.expended .nav-item:first-of-type {
    border: none;
    margin-bottom: 0;
  }
}
.dashboard-nav.expended .dashboard-controll-wrapper {
  top: 1.125rem;
}
.dashboard-nav .nav-item:first-of-type {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
@media (min-width: 769px) {
  .dashboard-nav .nav-item:first-of-type {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 769px) {
  .dashboard-nav .nav-item {
    margin-top: 0;
  }
}
@media (max-width: 768.98px) {
  .dashboard-nav .nav-item {
    padding: 0.75rem 1rem;
  }
}
@media (max-width: 768.98px) {
  .dashboard-nav .nav-item.menu-hide {
    display: none;
  }
}
.dashboard-nav .nav-item .nav-link {
  color: #535353;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  text-decoration: none;
  padding: 0;
}
@media (min-width: 769px) {
  .dashboard-nav .nav-item .nav-link {
    padding: 0.75rem 0;
  }
}
.dashboard-nav .nav-item .nav-link.active {
  color: #000;
  font-family: "Avenir-Heavy";
  font-weight: 400;
  background-color: transparent;
}
@media (max-width: 768.98px) {
  .dashboard-nav .nav-item .nav-link.active {
    pointer-events: none;
  }
}
.dashboard-nav .nav-item .nav-link .icon {
  margin-right: 10px;
}
.dashboard-nav .nav-item .nav-link .icon.icon-cancel-large-black {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.dashboard-nav .nav-item.logout-btn {
  padding: 0.75rem 0;
}
.dashboard-nav .nav-item.logout-btn .nav-link {
  font-size: 0.75rem;
  color: #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625rem;
  max-width: 12.0625rem;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .dashboard-nav .nav-item.logout-btn .nav-link {
    max-width: 11.25rem;
    margin: 0;
  }
}
.dashboard-nav .nav-item.logout-btn .nav-link:hover {
  color: white;
}

.expended .icon-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}