/**
* 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;
}

.account-dashboard-container {
  background-color: #f8f8f8;
}
.account-dashboard-container.wishlist:not(.logged-in) {
  background-color: #fff;
}
@media (min-width: 769px) {
  .account-dashboard-container.wishlist {
    background-color: #fff;
  }
}
.account-dashboard-container .account-template-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.account-dashboard-container .breadcrumbs-container,
.account-dashboard-container .content-container {
  max-width: 62.5rem;
}
.account-dashboard-container:has(form) .dashboard-nav {
  display: none;
}
@media (min-width: 769px) {
  .account-dashboard-container:has(form) .dashboard-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
[data-action=Preferences-List] .account-dashboard-container:has(form) .dashboard-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-footer-border {
  border-top: 1px dashed #999;
}

.card-make-default-link {
  margin-top: 1rem;
}

.dashboard-cards-block-title {
  font-weight: bold;
}

.dashboard-order-card-image {
  width: 7rem;
}

.account-landing-ordercard {
  padding: 0;
  height: 1rem;
  margin-left: 1.25rem;
  border-bottom: 0 none;
  margin-top: 1rem;
}

div.order-number {
  padding-top: 0.2rem;
}

.dashboard-cards-block-title {
  margin-bottom: 1em;
}

.profile-page .my-account-cards .card {
  background-color: #fff;
  padding: 1.25rem 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .profile-page .my-account-cards .card {
    margin-bottom: 1.5rem;
  }
}
.profile-page .my-account-cards .card .card-body {
  padding-left: 1.25rem;
}
.profile-page .my-account-cards .card .card-body .property-key {
  font-family: "Avenir-Heavy";
  color: #3d4246;
  font-size: 0.875rem;
  font-weight: 400;
}
.profile-page .my-account-cards .card .card-body .property-value {
  font-size: 1rem;
}

.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);
}