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

.promo-code-submit {
  padding-left: 0.8125rem;
}

.applied-promotion-discount {
  color: #5c9315;
  float: right;
}

.promotion-information {
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}

.cart-promotion-msg {
  background: #f5f5f5;
  padding: 0.75rem;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wishlist-page .cart-promotion-msg {
  font-size: 0.875rem;
}
.wishlist-page .cart-promotion-msg .cart-promotion-msg__content a {
  font-family: "Avenir-Heavy";
}
@media (min-width: 544px) {
  .receipt .cart-promotion-msg {
    padding: 0.75rem 3.75rem;
  }
}
.cart-promotion-msg i {
  margin-right: 0.6875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.oney-payment-tag i {
  position: relative;
  top: 4px;
}

.active-promos-line-item {
  color: #5c9315;
}

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

.product-recommendation {
  margin-bottom: 1.875rem;
}
.product-recommendation .carousel-items {
  display: none;
}
.product-detail .product-recommendation .carousel-items {
  display: block;
  font-size: 0.75rem;
  font-family: "Avenir-Heavy";
  color: #3b424a;
}
@media (min-width: 992px) {
  .product-detail .product-recommendation .carousel-items {
    display: none;
  }
}
.product-detail .product-recommendation__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-recommendation .recommendation-carousel {
  padding: 0 0 2.5rem 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .product-recommendation .recommendation-carousel {
    padding: 0 0 1.8125rem 0;
  }
}
.product-detail .product-recommendation .recommendation-carousel {
  padding: 0 0 2.0625rem 0;
}
.product-recommendation .product-tile-body__cart {
  display: none;
}
.product-recommendation__title {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: normal;
}
@media (min-width: 992px) {
  .product-recommendation__title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.product-recommendation .slick-list {
  margin: 0 -0.6875rem;
}
.product-recommendation .slick-slide {
  margin: 0 0.75rem;
}
.product-recommendation.content-recommendation .slick-list {
  margin: 0 -0.9375rem;
}
.product-recommendation.content-recommendation .slick-slide {
  margin: 0 0.9375rem;
}
.product-recommendation .product-tile {
  padding: 0;
  height: 100%;
}
.product-recommendation .slick-dots {
  bottom: -27px;
}
.product-recommendation .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
  padding: 9px;
}
.product-recommendation .slick-dots button {
  border: solid 0.5px #000;
  padding: 0;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}
.product-recommendation .slick-dots button::before {
  display: none;
}
.product-recommendation .slick-dots .slick-active button {
  background-color: #000;
}
.product-recommendation .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.product-recommendation .slick-slide {
  height: auto;
}
.product-recommendation .slick-slide .product,
.product-recommendation .slick-slide > div {
  height: 100%;
}
.product-recommendation .slick-next,
.product-recommendation .slick-prev {
  top: 35%;
}
.product-recommendation .slick-button-disabled {
  opacity: 0.5;
}
.product-recommendation .prev-button-slick,
.product-recommendation .next-button-slick {
  background-color: transparent;
  border: none;
}
.product-recommendation .product-tags {
  margin-top: 0.625rem;
}

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

.add-to-wishlist-messages,
.remove-from-wishlist-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 30%;
  left: 50%;
}

.add-to-wishlist-alert,
.remove-from-wishlist-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-wishlist-alert.show,
.remove-from-wishlist-alert.show {
  display: block;
}

.wishlist-line-item-divider {
  margin: 0.625em -0.615em;
}

.wishlist-edit-item-divider {
  margin: 0.625em -0.615em;
}

.wishlist-item-update-button-block {
  text-align: center;
}
@media (max-width: 543.98px) {
  .wishlist-item-update-button-block {
    padding-bottom: 26px;
  }
  .wishlist-item-update-button-block .btn {
    width: 98%;
    margin: 1%;
    display: block;
  }
}

.update-wishlist-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 40%;
  z-index: 1051;
  left: 50%;
}
@media (min-width: 544px) {
  .update-wishlist-messages {
    top: 35%;
  }
}

.update-wishlist-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  padding: 1em;
  margin-bottom: 0;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.update-wishlist-alert.show {
  display: block;
}

.more-wl-items,
.my-account {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

#wishlist-search .wishlist-error-search {
  margin-top: 1rem;
}
#wishlist-search button {
  margin-bottom: 1rem;
}

.wl-hit,
.find-another-wl {
  margin-top: 1rem;
}

.count-items {
  padding-top: 1.25rem;
}
@media (min-width: 992px) {
  .count-items {
    padding-top: 1.875rem;
  }
}

@media (min-width: 992px) {
  .profile-page__title h2 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .not-logged .profile-page__content {
    margin-top: 2.125rem;
  }
}

