.ps-page--simple .ps-section__content tr td:not(:first-child){
    text-align: center;
}
.page-checkout-details{
    margin: 10px 0px;
}

.products_list_images img{
    width: 150px;
    height: 150px;
}

.product_list_view img{
    width: 210px;
    height: 210px;
}

.product_card_view img{
    width: 150px;
    height: 150px;
}

.related_product_listing img{
    width: 203px;
    height: 203px;
}

.category_product_view img{
    width: 166px;
    height: 166px;
}

.aside_branch_products_view img{
    width: 206px;
    height: 206px;
}

.padding_25{
    padding: 25px 0 !important;
}
.header__left .ps-logo img{
    width: 210px;
    height: 52px;
}

/* Auth pages (/customers/sign_in, /users/sign_in) */
.auth-page .ps-breadcrumb {
  margin-bottom: 0;
}

.auth-shell {
  min-height: calc(100vh - 220px);
  padding: 48px 0 72px;
  background:
    linear-gradient(180deg, rgba(252, 184, 0, 0.12) 0%, rgba(241, 241, 241, 0.95) 42%, #f1f1f1 100%);
}

.auth-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  max-width: 980px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.auth-panel__brand {
  position: relative;
  padding: 48px 44px;
  color: #111;
  background:
    linear-gradient(155deg, #fcb800 0%, #f5c63a 48%, #ffe08a 100%);
}

.auth-panel__brand::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

.auth-panel__logo {
  display: inline-block;
  margin-bottom: 28px;
}

.auth-panel__logo img {
  display: block;
  width: auto;
  max-width: 180px;
  height: 48px;
  object-fit: contain;
}

.auth-panel__brand-name {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.72);
}

.auth-panel__headline {
  margin: 0 0 14px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
}

.auth-panel__copy {
  max-width: 28ch;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.72);
}

.auth-panel__form {
  padding: 48px 44px;
}

.auth-form__header {
  margin-bottom: 28px;
}

.auth-form__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #999;
}

.auth-form__title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: #000;
}

.auth-form__alerts {
  margin-bottom: 18px;
}

.auth-alert {
  margin: 0 0 8px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.4;
}

.auth-alert--error {
  color: #8a1f11;
  background: #fdecea;
  border: 1px solid #f5c2c0;
}

.auth-alert--notice {
  color: #1f4d2c;
  background: #eaf7ee;
  border: 1px solid #c6e6d0;
}

.auth-form .form-group {
  margin-bottom: 18px;
}

.auth-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

.auth-form__label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.auth-form__label-row label {
  margin-bottom: 0;
}

.auth-form__forgot {
  font-size: 13px;
  font-weight: 500;
  color: #666;
}

.auth-form__forgot:hover {
  color: #fcb800;
}

