.customer:not(.account, .order) {
  margin: 6rem auto 9rem;
  max-width: 33.4rem;
  padding: 0 1.5rem;
  text-align: center;
}

@media screen and (min-width: 750px) {
  .customer:not(.account, .order) {
    max-width: 47.8rem;
  }
}

.customer form {
  margin-top: 4rem;
}

.customer button {
  margin: 1.5rem 0;
}

.customer ul {
  line-height: 1.6;
  padding-left: 3rem;
  text-align: left;
}

.customer ul a {
  display: inline;
}

.customer strong {
  font-weight: normal;
  color: rgb(var(--color-foreground));
}

.customer h2.form__message {
  font-size: 1.8rem;
}

@media only screen and (min-width: 750px) {
  .customer h2.form__message {
    font-size: 2.2rem;
  }
}

.customer .field {
  margin: 1rem 0 0 0;
}

.customer .field:first-of-type {
  margin-top: 0;
}

.customer form .grid.grid--2-col {
  margin-left: -1rem;
}

.customer form .grid--2-col .grid__item {
  padding-left: 1rem;
  width: calc(50% - 1rem / 2);
}

/* Customer Table */
.customer table {
  table-layout: auto;
  border-collapse: collapse;
  border-bottom: 0.01rem solid rgba(var(--color-foreground), 0.08);
  box-shadow: none;
  width: 100%;
  font-size: 1.6rem;
  position: relative;
}

@media screen and (min-width: 750px) {
  .customer table {
    border: none;
    box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.08);
  }
}

.customer tbody {
  color: rgb(var(--color-foreground));
}

.customer th,
.customer td {
  font-weight: 400;
  line-height: 1;
  border: none;
  padding: 0;
}

@media screen and (min-width: 750px) {
  .customer td {
    padding-right: 2.2rem;
  }
}

.customer tbody td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.customer td:empty {
  display: initial;
}

.customer thead th {
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}

.customer tbody td:first-of-type {
  padding-top: 4rem;
}

@media screen and (min-width: 750px) {
  .customer th,
  .customer td:first-of-type {
    text-align: left;
    padding-left: 0;
    padding-right: 2.2rem;
  }

  .customer thead th,
  .customer tbody td {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .customer th:first-of-type,
  .customer td:first-of-type {
    padding-left: 2.2rem;
  }

  .customer tbody td {
    vertical-align: top;
  }

  .customer tbody td:first-of-type {
    padding-top: 2.4rem;
  }
}

.customer tbody td:last-of-type {
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .customer tbody td:last-of-type {
    padding-bottom: 0;
  }
}

.customer tbody tr {
  border-top: 0.01rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 750px) {
  .customer tbody tr:first-of-type {
    border-top: none;
  }
}

.customer tfoot td:first-of-type,
.customer tfoot td {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.customer tfoot td:first-of-type {
  text-align: left;
}

.customer tfoot tr:first-of-type td {
  padding-top: 4rem;
}

@media screen and (min-width: 750px) {
  .customer tfoot tr:first-of-type td,
  .customer tfoot tr:first-of-type th {
    padding-top: 2.4rem;
  }
}

.customer tfoot tr:last-of-type td {
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .customer tfoot tr:last-of-type td,
  .customer tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }
}

/* works around colspan phantom border issues */
.customer thead::after,
.customer tfoot::before {
  content: ' ';
  height: 0.1rem;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  background: rgba(var(--color-foreground), 0.08);
}

/* mobile table overrides */
@media screen and (max-width: 749px) {
  .customer thead,
  .customer th,
  .customer tfoot td:first-of-type {
    display: none;
  }

  .customer td {
    display: flex;
    text-align: right;
  }

  .customer td::before {
    color: rgba(var(--color-foreground), 0.75);
    content: attr(data-label);
    font-size: 1.4rem;
    padding-right: 2rem;
    text-transform: uppercase;
    flex-grow: 1;
    text-align: left;
  }

  .customer td:first-of-type {
    display: flex;
    align-items: center;
  }

  .customer tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
}

/* Pagination */
.customer .pagination {
  margin-top: 5rem;
  margin-bottom: 7rem;
}

@media screen and (min-width: 990px) {
  .customer .pagination {
    margin-top: 7rem;
    margin-bottom: 10rem;
  }
}

.customer .pagination ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.customer .pagination li {
  flex: 1 1;
  max-width: 4rem;
}

.customer .pagination li:not(:last-child) {
  margin-right: 1rem;
}

.customer .pagination li :first-child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 4rem;
  width: 100%;
  padding: 0;
  text-decoration: none;
}

.customer .pagination li :first-child svg {
  height: 0.6rem;
}

.customer .pagination li:first-of-type svg {
  margin-left: -0.2rem;
  transform: rotate(90deg);
}

.customer .pagination li:last-of-type svg {
  margin-right: -0.2rem;
  transform: rotate(-90deg);
}

.customer .pagination li [aria-current]::after {
  content: '';
  display: block;
  width: 2rem;
  height: 0.01rem;
  position: absolute;
  bottom: 0.08rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: currentColor;
}

/* Login */
.login a {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.login .field + a {
  margin-top: 1rem;
}

.login p {
  margin: 1.5rem 0;
}

.login h3 {
  margin-top: 1.5rem;
  text-align: left;
  font-size: 1.6rem;
}

#customer_login_guest button {
  margin-top: 0;
}

#recover,
#recover + div {
  display: none;
}

#recover:target {
  display: inline;
}

#recover:target + div {
  display: block;
}

#recover:target ~ #login,
#recover:target ~ #login + div {
  display: none;
}

.activate button[name='decline'],
.addresses li > button,
.addresses form button[type] {
  background-color: transparent;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-link));
  color: rgb(var(--color-link));
}

.activate button[name='decline']:hover,
.addresses li > button:hover,
.addresses form button[type]:hover {
  box-shadow: 0 0 0 0.2rem rgb(var(--color-link));
}

@media only screen and (min-width: 750px) {
  .activate button[name='decline'] {
    margin-top: inherit;
    margin-left: 1rem;
  }
}

/* Account/Order */
:is(.account, .order) {
  margin: 6rem auto 9rem;
  max-width: var(--page-width);
  padding: 0 2rem;
}

@media screen and (min-width: 750px) {
  :is(.account, .order) {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 990px) {
  :is(.account, .order) > div:nth-of-type(2) {
    display: flex;
    margin-top: 5rem;
  }
}

@media screen and (min-width: 990px) {
  :is(.account, .order) > div:nth-of-type(2) > div:first-of-type {
    flex-grow: 1;
    padding-right: 3.2rem;
  }
  :is(.account, .order) > div:nth-of-type(2) > div:first-of-type + div {
    min-width: 300px;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .order > div:nth-of-type(2) > div:last-of-type {
    display: flex;
  }

  .order > div:nth-of-type(2) > div:last-of-type div {
    padding-right: 3.2rem;
  }
}

:is(.account, .order) p {
  margin: 0 0 2rem;
  font-size: 1.6rem;
}

:is(.account, .order) h1 {
  margin-bottom: 1rem;
}

:is(.account, .order) h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  :is(.account, .order) h2:first-child{
    margin-top: 0;
  }
}

.account h1 + a {
  display: inline-flex;
  align-items: center;
}

.account a svg {
  width: 1.5rem;
  margin-bottom: -0.03rem;
  margin-right: 1rem;
  fill: currentColor;
  color: currentColor;
}

@media screen and (min-width: 750px) {
  .account thead th:last-child,
  .account td:last-child {
    text-align: right;
  }

  .account table td:first-of-type {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

.account table td:first-of-type a {
  padding: 1.1rem 1.5rem;
  text-decoration: none;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-link), 0.2);
  font-size: 1.2rem;
}

.account table td:first-of-type a:hover {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-link), 0.2);
}

.order td:first-of-type {
  align-items: initial;
}

@media screen and (min-width: 750px) {
  .order thead th:nth-last-child(-n + 3),
  .order td:nth-last-child(-n + 3) {
    text-align: right;
  }
}

.order tfoot tr:last-of-type td,
.order tfoot tr:last-of-type th {
  font-size: 2.2rem;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .order tfoot tr:last-of-type td,
  .order tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }
}

.order tfoot tr:last-of-type td:before {
  font-size: 2.2rem;
}

.order table p,
.order > div:nth-of-type(2) > div:first-of-type h2,
.order > div:nth-of-type(2) > div:last-of-type h2 + p {
  margin-bottom: 0;
}

.order > div:nth-of-type(2) > div:first-of-type h2 ~ p {
  margin-bottom: 0;
  font-size: 1.4rem;
}

.order > div:nth-of-type(2) > div:first-of-type h2 ~ p:last-of-type {
  margin-bottom: 3rem;
}

.order .item-props {
  font-size: 1.4rem;
  margin-top: 0.05px;
  display: flex;
  flex-direction: column;
}

.order .item-props > span {
  word-break: break-all;
  line-height: 1.2;
}

.order .fulfillment {
  width: fit-content;
  border: 0.01rem solid rgba(var(--color-foreground), 0.2);
  padding: 1rem;
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: left;
}

.order .fulfillment a {
  margin: 0.7rem 0;
}

.order .fulfillment span {
  display: block;
}

.order .cart-discount {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 750px) {
  .order td .cart-discount {
    display: none;
  }
}

.order tbody ul {
  list-style: none;
  font-size: 1.2rem;
  text-align: right;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 0;
}

@media screen and (min-width: 750px) {
  .order tbody ul {
    text-align: left;
  }
}

.order table a {
  line-height: 1.3;
}

.order tbody tr:first-of-type td:first-of-type > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (min-width: 750px) {
  .order tbody tr:first-of-type td:first-of-type > div {
    align-items: flex-start;
  }
}

.order .properties {
  font-size: 1.4rem;
  margin-top: 1rem;
}

.order .properties span {
  display: block;
  line-height: 1.2;
}

.order svg {
  width: 1.1rem;
  color: rgb(var(--color-base-accent-2));
  margin-right: 0.5rem;
}

.order dl {
  margin: 0;
}

.order dd {
  margin-left: 0;
  line-height: 1.3;
}

.order dd s {
  color: rgba(var(--color-foreground), 0.7);
}

.order .unit-price {
  font-size: 1.1rem;
  letter-spacing: 0.07rem;
  line-height: 1.2;
  margin-top: 0.2rem;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.7);
}

.order .regular-price {
  font-size: 1.3rem;
}

.order .order-remark-wrapper{
  display: block;
  width: 100%;
  max-width: 500px;
}

.order textarea{
  display: block;
  width: 100%;
  min-height: 100px;
  -webkit-appearance: none;
  appearance: none;
  resize: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.55);
  height: 4.5rem;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  padding: 1.5rem;
}

.order textarea + button{
  margin-top: 2rem;
}

/* Addresses */
.addresses li > button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.addresses li > button + button,
.addresses form button + button {
  margin-top: 0rem;
}

@media screen and (min-width: 750px) {
  .addresses li > button:first-of-type {
    margin-top: 3rem;
  }
}

.addresses form button:first-of-type {
  margin-right: 1rem;
}

label[for='AddressCountryNew'],
label[for='AddressProvinceNew'] {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}

.addresses form {
  display: flex;
  flex-flow: row wrap;
}

.addresses form > div {
  width: 100%;
  text-align: left;
}

.addresses ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

li[data-address] {
  margin-top: 5rem;
}

.addresses [aria-expanded='false'] ~ div[id] {
  display: none;
}

.addresses [aria-expanded='true'] ~ div[id] {
  display: block;
}

.addresses h2 {
  text-align: left;
}

li[data-address] > h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 0;
}

@media only screen and (min-width: 750px) {
  li[data-address] > h2 {
    font-size: 2.2rem;
  }
}

.addresses ul p {
  margin-bottom: 0;
}

.addresses input[type='checkbox'] {
  margin-top: 2rem;
  margin-left: 0;
}

@media only screen and (min-width: 750px) {
  .addresses form > div:nth-of-type(1) {
    padding-right: 2rem;
  }

  .addresses form > div:nth-of-type(2) {
    margin-top: 0;
  }

  .addresses form > div:nth-of-type(1),
  .addresses form > div:nth-of-type(2) {
    flex-basis: 50%;
    box-sizing: border-box;
  }
}

.addresses form > div:nth-of-type(7),
.addresses form > div:nth-of-type(7) + div[id] {
  margin-top: 1.5rem;
}

.order .attachment-container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.order .attachment-wrapper{
  width: 100%;
}

.order .attachment-list-item{
  display: flex;
  align-items: center;
  padding: 2px 0;
}

.order .attachment-list-item .icon-file{
  width: 15px;
  height: 15px;
}

.order .attachment-list-item .remove-attachment{
  margin-left: 6px;
}

.order .attachment-list-item .attachment-link{
  display: inline-flex;
  align-items: center;
}