.wishlist-page.not-logged .product-info,
.shared-wishlist.not-logged .product-info {
  padding: 0.5rem 0 1.25rem 0;
}
.wishlist-page__title,
.shared-wishlist__title {
  margin-bottom: 1.125rem;
  margin-top: 0.375rem;
}
.logged-in .wishlist-page__title,
.logged-in .shared-wishlist__title {
  margin: 0 0 1.625rem 0;
}
@media (min-width: 992px) {
  .logged-in .wishlist-page__title,
  .logged-in .shared-wishlist__title {
    margin-top: 0rem;
    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;
  }
}
@media (min-width: 992px) {
  .wishlist-page__title,
  .shared-wishlist__title {
    margin-top: 0;
    margin-bottom: 1.625rem;
  }
}
.wishlist-page__title h2,
.shared-wishlist__title h2 {
  font-size: 1.25rem;
  font-family: "Avenir-Heavy";
  font-weight: 400;
  text-align: center;
  margin: 0;
}
.logged-in .wishlist-page__title h2,
.logged-in .shared-wishlist__title h2 {
  display: none;
}
@media (min-width: 992px) {
  .logged-in .wishlist-page__title h2,
  .logged-in .shared-wishlist__title h2 {
    font-size: 1.5625rem;
    line-height: 2.25rem;
    display: block;
  }
}
@media (min-width: 992px) {
  .wishlist-page__title h2,
  .shared-wishlist__title h2 {
    text-align: left;
  }
}
.wishlist-page .product-info,
.shared-wishlist .product-info {
  margin-bottom: 1.25rem;
  padding: 0.5rem 0.5rem 0.875rem 0.5rem;
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 992px) {
  .wishlist-page .product-info,
  .shared-wishlist .product-info {
    height: auto;
    padding: 0.5rem 0 1.25rem 0;
  }
}
.wishlist-page .product-info .product-info-position,
.shared-wishlist .product-info .product-info-position {
  margin-bottom: 0.75rem;
}
.wishlist-page .product-info .item-content,
.shared-wishlist .product-info .item-content {
  position: relative;
  left: -3.125rem;
}
@media (min-width: 992px) {
  .wishlist-page .product-info .item-content,
  .shared-wishlist .product-info .item-content {
    left: 0;
  }
}
.wishlist-page .product-info .remove-btn-lg,
.shared-wishlist .product-info .remove-btn-lg {
  right: -1.875rem;
  top: 4px;
}
@media (min-width: 992px) {
  .wishlist-page .product-info .remove-btn-lg,
  .shared-wishlist .product-info .remove-btn-lg {
    right: 0;
    top: 0;
  }
}
.wishlist-page .product-info .btn-primary,
.shared-wishlist .product-info .btn-primary {
  min-width: 8.9375rem;
}
.wishlist-page .product-info .item-image-left,
.shared-wishlist .product-info .item-image-left {
  width: 5.75rem;
  position: relative;
}
@media (min-width: 992px) {
  .wishlist-page .product-info .item-image-left,
  .shared-wishlist .product-info .item-image-left {
    max-width: 8.75rem;
  }
}
.wishlist-page .product-info .item-image-left img.product-image,
.shared-wishlist .product-info .item-image-left img.product-image {
  width: 100%;
}
@media (min-width: 992px) {
  .wishlist-page .product-info .item-image-left,
  .shared-wishlist .product-info .item-image-left {
    width: inherit;
  }
}
.wishlist-page .line-item-attributes,
.shared-wishlist .line-item-attributes {
  margin-bottom: 0.25rem;
  font-size: unset;
}
.wishlist-page .line-item-attributes:last-child,
.shared-wishlist .line-item-attributes:last-child {
  margin: 0;
}
@media (min-width: 992px) {
  .wishlist-page .line-item-attributes,
  .shared-wishlist .line-item-attributes {
    margin-bottom: 0.5rem;
  }
}
.wishlist-page .wishlist-actions,
.shared-wishlist .wishlist-actions {
  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;
}
.wishlist-page .wishlist-actions button,
.shared-wishlist .wishlist-actions button {
  width: 8.9375rem;
}
.wishlist-page .item-attributes,
.shared-wishlist .item-attributes {
  display: inline-block;
  vertical-align: top;
  margin-top: auto;
}
@media (min-width: 992px) {
  .wishlist-page .item-attributes,
  .shared-wishlist .item-attributes {
    margin-top: 1.5rem;
  }
}