.auth-form .form-control {
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

.auth-form .form-control:focus {
  border-color: #fcb800;
  box-shadow: 0 0 0 3px rgba(252, 184, 0, 0.18);
}

.auth-form .form-forgot .form-control {
  padding-right: 16px;
}

.auth-form .ps-checkbox > label {
  font-weight: 500;
  color: #555;
}

.auth-form__submit {
  margin-top: 8px;
  margin-bottom: 0;
}

.auth-form__submit .ps-btn {
  height: 52px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.auth-form__footer {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #eee;
}

.auth-form__meta,
.auth-form__switch {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}

.auth-form__meta:last-child,
.auth-form__switch:last-child {
  margin-bottom: 0;
}

.auth-form__meta a,
.auth-form__switch a {
  font-weight: 600;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.auth-form__meta a:hover,
.auth-form__switch a:hover {
  color: #fcb800;
}

.auth-form__switch {
  padding: 12px 14px;
  background: #fafafa;
  border-left: 3px solid #fcb800;
}

@media (max-width: 991px) {
  .auth-shell {
    padding: 32px 0 56px;
  }

  .auth-panel {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  .auth-panel__brand,
  .auth-panel__form {
    padding: 36px 28px;
  }

  .auth-panel__headline {
    font-size: 32px;
  }

  .auth-panel__copy {
    max-width: none;
  }
}

@media (max-width: 575px) {
  .auth-panel__brand,
  .auth-panel__form {
    padding: 28px 20px;
  }

  .auth-form__title {
    font-size: 24px;
  }
}

/* About / Contact static pages */
.static-about__story {
  align-items: center;
}

.static-about__copy h3 {
  margin: 0 0 18px;
  font-size: 28px;
  font-weight: 700;
  color: #000;
}

.static-about__copy p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}

.static-about__list {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.static-about__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

.static-about__list li i {
  color: #fcb800;
}

.static-about__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.static-about__actions .ps-btn--outline {
  background: transparent;
  border: 2px solid #000;
  color: #000;
}

.static-about__actions .ps-btn--outline:hover {
  background: #fcb800;
  border-color: #fcb800;
  color: #000;
}

.static-about__media {
  overflow: hidden;
  background: #f7f7f7;
}

.static-about__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.static-about__pillars {
  padding: 70px 0 40px;
  background: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.static-about__pillars .ps-section__header {
  margin-bottom: 40px;
}

.static-about__pillars .ps-section__header h3 {
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

.static-about__pillars .ps-section__header p {
  margin: 0;
  color: #777;
}

.static-pillar {
  height: 100%;
  margin-bottom: 30px;
  padding: 28px 22px;
  background: #fff;
  border: 1px solid #eee;
}

.static-pillar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  background: #fcb800;
  color: #000;
  font-size: 20px;
}

.static-pillar h4 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.static-pillar p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

.static-about__team {
  padding-top: 80px;
  padding-bottom: 40px;
}

.static-about__team .ps-section__header {
  padding-left: 0;
  padding-bottom: 40px;
  text-align: center;
}

.static-team-card {
  margin-bottom: 30px;
  text-align: center;
}

.static-team-card__photo {
  margin-bottom: 16px;
  overflow: hidden;
  background: #f1f1f1;
}

.static-team-card__photo img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.static-team-card h4 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.static-team-card p {
  margin: 0;
  font-size: 14px;
  color: #888;
}

.static-contact__lead {
  max-width: 640px;
  margin: 12px auto 0;
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

.static-contact__card a {
  color: #000;
}

.static-contact__card a:hover {
  color: #fcb800;
}

.static-contact__flash {
  max-width: 670px;
  margin: 0 auto 20px;
  padding: 12px 14px;
  font-size: 14px;
}

.static-contact__flash--notice {
  color: #1f4d2c;
  background: #eaf7ee;
  border: 1px solid #c6e6d0;
}

.static-contact__flash--alert {
  color: #8a1f11;
  background: #fdecea;
  border: 1px solid #f5c2c0;
}

.ps-form--contact-us label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

@media (max-width: 991px) {
  .static-about__media {
    margin-top: 28px;
  }

  .static-about__pillars {
    padding: 50px 0 20px;
  }
}

/* Header auth (login / register / logout) */
.header-auth {
  align-items: center;
}

.wishlist-empty {
  padding: 60px 20px;
}

.wishlist-empty p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #666;
}

.wishlist-remove-form {
  display: inline;
  margin: 0;
  padding: 0;
}

.wishlist-remove-btn {
  background: transparent;
  border: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
}

.js-wishlist-toggle.is-active i,
.js-wishlist-toggle.is-active {
  color: #fcb800;
}

.ps-product__actions .js-wishlist-toggle.is-active i {
  color: #fcb800;
}


.cart-remove-form .remove-item,
.ps-product__remove-form .ps-product__remove {
  background: transparent;
  border: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
}

.header-auth .ps-block__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 36px;
  line-height: 1.2;
}


.header-auth .ps-block__right a,
.header-auth .header-auth__label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  white-space: nowrap;
}

.header-auth .header-auth__label {
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
  opacity: 0.85;
}

.header-auth .header-auth__logout {
  color: inherit;
}

.header--1 .header-auth .header-auth__logout:hover,
.header--market-place-1 .header-auth .header-auth__logout:hover {
  color: #fcb800;
}

.header--mobile .header-auth .ps-block__right {
  min-height: 0;
}