.button--icon svg{
  width: 2rem;
  height: 2rem;
  color: currentColor;
  fill: currentColor;
  margin-top: -0.2rem;
  vertical-align: middle;
}

.customer a.button {
  display: inline-flex;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border));
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  text-decoration: none;
}

.card-box{
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.08);
  padding: 2.2rem;
}

.label-tag{
  border-radius: 50px;
  padding: 2px 18px;
  background-color: rgba(0,0,0,0.1);
}

.label-tag.label-tag-warning{
  background-color: #fffcb4;
  color: #868223;
}

.label-tag.label-tag-pending{
  background-color: #ffe5b5;
  color: #9b6b22;
}

.label-tag.label-tag-alert{
  background-color: #ffe5ee;
  color: #dc3f3f;
}

.label-tag.label-tag-success{
  background-color: #d2ede0;
  color: #279972;
}

.label-tag.label-tag-info{
  background-color: #d4e7ff;
  color: #3f82dc;
}

.label-tag.label-default-light{
  background-color: #f8f8f8;
  color: #898c8d;
}

.label-tag.label-default-dark{
  background-color: #898c8d;
  color: #f8f8f8;
}

.order-date{
  font-weight: normal;
  font-size: 1.5rem;
  color: rgba(var(--color-base-text),0.55);
}

.button-snippet .btn{
  min-width: 260px;
}

.title-edit-container{
	margin-top:2rem;
	display:flex;
	justify-content:space-between;
}

#edit-details.details{
	display:flex;
	flex-flow:wrap;
	line-break:anywhere;
	max-width: 450px;
}

.small-text {
  font-size: 85%;
  line-height: 1.5;
}


/* Account page */
.avatar-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 2px 2px 30px -15px #999;
}

.customer .account-navigation__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}

.customer .account-navigation__list .navigation-item.heading-nav_link {
  gap: 5px;
  position: relative;
  padding: 10px 0 20px;
  text-decoration: none;
  margin: 0;
  border-bottom: 1px solid rgba(var(--color-foreground), 0.08);
}

.customer .account-navigation__list .navigation-item:last-child {
  border-bottom: none;
  padding-bottom: 10px;
} 

.customer .account-navigation__list .navigation-item .navigation-icon svg {
  width: 24px;
  margin: 0;
  transition: transform 0.5s ease-in-out;
  color: rgba(var(--color-base-text));
  fill: rgba(var(--color-base-text));
}

.customer .account-navigation__list .navigation-item .navigation-title {
  color: rgba(var(--color-base-text));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.customer .account-navigation__list .navigation-item:hover .navigation-icon svg {
  transform: scale(1.1);
}

.customer .account-navigation__list .navigation-item:hover .navigation-title {
  text-decoration: underline;
}

.customer .account-navigation__list .navigation-item .chevron {
  position: absolute;
  margin: 0;
  right: 0;
  display: block;
}

.customer .account-navigation__list .navigation-item .chevron svg {
  color: rgba(var(--color-foreground), 0.5);
  fill: currentColor;
}

@media screen and (min-width: 750px) {
  .customer .account-navigation__list:not(.mobile-navigation) {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    margin: 0 -2.2rem;
  }
  
  .customer .account-navigation__list:not(.mobile-navigation) .navigation-item.heading-nav_link {
    padding: 10px 15px;
    flex-direction: column;
    text-align: center;
    border: 0;
    gap: 5px;
    border-right: 1px solid rgba(var(--color-foreground), 0.08);
  }
  
  .customer .account-navigation__list:not(.mobile-navigation) .navigation-item.heading-nav_link:last-child {
  	border-right: none;
  }
  
  .customer .account-navigation__list:not(.mobile-navigation) .navigation-item .navigation-icon svg {
    width: 30px;
  }
  
  .customer .account-navigation__list:not(.mobile-navigation) .navigation-item .chevron {
    display: none;
  }
}

.customer .order-grid {
  padding-left: 1rem;
  padding-right: 2rem;
  margin: 0 -2rem;
}

@media screen and (min-width: 750px) {
  .customer .order-grid .grid__item {
    padding-left: 1rem;
    padding-bottom: 1rem;
  }
}

.order-grid .order-card__wrapper {
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.order-grid .order-card__wrapper:hover .h3 {
  text-decoration: underline;
}

.order-grid .order-images__wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.order-grid .order-images__wrapper .order-image {
  margin: 10px 10px 10px 0;
  max-width: 80px;
  flex-basis: 25%;
}

/* Order received confirmation modal */
details[open] > .confirmation-modal.modal__content {
  position: static;
}

details[open] > .confirmation-modal .confirmation-modal__content {
  transform: translate(-50%, 0);
  transition: transform var(--duration-default) ease, visibility 0s;
  z-index: 10000;
  background-color: #F8F9FA;
  border-color: rgba(18, 18, 18, 0.2);
  border-style: solid;
  border-width: 1px;
  padding: 25px 35px;
  position: fixed;
  top: 10vh;
  left: 50%;
  width: 100%;
  max-width: 400px;
  color: #000;
  text-align: left;
}

details[open] > .confirmation-modal .confirmation-modal__content .h3 {
  color: #000;
}

details[open] > .confirmation-modal .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2001;
  display: block;
  opacity: 1;
  transition: opacity var(--duration-default) ease, visibility 0s;
}

/* Tab slider */
.customer button.slider-button {
  min-width: 44px;
  min-height: 44px;
  margin: 0;
  padding: 0;
  box-shadow: none;
  background: none;
  color: rgb(var(--color-foreground));
}

.customer button.slider-button:not([disabled]):hover {
  color: rgb(var(--color-foreground));
}

.customer button.slider-button {
  height: 0.6rem;
}
.customer button.slider-button[disabled] .icon {
  color: rgba(var(--color-foreground), 0.3);
}

/* Order listing */
.customer .media .image-overlay-qty {
  display: none; 
}

.customer .media .image-overlay-qty.desktop-show,
.customer .media .image-overlay-qty.mobile-show {
  width: 100%;
  height: 100%;
  justify-content: center; 
  align-items: center; 
  background-color: rgba(0, 0, 0, 0.7); 
  color: #fff; 
  position: absolute; 
  top: 0;
}

.customer .media .image-overlay-qty.desktop-show {
  display: flex;
}

@media screen and (max-width: 990px) {
  .customer .media:nth-child(n+3) {
    display: none;
  }
  
  .customer .media .image-overlay-qty.mobile-show {
    display: flex;
  }
}

.customer .media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.order-right {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0.5rem 0;
  margin-left: auto;
}

.order-tab {
  padding: 0;
  margin-bottom: 1.5rem;
}

.order-tab .order-tab__slider {
  margin: 0;
  text-align: center;
}

.order-tab .order-tab__slider.slider.slider--tablet .grid__item.slider__slide {
  width: auto;
  max-width: fit-content;
  padding: 10px 35px 5px;
  position: relative;
  margin: 0;
  cursor: pointer;
}

.order-tab .order-tab__slider .grid__item:hover {
  color: rgba(var(--color-foreground));
}

.order-tab .order-tab__slider .grid__item.active div {
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(var(--color-foreground));
  color: rgba(var(--color-foreground));
}

.order-tab .order-tab__slider .grid__item div .order-count {
  position: absolute;
  top: 3px;
  right: 10px;
  z-index: 2;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  font-size: 12px;
  min-width: 20px;
  height: 20px;
  padding: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}

.order-tab .order-tab__slider .grid__item > span {
  background-color: rgba(var(--color-foreground), 0.1);
  width: 1px;
  height: 20px;
  top: 12px;
  right: 0;
  font-size: 0;
  color: rgba(var(--color-foreground), 0.4);
  position: absolute;
}

.order-tab .order-tab__slider .grid__item:last-child span {
  display: none;
}

@media screen and (min-width: 990px) {
  .order-tab:not(.order-tab__mobile) {
    margin-bottom: 2rem;
  }

  .order-tab:not(.order-tab__mobile) .order-tab__slider.slider.slider--tablet .grid__item.slider__slide {
    padding: 0 35px;
  }
  
  .order-tab:not(.order-tab__mobile) .order-tab__slider .grid__item div .order-count {
    top: -10px;
    right: 15px;
  }

  .order-tab:not(.order-tab__mobile) .order-tab__slider .grid__item > span {
    top: 2px;
  }
  
  .order-tab.order-tab__mobile .order-tab__slider {
    margin-left: 2rem;
    margin-right: 5rem;
  }
  
  .order-tab.order-tab__mobile .slider-buttons .slider-button {
    position: absolute;
	top: 0;
	background-color: rgb(var(--color-background));
    z-index: 10;
    padding-top: 8px;
  }
  
  .order-tab.order-tab__mobile .slider-buttons .slider-button.slider-button--prev {
	left: 0;
  }
  
  .order-tab.order-tab__mobile .slider-buttons .slider-button.slider-button--next {
	right: 0;
  }
}

/* Order details */
.customer .product-qty-badge {
  z-index: 2;
  position: absolute;
  top: -7px;
  right: -7px;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  font-size: 11px;
  min-width: 20px;
  height: 20px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}

.customer .price-label {
  text-align: right;
  min-width: 150px;
}

@media screen and (max-width: 768px) {
  .sm-flex-wrap {
    flex-wrap: wrap;
  }
  .order-status {
    flex-basis: 100%;
  }
}

/* BellaBloom Address Book and shared customer-control completion.
   EasyStore continues to own address persistence, validation, selectors and
   account actions; these rules only unify presentation and interaction size. */
[class*="template-customers"] .bb-customer-address-header-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

[class*="template-customers"] .bb-customer-addresses-page .bb-customer-address-add-button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin: 0;
  min-height: 44px;
  padding: 10px 18px;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}

[class*="template-customers"] .bb-customer-addresses-page .bb-customer-address-list-header {
  align-items: flex-end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

[class*="template-customers"] .bb-customer-addresses-page .bb-customer-address-list-header > div {
  min-width: 0;
}

[class*="template-customers"] .bb-customer-addresses-page .bb-customer-area-back {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 44px;
  text-align: center;
  text-decoration: none !important;
}

[class*="template-customers"] .bb-customer-addresses-page .customer-address-new[hidden],
[class*="template-customers"] .bb-customer-addresses-page .customer-address-edit[hidden] {
  display: none;
}

[class*="template-customers"] .bb-customer-addresses-page .bb-customer-address-form-shell {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  max-width: none;
  padding: 0;
}

[class*="template-customers"] .bb-customer-addresses-page :is(.customer-address-new, .customer-address-edit) .grid {
  margin-bottom: 0;
}

[class*="template-customers"] .bb-customer-addresses-page :is(.customer-address-new, .customer-address-edit) .field {
  margin-bottom: 1.4rem;
}

[class*="template-customers"] .bb-customer-addresses-page .customer-addresses-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
}

[class*="template-customers"] .bb-customer-addresses-page .customer-addresses-grid > .grid__item {
  margin: 0;
  max-width: none;
  padding: 0;
  width: auto;
}

[class*="template-customers"] .bb-customer-addresses-page .customer-address-card {
  background: var(--bb-customer-soft);
  border: 1px solid var(--bb-customer-line);
  border-radius: 14px;
  box-shadow: none;
  min-height: 232px;
  padding: 20px;
}

[class*="template-customers"] .bb-customer-addresses-page .bb-customer-address-card__heading {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  justify-content: space-between;
}