.empty-wishlist {
  margin-bottom: 0.9375rem;
}
@media (min-width: 992px) {
  .empty-wishlist {
    margin-top: 2.5rem;
    margin-bottom: 1.9375rem;
  }
}
.empty-wishlist.logged-in-no-products {
  margin-top: 1.5rem;
}
.empty-wishlist__title {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .empty-wishlist__title {
    font-size: 1.25rem;
  }
}
.empty-wishlist__icon {
  margin: 1.5rem 0;
}
@media (min-width: 992px) {
  .empty-wishlist__icon {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    margin: 1.8125rem 0;
  }
}
.empty-wishlist__content {
  line-height: 1.625rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .empty-wishlist__content {
    max-width: 750px;
    margin: 0 auto 1.0625rem auto;
  }
}

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

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

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

.product-info .item-right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (min-width: 992px) {
  .product-info .item-left-wrap {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 992px) {
  .product-info .item-left-wrap.promo-product {
    margin-bottom: 0.9375rem;
  }
}
.product-info .item-sku {
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .product-info .item-sku {
    font-size: 0.875rem;
  }
}
.product-info .item-image {
  height: 100%;
  width: 5.8125rem;
  margin-right: 0.6875rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 992px) {
  .product-info .item-image {
    height: 100%;
    width: 8.6875rem;
    margin-right: 1.25rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.product-info .item-image img.product-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.product-info .item-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-info .line-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-info .line-item-name {
  font-weight: 400;
  text-decoration: none;
  text-transform: lowercase;
  font-family: "Avenir-Heavy";
  font-weight: 400;
  line-height: normal;
  line-height: 1.5rem;
  letter-spacing: 0.56px;
  font-family: "Courier-New-Bold";
  margin-bottom: 0.3125rem;
  display: block;
  max-width: 12.6875rem;
  width: 100%;
}
@media (min-width: 769px) {
  .product-info .line-item-name {
    font-family: "Avenir-Heavy";
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .product-info .line-item-name {
    max-width: 18.75rem;
    margin-bottom: 0.25rem;
    font-size: 1rem;
    font-family: "Courier-New-Bold";
  }
}
.product-info .line-item-footer {
  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;
  margin-top: 1rem;
}
.product-info .footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-info .footer-right .price-discount {
  text-align: right;
}
.product-info .footer-right .price-discount .product-tile-prop__discount {
  margin: 0 0 0.3125rem 0;
  font-size: 0.625rem;
  line-height: normal;
}
@media (min-width: 992px) {
  .product-info .footer-right .price-discount .product-tile-prop__discount {
    font-size: 0.75rem;
    padding: 0.1875rem 0.5625rem;
  }
}
@media (max-width: 768.98px) {
  .product-info .footer-right .product-price del {
    font-size: 0.625rem;
  }
}
.product-info .footer-right .product-price .price__sales {
  font-family: "Avenir-Roman";
}
@media (max-width: 768.98px) {
  .product-info .footer-right .product-price .price__sales {
    line-height: normal;
  }
}
.product-info .remove-update {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 22px;
}
@media (min-width: 992px) {
  .product-info .remove-update {
    height: 29px;
  }
}
.product-info .quantity-form:not(.quantity-form-wishlist) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  height: 1.75rem;
  width: 5.125rem;
}
.product-info .quantity-form label {
  display: none;
}
.product-info .quantity-form.quantity-form-wishlist label {
  font-size: 0.75rem;
  display: block;
  font-weight: 700;
  margin-top: -1.125rem;
}
.product-info .quantity-form input.quantity {
  border: none;
  padding: 0;
  width: 1.875rem;
  height: 1.625rem;
  text-align: center;
}
.product-info .quantity-form input.quantity:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-info .quantity-form .custom-select {
  background-position: 16px;
  line-height: normal;
  height: inherit;
  padding: 0.125rem 0.875rem 0.125rem 0.3125rem;
  font-size: 0.75rem;
  min-width: 2.1875rem;
}
@media (min-width: 992px) {
  .product-info .quantity-form .custom-select {
    padding: 0.375rem;
    background-position: 30px;
    min-width: 3.5rem;
    font-size: 0.875rem;
  }
}
.product-info .remove-btn-lg {
  border: none;
  background: transparent;
  padding: 0;
  top: 0;
  right: 0;
  position: relative;
}
@media (min-width: 992px) {
  .product-info .remove-btn-lg {
    top: 3px;
    position: relative;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .profile-page .product-info .remove-btn-lg {
    top: 0;
  }
}
.product-info .btn-small {
  display: inline-block;
  padding: 0.1875rem 0.625rem;
  border: 1px solid #e8e8e8;
  text-decoration: none;
}
@media (min-width: 992px) {
  .product-info .btn-small {
    padding: 0.75rem 1.25rem;
  }
}
.product-info .btn-small i {
  margin-right: 0.375rem;
  position: relative;
  bottom: -1px;
}
@media (min-width: 992px) {
  .product-info .btn-small i {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    margin-right: 0.9375rem;
  }
}
.product-info .product-price {
  text-align: right;
}