[class*="template-customers"] .bb-customer-addresses-page .customer-address-card h3 {
  color: var(--bb-customer-bronze);
  font-family: var(--font-body-family);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

[class*="template-customers"] .bb-customer-addresses-page .bb-customer-address-default {
  background: var(--bb-customer-champagne);
  border: 1px solid var(--bb-customer-line);
  border-radius: 999px;
  color: var(--bb-customer-bronze);
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 5px 9px;
  white-space: nowrap;
}

[class*="template-customers"] .bb-customer-addresses-page .bb-customer-address-phone {
  color: var(--bb-customer-ink);
  display: block;
  font-weight: 650;
  margin-top: 8px;
}

[class*="template-customers"] .bb-customer-addresses-page .customer-address-card .color-light-text {
  color: var(--bb-customer-muted);
  font-size: 1.15rem;
  line-height: 1.6 !important;
  margin: 12px 0 18px;
}

[class*="template-customers"] .bb-customer-addresses-page .bb-customer-address-actions {
  align-items: center;
  border-top: 1px solid var(--bb-customer-line);
  display: flex;
  gap: 18px;
  margin: auto 0 0;
  padding-top: 9px;
}

[class*="template-customers"] .bb-customer-addresses-page .bb-customer-address-actions > a {
  align-items: center;
  background: transparent;
  border: 1px solid var(--bb-customer-line);
  border-radius: 999px;
  color: var(--bb-customer-bronze);
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
  padding: 9px 16px;
  text-decoration: none !important;
}

[class*="template-customers"] .bb-customer-addresses-page .customer-address-toggle {
  align-items: center;
  background: var(--bb-customer-olive);
  border: 1px solid var(--bb-customer-olive);
  border-radius: 999px;
  color: var(--bb-customer-ivory);
  display: inline-flex;
  justify-content: center;
  min-height: 44px;
  padding: 9px 18px;
  text-decoration: none !important;
}

[class*="template-customers"] .bb-customer-addresses-page .bb-customer-address-actions > a:hover,
[class*="template-customers"] .bb-customer-addresses-page .customer-address-toggle:hover {
  text-decoration: none !important;
}

[class*="template-customers"] .bb-customer-addresses-page .customer-address-edit {
  display: none !important;
  grid-column: 1 / -1;
}

[class*="template-customers"] .bb-customer-addresses-page[data-bb-address-mode="edit"]
  .customer-address-edit[data-bb-address-active="true"] {
  display: block !important;
}

[class*="template-customers"] .bb-customer-addresses-page .customer-address-edit-card {
  background: var(--bb-customer-ivory);
  border: 1px solid var(--bb-customer-line);
  border-radius: 14px;
  margin: 0;
  max-width: none;
  padding: clamp(20px, 3vw, 28px);
}

[class*="template-customers"] .bb-customer-addresses-page .bb-customer-address-edit-heading {
  border-bottom: 1px solid var(--bb-customer-line);
  margin-bottom: 20px;
  padding-bottom: 16px;
}

[class*="template-customers"] .bb-customer-addresses-page .bb-customer-address-edit-heading h4 {
  color: var(--bb-customer-bronze);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 3vw, 3.1rem);
  font-weight: 600;
  line-height: 1.05;
  margin: 0;
}

[class*="template-customers"] .bb-customer-addresses-page .bb-customer-address-edit-heading > p:last-child {
  color: var(--bb-customer-muted);
  line-height: 1.5;
  margin: 7px 0 0;
}

[class*="template-customers"] .bb-customer-addresses-page .bb-customer-address-form-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin: 8px 0 0;
}

[class*="template-customers"] .bb-customer-addresses-page .bb-customer-address-form-actions .button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin: 0;
  min-height: 44px;
  min-width: 132px;
  text-align: center;
  text-decoration: none !important;
}

[class*="template-customers"] .bb-customer-addresses-page .bb-customer-addresses-empty {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 5vw, 50px) 20px;
  text-align: center;
}

[class*="template-customers"] .bb-customer-addresses-page .bb-customer-addresses-empty__icon {
  align-items: center;
  background: var(--bb-customer-champagne);
  border-radius: 50%;
  color: var(--bb-customer-gold);
  display: flex;
  height: 50px;
  justify-content: center;
  width: 50px;
}

[class*="template-customers"] .bb-customer-addresses-page .bb-customer-addresses-empty__icon svg {
  fill: currentColor;
  height: 23px;
  margin: 0;
  width: 23px;
}

[class*="template-customers"] .bb-customer-addresses-page .bb-customer-addresses-empty h3 {
  color: var(--bb-customer-bronze);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 2.8rem;
  font-weight: 600;
  margin: 14px 0 0;
}

[class*="template-customers"] .bb-customer-addresses-page .bb-customer-addresses-empty p {
  color: var(--bb-customer-muted);
  margin: 6px 0 18px;
}

[class*="template-customers"] .bb-customer-addresses-page .pagination {
  border-top: 1px solid var(--bb-customer-line);
  margin: 20px 0 0;
  padding-top: 18px;
}

/* Focused Address Book flow. The server emits the initial mode so failed
   submissions reopen the affected form without briefly showing the list. */
[class*="template-customers"] .bb-customer-addresses-page[data-bb-address-mode="list"] .customer-address-new,
[class*="template-customers"] .bb-customer-addresses-page[data-bb-address-mode="edit"] .customer-address-new,
[class*="template-customers"] .bb-customer-addresses-page[data-bb-address-mode="add"] .bb-customer-address-list-panel {
  display: none;
}

[class*="template-customers"] .bb-customer-addresses-page:not([data-bb-address-mode="list"]) .bb-customer-address-add-button {
  display: none;
}

[class*="template-customers"] .bb-customer-addresses-page[data-bb-address-mode="edit"] .bb-customer-address-list-panel {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

[class*="template-customers"] .bb-customer-addresses-page[data-bb-address-mode="edit"] :is(
  .bb-customer-address-list-header,
  .bb-customer-addresses-empty,
  .customer-address-summary,
  .bb-customer-address-pagination
) {
  display: none;
}

[class*="template-customers"] .bb-customer-addresses-page[data-bb-address-mode="edit"] .customer-addresses-grid {
  display: block;
  grid-template-columns: minmax(0, 1fr);
}

[class*="template-customers"] .bb-customer-addresses-page[data-bb-address-mode="edit"] .customer-address-edit-card {
  display: block;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: 100%;
}

[class*="template-customers"] .bb-customer-addresses-page .bb-customer-address-mode-bar {
  align-items: center;
  display: flex;
  margin: 0 0 14px;
}

[class*="template-customers"] .bb-customer-addresses-page .bb-customer-address-back-to-list {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 1px solid var(--bb-customer-line);
  border-radius: 999px;
  color: var(--bb-customer-bronze);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  min-height: 44px;
  padding: 9px 16px;
  text-decoration: none !important;
}

[class*="template-customers"] .bb-customer-addresses-page .bb-customer-address-back-to-list:hover {
  background: var(--bb-customer-champagne);
  border-color: var(--bb-customer-gold);
  text-decoration: none !important;
}

[class*="template-customers"] .bb-customer-addresses-page .bb-customer-address-back-to-list:focus-visible {
  outline: 2px solid var(--bb-customer-gold);
  outline-offset: 3px;
}

/* Ensure the shared account navigation remains readable on every active item. */
[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-account-sidebar .navigation-item.is-active,
[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-account-sidebar .navigation-item.is-active:hover,
[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-account-sidebar .navigation-item.is-active:focus-visible {
  background: var(--bb-customer-bronze) !important;
  color: var(--bb-customer-ivory) !important;
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-account-sidebar .navigation-item.is-active :is(.navigation-title, .navigation-icon, .chevron, svg) {
  color: inherit !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

/* Profile security actions use the same comfortable premium control rhythm. */
[class*="template-customers"] .bb-customer-profile-page .bb-customer-auth-card :is(.customer-disclosure-button, .customer-verify-button) {
  background: var(--bb-customer-ivory);
  border: 1px solid var(--bb-customer-line);
  border-radius: 999px;
  color: var(--bb-customer-bronze);
  font-size: 1.35rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.2;
  margin-top: 12px;
  min-height: 44px;
  padding: 10px 16px;
  text-decoration: none;
}

[class*="template-customers"] .bb-customer-profile-page .bb-customer-auth-card :is(.customer-disclosure-button, .customer-verify-button):hover {
  background: var(--bb-customer-champagne);
  border-color: var(--bb-customer-gold);
}

@media screen and (max-width: 749px) {
  [class*="template-customers"] .bb-customer-addresses-page .bb-customer-area-header {
    grid-template-columns: minmax(0, 1fr);
  }

  [class*="template-customers"] .bb-customer-address-header-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
    width: 100%;
  }

  [class*="template-customers"] .bb-customer-addresses-page:not([data-bb-address-mode="list"]) .bb-customer-address-header-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  [class*="template-customers"] .bb-customer-address-header-actions > :is(a, button) {
    justify-content: center;
    width: 100%;
  }

  [class*="template-customers"] .bb-customer-addresses-page .bb-customer-address-list-header {
    align-items: stretch;
    flex-direction: column;
  }

  [class*="template-customers"] .bb-customer-addresses-page .bb-customer-address-add-button {
    width: 100%;
  }

  [class*="template-customers"] .bb-customer-addresses-page .customer-addresses-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  [class*="template-customers"] .bb-customer-addresses-page :is(
    .customer-address-new,
    .customer-address-edit
  ) .grid--2-col > .grid__item {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  [class*="template-customers"] .bb-customer-addresses-page .bb-customer-address-form-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [class*="template-customers"] .bb-customer-addresses-page .bb-customer-address-form-actions .button {
    min-width: 0;
    width: 100%;
  }

  [class*="template-customers"] .bb-customer-profile-page .bb-customer-auth-card :is(.customer-disclosure-button, .customer-verify-button) {
    width: 100%;
  }
}

/* BellaBloom account dashboard */
@supports selector(#MainContent:has(.bb-account-dashboard-page)) {
  [class*="template-customers"] #MainContent:has(.bb-account-dashboard-page) {
    padding-bottom: 110px;
    padding-top: 38px;
  }
}

.customer.account.bb-account-dashboard-page {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #31262a;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0;
}

.customer.account.bb-account-dashboard-page,
.customer.account.bb-account-dashboard-page * {
  box-sizing: border-box;
}

.customer.account.bb-account-dashboard-page p {
  margin-bottom: 0;
}

.customer.account.bb-account-dashboard-page a:focus-visible,
.customer.account.bb-account-dashboard-page button:focus-visible {
  outline: 2px solid #752b49;
  outline-offset: 3px;
}

.bb-account-header {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 30px;
}

.customer.account.bb-account-dashboard-page .bb-account-header__eyebrow {
  color: #752b49;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  margin: 0 0 8px;
}

.customer.account.bb-account-dashboard-page .bb-account-header h1 {
  color: #3b1f29;
  font-family: var(--font-heading-family);
  font-size: clamp(3.8rem, 4.2vw, 5.2rem);
  letter-spacing: -0.035em;
  line-height: 0.98;
  margin: 0;
  max-width: 860px;
}

.customer.account.bb-account-dashboard-page .bb-account-header__intro {
  color: rgba(49, 38, 42, 0.7);
  font-size: 1.45rem;
  line-height: 1.55;
  margin: 12px 0 0;
}

.customer.account.bb-account-dashboard-page .bb-account-logout {
  align-items: center;
  border: 1px solid rgba(117, 43, 73, 0.28);
  border-radius: 999px;
  color: #752b49;
  display: inline-flex;
  font-size: 1.25rem;
  font-weight: 600;
  gap: 8px;
  min-height: 42px;
  padding: 9px 17px;
  text-decoration: none;
}

.customer.account.bb-account-dashboard-page .bb-account-logout svg {
  fill: currentColor;
  height: 15px;
  margin: 0;
  width: 15px;
}

.bb-account-dashboard {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: 252px minmax(0, 1fr);
}

.bb-account-sidebar {
  position: sticky;
  top: 132px;
}

.customer.account.bb-account-dashboard-page .bb-account-sidebar .account-navigation__list {
  background: #fff;
  border: 1px solid rgba(111, 41, 65, 0.14);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0;
  padding: 8px;
}

.customer.account.bb-account-dashboard-page .bb-account-sidebar .navigation-item.heading-nav_link,
.customer.account.bb-account-dashboard-page .bb-account-sidebar .navigation-item.heading-nav_link + .navigation-item.heading-nav_link {
  align-items: center;
  border: 0;
  border-radius: 10px;
  color: #31262a;
  display: grid;
  flex-direction: row;
  gap: 11px;
  grid-template-columns: 24px minmax(0, 1fr) 16px;
  margin: 0;
  min-height: 46px;
  padding: 10px 11px;
  text-align: left;
  text-decoration: none;
}

.customer.account.bb-account-dashboard-page .bb-account-sidebar .navigation-item:hover {
  background: #fff8f4;
}

.customer.account.bb-account-dashboard-page .bb-account-sidebar .navigation-item.is-active {
  background: #752b49;
  color: #fff;
}

.customer.account.bb-account-dashboard-page .bb-account-sidebar .navigation-item .navigation-icon,
.customer.account.bb-account-dashboard-page .bb-account-sidebar .navigation-item .chevron {
  align-items: center;
  display: flex;
  position: static;
}

.customer.account.bb-account-dashboard-page .bb-account-sidebar .navigation-item .navigation-icon svg,
.customer.account.bb-account-dashboard-page .bb-account-sidebar .navigation-item .chevron svg {
  color: currentColor;
  fill: currentColor;
  height: 20px;
  margin: 0;
  transition: none;
  width: 20px;
}

.customer.account.bb-account-dashboard-page .bb-account-sidebar .navigation-item .chevron svg {
  height: 13px;
  opacity: 0.48;
  width: 13px;
}

.customer.account.bb-account-dashboard-page .bb-account-sidebar .navigation-item .navigation-title,
.customer.account.bb-account-dashboard-page .bb-account-sidebar .bb-rewards-navigation .navigation-title,
.customer.account.bb-account-dashboard-page .bb-account-sidebar .bb-rewards-navigation .navigation-icon svg {
  color: currentColor;
  fill: currentColor;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.25;
}

.customer.account.bb-account-dashboard-page .bb-account-sidebar .navigation-item .navigation-title {
  display: block;
  min-width: 0;
  overflow: visible;
  overflow-wrap: anywhere;
  -webkit-box-orient: initial;
  -webkit-line-clamp: unset;
  white-space: normal;
}

@media screen and (min-width: 990px) {
  .customer.account.bb-account-dashboard-page:not(.bb-customer-order-detail-page--guest) .bb-account-dashboard {
    grid-template-columns: 252px minmax(0, 1fr);
  }

  .customer.account.bb-account-dashboard-page .bb-account-sidebar {
    max-width: 252px;
    min-width: 252px;
    width: 252px;
  }
}

.customer.account.bb-account-dashboard-page .bb-account-sidebar .navigation-item:hover .navigation-title {
  text-decoration: none;
}

.bb-account-main {
  min-width: 0;
}

.customer.account.bb-account-dashboard-page .bb-rewards-summary {
  background:
    radial-gradient(circle at 100% 0, rgba(198, 155, 109, 0.2), transparent 215px),
    #fffaf4;
  border: 1px solid rgba(111, 41, 65, 0.16);
  border-radius: 16px;
  color: #31262a;
  margin: 0;
  padding: 27px 28px;
}

.customer.account.bb-account-dashboard-page .bb-rewards-summary__header {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 330px);
}

.customer.account.bb-account-dashboard-page .bb-rewards-summary__eyebrow {
  color: #752b49;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  margin: 0 0 7px;
}

.customer.account.bb-account-dashboard-page .bb-rewards-summary h2 {
  color: #3b1f29;
  font-family: var(--font-heading-family);
  font-size: clamp(3.2rem, 3.6vw, 4.5rem);
  letter-spacing: -0.025em;
  line-height: 1;
  margin: 0;
}

.customer.account.bb-account-dashboard-page .bb-rewards-summary__balance-label {
  color: rgba(49, 38, 42, 0.62);
  font-size: 1.15rem;
  line-height: 1.4;
  margin: 8px 0 0;
}

.customer.account.bb-account-dashboard-page .bb-rewards-summary__rule {
  border-left: 1px solid rgba(117, 43, 73, 0.16);
  color: rgba(49, 38, 42, 0.73);
  font-size: 1.25rem;
  line-height: 1.55;
  margin: 0;
  padding-left: 28px;
}

.customer.account.bb-account-dashboard-page .bb-rewards-summary__rule strong {
  color: #3b1f29;
  font-weight: 650;
}

.customer.account.bb-account-dashboard-page .bb-rewards-summary__credit {
  border-left: 1px solid rgba(117, 43, 73, 0.16);
  color: #3b1f29;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding-left: 28px;
  text-decoration: none;
}

.customer.account.bb-account-dashboard-page .bb-rewards-summary__credit-label {
  color: #752b49;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.35;
}

.customer.account.bb-account-dashboard-page .bb-rewards-summary__credit strong {
  color: #3b1f29;
  font-family: var(--font-heading-family);
  font-size: clamp(2.4rem, 2.8vw, 3.2rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-top: 5px;
}

.customer.account.bb-account-dashboard-page .bb-rewards-summary__credit-action {
  color: #752b49;
  font-size: 1.1rem;
  font-weight: 650;
  line-height: 1.4;
  margin-top: 7px;
}

.customer.account.bb-account-dashboard-page .bb-rewards-summary__credit:hover .bb-rewards-summary__credit-action,
.customer.account.bb-account-dashboard-page .bb-rewards-summary__credit:focus-visible .bb-rewards-summary__credit-action {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.customer.account.bb-account-dashboard-page .bb-rewards-summary__credit:focus-visible {
  border-radius: 8px;
  outline: 2px solid #752b49;
  outline-offset: 5px;
}

.customer.account.bb-account-dashboard-page .bb-rewards-summary__expiry {
  align-items: center;
  background: rgba(117, 43, 73, 0.07);
  border-radius: 9px;
  color: rgba(49, 38, 42, 0.78);
  display: flex;
  font-size: 1.15rem;
  gap: 8px;
  line-height: 1.4;
  margin: 18px 0 0;
  padding: 9px 11px;
}

.customer.account.bb-account-dashboard-page .bb-rewards-summary__expiry .svg-icon {
  color: #752b49;
  flex: 0 0 16px;
  height: 16px;
  margin: 0;
  width: 16px;
}

.customer.account.bb-account-dashboard-page [data-bb-customer-expiry-fallback][hidden] {
  display: none !important;
}

.customer.account.bb-account-dashboard-page .bb-rewards-summary__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 20px;
}

.customer.account.bb-account-dashboard-page .bb-rewards-summary__shop.button {
  background: #752b49;
  border-radius: 999px;
  color: #fff;
  font-size: 1.25rem;
  margin: 0;
  min-height: 42px;
  min-width: 174px;
  padding: 10px 20px;
}

.customer.account.bb-account-dashboard-page .bb-rewards-summary__learn {
  align-items: center;
  color: #752b49;
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 650;
  gap: 7px;
  justify-content: flex-start;
  min-height: 40px;
  text-decoration: none;
}

.customer.account.bb-account-dashboard-page .bb-membership-summary {
  background: #fff;
  border: 1px solid rgba(111, 41, 65, 0.14);
  border-radius: 16px;
  color: #31262a;
  margin-top: 18px;
  padding: 24px 26px;
}

.bb-membership-summary__header {
  align-items: start;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.customer.account.bb-account-dashboard-page .bb-membership-summary__eyebrow {
  color: #752b49;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  margin: 0 0 7px;
}

.customer.account.bb-account-dashboard-page .bb-membership-summary h2 {
  color: #3b1f29;
  font-family: var(--font-heading-family);
  font-size: clamp(2.8rem, 3vw, 3.7rem);
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 0;
}

.customer.account.bb-account-dashboard-page .bb-membership-summary__label {
  color: rgba(49, 38, 42, 0.62);
  font-size: 1.15rem;
  line-height: 1.4;
  margin: 7px 0 0;
}

.bb-membership-summary__status {
  background: rgba(117, 43, 73, 0.08);
  border: 1px solid rgba(117, 43, 73, 0.13);
  border-radius: 999px;
  color: #752b49;
  display: inline-flex;
  font-size: 1.1rem;
  font-weight: 650;
  line-height: 1.3;
  padding: 8px 12px;
  text-decoration: none;
  white-space: nowrap;
}

a.bb-membership-summary__status:hover,
a.bb-membership-summary__status:focus-visible {
  background: rgba(117, 43, 73, 0.14);
  text-decoration: none;
}

a.bb-membership-summary__status:focus-visible {
  outline: 2px solid #752b49;
  outline-offset: 3px;
}

.bb-membership-summary__status--top {
  background: #fff8f0;
  color: #6b4a27;
}

.bb-membership-summary__facts {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  margin-top: 20px;
}

.bb-membership-summary__fact {
  background: #fffaf6;
  border-radius: 10px;
  min-width: 0;
  padding: 12px 13px;
}

.bb-membership-summary__fact span,
.bb-membership-summary__fact strong {
  display: block;
}

.bb-membership-summary__fact span {
  color: rgba(49, 38, 42, 0.6);
  font-size: 1.05rem;
  line-height: 1.35;
}

.bb-membership-summary__fact strong {
  color: #3b1f29;
  font-size: 1.2rem;
  font-weight: 650;
  line-height: 1.4;
  margin-top: 4px;
}

.bb-membership-summary__progress {
  border-top: 1px solid rgba(111, 41, 65, 0.1);
  margin-top: 20px;
  padding-top: 18px;
}

.bb-membership-summary__progress-copy {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 16px;
  justify-content: space-between;
  margin-bottom: 10px;
}

.bb-membership-summary__progress-copy span,
.bb-membership-summary__progress-copy strong {
  font-size: 1.15rem;
  line-height: 1.4;
}

.bb-membership-summary__progress-copy span {
  color: rgba(49, 38, 42, 0.72);
}

.bb-membership-summary__progress-copy strong {
  color: #752b49;
  font-weight: 650;
}

.bb-membership-summary__track {
  background: rgba(117, 43, 73, 0.12);
  border-radius: 999px;
  height: 8px;
  overflow: hidden;
  width: 100%;
}

.bb-membership-summary__bar {
  background: linear-gradient(90deg, #752b49, #a95e78);
  border-radius: inherit;
  display: block;
  height: 100%;
  transition: width 500ms ease;
  width: 0;
}

.customer.account.bb-account-dashboard-page .bb-membership-summary__top-note {
  background: #fffaf6;
  border-radius: 10px;
  color: rgba(49, 38, 42, 0.74);
  font-size: 1.15rem;
  line-height: 1.45;
  margin: 20px 0 0;
  padding: 11px 13px;
}

.bb-membership-summary__footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: space-between;
  margin-top: 18px;
}

.bb-membership-summary__benefits {
  min-width: min(100%, 310px);
}

.bb-membership-summary__benefits summary {
  align-items: center;
  color: #752b49;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.15rem;
  font-weight: 650;
  gap: 8px;
  list-style: none;
  min-height: 40px;
}

.bb-membership-summary__benefits summary::-webkit-details-marker {
  display: none;
}

.bb-membership-summary__benefits summary span {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  transition: transform 180ms ease;
}

.bb-membership-summary__benefits[open] summary span {
  transform: rotate(45deg);
}

.bb-membership-summary__benefits-content {
  background: #fffaf6;
  border-radius: 10px;
  color: rgba(49, 38, 42, 0.76);
  font-size: 1.15rem;
  line-height: 1.5;
  margin-top: 7px;
  padding: 12px 13px;
}

.bb-membership-summary__benefits-content ul {
  margin: 0;
  padding-left: 18px;
}

.bb-membership-summary__benefits-content li + li {
  margin-top: 5px;
}

.customer.account.bb-account-dashboard-page .bb-membership-summary__tiers {
  align-items: center;
  color: #752b49;
  display: inline-flex;
  font-size: 1.15rem;
  font-weight: 650;
  gap: 7px;
  min-height: 40px;
  text-decoration: none;
}

@media screen and (max-width: 749px) {
  .customer.account.bb-account-dashboard-page .bb-membership-summary {
    padding: 20px;
  }

  .bb-membership-summary__header {
    grid-template-columns: 1fr;
  }

  .bb-membership-summary__status {
    justify-self: start;
  }

  .bb-membership-summary__facts {
    grid-template-columns: 1fr;
  }

  .bb-membership-summary__footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* EasyParcel delivery visibility: read-only tracking details and actions. */
[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-card {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--bb-customer-line);
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 24px;
  overflow: visible;
  padding: 0 0 24px;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-card__header {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: 48px minmax(0, 1fr);
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-card__icon {
  align-items: center;
  background: var(--bb-customer-champagne);
  border: 1px solid var(--bb-customer-line);
  border-radius: 50%;
  color: var(--bb-customer-gold);
  display: inline-flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-card__icon svg {
  height: 24px;
  margin: 0;
  width: 24px;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-card__eyebrow {
  color: var(--bb-customer-gold);
  font-size: 1rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  margin: 0 0 5px;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-card__header h3 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 3vw, 3.25rem);
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-card__intro {
  color: var(--bb-customer-muted);
  line-height: 1.55;
  margin: 9px 0 0;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-item {
  background: rgba(255, 253, 249, 0.88);
  border: 1px solid var(--bb-customer-line);
  border-radius: 14px;
  display: grid;
  gap: 14px 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 18px;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-item__heading {
  color: var(--bb-customer-bronze);
  font-family: var(--font-body-family);
  font-size: 1.15rem;
  font-weight: 750;
  grid-column: 1 / -1;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin: 0;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-item__details {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  min-width: 0;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-item__details div {
  min-width: 0;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-item__details :is(dt, dd) {
  margin: 0;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-item__details dt {
  color: var(--bb-customer-muted);
  font-size: 1rem;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-item__details dd {
  color: var(--bb-customer-ink);
  font-weight: 650;
  overflow-wrap: anywhere;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-item__details code {
  background: transparent;
  color: var(--bb-customer-bronze);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.95em;
  overflow-wrap: anywhere;
  padding: 0;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-item__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: flex-end;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-copy {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 1px solid var(--bb-customer-bronze);
  border-radius: 999px;
  color: var(--bb-customer-bronze);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 700;
  gap: 7px;
  justify-content: center;
  min-height: 44px;
  padding: 9px 15px;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-copy:hover {
  background: var(--bb-customer-champagne);
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-copy:disabled {
  cursor: wait;
  opacity: 0.58;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-copy svg {
  height: 17px;
  margin: 0;
  width: 17px;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-link {
  align-items: center;
  display: inline-flex;
  font-weight: 700;
  gap: 7px;
  justify-content: center;
  margin: 0;
  min-width: 132px;
  text-decoration: none;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-copy-status {
  color: var(--bb-customer-olive);
  font-size: 1.05rem;
  grid-column: 1 / -1;
  margin: -5px 0 0;
  min-height: 1.45em;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-preparing {
  background: var(--bb-customer-champagne);
  border-left: 3px solid var(--bb-customer-gold);
  border-radius: 10px;
  color: var(--bb-customer-bronze);
  font-weight: 650;
  margin: 22px 0 0;
  padding: 14px 16px;
}

/* Individual order detail uses the same Account shell while retaining every
   platform-owned order control and fulfilment surface. */
[class*="template-customers"] .bb-customer-order-detail-page--guest .bb-account-dashboard {
  grid-template-columns: minmax(0, 1fr);
}

[class*="template-customers"] .bb-customer-order-detail-page--guest .bb-account-main {
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-customer-order-detail-panel {
  overflow: visible;
  padding: clamp(20px, 2.5vw, 28px);
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-customer-order-detail-grid {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 310px);
}

[class*="template-customers"] .bb-customer-order-detail-page :is(.bb-customer-order-detail-primary, .bb-customer-order-detail-aside) {
  min-width: 0;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-customer-order-detail-primary > .d-flex:first-child {
  flex-wrap: wrap;
  margin-bottom: 18px;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-customer-order-detail-primary > .flex-table {
  margin: 0;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-customer-order-detail-aside > .mb-4 {
  margin-bottom: 16px;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-customer-order-detail-aside h2 {
  color: var(--bb-customer-bronze);
  font-family: var(--font-body-family);
  font-size: 1.2rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  line-height: 1.35;
  margin: 0 0 9px;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-customer-order-detail-aside .card-box {
  background: var(--bb-customer-soft);
  border: 1px solid var(--bb-customer-line);
  border-radius: 12px;
  box-shadow: none;
  margin: 0;
  padding: 17px;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-native-tracking {
  border-top: 1px solid var(--bb-customer-line);
  color: var(--bb-customer-ink);
  line-height: 1.55;
  margin-top: 20px;
  overflow-wrap: anywhere;
  padding-top: 18px;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-native-tracking a {
  align-items: center;
  color: var(--bb-customer-bronze);
  display: inline-flex;
  min-height: 44px;
  overflow-wrap: anywhere;
  text-underline-offset: 0.2em;
}

[class*="template-customers"] .bb-customer-order-detail-page [data-bb-native-tracking-actions]:empty {
  display: none;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-item--native-action {
  align-items: stretch;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: block;
  padding: 0;
  width: 100%;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-item--native-action .bb-order-tracking-item__details {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-item--native-action:not(.bb-order-tracking-item--multiple) .bb-order-tracking-item__heading {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-item--multiple .bb-order-tracking-item__heading {
  font-size: 1.05rem;
  margin: 0 0 10px;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-item--native-action .bb-order-tracking-item__actions {
  border-top: 0;
  justify-content: flex-start;
  padding-top: 0;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-item--native-action .bb-order-tracking-copy-status {
  margin: 8px 0 0;
  min-height: 0;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-item--native-action .bb-order-tracking-copy-status:empty {
  display: none;
}

[class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-item--multiple + .bb-order-tracking-item--multiple {
  border-top: 1px solid var(--bb-customer-line);
  padding-top: 14px;
}

[class*="template-customers"] .bb-customer-order-detail-page [hidden] {
  display: none !important;
}

[class*="template-customers"] .bb-customer-order-detail-page textarea {
  display: block;
  min-height: 100px;
  resize: vertical;
  width: 100%;
}

[class*="template-customers"] .bb-customer-order-detail-page textarea + button {
  margin-top: 16px;
}

[class*="template-customers"] .bb-customer-order-detail-page .order-remark-wrapper {
  display: block;
  max-width: 100%;
  width: 100%;
}

[class*="template-customers"] .bb-customer-order-detail-page .attachment-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

[class*="template-customers"] .bb-customer-order-detail-page .attachment-wrapper {
  width: 100%;
}

[class*="template-customers"] .bb-customer-order-detail-page .attachment-list-item {
  align-items: center;
  display: flex;
  padding: 2px 0;
}

[class*="template-customers"] .bb-customer-order-detail-page .attachment-list-item .icon-file {
  height: 15px;
  width: 15px;
}

[class*="template-customers"] .bb-customer-order-detail-page .attachment-list-item .remove-attachment {
  margin-left: 6px;
}

[class*="template-customers"] .bb-customer-order-detail-page .attachment-list-item .attachment-link {
  align-items: center;
  display: inline-flex;
}

[class*="template-customers"] .bb-customer-orders-page .bb-order-card-tracking-actions {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 10px;
}

[class*="template-customers"] .bb-customer-orders-page .bb-order-card-track {
  align-items: center;
  display: inline-flex;
  font-weight: 700;
  gap: 6px;
  justify-content: center;
  margin: 0;
  min-width: 148px;
  text-decoration: none;
}

[class*="template-customers"] .bb-customer-orders-page .bb-order-card-track__index {
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: inline-flex;
  font-size: 0.9em;
  height: 20px;
  justify-content: center;
  width: 20px;
}

[class*="template-customers"] .bb-customer-orders-page .bb-order-card-tracking-preparing {
  color: var(--bb-customer-muted);
  font-size: 1.05rem;
  line-height: 1.4;
  margin: 9px 0 0 auto;
  max-width: 18rem;
}

@media screen and (max-width: 749px) {
  [class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-card {
    border-radius: 0;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }

  [class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-card__header {
    gap: 12px;
    grid-template-columns: 42px minmax(0, 1fr);
  }

  [class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-card__icon {
    height: 42px;
    width: 42px;
  }

  [class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-card__icon svg {
    height: 21px;
    width: 21px;
  }

  [class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-item {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  [class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-item__details {
    grid-template-columns: 1fr;
  }

  [class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-item__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  [class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-item__actions :is(.bb-order-tracking-copy, .bb-order-tracking-link) {
    width: 100%;
  }

  [class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-item--native-action {
    padding: 0;
  }

  [class*="template-customers"] .bb-customer-order-detail-page .bb-order-tracking-item--multiple + .bb-order-tracking-item--multiple {
    padding-top: 14px;
  }

  [class*="template-customers"] .bb-customer-orders-page .bb-order-card-track {
    min-width: 136px;
  }
}

@media screen and (max-width: 1099px) {
  [class*="template-customers"] .bb-customer-order-detail-page .bb-customer-order-detail-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  [class*="template-customers"] .bb-customer-order-detail-page .bb-customer-order-detail-aside {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [class*="template-customers"] .bb-customer-order-detail-page .bb-customer-order-detail-aside > * {
    min-width: 0;
  }
}

@media screen and (max-width: 749px) {
  [class*="template-customers"] .bb-customer-order-detail-page .bb-customer-order-detail-aside {
    display: block;
  }

  [class*="template-customers"] .bb-customer-order-detail-page .bb-customer-order-detail-panel {
    padding: 18px 14px;
  }
}

.bb-account-quick-links {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.customer.account.bb-account-dashboard-page .bb-account-quick-link {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(111, 41, 65, 0.13);
  border-radius: 14px;
  color: #31262a;
  display: grid;
  gap: 13px;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  min-height: 84px;
  padding: 15px 17px;
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease;
}

.customer.account.bb-account-dashboard-page .bb-account-quick-link:hover {
  border-color: rgba(117, 43, 73, 0.35);
  transform: translateY(-1px);
}

.customer.account.bb-account-dashboard-page .bb-account-quick-link--mobile {
  display: none;
}

.bb-account-quick-link__icon {
  align-items: center;
  background: #fff6f1;
  border-radius: 50%;
  color: #752b49;
  display: flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.customer.account.bb-account-dashboard-page .bb-account-quick-link__icon svg {
  color: currentColor;
  fill: currentColor;
  height: 19px;
  margin: 0;
  width: 19px;
}

.bb-account-quick-link strong,
.bb-account-quick-link small {
  display: block;
}

.bb-account-quick-link strong {
  color: #3b1f29;
  font-size: 1.3rem;
  line-height: 1.25;
}

.bb-account-quick-link small {
  color: rgba(49, 38, 42, 0.62);
  font-size: 1.05rem;
  line-height: 1.35;
  margin-top: 4px;
}

.bb-account-quick-link__arrow {
  color: #752b49;
  font-size: 1.6rem;
}

.bb-account-orders {
  margin-top: 25px;
}

.customer.account.bb-account-dashboard-page .bb-account-orders > h2 {
  color: #3b1f29;
  font-family: var(--font-heading-family);
  font-size: 3rem;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 13px;
}

.customer.account.bb-account-dashboard-page .bb-account-orders > h2 a {
  color: #752b49;
  font-family: var(--font-body-family);
  font-size: 1.2rem;
  font-weight: 650;
  letter-spacing: 0;
  text-decoration: none;
}

.customer.account.bb-account-dashboard-page .bb-account-orders .order-grid {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  padding: 0;
}

.customer.account.bb-account-dashboard-page .bb-account-orders .order-grid .grid__item {
  max-width: none;
  padding: 0 0 12px;
  width: 100%;
}

.customer.account.bb-account-dashboard-page .bb-account-orders .order-card__wrapper {
  background: #fff;
  border: 1px solid rgba(111, 41, 65, 0.13);
  border-radius: 14px;
  box-shadow: none;
  padding: 19px 20px;
}

.customer.account.bb-account-dashboard-page .bb-account-orders .order-image {
  border: 1px solid rgba(111, 41, 65, 0.1);
  border-radius: 8px;
  height: 48px;
  margin-right: 7px;
  overflow: hidden;
  width: 48px;
}

.customer.account.bb-account-dashboard-page .bb-account-orders .order-image img {
  object-fit: cover;
}

.customer.account.bb-account-dashboard-page .bb-account-orders .card-box.center {
  background: #fff;
  border: 1px solid rgba(111, 41, 65, 0.13);
  border-radius: 14px;
  padding: 26px 22px 28px !important;
}

.customer.account.bb-account-dashboard-page .bb-account-orders .card-box.center > div:first-child {
  display: none;
}

.customer.account.bb-account-dashboard-page .bb-account-orders .card-box.center p {
  margin: 0 0 15px;
}

.customer.account.bb-account-dashboard-page .bb-account-orders .card-box.center button {
  margin: 0;
}

.bb-account-native-features {
  margin-top: 12px;
}

.customer.account.bb-account-dashboard-page .bb-account-native-features .complete-form {
  margin-top: 22px;
}

.customer.account.bb-account-dashboard-page .bb-account-native-features .card-box,
.customer.account.bb-account-dashboard-page .bb-account-native-features .card {
  border-color: rgba(111, 41, 65, 0.13);
  border-radius: 14px;
  box-shadow: none;
}

.bb-account-support {
  align-items: center;
  background: #3b1f29;
  border-radius: 16px;
  color: #fff;
  display: grid;
  gap: 16px;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  margin-top: 24px;
  padding: 20px 22px;
}

.bb-account-support__icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.bb-account-support__icon svg {
  fill: currentColor;
  height: 22px;
  width: 22px;
}

.customer.account.bb-account-dashboard-page .bb-account-support h2 {
  color: #fff;
  font-family: var(--font-body-family);
  font-size: 1.55rem;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0 0 3px;
}

.customer.account.bb-account-dashboard-page .bb-account-support p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.15rem;
  line-height: 1.45;
  margin: 0;
}

.customer.account.bb-account-dashboard-page .bb-account-support__button {
  background: #fff;
  border: 0;
  border-radius: 999px;
  color: #752b49;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 650;
  margin: 0;
  min-height: 42px;
  min-width: 138px;
  padding: 10px 17px;
}

.customer.account.bb-account-dashboard-page .bb-account-support__button[hidden] {
  display: none;
}

@media screen and (max-width: 989px) {
  .bb-account-dashboard {
    display: flex;
    flex-direction: column;
  }

  .bb-account-main {
    order: 1;
    width: 100%;
  }

  .bb-account-sidebar {
    order: 2;
    position: static;
    width: 100%;
  }

  .bb-account-sidebar::before {
    color: #3b1f29;
    content: "More account options";
    display: block;
    font-family: var(--font-heading-family);
    font-size: 2.6rem;
    margin: 26px 0 12px;
  }

  .customer.account.bb-account-dashboard-page .bb-account-quick-link--mobile {
    display: grid;
  }
}

@media screen and (max-width: 749px) {
  @supports selector(#MainContent:has(.bb-account-dashboard-page)) {
    [class*="template-customers"] #MainContent:has(.bb-account-dashboard-page) {
      padding: 22px 15px 112px;
    }
  }

  .customer.account.bb-account-dashboard-page {
    padding-bottom: 96px;
  }

  .bb-account-header {
    align-items: start;
    gap: 13px;
    margin-bottom: 21px;
  }

  .customer.account.bb-account-dashboard-page .bb-account-header h1 {
    font-size: 3.3rem;
    line-height: 1.02;
  }

  .customer.account.bb-account-dashboard-page .bb-account-header__intro {
    font-size: 1.3rem;
    margin-top: 9px;
    max-width: 270px;
  }

  .customer.account.bb-account-dashboard-page .bb-account-logout {
    font-size: 1.15rem;
    min-height: 44px;
    padding: 7px 12px;
  }

  .customer.account.bb-account-dashboard-page .bb-account-logout svg {
    display: none;
  }

  .customer.account.bb-account-dashboard-page .bb-rewards-summary {
    padding: 21px 18px;
  }

  .customer.account.bb-account-dashboard-page .bb-rewards-summary__header {
    gap: 15px;
    grid-template-columns: 1fr;
  }

  .customer.account.bb-account-dashboard-page .bb-rewards-summary h2 {
    font-size: 3.35rem;
  }

  .customer.account.bb-account-dashboard-page .bb-rewards-summary__rule {
    border-left: 0;
    border-top: 1px solid rgba(117, 43, 73, 0.14);
    padding-left: 0;
    padding-top: 14px;
  }

  .customer.account.bb-account-dashboard-page .bb-rewards-summary__credit {
    border-left: 0;
    border-top: 1px solid rgba(117, 43, 73, 0.14);
    padding-left: 0;
    padding-top: 14px;
  }

  .customer.account.bb-account-dashboard-page .bb-rewards-summary__credit strong {
    font-size: 2.7rem;
  }

  .customer.account.bb-account-dashboard-page .bb-rewards-summary__actions {
    display: grid;
    gap: 4px 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 17px;
  }

  .customer.account.bb-account-dashboard-page .bb-rewards-summary__shop.button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .customer.account.bb-account-dashboard-page .bb-rewards-summary__learn {
    font-size: 1.1rem;
    justify-content: center;
    text-align: center;
  }

  .bb-account-quick-links {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 13px;
  }

  .customer.account.bb-account-dashboard-page .bb-account-quick-link {
    align-content: start;
    gap: 9px;
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 92px;
    padding: 13px;
    position: relative;
  }

  .bb-account-quick-link__icon {
    height: 34px;
    width: 34px;
  }

  .bb-account-quick-link__arrow {
    position: absolute;
    right: 12px;
    top: 13px;
  }

  .bb-account-quick-link strong {
    font-size: 1.18rem;
    padding-right: 10px;
  }

  .bb-account-quick-link small {
    display: none;
  }

  .bb-account-orders {
    margin-top: 22px;
  }

  .customer.account.bb-account-dashboard-page .bb-account-orders > h2 {
    font-size: 2.55rem;
  }

  .customer.account.bb-account-dashboard-page .bb-account-orders .order-card__wrapper {
    padding: 16px;
  }

  .bb-account-support {
    gap: 12px;
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 18px;
  }

  .bb-account-support__icon {
    height: 40px;
    width: 40px;
  }

  .customer.account.bb-account-dashboard-page .bb-account-support__button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .customer.account.bb-account-dashboard-page .bb-account-sidebar .account-navigation__list {
    padding: 7px;
  }

}

/* Legacy duplicate rewards shortcut styles are disabled. The authoritative
   BellaBloom account dashboard rules begin above. */
/*
.customer.account .bb-rewards-summary {
  background:
    radial-gradient(circle at 100% 0, rgba(198, 155, 109, 0.16), transparent 190px),
    #fffaf4;
  border: 1px solid rgba(111, 41, 65, 0.16);
  border-radius: 16px;
  color: #31262a;
  padding: 22px;
}

.customer.account .bb-rewards-summary__header {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.customer.account .bb-rewards-summary__eyebrow {
  color: #752b49;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
  margin: 0 0 8px;
}

.customer.account .bb-rewards-summary h3 {
  color: #3b1f29;
  font-family: var(--font-heading-family);
  font-size: 2.4rem;
  line-height: 1.08;
  margin: 0;
}

.customer.account .bb-rewards-summary__balance {
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(111, 41, 65, 0.11);
  border-radius: 12px;
  min-width: 118px;
  padding: 11px 12px;
  text-align: right;
}

.customer.account .bb-rewards-summary__balance span {
  color: rgba(49, 38, 42, 0.65);
  display: block;
  font-size: 1.05rem;
  line-height: 1.3;
}

.customer.account .bb-rewards-summary__balance strong {
  color: #752b49;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 4px;
}

.customer.account .bb-rewards-summary__rule {
  color: rgba(49, 38, 42, 0.76);
  font-size: 1.3rem;
  line-height: 1.55;
  margin: 18px 0;
}

.customer.account .bb-rewards-summary__rule strong {
  color: #3b1f29;
  font-weight: 600;
}

.customer.account .bb-rewards-summary__expiry {
  align-items: center;
  background: rgba(117, 43, 73, 0.07);
  border-radius: 10px;
  color: rgba(49, 38, 42, 0.78);
  display: flex;
  font-size: 1.2rem;
  gap: 8px;
  line-height: 1.4;
  margin: -4px 0 18px;
  padding: 10px 12px;
}

.customer.account .bb-rewards-summary__expiry .svg-icon {
  color: #752b49;
  flex: 0 0 17px;
  height: 17px;
  margin: 0;
  width: 17px;
}

.customer.account .bb-rewards-summary__actions {
  display: grid;
  gap: 11px;
}

.customer.account .bb-rewards-summary__shop.button {
  background: #752b49;
  border-radius: 999px;
  color: #fff;
  margin: 0;
  min-height: 44px;
  padding-left: 22px;
  padding-right: 22px;
}

.customer.account .bb-rewards-summary__learn {
  align-items: center;
  color: #752b49;
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  line-height: 1.4;
  min-height: 32px;
  text-decoration: none;
}

.customer.account .bb-rewards-summary__learn span {
  transition: transform 180ms ease;
}

.customer.account .bb-rewards-summary__learn:hover span {
  transform: translateX(3px);
}

.customer.account .bb-rewards-summary__shop:focus-visible,
.customer.account .bb-rewards-summary__learn:focus-visible {
  outline: 2px solid #752b49;
  outline-offset: 3px;
}

.customer.account .bb-rewards-navigation .navigation-title,
.customer.account .bb-rewards-navigation .navigation-icon svg {
  color: #752b49;
  fill: #752b49;
  font-weight: 600;
}

@media screen and (min-width: 750px) {
  .customer.account .bb-rewards-summary__actions {
    align-items: center;
    column-gap: 18px;
    grid-template-columns: minmax(210px, 280px) max-content max-content;
  }
}

@media screen and (max-width: 420px) {
  .customer.account .bb-rewards-summary__header {
    grid-template-columns: 1fr;
  }

  .customer.account .bb-rewards-summary__balance {
    text-align: left;
  }
}
*/

/* BellaBloom account accessibility and mobile-navigation refinement */
.customer.account.bb-account-dashboard-page .bb-rewards-summary__balance-label,
.customer.account.bb-account-dashboard-page .bb-membership-summary__label,
.customer.account.bb-account-dashboard-page .bb-membership-summary__fact span,
.customer.account.bb-account-dashboard-page .bb-account-quick-link small {
  color: rgba(49, 38, 42, 0.74);
  font-size: 1.15rem;
}

.customer.account.bb-account-dashboard-page .bb-account-orders .order-card__wrapper {
  color: inherit;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.customer.account.bb-account-dashboard-page .bb-account-orders .order-card__wrapper:hover {
  border-color: rgba(117, 43, 73, 0.34);
}

.customer.account.bb-account-dashboard-page .bb-account-support p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.2rem;
}

.customer.account.bb-account-dashboard-page .bb-account-support__button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
}

.customer.account.bb-account-dashboard-page .bb-account-support__button[hidden] {
  display: none;
}

.bb-referral-copy-button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 6px;
  bottom: 7px;
  color: #752b49;
  cursor: pointer;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  margin: 0;
  min-height: 36px;
  min-width: 36px;
  padding: 7px;
  position: absolute;
  right: 8px;
  width: 36px;
}

.bb-referral-copy-button:focus-visible {
  outline: 2px solid #752b49;
  outline-offset: 2px;
}

@media screen and (max-width: 989px) {
  .customer.account.bb-account-dashboard-page .bb-account-sidebar {
    display: none;
  }
}

@media screen and (max-width: 549px) {
  .customer.account.bb-account-dashboard-page .bb-account-quick-links {
    grid-template-columns: 1fr;
  }

  .customer.account.bb-account-dashboard-page .bb-account-quick-link {
    min-height: 72px;
  }
}

/* BellaBloom Burnished Gold customer system - final scoped override.
   EasyStore owns form and account behaviour; this layer owns colour, focus,
   component surfaces and the single outer-spacing rhythm. */
[class*="template-customers"] #MainContent {
  --bb-customer-gold: #9a6a2f;
  --bb-customer-bronze: #5a3e24;
  --bb-customer-dark: #3a2a21;
  --bb-customer-ivory: #fffdf9;
  --bb-customer-soft: #fbf8f2;
  --bb-customer-champagne: #efe6d8;
  --bb-customer-ink: #2c2925;
  --bb-customer-muted: #716a61;
  --bb-customer-line: #d8ccbc;
  --bb-customer-olive: #56604b;
  background:
    radial-gradient(circle at 13% 0, rgba(154, 106, 47, 0.11), transparent 26rem),
    var(--bb-customer-soft);
  color: var(--bb-customer-ink);
  padding: clamp(44px, 6vw, 72px) 20px clamp(60px, 8vw, 92px);
}

/* EasyStore's native customer margins previously compounded with MainContent. */
[class*="template-customers"] .customer:not(.bb-account-dashboard-page) {
  background: var(--bb-customer-ivory);
  border-color: var(--bb-customer-line);
  box-shadow: 0 20px 54px rgba(58, 42, 33, 0.08);
  color: var(--bb-customer-ink);
  margin-bottom: 0;
  margin-top: 0;
  padding: clamp(28px, 5vw, 54px);
}

[class*="template-customers"] .customer:not(.account, .order) {
  max-width: 47.8rem;
}

[class*="template-customers"] :is(.customer.account, .customer.order):not(.bb-account-dashboard-page) {
  margin: 0 auto;
  max-width: var(--page-width);
}

@supports selector(#MainContent:has(.bb-account-dashboard-page)) {
  [class*="template-customers"] #MainContent:has(.bb-account-dashboard-page) {
    padding: 48px 20px 76px;
  }
}

[class*="template-customers"] .customer {
  color: var(--bb-customer-ink);
}

[class*="template-customers"] .customer :is(h1, h2, h3, h4, .h1, .h2, .h3, .h4) {
  color: var(--bb-customer-bronze);
}

[class*="template-customers"] .customer > :is(h1, h2):first-child,
[class*="template-customers"] .customer > div:first-child > :is(h1, h2):first-child {
  margin-top: 0;
}

[class*="template-customers"] .customer a:not(.button):not(.btn) {
  color: var(--bb-customer-bronze);
  text-underline-offset: 0.2em;
}

[class*="template-customers"] .customer :is(
  input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
  select,
  textarea
) {
  background: var(--bb-customer-ivory);
  box-shadow: 0 0 0 1px var(--bb-customer-line);
  color: var(--bb-customer-ink);
}

[class*="template-customers"] .customer :is(
  input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
  select,
  textarea
):hover {
  box-shadow: 0 0 0 1px var(--bb-customer-bronze);
}

[class*="template-customers"] .customer :is(
  input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
  select,
  textarea
):focus {
  box-shadow: 0 0 0 2px var(--bb-customer-gold);
  outline: 0;
}

[class*="template-customers"] .customer :is(input[type="checkbox"], input[type="radio"]) {
  accent-color: var(--bb-customer-olive);
}

[class*="template-customers"] .customer .field label {
  color: var(--bb-customer-muted);
}

[class*="template-customers"] .customer :is(a, button, input, select, textarea, summary):focus-visible {
  outline: 2px solid var(--bb-customer-gold);
  outline-offset: 3px;
}

[class*="template-customers"] .customer :is(.button, .btn, button[type="submit"], input[type="submit"]) {
  background: var(--bb-customer-olive);
  border-color: var(--bb-customer-olive);
  border-radius: 999px;
  color: var(--bb-customer-ivory);
  min-height: 44px;
}

[class*="template-customers"] .customer :is(.button, .btn, button[type="submit"], input[type="submit"]):hover {
  filter: brightness(0.92);
}

[class*="template-customers"] .customer :is(
  .button--secondary,
  .activate button[name="decline"],
  .addresses li > button,
  .addresses form button[type]
),
[class*="template-customers"] .customer.activate-account button[name="decline"],
[class*="template-customers-addresses"] .customer li[data-address] > button,
[class*="template-customers-addresses"] .customer form button[type] {
  background: transparent;
  box-shadow: 0 0 0 1px var(--bb-customer-bronze);
  color: var(--bb-customer-bronze);
  min-height: 44px;
}

[class*="template-customers"] .customer :is(
  .button--secondary,
  .activate button[name="decline"],
  .addresses li > button,
  .addresses form button[type]
):hover,
[class*="template-customers"] .customer.activate-account button[name="decline"]:hover,
[class*="template-customers-addresses"] .customer li[data-address] > button:hover,
[class*="template-customers-addresses"] .customer form button[type]:hover {
  background: var(--bb-customer-champagne);
  box-shadow: 0 0 0 1px var(--bb-customer-bronze);
  filter: none;
}

[class*="template-customers"] .customer :is(.card-box, .card, .order-card__wrapper) {
  background: var(--bb-customer-ivory);
  border-color: var(--bb-customer-line);
  box-shadow: none;
}

[class*="template-customers"] .customer :is(table, .flex-table) {
  background: var(--bb-customer-ivory);
  border-color: var(--bb-customer-line);
  box-shadow: 0 0 0 1px var(--bb-customer-line);
}

[class*="template-customers"] .customer :is(tbody tr, .flex-table-tr):not(:last-child),
[class*="template-customers"] .customer tbody tr {
  border-color: var(--bb-customer-line);
}

[class*="template-customers"] .customer thead th {
  background: var(--bb-customer-soft);
  color: var(--bb-customer-bronze);
}

[class*="template-customers"] .customer .pagination li [aria-current]::after {
  background: var(--bb-customer-gold);
  height: 2px;
}

/* Authentication, activation and password recovery states. */
[class*="template-customers"] .customer:is(.login, .register, .reset-password, .activate-account) h1 {
  color: var(--bb-customer-bronze);
  margin: 0 0 14px;
}

[class*="template-customers"] .customer:is(.login, .register, .reset-password, .activate-account) form {
  margin-top: 3.2rem;
}

[class*="template-customers"] .customer:is(.login, .register, .reset-password, .activate-account) p {
  color: var(--bb-customer-muted);
}

/* Generic account, order, detail and address pages. */
[class*="template-customers"] .customer.account:not(.bb-account-dashboard-page) > div:nth-of-type(2),
[class*="template-customers"] .customer.order > div:nth-of-type(2) {
  margin-top: 3.6rem;
}

[class*="template-customers-addresses"] .customer ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

[class*="template-customers-addresses"] .customer li[data-address] {
  margin-top: 5rem;
}

[class*="template-customers"] .customer .account-navigation__list .navigation-item.heading-nav_link {
  border-color: var(--bb-customer-line);
  color: var(--bb-customer-ink);
  min-height: 44px;
}

[class*="template-customers"] .customer .account-navigation__list .navigation-item :is(.navigation-title, .navigation-icon svg) {
  color: var(--bb-customer-bronze);
  fill: currentColor;
}

[class*="template-customers"] .customer .account-navigation__list .navigation-item:hover :is(.navigation-title, .navigation-icon svg) {
  color: var(--bb-customer-gold);
}

[class*="template-customers"] .customer .order-tab__button {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--bb-customer-muted);
  margin: 0;
  min-height: 44px;
  padding: 8px 2px;
}

[class*="template-customers"] .customer .order-tab .grid__item.active {
  color: var(--bb-customer-bronze);
}

[class*="template-customers"] .customer .order-tab .grid__item.active div {
  border-bottom-color: var(--bb-customer-gold);
  color: var(--bb-customer-bronze);
}

[class*="template-customers"] .customer :is(.order-count, .product-qty-badge) {
  background: var(--bb-customer-gold);
  color: #fff;
}

[class*="template-customers"] .customer .confirmation-modal__content {
  background: var(--bb-customer-ivory);
  border-color: var(--bb-customer-line);
  color: var(--bb-customer-ink);
}

[class*="template-customers"] .customer .confirmation-modal__content .h3 {
  color: var(--bb-customer-bronze);
}

[class*="template-customers"] .customer .confirmation-modal__content .modal__close-button {
  align-items: center;
  background: var(--bb-customer-champagne) !important;
  border-radius: 50%;
  color: var(--bb-customer-bronze) !important;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  margin: 0;
  min-height: 44px !important;
  min-width: 44px !important;
  width: 44px;
}

[class*="template-customers"] .customer .tooltip .svg-icon {
  color: var(--bb-customer-gold);
  fill: currentColor;
}

[class*="template-customers"] .customer .tooltip .tooltip-content {
  background: var(--bb-customer-dark);
  color: var(--bb-customer-ivory);
}

[class*="template-customers"] .customer .tooltip .tooltip-content::before {
  border-top-color: var(--bb-customer-dark);
}

[class*="template-customers"] .customer details-modal .confirmation-modal__content [style*="background-color: #f5f5f5"] {
  background-color: var(--bb-customer-champagne) !important;
  color: var(--bb-customer-bronze);
}

[class*="template-customers"] .customer details-modal .confirmation-modal__content [style*="color: #666"] {
  color: var(--bb-customer-muted) !important;
}

[class*="template-customers-details"] .customer svg[stroke="#000000"] {
  color: var(--bb-customer-gold);
  stroke: currentColor;
}

[class*="template-customers"] .customer.activate-account .order-wrapper .img-wrapper img {
  border-color: var(--bb-customer-line);
}

[class*="template-customers"] .customer.activate-account .img-wrapper .item-count {
  background: var(--bb-customer-gold);
  color: #fff;
}

[class*="template-customers"] .customer .slider-button {
  background: transparent;
  color: var(--bb-customer-bronze);
  filter: none;
}

/* Account dashboard and all live rewards/membership states. */
[class*="template-customers"] .customer.account.bb-account-dashboard-page {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--bb-customer-ink);
  margin: 0 auto;
  padding: 0;
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page :is(a, button, summary):focus-visible,
[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-rewards-summary__credit:focus-visible,
[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-membership-summary__status:focus-visible,
[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-referral-copy-button:focus-visible {
  outline: 2px solid var(--bb-customer-gold);
  outline-offset: 3px;
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-account-header__eyebrow,
[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-rewards-summary__eyebrow,
[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-rewards-summary__credit-label,
[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-membership-summary__eyebrow {
  color: var(--bb-customer-gold);
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page :is(
  .bb-account-header h1,
  .bb-rewards-summary h2,
  .bb-rewards-summary__rule strong,
  .bb-rewards-summary__credit strong,
  .bb-membership-summary h2,
  .bb-membership-summary__fact strong,
  .bb-account-quick-link strong,
  .bb-account-orders > h2
) {
  color: var(--bb-customer-bronze);
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page :is(
  .bb-account-header__intro,
  .bb-rewards-summary__balance-label,
  .bb-rewards-summary__rule,
  .bb-membership-summary__label,
  .bb-membership-summary__fact span,
  .bb-membership-summary__progress-copy span,
  .bb-membership-summary__top-note,
  .bb-membership-summary__benefits-content,
  .bb-account-quick-link small
) {
  color: var(--bb-customer-muted);
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-account-logout {
  border-color: rgba(154, 106, 47, 0.42);
  color: var(--bb-customer-bronze);
  min-height: 44px;
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-account-logout:hover {
  background: var(--bb-customer-champagne);
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-account-sidebar .account-navigation__list {
  background: var(--bb-customer-ivory);
  border-color: var(--bb-customer-line);
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-account-sidebar .navigation-item.heading-nav_link {
  color: var(--bb-customer-ink);
  min-height: 48px;
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-account-sidebar .navigation-item:hover {
  background: var(--bb-customer-soft);
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-account-sidebar .navigation-item.is-active {
  background: var(--bb-customer-bronze);
  color: var(--bb-customer-ivory);
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-rewards-summary {
  background:
    radial-gradient(circle at 100% 0, rgba(154, 106, 47, 0.2), transparent 215px),
    var(--bb-customer-soft);
  border-color: var(--bb-customer-line);
  color: var(--bb-customer-ink);
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page :is(
  .bb-rewards-summary__rule,
  .bb-rewards-summary__credit
) {
  border-color: var(--bb-customer-line);
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page :is(
  .bb-rewards-summary__credit-action,
  .bb-rewards-summary__learn,
  .bb-membership-summary__tiers,
  .bb-membership-summary__benefits summary,
  .bb-account-orders > h2 a
) {
  color: var(--bb-customer-bronze);
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-rewards-summary__expiry {
  background: rgba(239, 230, 216, 0.72);
  color: var(--bb-customer-muted);
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-rewards-summary__expiry .svg-icon {
  color: var(--bb-customer-gold);
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-rewards-summary__shop.button {
  background: var(--bb-customer-olive);
  color: var(--bb-customer-ivory);
  min-height: 44px;
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-membership-summary {
  background: var(--bb-customer-ivory);
  border-color: var(--bb-customer-line);
  color: var(--bb-customer-ink);
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-membership-summary__status {
  background: var(--bb-customer-champagne);
  border-color: var(--bb-customer-line);
  color: var(--bb-customer-bronze);
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page :is(
  .bb-membership-summary__fact,
  .bb-membership-summary__top-note,
  .bb-membership-summary__benefits-content
) {
  background: var(--bb-customer-soft);
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-membership-summary__progress {
  border-color: var(--bb-customer-line);
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-membership-summary__progress-copy strong {
  color: var(--bb-customer-bronze);
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-membership-summary__track {
  background: var(--bb-customer-champagne);
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-membership-summary__bar {
  background: linear-gradient(90deg, var(--bb-customer-gold), var(--bb-customer-bronze));
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-account-quick-link {
  background: var(--bb-customer-ivory);
  border-color: var(--bb-customer-line);
  color: var(--bb-customer-ink);
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-account-quick-link:hover,
[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-account-orders .order-card__wrapper:hover {
  border-color: var(--bb-customer-gold);
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-account-quick-link__icon {
  background: var(--bb-customer-champagne);
  color: var(--bb-customer-bronze);
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-account-quick-link__arrow {
  color: var(--bb-customer-gold);
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page :is(
  .bb-account-orders .order-card__wrapper,
  .bb-account-orders .card-box.center,
  .bb-account-native-features .card-box,
  .bb-account-native-features .card
) {
  background: var(--bb-customer-ivory);
  border-color: var(--bb-customer-line);
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-account-orders .order-image {
  border-color: var(--bb-customer-line);
}

[class*="template-customers"] .bb-account-sidebar::before {
  color: var(--bb-customer-bronze);
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-account-support {
  background: var(--bb-customer-dark);
  color: var(--bb-customer-ivory);
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-account-support :is(h2, p) {
  color: var(--bb-customer-ivory);
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-account-support__button {
  background: var(--bb-customer-ivory);
  color: var(--bb-customer-bronze);
  min-height: 44px;
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-account-support :is(a, button):focus-visible {
  outline: 2px solid var(--bb-customer-ivory);
  outline-offset: 3px;
}

[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-referral-copy-button {
  background: transparent;
  color: var(--bb-customer-bronze);
  height: 44px;
  min-height: 44px;
  min-width: 44px;
  width: 44px;
}

@media screen and (max-width: 749px) {
  [class*="template-customers"] #MainContent {
    min-height: 0;
    padding: 28px 12px 58px;
  }

  [class*="template-customers"] .customer:not(.bb-account-dashboard-page) {
    padding: 24px 18px;
  }

  [class*="template-customers"] .customer:is(.login, .register, .reset-password, .activate-account) form {
    margin-top: 2.8rem;
  }

  [class*="template-customers"] .customer.account:not(.bb-account-dashboard-page) > div:nth-of-type(2),
  [class*="template-customers"] .customer.order > div:nth-of-type(2) {
    margin-top: 2.6rem;
  }

  @supports selector(#MainContent:has(.bb-account-dashboard-page)) {
    [class*="template-customers"] #MainContent:has(.bb-account-dashboard-page) {
      padding: 26px 15px 64px;
    }
  }

  [class*="template-customers"] .customer.account.bb-account-dashboard-page {
    padding: 0;
  }

  [class*="template-customers"] .customer.account.bb-account-dashboard-page :is(
    .bb-rewards-summary__rule,
    .bb-rewards-summary__credit
  ) {
    border-color: var(--bb-customer-line);
  }
}

/* BellaBloom account refinement: use the same editorial serif as the rest of the site. */
[class*="template-customers"] .customer.account.bb-account-dashboard-page .bb-account-header h1 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 600;
}

/* Customer-route reliability and accessible disclosure refinements. */
[class*="template-customers"] .customer-activation-form .customer-form-actions {
  margin-top: 2.4rem;
}

[class*="template-customers"] :is(
  .customer-disclosure-button,
  .customer-verify-button,
  .customer-address-toggle
) {
  appearance: none;
  align-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--bb-customer-bronze);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 700;
  min-height: 44px;
  padding: 0.4rem 0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

[class*="template-customers"] :is(
  .customer-disclosure-button,
  .customer-verify-button,
  .customer-address-toggle
):focus-visible {
  outline: 2px solid var(--bb-customer-gold);
  outline-offset: 3px;
}

[class*="template-customers"] .customer-verify-button:disabled {
  cursor: wait;
  opacity: 0.62;
}

[class*="template-customers"] .customer-address-new {
  margin: 2.4rem 0 3.2rem;
}

[class*="template-customers"] .customer-addresses-grid {
  align-items: stretch;
}

[class*="template-customers"] .customer-address-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

[class*="template-customers"] .customer-address-card > p:last-child {
  margin-top: auto;
}

[class*="template-customers"] .customer-address-edit {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

[class*="template-customers"] .customer-address-edit-card {
  background: var(--bb-customer-soft);
  border: 1px solid var(--bb-customer-line);
  border-radius: 20px;
  margin: 0 auto 2rem;
  max-width: 900px;
  padding: clamp(20px, 3vw, 36px);
}

[class*="template-customers"] .customer-addresses-empty .card-box {
  margin: 0 auto;
  max-width: 680px;
  padding: clamp(32px, 6vw, 64px) 24px;
}

[class*="template-customers"] .bb-customer-order-detail-page .attachment-list-item .remove-attachment {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--bb-customer-bronze);
  cursor: pointer;
  display: inline-flex;
  font-size: 2rem;
  height: 36px;
  justify-content: center;
  min-height: 36px;
  min-width: 36px;
  padding: 0;
  width: 36px;
}

[class*="template-customers"] .bb-customer-order-detail-page .attachment-list-item .remove-attachment:focus-visible {
  outline: 2px solid var(--bb-customer-gold);
  outline-offset: 2px;
}

@media screen and (max-width: 749px) {
  [class*="template-customers"] .customer.account > div:first-child > h1 {
    gap: 12px;
  }

  [class*="template-customers"] :is(
    .customer-address-new,
    .customer-address-edit
  ) .grid--2-col > .grid__item {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  [class*="template-customers"] .customer-address-edit-card {
    border-radius: 16px;
    padding: 20px 16px;
  }

  [class*="template-customers"] .customer-address-new .card-box {
    max-width: 100% !important;
  }

  [class*="template-customers"] .customer-activation-form .customer-form-actions {
    margin-top: 2rem;
  }
}

/* BellaBloom customer-area shell: My Profile, Order History and the safe
   platform-owned Vouchers surface. Native EasyStore forms, states and actions
   remain intact; these rules only provide the shared Account visual system. */
[class*="template-customers"] .customer.account.bb-customer-area-page {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0;
}

[class*="template-customers"] .bb-customer-area-page,
[class*="template-customers"] .bb-customer-area-page * {
  box-sizing: border-box;
}

[class*="template-customers"] .bb-customer-area-page .bb-customer-area-back {
  white-space: nowrap;
}

[class*="template-customers"] .bb-customer-area-page .bb-customer-area-panel {
  background: var(--bb-customer-ivory);
  border: 1px solid var(--bb-customer-line);
  border-radius: 16px;
  box-shadow: 0 16px 42px rgba(58, 42, 33, 0.055);
  margin: 0 0 18px;
  padding: clamp(22px, 3vw, 30px);
}

[class*="template-customers"] .bb-customer-area-page .bb-customer-area-panel:last-child {
  margin-bottom: 0;
}

[class*="template-customers"] .bb-customer-area-page .bb-customer-panel-header {
  border-bottom: 1px solid var(--bb-customer-line);
  margin-bottom: 22px;
  padding-bottom: 18px;
}

[class*="template-customers"] .bb-customer-area-page .bb-customer-panel-eyebrow {
  color: var(--bb-customer-gold);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.35;
  margin: 0 0 6px;
}

[class*="template-customers"] .bb-customer-area-page .bb-customer-panel-header h2 {
  color: var(--bb-customer-bronze);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 3.2vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0;
}

[class*="template-customers"] .bb-customer-area-page .bb-customer-panel-header p:last-child {
  color: var(--bb-customer-muted);
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 8px 0 0;
}

[class*="template-customers-details"] #details_form {
  margin: 0 !important;
}

[class*="template-customers"] .bb-customer-profile-page .grid {
  margin-bottom: 0;
}

[class*="template-customers"] .bb-customer-profile-page .grid__item {
  min-width: 0;
}

[class*="template-customers"] .bb-customer-profile-page .field {
  margin-bottom: 1.4rem;
}

[class*="template-customers"] .bb-customer-profile-page .bb-customer-form-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin: 8px 0 0;
}

[class*="template-customers"] .bb-customer-profile-page .bb-customer-form-actions .button {
  margin: 0;
  min-width: 132px;
}

[class*="template-customers"] .bb-customer-profile-page .bb-customer-address-card {
  background: var(--bb-customer-soft);
  border: 1px solid var(--bb-customer-line);
  border-radius: 12px;
  min-height: 150px;
  padding: 19px 20px;
}

[class*="template-customers"] .bb-customer-profile-page .bb-customer-address-card .h3 {
  color: var(--bb-customer-bronze);
  font-family: var(--font-body-family);
  font-size: 1.45rem;
  font-weight: 700;
  margin: 0 0 4px;
}

[class*="template-customers"] .bb-customer-profile-page .bb-customer-text-link {
  align-items: center;
  display: inline-flex;
  font-weight: 700;
  gap: 7px;
  min-height: 44px;
  text-decoration: none;
}

[class*="template-customers"] .bb-customer-profile-page .bb-customer-auth-grid {
  align-items: stretch;
  gap: 12px 0;
}

[class*="template-customers"] .bb-customer-profile-page .bb-customer-auth-grid > .grid__item {
  display: flex;
}

[class*="template-customers"] .bb-customer-profile-page .bb-customer-auth-card {
  background: var(--bb-customer-soft);
  border: 1px solid var(--bb-customer-line);
  border-radius: 12px;
  height: 100%;
  padding: 18px;
  width: 100%;
}

[class*="template-customers"] .bb-customer-profile-page .bb-customer-auth-card > strong {
  align-items: center;
  color: var(--bb-customer-bronze);
  display: inline-flex;
  font-size: 1.25rem;
  gap: 7px;
}

[class*="template-customers"] .bb-customer-profile-page .bb-customer-auth-card svg {
  color: var(--bb-customer-gold);
  flex: 0 0 auto;
  margin: 0;
  stroke: currentColor;
}

[class*="template-customers"] .bb-customer-profile-page .bb-customer-auth-card > p {
  color: var(--bb-customer-muted);
  line-height: 1.5;
  margin: 10px 0 0;
}

[class*="template-customers"] .bb-customer-profile-page .confirm_password {
  border-top: 1px solid var(--bb-customer-line);
  margin-top: 14px;
  padding-top: 14px;
}

[class*="template-customers"] .bb-customer-profile-page :is(.note, .errors) {
  border-radius: 10px;
  margin: 0 0 16px;
}

[class*="template-customers"] .bb-customer-orders-page .bb-customer-orders-panel {
  overflow: hidden;
  padding: 0;
}

[class*="template-customers"] .bb-customer-orders-page .order-tab {
  border-bottom: 1px solid var(--bb-customer-line);
  display: block;
  padding: 10px 22px;
}

[class*="template-customers"] .bb-customer-orders-page .order-tab__slider {
  align-items: center;
  display: flex;
  gap: 7px;
  min-width: max-content;
}

[class*="template-customers"] .bb-customer-orders-page .order-tab__slider > .grid__item {
  flex: 0 0 auto;
  margin: 0;
  max-width: none;
  padding: 0;
  width: auto;
}

[class*="template-customers"] .bb-customer-orders-page .order-tab__slider > .grid__item > span[aria-hidden="true"] {
  display: none;
}

[class*="template-customers"] .bb-customer-orders-page .order-tab__button {
  border-radius: 999px;
  color: var(--bb-customer-muted);
  font-size: 1.15rem;
  font-weight: 650;
  min-height: 44px;
  padding: 8px 13px;
  white-space: nowrap;
}

[class*="template-customers"] .bb-customer-orders-page .order-tab .grid__item.active .order-tab__button {
  background: var(--bb-customer-champagne);
  color: var(--bb-customer-bronze);
}

[class*="template-customers"] .bb-customer-orders-page .order-count {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 1rem;
  justify-content: center;
  margin-left: 4px;
  min-height: 20px;
  min-width: 20px;
  padding: 2px 6px;
}

[class*="template-customers"] .bb-customer-orders-page .bb-customer-order-list {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 0;
}

[class*="template-customers"] .bb-customer-orders-page .bb-customer-order-card {
  background: var(--bb-customer-ivory);
  border-bottom: 1px solid var(--bb-customer-line);
  padding: 22px;
}

[class*="template-customers"] .bb-customer-orders-page .bb-customer-order-card:last-of-type {
  border-bottom: 0;
}

[class*="template-customers"] .bb-customer-orders-page .bb-customer-order-card .h3 {
  color: var(--bb-customer-bronze);
  font-family: var(--font-body-family);
  font-size: 1.35rem;
  font-weight: 700;
  text-decoration: none;
}

[class*="template-customers"] .bb-customer-orders-page .bb-customer-order-card .order-image {
  border: 1px solid var(--bb-customer-line);
  border-radius: 10px;
  height: 72px;
  overflow: hidden;
  width: 72px;
}

[class*="template-customers"] .bb-customer-orders-page .bb-customer-order-card .order-image img {
  object-fit: cover;
}

[class*="template-customers"] .bb-customer-orders-page .bb-customer-order-card .order-right {
  height: auto;
  min-width: 132px;
}

[class*="template-customers"] .bb-customer-orders-page .bb-customer-order-card .order-right .h4 {
  color: var(--bb-customer-bronze);
  font-family: var(--font-body-family);
  font-size: 1.3rem;
  font-weight: 700;
}

[class*="template-customers"] .bb-customer-orders-page .order-status {
  flex-wrap: wrap;
  justify-content: flex-end;
}

[class*="template-customers"] .bb-customer-orders-page .bb-customer-orders-empty {
  border: 0;
  border-radius: 0;
  margin: 0;
}

[class*="template-customers"] .bb-customer-orders-page .pagination {
  border-top: 1px solid var(--bb-customer-line);
  margin: 0;
  padding: 18px 22px;
}

@media screen and (max-width: 989px) {
  [class*="template-customers"] .bb-customer-area-page .bb-customer-area-header {
    margin-bottom: 24px;
  }

  [class*="template-customers"] .bb-customer-area-page .bb-customer-area-main {
    order: 1;
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  [class*="template-customers"] .customer.account.bb-customer-area-page {
    padding: 0;
  }

  [class*="template-customers"] .bb-customer-area-page .bb-customer-area-header {
    gap: 12px;
    margin-bottom: 20px;
  }

  [class*="template-customers"] .bb-customer-area-page .bb-customer-area-header h1 {
    font-size: 3.15rem;
    line-height: 1.02;
  }

  [class*="template-customers"] .bb-customer-area-page .bb-customer-area-header .bb-account-header__intro {
    font-size: 1.25rem;
    line-height: 1.5;
    max-width: 28rem;
  }

  [class*="template-customers"] .bb-customer-area-page .bb-customer-area-back {
    align-self: start;
    font-size: 1.1rem;
    padding: 8px 11px;
  }

  [class*="template-customers"] .bb-customer-area-page .bb-customer-area-panel {
    border-radius: 14px;
    margin-bottom: 14px;
    padding: 20px 16px;
  }

  [class*="template-customers"] .bb-customer-area-page .bb-customer-panel-header {
    margin-bottom: 18px;
    padding-bottom: 15px;
  }

  [class*="template-customers"] .bb-customer-area-page .bb-customer-panel-header h2 {
    font-size: 2.6rem;
  }

  [class*="template-customers"] .bb-customer-profile-page :is(
    .grid--2-col,
    .grid--2-col-desktop,
    .grid--3-col-desktop
  ) > .grid__item {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  [class*="template-customers"] .bb-customer-profile-page .bb-customer-form-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  [class*="template-customers"] .bb-customer-profile-page .bb-customer-form-actions .button {
    min-width: 0;
    width: 100%;
  }

  [class*="template-customers"] .bb-customer-orders-page .bb-customer-orders-panel {
    padding: 0;
  }

  [class*="template-customers"] .bb-customer-orders-page .order-tab {
    overflow-x: auto;
    padding: 8px 12px;
    scrollbar-width: none;
  }

  [class*="template-customers"] .bb-customer-orders-page .order-tab::-webkit-scrollbar {
    display: none;
  }

  [class*="template-customers"] .bb-customer-orders-page .bb-customer-order-card {
    padding: 18px 15px;
  }

  [class*="template-customers"] .bb-customer-orders-page .bb-customer-order-card .order-image {
    height: 58px;
    width: 58px;
  }

  [class*="template-customers"] .bb-customer-orders-page .bb-customer-order-card .order-right {
    margin-left: auto;
    min-width: 112px;
  }

  [class*="template-customers"] .bb-customer-orders-page .bb-customer-order-card .order-status {
    flex-basis: 100%;
    justify-content: flex-start;
  }

}

