@charset "UTF-8";

:root,
[data-bs-theme=light] {
  --bs-pink-rgb: 235, 41, 122;
  --bs-pink-subtle-rgb: 253, 234, 242;
}

/* font-family */
.red-hat-display {
  font-family: "Red Hat Display", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.verdana {
  font-family: Verdana, Geneva, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

/* text */
.text-pink {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-rgb), var(--bs-text-opacity)) !important;
}

/* links */
.link-pink {
  color: RGBA(var(--bs-pink-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-pink-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-pink-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-pink:hover, .link-pink:focus {
  color: RGBA(177, 31, 93, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(177, 31, 93, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(177, 31, 93, var(--bs-link-underline-opacity, 1)) !important;
}


/* buttons */
.btn-pink {
  --bs-btn-color: #fff;
  --bs-btn-bg: #eb297a;
  --bs-btn-border-color: #eb297a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c72569;
  --bs-btn-hover-border-color: #b11f5d;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b11f5d;
  --bs-btn-active-border-color: #9b1b51;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #eb297a;
  --bs-btn-disabled-border-color: #eb297a;
}
.btn-outline-pink {
  --bs-btn-color: #eb297a;
  --bs-btn-border-color: #eb297a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #eb297a;
  --bs-btn-hover-border-color: #eb297a;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #eb297a;
  --bs-btn-active-border-color: #eb297a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #eb297a;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #eb297a;
  --bs-gradient: none;
}
.btn-load-more-modern {
  --bs-btn-color: #334155;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: rgba(51, 65, 85, .45);
  --bs-btn-hover-color: #0f172a;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: rgba(var(--bs-pink-rgb), .62);
  --bs-btn-active-color: #0f172a;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: rgba(var(--bs-pink-rgb), .72);
  --bs-btn-disabled-color: #94a3b8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgba(148, 163, 184, .55);
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 500;
  letter-spacing: .01em;
  padding: .44rem .96rem;
  box-shadow: none;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}
.btn-load-more-modern:hover,
.btn-load-more-modern:focus {
  transform: translateY(-1px);
}

/* borders */
.border-pink {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-rgb), var(--bs-border-opacity)) !important;
}
.border-pink-subtle {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-subtle-rgb), var(--bs-border-opacity)) !important;
}

/* backgrounds */
.bg-pink {
  background-color: rgba(var(--bs-pink-rgb));
}
.bg-pink-subtle {
  background-color: rgba(var(--bs-pink-subtle-rgb));
}

/* header search */
.search.input-group {
  --search-control-height: 44px;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
}
.search.input-group .form-control,
.search.input-group .btn {
  height: var(--search-control-height);
}
.search.input-group .form-control {
  border-color: #f3aac9;
  background: #ffffff;
  color: #334155;
  font-size: 1.02rem;
  font-weight: 500;
  letter-spacing: .005em;
  padding-left: 1rem;
  box-shadow: none;
}
.search.input-group .form-control::placeholder {
  color: #64748b;
  font-weight: 500;
}
.search.input-group .form-control:focus {
  border-color: rgba(var(--bs-pink-rgb), .72);
  box-shadow: 0 0 0 .24rem rgba(var(--bs-pink-rgb), .14);
}
.search.input-group .btn-outline-pink {
  border-color: #f3aac9;
  background: #fff;
  color: #d12176;
  font-size: .99rem;
  font-weight: 600;
  padding: 0 .9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.search.input-group .btn-outline-pink:hover,
.search.input-group .btn-outline-pink:focus {
  border-color: rgba(var(--bs-pink-rgb), .78);
  background: #fff2f8;
  color: #bf1c6b;
  box-shadow: none;
}
.search.input-group .btn-outline-pink.dropdown-toggle::after {
  margin-left: .38rem;
}
.search.input-group .btn-pink {
  padding: 0 .9rem;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .09);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.search.input-group .btn-pink i {
  font-size: 1rem;
}
.search.input-group .search-selected-category-container {
  font-weight: 600;
  letter-spacing: .005em;
  line-height: 1;
}
.search.input-group .dropdown-menu {
  margin-top: .32rem;
  border-radius: .9rem;
  border-color: rgba(var(--bs-pink-rgb), .45) !important;
  padding: .35rem;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .14);
}
.search.input-group .dropdown-menu .dropdown-item {
  border-radius: .58rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .92rem;
  font-weight: 500;
  color: #334155;
  padding: .45rem .62rem;
}
.search.input-group .dropdown-menu .dropdown-item:hover,
.search.input-group .dropdown-menu .dropdown-item:focus {
  color: rgba(var(--bs-pink-rgb), 1);
  background: #fff2f8;
}
.search.input-group .autocomplete-menu {
  border-color: rgba(148, 163, 184, .3) !important;
  border-radius: .82rem;
  padding: .35rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .13);
  z-index: 1080;
  max-height: 290px;
  overflow-y: auto;
}
@media (max-width: 767.98px) {
  .search.input-group {
    --search-control-height: 40px;
  }
  .search.input-group .form-control {
    font-size: .95rem;
    padding-left: .82rem;
  }
  .search.input-group .btn-outline-pink {
    font-size: .87rem;
    padding: 0 .62rem;
  }
  .search.input-group .btn-pink {
    padding: 0 .72rem;
  }
}

/* product cards */
.product-layout {
  padding-top: .4rem;
  display: flex;
  height: 100%;
}
.product-card,
.product-layout .card {
  border-radius: 16px;
  border: 1.2px solid #e5eaf1 !important;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-layout .card.border-white {
  border-color: #e5eaf1 !important;
}
.product-layout .card .card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding-left: .72rem !important;
  padding-right: .72rem !important;
}
.product-layout .text-uppercase.mb-2 {
  margin-bottom: .5rem !important;
}
.product-layout .text-uppercase.mb-2 > a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.42;
  min-height: calc(1.42em * 2);
}
.product-card:hover,
.product-layout .card:hover {
  transform: translateY(-5px);
  border-color: rgba(var(--bs-pink-rgb), 0.28) !important;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.11);
}
.product-layout .price,
.product-layout .price > .small:first-child {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.22;
}
.product-layout .price > .small:first-child {
  display: flex;
  align-items: center;
  gap: .38rem;
}
.product-layout .price > .small:first-child .price-new {
  font-size: 16px;
  font-weight: 650;
}
.product-layout .price > .small:first-child .price-old {
  font-size: 13px;
  font-weight: 400;
  color: #94a3b8 !important;
}
.product-layout .price > .small:last-child,
.product-layout .price .price-tax {
  font-size: 11px;
  font-weight: 500;
  color: #64748b;
}
.product-layout .price .price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .45rem;
}
.product-layout .price .price-main {
  display: inline-flex;
  align-items: baseline;
  gap: .36rem;
  min-width: 0;
}
.product-layout .price .price-main .price-old {
  white-space: nowrap;
  font-size: 11px !important;
  line-height: 1;
  opacity: .85;
}
.product-layout .price .price-wishlist {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-left: .4rem;
  line-height: 1;
}
.product-layout .price > .small:first-child .float-end,
.product-layout .price .price-wishlist {
  margin-left: auto !important;
  float: none !important;
}
.product-layout .price > .small:first-child .float-end i,
.product-layout .price .price-wishlist i {
  font-size: 1.12rem;
}
.product-layout .product-labels {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin-top: .25rem;
  min-height: 1.6rem;
}
.product-layout .product-labels > span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  line-height: 1;
}
.product-layout .product-flash-countdown {
  margin-top: .55rem;
  padding: 0 !important;
  width: auto;
}
.product-layout [id*="release-date-"] {
  margin-top: .55rem !important;
}
.countdown {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  flex-wrap: wrap;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: .35rem .55rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .01em;
  box-shadow: 0 4px 12px rgba(15, 23, 42, .08);
}
.countdown-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.countdown-time {
  display: inline-flex;
  align-items: center;
  gap: .26rem;
}
.countdown-unit {
  display: inline-flex;
  align-items: baseline;
  gap: .14rem;
  border-radius: 999px;
  padding: .19rem .4rem;
}
.countdown-unit strong {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.countdown-unit em {
  font-style: normal;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .01em;
  opacity: .8;
}
.countdown-flash {
  color: #be185d;
  background: #fff6fa;
  border-color: #f9a8d4;
}
.countdown-flash .countdown-unit {
  background: #ffe8f2;
}
.countdown-release {
  color: #b54775;
  background: #fff4f8;
  border-color: #fbcfe8;
}
.countdown-release .countdown-unit {
  background: #ffeef5;
}
@media (max-width: 767.98px) {
  .product-layout .card .card-body {
    padding-left: .58rem !important;
    padding-right: .58rem !important;
  }
  .product-layout .text-uppercase.mb-2 > a {
    line-height: 1.34;
    min-height: calc(1.34em * 2);
  }
  .product-layout .price,
  .product-layout .price > .small:first-child .price-new {
    font-size: 14px;
  }
  .product-layout .price .price-main .price-old {
    font-size: 10px !important;
  }
  .countdown {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .2rem;
    border-radius: 12px;
    padding: .3rem .4rem;
  }
  .countdown-label {
    font-size: 9px;
    letter-spacing: .04em;
  }
  .countdown-time {
    width: 100%;
    justify-content: center;
    gap: .18rem;
    flex-wrap: nowrap;
  }
  .countdown-unit {
    padding: .15rem .25rem;
    gap: .1rem;
  }
  .countdown-unit strong {
    font-size: 10px;
  }
  .countdown-unit em {
    font-size: 8px;
  }
}

/* product detail modern */
.product-detail-modern {
  padding-top: .35rem;
  padding-bottom: 2.4rem;
}
.product-detail-modern .breadcrumb {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  padding: .5rem .85rem;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .05);
}
.product-detail-modern .breadcrumb-item {
  display: inline-flex;
  align-items: center;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .92rem;
  font-weight: 500;
  color: #64748b;
}
.product-detail-modern .breadcrumb-item a {
  color: #64748b !important;
  text-decoration: none !important;
}
.product-detail-modern .breadcrumb-item.active {
  color: rgba(var(--bs-pink-rgb), 1) !important;
  font-weight: 700 !important;
}
.product-detail-modern .breadcrumb-item + .breadcrumb-item::before {
  color: #94a3b8;
  padding: 0 .58rem;
}
.product-detail-main {
  margin-top: .25rem;
  padding: 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 1.15rem;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}
.product-detail-gallery-col,
.product-detail-info-col {
  display: flex;
}
.product-gallery-shell {
  width: 100%;
}
.product-images-track,
.product-thumbs-track {
  margin-bottom: 0 !important;
}
.product-gallery-shell .slick-list {
  width: 100% !important;
}
.product-gallery-shell .slick-slide {
  margin-right: 0 !important;
}
.product-images-track .slick-track,
.product-thumbs-track .slick-track {
  display: block !important;
}
.product-images-track .slick-slide,
.product-thumbs-track .slick-slide {
  height: auto !important;
}
.product-thumbs-track .slick-slide > div {
  margin-bottom: .45rem;
}
.product-thumbs-track .slick-slide:last-child > div {
  margin-bottom: 0;
}
.product-image-item {
  border-radius: .95rem;
  overflow: hidden;
  background: #f8fafc;
  border-color: #e2e8f0 !important;
}
.product-image-item a {
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .9rem;
}
.product-image-item img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
}
.product-thumb-item {
  border-radius: .72rem;
  overflow: hidden;
  border-color: #e2e8f0 !important;
  background: #ffffff;
  padding: .14rem;
  cursor: pointer;
  transition: border-color .2s ease, transform .2s ease;
}
.product-thumb-item:hover {
  border-color: rgba(var(--bs-pink-rgb), .6) !important;
  transform: translateY(-1px);
}
.product-thumbs-track .slick-current .product-thumb-item {
  border-color: rgba(var(--bs-pink-rgb), .78) !important;
  box-shadow: 0 0 0 2px rgba(var(--bs-pink-rgb), .12);
}
.product-detail-info-card {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #ffffff;
  padding: 1.05rem 1.1rem;
}
.product-detail-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .65rem;
  flex-wrap: wrap;
}
.product-detail-meta .product-labels {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
}
.product-detail-meta .product-labels > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: .03em;
  font-size: .66rem;
  font-weight: 700;
  border-radius: 999px !important;
  padding: .34rem .58rem !important;
}
.product-detail-title {
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: .01em;
  color: #0f172a;
}
.product-detail-price-wrap {
  margin-bottom: .5rem;
}
.product-detail-price {
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.15;
  color: #111827;
}
.product-detail-price-row {
  display: flex;
  flex-direction: column;
  gap: .35rem;
}
.product-purchase-panel .product-divider {
  margin: .92rem 0 .95rem;
  border-color: #e2e8f0;
}
.product-option-title {
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #334155;
}
.product-purchase-panel .form-group {
  margin-bottom: .85rem;
}
.product-purchase-panel .control-label,
.product-purchase-panel .form-group.row .col-3 > label {
  margin-bottom: .32rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #475569;
}
.product-purchase-panel .form-control {
  min-height: 42px;
  border-radius: .72rem;
  border: 1px solid #d9e2ec;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .92rem;
  font-weight: 500;
  color: #1e293b;
  box-shadow: none;
}
.product-purchase-panel .form-control:focus {
  border-color: rgba(var(--bs-pink-rgb), .56);
  box-shadow: 0 0 0 .2rem rgba(var(--bs-pink-rgb), .12);
}
.product-purchase-panel ul.checkbox-tag {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}
.product-purchase-panel ul.checkbox-tag li {
  display: inline-flex;
  margin: 0 !important;
}
.product-purchase-panel ul.checkbox-tag li label {
  border-color: #cbd5e1 !important;
  border-radius: .66rem !important;
  padding: .34rem .7rem !important;
  font-size: .81rem;
  font-weight: 600 !important;
  color: #334155;
}
.product-qty-row {
  align-items: center;
}
.product-qty-label {
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #475569;
}
.product-qty-control {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border: 1px solid #d9e2ec;
  border-radius: 999px;
  background: #f8fafc;
  padding: .24rem .4rem;
}
.product-qty-control .minus,
.product-qty-control .add {
  width: 29px;
  height: 29px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #ffffff;
  color: #475569;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
}
.product-qty-control .minus:hover,
.product-qty-control .add:hover,
.product-qty-control .minus:focus,
.product-qty-control .add:focus {
  color: rgba(var(--bs-pink-rgb), 1);
  border-color: rgba(var(--bs-pink-rgb), .5);
}
.product-qty-input {
  width: 56px;
  min-width: 56px;
  border: 0;
  background: transparent;
  text-align: center;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  outline: none;
  box-shadow: none;
}
.product-action-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .6rem;
}
.product-action-list .list-inline-item {
  margin: 0 !important;
}
.product-action-btn {
  width: 100%;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .3rem;
  border-radius: .78rem;
  border-width: 1px;
  padding: .56rem .9rem;
  line-height: 1.1;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .01em;
  text-decoration: none !important;
}
.product-action-btn i {
  line-height: 1;
  position: relative;
  top: .01em;
}
.product-action-btn-whatsapp {
  border-color: #16a34a;
  background: #16a34a;
}
.product-action-btn-whatsapp:hover,
.product-action-btn-whatsapp:focus {
  border-color: #15803d;
  background: #15803d;
}
.product-marketplace-links {
  margin-top: .9rem;
  padding: .72rem .82rem;
  border: 1px solid #f3d1e2;
  border-radius: .8rem;
  background: #fff8fc;
}
.product-marketplace-title {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .86rem;
  font-weight: 600;
  line-height: 1.35;
  color: #334155;
}
.product-marketplace-list {
  display: flex;
  flex-wrap: wrap;
  gap: .52rem;
  margin-top: .48rem;
}
.product-marketplace-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  min-height: 2.2rem;
  padding: .28rem;
  border: 1px solid #ead4df;
  border-radius: .56rem;
  background: #ffffff;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.product-marketplace-item:hover,
.product-marketplace-item:focus {
  border-color: rgba(var(--bs-pink-rgb), .45);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(15, 23, 42, .08);
}
.product-marketplace-thumb {
  display: block;
  width: auto;
  height: 1.4rem;
  object-fit: contain;
}
.product-detail-tabs {
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #ffffff;
  padding: .95rem 1rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
}
.product-detail-tabs .nav {
  gap: .45rem;
}
.product-detail-tabs .nav-pills .nav-link {
  border-radius: .7rem;
  border: 1px solid #dbe2ea;
  background: #ffffff;
  color: #334155;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .84rem;
  font-weight: 600;
}
.product-detail-tabs .nav-pills .nav-link.active,
.product-detail-tabs .nav-pills .show > .nav-link {
  color: rgba(var(--bs-pink-rgb), 1);
  border-color: rgba(var(--bs-pink-rgb), .58);
  background: #fff4f9;
}
.product-detail-tabs .tab-pane {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .96rem;
  font-weight: 500;
  line-height: 1.75;
  color: #334155;
}
.product-detail-tabs .table {
  margin-bottom: 0;
}
.review-modern-grid {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 1rem;
}
.review-modern-grid.review-modern-grid-full {
  grid-template-columns: 1fr;
}
.review-modern-form-card,
.review-modern-list-card {
  border: 1px solid #e2e8f0;
  border-radius: .9rem;
  background: #ffffff;
}
.review-modern-form-card {
  padding: 1.1rem 1rem;
  height: fit-content;
}
.review-modern-form-title {
  margin: 0 0 .35rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.32rem;
  font-weight: 700;
  color: #0f172a;
}
.review-modern-form-desc {
  margin: 0 0 .9rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .92rem;
  color: #64748b;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.review-modern-form-card .form-label {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .84rem;
  font-weight: 700;
  color: #334155;
}
.review-modern-rating-input {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
}
.review-modern-rating-input input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.review-modern-rating-input label {
  margin: 0;
  font-size: 1.52rem;
  color: #cbd5e1;
  cursor: pointer;
  transition: color .2s ease, transform .2s ease;
}
.review-modern-rating-input label.active,
.review-modern-rating-input label:hover {
  color: #fbbf24;
}
.review-modern-rating-input label:hover {
  transform: translateY(-1px);
}
.review-modern-form-card textarea.form-control {
  min-height: 140px;
  border-radius: .75rem;
}
.review-modern-char-count {
  margin-top: .4rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  color: #64748b;
}
.review-modern-submit {
  width: 100%;
  min-height: 46px;
  border-radius: .75rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .95rem;
  font-weight: 700;
}
.review-modern-login-note {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  color: #475569;
}
.review-modern-list-card {
  padding: .95rem;
}
.review-modern-login-banner {
  margin-bottom: .7rem;
  border: 1px solid #dbe2ea;
  border-radius: .72rem;
  background: #f8fafc;
  padding: .58rem .72rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .88rem;
  color: #475569;
}
.review-modern-summary-card {
  border: 1px solid #e2e8f0;
  border-radius: .82rem;
  background: #f8fafc;
  padding: .9rem;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: .95rem;
}
.review-modern-summary-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .2rem;
}
.review-modern-average-value {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 2.65rem;
  font-weight: 800;
  line-height: 1;
  color: #0f172a;
}
.review-modern-average-stars {
  display: inline-flex;
  gap: .22rem;
  color: #fbbf24;
  font-size: .9rem;
}
.review-modern-average-total {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  color: #64748b;
}
.review-modern-summary-right {
  display: grid;
  gap: .35rem;
}
.review-modern-bar-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 26px;
  align-items: center;
  gap: .5rem;
}
.review-modern-bar-label,
.review-modern-bar-count {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .82rem;
  font-weight: 500;
  color: #64748b;
}
.review-modern-bar-count {
  text-align: right;
}
.review-modern-bar-track {
  display: block;
  width: 100%;
  height: .45rem;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}
.review-modern-bar-fill {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, #93c5fd 0%, #64748b 100%);
  transition: width .3s ease;
}
.review-modern-sort-row {
  margin-top: .9rem;
  margin-bottom: .7rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}
.review-modern-sort-label {
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .86rem;
  font-weight: 600;
  color: #475569;
}
.review-modern-sort-select {
  min-width: 170px;
  border-radius: .65rem;
  border-color: #d1d9e4;
}
.review-modern-items {
  display: grid;
  gap: .72rem;
}
.review-modern-item {
  border: 1px solid #e2e8f0;
  border-radius: .8rem;
  background: #ffffff;
  padding: .75rem;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: .72rem;
}
.review-modern-avatar {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #e2e8f0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #334155;
}
.review-modern-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
}
.review-modern-author {
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  color: #0f172a;
}
.review-modern-date {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .82rem;
  color: #64748b;
}
.review-modern-item-stars {
  margin-top: .1rem;
  margin-bottom: .32rem;
  color: #fbbf24;
  display: inline-flex;
  gap: .18rem;
  font-size: .84rem;
}
.review-modern-item-stars .fa-regular {
  color: #cbd5e1;
}
.review-modern-text {
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  line-height: 1.62;
  color: #334155;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.review-modern-footer {
  margin-top: .65rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .84rem;
  color: #64748b;
}
.review-modern-empty {
  margin: 0;
  padding: .9rem;
  border: 1px dashed #cbd5e1;
  border-radius: .75rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  color: #64748b;
}
.review-modern-captcha {
  overflow: hidden;
}
.review-modern-captcha .g-recaptcha {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .product-image-item a {
    min-height: 420px;
  }
  .product-image-item img {
    max-height: 390px;
  }
  .product-detail-title {
    font-size: 1.42rem;
  }
  .product-detail-price {
    font-size: 1.56rem;
  }
}
@media (max-width: 767.98px) {
  #review-tab-pane {
    overflow-x: hidden;
  }
  .product-detail-modern {
    padding-top: .2rem;
    padding-bottom: 1.5rem;
  }
  .product-detail-modern .breadcrumb {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: .42rem .68rem;
    border-radius: .72rem;
    overflow: hidden;
  }
  .product-detail-modern .breadcrumb-item {
    min-width: 0;
    max-width: 100%;
    font-size: .82rem;
  }
  .product-detail-modern .breadcrumb-item a,
  .product-detail-modern .breadcrumb-item.active {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
  }
  .product-detail-modern .breadcrumb-item + .breadcrumb-item::before {
    padding: 0 .38rem;
  }
  .product-detail-main {
    padding: .72rem;
    border-radius: .95rem;
  }
  .product-detail-info-card {
    padding: .82rem .82rem .9rem;
  }
  .product-image-item a {
    min-height: 250px;
    padding: .45rem;
  }
  .product-image-item img {
    max-height: 235px;
  }
  .product-detail-title {
    font-size: 1.2rem;
  }
  .product-detail-price {
    font-size: 1.34rem;
  }
  .product-purchase-panel .form-group.row .col-3,
  .product-purchase-panel .form-group.row .col-9 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .product-purchase-panel .form-group.row .col-9 {
    margin-top: .4rem;
  }
  .product-action-list {
    grid-template-columns: 1fr;
  }
  .product-action-btn {
    min-height: 44px;
  }
  .product-detail-tabs {
    padding: .78rem .75rem;
    border-radius: .9rem;
  }
  .product-detail-tabs .nav {
    gap: .35rem;
    flex-wrap: wrap;
  }
  .product-detail-tabs .nav.nav-fill .nav-item {
    flex: 1 1 calc(50% - .35rem);
    min-width: 0;
  }
  .product-detail-tabs .nav-pills .nav-link {
    width: 100%;
    white-space: normal;
    line-height: 1.25;
    padding: .45rem .55rem;
  }
  .review-modern-grid {
    grid-template-columns: 1fr;
  }
  .review-modern-summary-card {
    grid-template-columns: 1fr;
  }
  .review-modern-bar-row {
    grid-template-columns: 50px minmax(0, 1fr) 26px;
  }
  .review-modern-captcha {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 359.98px) {
  .review-modern-captcha .g-recaptcha {
    transform: scale(.88);
    transform-origin: left top;
  }
  .review-modern-captcha {
    min-height: 70px;
  }
}

/* slideshow */

.slideshow .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.slideshow .swiper-slide {
  background-position: center;
  background-size: cover;
  width: auto;
  height: auto;
}

.slideshow .swiper-slide img {
  display: block;
  width: 100%;
}

/* slick js */
.slick-slide {
  height: auto;
}
.slick-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

ul.checkbox-tag {
  list-style: none;
}
ul.checkbox-tag li{
  display: inline;
}
ul.checkbox-tag li label{
  display: inline-block;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all .2s;
}

ul.checkbox-tag li label {
  cursor: pointer;
}

ul.checkbox-tag li label::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  padding: 2px 6px 2px 2px;
  content: "\f067";
  transition: transform .3s ease-in-out;
}

/* checkbox */
ul.checkbox-tag li input[type="checkbox"]:checked + label::before {
  content: "\f00c";
  transform: rotate(-360deg);
  transition: transform .3s ease-in-out;
}

ul.checkbox-tag li input[type="checkbox"]:checked + label {
  border: 2px solid #eb297a;
  background-color: #fdeaf2;
  color: #eb297a;
  transition: all .2s;
}

ul.checkbox-tag li input[type="checkbox"] {
  display: absolute;
}
ul.checkbox-tag li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
ul.checkbox-tag li input[type="checkbox"]:focus + label {
  border: 2px solid #eb297a;
}
/* radio */
ul.checkbox-tag li input[type="radio"]:checked + label::before {
  content: "\f00c";
  transform: rotate(-360deg);
  transition: transform .3s ease-in-out;
}

ul.checkbox-tag li input[type="radio"]:checked + label {
  border: 2px solid #eb297a;
  background-color: #fdeaf2;
  color: #eb297a;
  transition: all .2s;
}

ul.checkbox-tag li input[type="radio"] {
  display: absolute;
}
ul.checkbox-tag li input[type="radio"] {
  position: absolute;
  opacity: 0;
}
ul.checkbox-tag li input[type="radio"]:focus + label {
  border: 2px solid #eb297a;
}


/* slick slider */
.slick-slide {
  margin-right: 1rem;
}
.slick-list {
  width:calc(100% + 1rem);
}
.slick-track {
  display: flex !important;
  align-items: stretch;
}
.slick-slide.product-layout {
  display: flex !important;
  height: auto !important;
}
.slick-slide.product-layout .card {
  width: 100%;
}
/* Arrows */
.slick-prev:before,
.slick-next:before
{
    font-family: 'Font Awesome 6 Free';
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    color: transparent;

}
.slick-prev:before
{
  content: '\f137';
}
[dir='rtl'] .slick-prev:before
{
  content: "\f138";
}
.slick-next:before
{
  content: "\f138";
}
[dir='rtl'] .slick-next:before
{
  content: "\f137";
}

.slick-prev:before, .slick-next:before{
  color: #eb297a;
}
.related-products {
  position: relative;
}
.related-products .slick-prev,
.related-products .slick-next {
  z-index: 4;
}
.related-products .slick-prev {
  left: .18rem;
}
.related-products .slick-next {
  right: .18rem;
}
.related-products .slick-arrow.slick-disabled {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Dots */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'Slick';
    font-size: 6px;
    font-weight: 900;

    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: #eb297a;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #eb297a;
}

/* nav link */
.nav-link.nav-link-sm {
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  font-weight: bold;
}

.nav-link-pink {
  color: #343a40;
  background: #ffffff;
  border: 1px solid #343a40;
}
.nav-link-pink:hover, .nav-link-pink:focus {
  color: #eb297a;
  background-color: rgba(var(--bs-pink-subtle-rgb));
  border: 1px solid #eb297a;
}
.nav-link-pink:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link-pink.disabled, .nav-link-pink:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-pills .nav-link-pink.active,
.nav-pills .show > .nav-link-pink {
  color: #eb297a;
  background-color: rgba(var(--bs-pink-subtle-rgb));
  border: 1px solid #eb297a;
}

/* product-by-category tabs */
[id^="pills-product-by-category-"][id$="-tab"] {
  display: inline-flex;
  flex-wrap: wrap;
  gap: .45rem;
  padding: .2rem;
  border-radius: .85rem;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(148, 163, 184, .35);
}
[id^="pills-product-by-category-"][id$="-tab"] .nav-item {
  margin-left: 0 !important;
}
[id^="pills-product-by-category-"][id$="-tab"] .nav-link.nav-link-sm {
  padding: .36rem .82rem;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .01em;
  border-radius: .55rem;
}
[id^="pills-product-by-category-"][id$="-tab"] .nav-link-pink {
  color: #334155;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, .85);
}
[id^="pills-product-by-category-"][id$="-tab"] .nav-link-pink:hover,
[id^="pills-product-by-category-"][id$="-tab"] .nav-link-pink:focus {
  color: rgba(var(--bs-pink-rgb), 1);
  background: rgba(var(--bs-pink-subtle-rgb), .45);
  border-color: rgba(var(--bs-pink-rgb), .55);
}
[id^="pills-product-by-category-"][id$="-tab"] .nav-link-pink.active,
[id^="pills-product-by-category-"][id$="-tab"] .show > .nav-link-pink {
  color: rgba(var(--bs-pink-rgb), 1);
  background: linear-gradient(135deg, #fff 0%, rgba(var(--bs-pink-subtle-rgb), .9) 100%);
  border-color: rgba(var(--bs-pink-rgb), .72);
  box-shadow: 0 6px 14px rgba(235, 41, 122, .18);
}

/* columns */
/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  flex: 0 0 auto;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 768px) {
  .header-logo-wrap {
    margin-top: .35rem;
  }
}

/* header actions */
.header-action-group {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.header-action-group .list-inline-item {
  margin-right: 0;
  margin-bottom: 0;
}
.header-action-group .header-language {
  display: inline-flex;
}
.header-action-link,
.header-action-group #cart > .dropdown-toggle,
.header-action-group .header-language .dropdown-toggle {
  width: auto;
  height: auto;
  padding: .1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #64748b !important;
  text-decoration: none;
  box-shadow: none;
  transition: all .2s ease;
}
.header-cart-toggle {
  position: relative;
}
.header-cart-count {
  position: absolute;
  top: -7px;
  right: -9px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: rgba(var(--bs-pink-rgb), 1);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .65rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0 0 2px #fff;
  pointer-events: none;
}
.header-action-link i,
.header-action-group #cart > .dropdown-toggle i {
  font-size: 1.25rem;
}
.header-action-link .header-user-icon {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.header-action-link .header-wishlist-icon {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.header-action-group #cart > .dropdown-toggle .header-cart-icon {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.header-action-link .header-user-icon,
.header-action-link .header-wishlist-icon,
.header-action-group #cart > .dropdown-toggle .header-cart-icon,
.mobile-user-icon,
.mobile-wishlist-icon {
  transition: filter .2s ease;
}
.header-action-group .header-language .dropdown-toggle img {
  width: 20px;
  height: 14px;
  border-radius: .1rem;
  object-fit: cover;
}
.header-action-group .header-language .dropdown-toggle {
  border: 1px solid rgba(148, 163, 184, .55);
  border-radius: .35rem;
  background: #fff;
  padding: .22rem .32rem;
}
.header-action-link:hover,
.header-action-link:focus,
.header-action-group #cart > .dropdown-toggle:hover,
.header-action-group #cart > .dropdown-toggle:focus,
.header-action-group .header-language .dropdown-toggle:hover,
.header-action-group .header-language .dropdown-toggle:focus {
  border-color: transparent;
  background: transparent;
  color: rgba(var(--bs-pink-rgb), 1) !important;
  box-shadow: none;
  transform: translateY(-1px);
}
.header-action-group .header-language .dropdown-toggle:hover,
.header-action-group .header-language .dropdown-toggle:focus {
  border-color: rgba(var(--bs-pink-rgb), .6);
}
.header-action-link:hover .header-user-icon,
.header-action-link:focus .header-user-icon,
.header-action-link:hover .header-wishlist-icon,
.header-action-link:focus .header-wishlist-icon,
.header-action-group #cart > .dropdown-toggle:hover .header-cart-icon,
.header-action-group #cart > .dropdown-toggle:focus .header-cart-icon,
.d-block.d-md-none .link-secondary:hover .mobile-user-icon,
.d-block.d-md-none .link-secondary:focus .mobile-user-icon,
.d-block.d-md-none .link-secondary:hover .mobile-wishlist-icon,
.d-block.d-md-none .link-secondary:focus .mobile-wishlist-icon {
  filter: invert(31%) sepia(95%) saturate(1827%) hue-rotate(307deg) brightness(96%) contrast(96%);
}
.header-action-group #cart > .dropdown-toggle::after,
.header-action-group .header-language .dropdown-toggle::after {
  display: none;
}
.header-action-group .dropdown-menu {
  border-radius: .75rem;
  border-color: rgba(108, 117, 125, .2);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .14);
}
#cart .header-cart-dropdown {
  width: min(92vw, 430px);
  border-radius: .95rem;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 20px 42px rgba(15, 23, 42, .16);
  background: #fff;
}
#cart .header-cart-items {
  max-height: 320px;
  overflow-y: auto;
  padding: .58rem .68rem;
}
#cart .header-cart-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 30px;
  gap: .72rem;
  align-items: flex-start;
  padding: .54rem;
  border: 1px solid #edf2f7;
  border-radius: .72rem;
  background: #fff;
}
#cart .header-cart-item + .header-cart-item {
  margin-top: .5rem;
}
#cart .header-cart-thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: .58rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  overflow: hidden;
}
#cart .header-cart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0 !important;
  border-radius: 0;
  padding: 0;
}
#cart .header-cart-thumb-voucher {
  color: #64748b;
  font-size: 1rem;
}
#cart .header-cart-body {
  min-width: 0;
}
#cart .header-cart-name {
  margin: 0;
  display: block;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .93rem;
  font-weight: 600;
  line-height: 1.32;
  color: #1e293b;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#cart .header-cart-name:hover,
#cart .header-cart-name:focus {
  color: rgba(var(--bs-pink-rgb), 1);
}
#cart .header-cart-meta {
  margin-top: .3rem;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: .5rem;
}
#cart .header-cart-qty {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  color: #64748b;
}
#cart .header-cart-old {
  font-size: .74rem;
  color: #94a3b8;
  text-decoration: line-through;
}
#cart .header-cart-price {
  margin-left: auto;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .95rem;
  font-weight: 700;
  color: #0f172a;
}
#cart .header-cart-extra {
  margin-top: .3rem;
  display: flex;
  flex-direction: column;
  gap: .16rem;
}
#cart .header-cart-extra-row {
  display: flex;
  align-items: flex-start;
  gap: .34rem;
  font-size: .72rem;
  line-height: 1.35;
}
#cart .header-cart-extra-label {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-weight: 600;
  color: #64748b;
  flex: 0 0 auto;
}
#cart .header-cart-extra-value {
  color: #475569;
  min-width: 0;
  overflow-wrap: anywhere;
}
#cart .header-cart-extra span {
  font-size: .72rem;
  color: #64748b;
  line-height: 1.35;
}
#cart .header-cart-remove {
  width: 28px;
  height: 28px;
  border: 1px solid #fecdd3;
  border-radius: .52rem;
  background: #fff1f2;
  color: #e11d48;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all .2s ease;
}
#cart .header-cart-remove:hover,
#cart .header-cart-remove:focus {
  border-color: #fda4af;
  background: #ffe4e6;
  color: #be123c;
}
#cart .header-cart-summary {
  border-top: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: .64rem .74rem .74rem;
}
#cart .header-cart-total-list {
  border: 1px solid #e2e8f0;
  border-radius: .72rem;
  background: #fff;
  overflow: hidden;
}
#cart .header-cart-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  padding: .46rem .62rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .87rem;
  color: #334155;
}
#cart .header-cart-total-row + .header-cart-total-row {
  border-top: 1px solid #eef2f7;
}
#cart .header-cart-total-row strong {
  font-size: .92rem;
  color: #0f172a;
}
#cart .header-cart-actions {
  margin-top: .62rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .48rem;
}
#cart .header-cart-action {
  min-height: 36px;
  border-radius: .64rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #334155;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .84rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .38rem;
  transition: all .2s ease;
}
#cart .header-cart-action:hover,
#cart .header-cart-action:focus {
  border-color: rgba(var(--bs-pink-rgb), .45);
  color: rgba(var(--bs-pink-rgb), 1);
  background: #fff;
}
#cart .header-cart-action-checkout {
  border-color: rgba(var(--bs-pink-rgb), .35);
  background: rgba(var(--bs-pink-rgb), .08);
  color: rgba(var(--bs-pink-rgb), 1);
}
#cart .header-cart-empty {
  padding: 1.1rem .9rem;
  text-align: center;
}
#cart .header-cart-empty-icon {
  font-size: 1.2rem;
  color: #94a3b8;
}
#cart .header-cart-empty-text {
  margin-top: .36rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  color: #64748b;
}

/* mobile top header */
.mobile-header-bar-wrap {
  padding-top: .55rem;
  padding-bottom: .25rem;
}
.mobile-header-bar {
  min-height: 46px;
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
}
.mobile-header-btn,
.mobile-header-cart #cart > .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  color: #6b7280 !important;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
}
.mobile-header-btn i,
.mobile-header-cart #cart > .dropdown-toggle i {
  font-size: 1rem;
}
.mobile-header-logo {
  text-align: center;
}
.mobile-header-logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 145px;
}
.mobile-header-logo img {
  max-height: 32px;
  width: auto;
  max-width: 145px;
  object-fit: contain;
}
.mobile-header-brand {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  color: #1f2937;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.mobile-header-cart {
  justify-self: end;
}
.mobile-header-cart #cart {
  display: inline-flex;
  align-items: center;
}
.mobile-header-cart #cart > .dropdown-toggle::after {
  display: none;
}
.mobile-header-cart .header-cart-icon {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain;
  display: block;
}
.mobile-header-cart .header-cart-count {
  top: -6px;
  right: -7px;
  min-width: 16px;
  height: 16px;
  font-size: .58rem;
  box-shadow: 0 0 0 2px #fff;
}
.mobile-header-cart #cart .dropdown-menu {
  border-radius: .75rem;
  border-color: rgba(108, 117, 125, .2);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .14);
}
@media (max-width: 767.98px) {
  #cart .header-cart-dropdown {
    width: min(95vw, 365px);
  }
  #cart .header-cart-items {
    max-height: 58vh;
    padding: .52rem .56rem;
  }
  #cart .header-cart-item {
    grid-template-columns: 50px minmax(0, 1fr) 28px;
    gap: .56rem;
    padding: .5rem;
  }
  #cart .header-cart-thumb {
    width: 50px;
    height: 50px;
  }
  #cart .header-cart-name {
    font-size: .86rem;
  }
  #cart .header-cart-extra-row {
    font-size: .7rem;
    gap: .28rem;
  }
  #cart .header-cart-price {
    font-size: .9rem;
  }
}

/* mobile offcanvas menu */
.mobile-menu-offcanvas {
  --bs-offcanvas-width: min(88vw, 340px);
  background: #f8fafc;
}
.mobile-menu-header {
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  align-items: center;
  gap: .5rem;
  padding: .65rem .9rem;
  border-bottom: 1px solid #e5e7eb;
}
.mobile-menu-close {
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  color: #6b7280;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.mobile-menu-close i {
  font-size: .95rem;
}
.mobile-menu-title {
  margin: 0;
  text-align: center;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
  color: #1f2937;
  text-transform: uppercase;
}
.mobile-menu-cart-link {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111827;
}
.mobile-menu-cart-icon {
  width: 17px;
  height: 17px;
  object-fit: contain;
}
.mobile-menu-body {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  padding: .7rem .9rem .75rem;
  overflow-y: hidden;
}
.mobile-menu-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: .1rem;
}
.mobile-menu-logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 145px;
}
.mobile-menu-logo img {
  max-height: 30px;
  width: auto;
}
.mobile-menu-brand {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: .02em;
}
.mobile-menu-search-form .form-control {
  border-color: #d1d5db;
  border-radius: .4rem;
  height: 34px;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .98rem;
  font-weight: 500;
  color: #374151;
}
.mobile-menu-search-form .form-control::placeholder {
  color: #9ca3af;
}
.mobile-menu-search-form .form-control:focus {
  border-color: rgba(var(--bs-pink-rgb), .55);
  box-shadow: 0 0 0 .2rem rgba(var(--bs-pink-rgb), .12);
}
.mobile-menu-links li + li {
  margin-top: .5rem;
}
.mobile-menu-link {
  display: inline-block;
  text-decoration: none;
  color: #374151;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: .005em;
}
.mobile-menu-link:hover,
.mobile-menu-link:focus {
  color: rgba(var(--bs-pink-rgb), 1);
}
.mobile-menu-footer {
  margin-top: .35rem;
  border-top: 1px solid #e5e7eb;
  padding-top: .65rem;
}
.mobile-menu-footer-row.mobile-menu-currency-row {
  display: block;
  margin-bottom: .72rem;
}
.mobile-menu-currency-row .mobile-menu-footer-label {
  display: inline-block;
  margin-bottom: .42rem;
}
.mobile-menu-currency-form {
  width: 100%;
}
.mobile-menu-currency-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
}
.mobile-menu-currency-btn {
  border: 1px solid #dbe3ee;
  border-radius: .62rem;
  background: #ffffff;
  min-height: 36px;
  padding: .42rem .58rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: .45rem;
  color: #374151;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1;
  transition: all .2s ease;
}
.mobile-menu-currency-btn-symbol {
  font-size: .8rem;
  font-weight: 600;
  color: #6b7280;
}
.mobile-menu-currency-btn:hover,
.mobile-menu-currency-btn:focus {
  border-color: rgba(var(--bs-pink-rgb), .5);
  color: rgba(var(--bs-pink-rgb), 1);
  background: #fff4f9;
}
.mobile-menu-currency-btn.is-active {
  border-color: rgba(var(--bs-pink-rgb), .65);
  color: rgba(var(--bs-pink-rgb), 1);
  background: rgba(var(--bs-pink-rgb), .08);
}
.mobile-menu-currency-btn.is-active .mobile-menu-currency-btn-symbol {
  color: rgba(var(--bs-pink-rgb), .9);
}
.mobile-menu-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .6rem;
  margin-bottom: .95rem;
}
.mobile-menu-footer-label {
  color: #4b5563;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .98rem;
  font-weight: 600;
}
.mobile-menu-language-switcher .header-language {
  display: inline-flex;
}
.mobile-menu-language-switcher .header-language .dropdown-toggle {
  border: 1px solid #d1d5db;
  border-radius: .6rem;
  padding: .34rem .6rem;
  color: #111827 !important;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  background: #fff;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}
.mobile-menu-language-switcher .header-language .dropdown-toggle img {
  width: 16px;
  height: 12px;
  border-radius: 2px;
  object-fit: cover;
}
.mobile-menu-language-switcher .header-language .header-language-name {
  line-height: 1;
}
.mobile-menu-language-switcher .header-language .dropdown-toggle::after {
  margin-left: .1rem;
}
.mobile-menu-language-switcher .header-language .dropdown-menu {
  right: 0;
  left: auto;
  border-radius: .75rem;
  border-color: rgba(108, 117, 125, .25);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .14);
}
.mobile-menu-language-switcher .header-language .dropdown-item {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .92rem;
  font-weight: 500;
}
.mobile-menu-language-pill {
  border: 1px solid #d1d5db;
  border-radius: .6rem;
  padding: .34rem .55rem;
  color: #111827;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: #fff;
}
.mobile-menu-livechat {
  display: flex;
  align-items: center;
  gap: .52rem;
  text-decoration: none;
  color: #374151;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .98rem;
  font-weight: 500;
  line-height: 1.42;
}
.mobile-menu-livechat i {
  width: 1rem;
  color: #6b7280;
  font-size: .9rem;
  transition: color .2s ease;
}
.mobile-menu-livechat + .mobile-menu-livechat {
  margin-top: .5rem;
}
.mobile-menu-livechat:hover,
.mobile-menu-livechat:focus {
  color: rgba(var(--bs-pink-rgb), 1);
}
.mobile-menu-livechat:hover i,
.mobile-menu-livechat:focus i {
  color: rgba(var(--bs-pink-rgb), 1);
}
.mobile-menu-account-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
  margin-bottom: .72rem;
}
.mobile-menu-account-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .42rem;
  min-height: 36px;
  border: 1px solid #dbe3ee;
  border-radius: .62rem;
  background: #ffffff;
  color: #374151;
  text-decoration: none;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1;
  transition: all .2s ease;
}
.mobile-menu-account-link i {
  font-size: .82rem;
}
.mobile-menu-account-link:hover,
.mobile-menu-account-link:focus {
  border-color: rgba(var(--bs-pink-rgb), .5);
  color: rgba(var(--bs-pink-rgb), 1);
  background: #fff4f9;
}
.mobile-menu-account-link-logout {
  border-color: #fecdd3;
  color: #be123c;
  background: #fff4f6;
}
.mobile-menu-account-link-logout:hover,
.mobile-menu-account-link-logout:focus {
  border-color: #fda4af;
  color: #9f1239;
  background: #ffe8ed;
}

@media (max-width: 991.98px) {
  .header-action-group {
    gap: .55rem;
  }
}

.mobile-user-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.mobile-wishlist-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

/* top utility links */
.header-top-link {
  color: #000 !important;
}
.header-top-link span {
  color: #000 !important;
}
.header-top-link i {
  color: #000 !important;
}
.header-top-link:hover,
.header-top-link:focus {
  color: rgba(var(--bs-pink-rgb), 1) !important;
}
.header-top-link:hover span,
.header-top-link:focus span {
  color: rgba(var(--bs-pink-rgb), 1) !important;
}
.header-top-link:hover i,
.header-top-link:focus i {
  color: rgba(var(--bs-pink-rgb), 1) !important;
}

/* currency switcher */
.header-currency-link,
.header-currency-link strong {
  color: #000 !important;
}
.header-currency-link:hover,
.header-currency-link:focus,
.header-currency-link:hover strong,
.header-currency-link:focus strong {
  color: rgba(var(--bs-pink-rgb), 1) !important;
}

/* desktop category menu */
.header-category-bar {
  background: rgba(var(--bs-pink-rgb), 1);
  padding: .5rem 0;
}
.header-category-menu {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.header-category-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .26rem .18rem;
}
.header-category-item {
  margin: 0 !important;
}
.header-category-link {
  display: inline-flex;
  align-items: center;
  color: #ffffff !important;
  border-radius: .65rem;
  padding: .3rem .5rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .92rem;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.2;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}
.header-category-link:hover,
.header-category-link:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, .18);
  transform: translateY(-1px);
}
.header-category-link.dropdown-toggle::after {
  margin-left: .38rem;
  vertical-align: middle;
}
.header-category-link-highlight {
  color: #ffffff !important;
  background: rgba(255, 255, 255, .14);
}
.header-category-dropdown {
  margin-top: .36rem;
  border: 1px solid rgba(148, 163, 184, .28);
  border-radius: .85rem;
  padding: .38rem;
  box-shadow: 0 14px 28px rgba(15, 23, 42, .14);
}
.header-category-dropdown .dropdown-item {
  border-radius: .55rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  color: #334155;
  padding: .45rem .6rem;
}
.header-category-dropdown .dropdown-item:hover,
.header-category-dropdown .dropdown-item:focus {
  color: #be185d;
  background: #fff1f7;
}
.header-category-dropdown .see-all {
  margin-top: .2rem;
  font-weight: 600;
}

/* module section heading */
.module-section-heading {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .01em;
  color: #0f172a;
}
.module-section-heading > .float-start {
  font-size: inherit;
  font-weight: inherit;
}
.module-section-heading > .float-end {
  margin-top: .05rem;
}
.module-section-heading .module-view-all-link {
  font-size: .86rem;
  font-weight: 600;
}
.module-section-heading-plain {
  margin-bottom: .7rem !important;
}
@media (max-width: 1199.98px) {
  .header-category-menu {
    padding: 0;
  }
  .header-category-link {
    font-size: .86rem;
    padding: .26rem .42rem;
  }
}
@media (max-width: 767.98px) {
  .module-section-heading {
    font-size: 1.06rem;
    padding-bottom: .38rem !important;
    margin-bottom: .72rem !important;
  }
  .module-section-heading .module-view-all-link {
    font-size: .82rem;
  }
  .module-section-heading-plain {
    margin-bottom: .5rem !important;
  }
}

/* module view-all link */
.module-view-all-link {
  color: #0f172a !important;
  text-decoration: none;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1.1;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  border-bottom: 2px solid #0f172a;
  padding-bottom: .2rem;
}
.module-view-all-link:hover,
.module-view-all-link:focus {
  color: rgba(var(--bs-pink-rgb), 1) !important;
  border-bottom-color: rgba(var(--bs-pink-rgb), 1);
}

/* footer layout */
.footer-modern {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
}
.footer-main {
  background: #111827;
}
.footer-grid {
  align-items: flex-start;
  row-gap: 1.45rem;
}
.footer-inner {
  padding-top: 2.8rem !important;
  padding-bottom: 2.55rem !important;
}
.footer-store-desc {
  margin-bottom: 0;
  max-width: 31ch;
  line-height: 1.45;
  font-size: 1.02rem;
  font-weight: 400;
  color: #9eb0c8;
}
.footer-title {
  margin-bottom: .9rem;
  letter-spacing: .06em;
  font-size: .94rem;
  font-weight: 600;
  color: #ffffff;
}
.footer-links li {
  margin-bottom: .44rem;
  line-height: 1.36;
  font-size: 1.02rem;
  font-weight: 400;
  color: #9eb0c8;
}
.footer-links li:last-child {
  margin-bottom: 0;
}
.footer-links a {
  font-weight: 400;
  color: #9eb0c8;
}
.footer-bottom-bar {
  background: #111827;
  border-top: 0;
}
.footer-bottom-text {
  color: #9eb0c8;
  font-weight: 400;
}
.footer-bottom-links a {
  color: #9eb0c8;
  font-weight: 400;
}
.footer-bottom-links a:hover,
.footer-bottom-links a:focus {
  color: #e8f1ff;
}
.footer-modern .link-pink,
.footer-modern .text-pink {
  color: #9eb0c8 !important;
}
.footer-links a:hover,
.footer-links a:focus {
  color: #e8f1ff;
}
@media (max-width: 767.98px) {
  .footer-inner {
    padding-top: 2rem !important;
    padding-bottom: 1.6rem !important;
  }
  .footer-grid {
    row-gap: 1.05rem;
  }
  .footer-grid > .footer-col:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: .15rem;
  }
  .footer-contact-col,
  .footer-info-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: .75rem;
    padding-right: .75rem;
  }
  .footer-service-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: .1rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }
  .footer-store-desc {
    max-width: none;
    font-size: .97rem;
    line-height: 1.5;
  }
  .footer-title {
    margin-bottom: .5rem;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: none !important;
  }
  .footer-links li {
    margin-bottom: .3rem;
    font-size: .93rem;
    line-height: 1.4;
  }
  .footer-links li a {
    font-size: .93rem;
    line-height: 1.4;
  }
  .footer-bottom-bar .d-flex {
    padding-top: .7rem !important;
    padding-bottom: .7rem !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .footer-bottom-text {
    width: auto;
    text-align: left;
    font-size: .9rem;
    white-space: nowrap;
  }
  .footer-bottom-links {
    width: auto;
    flex-wrap: nowrap;
    justify-content: flex-end;
    row-gap: 0;
    column-gap: .85rem;
  }
  .footer-bottom-links a {
    font-size: .9rem;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .footer-contact-col {
    padding-left: 1.1rem;
  }
}
@media (min-width: 992px) {
  .footer-contact-col {
    padding-left: 1.2rem;
    padding-right: 2rem;
  }
  .footer-info-col {
    padding-left: 1.1rem;
    padding-right: .35rem;
  }
  .footer-service-col {
    padding-left: .35rem;
  }
  .footer-info-col .footer-links li,
  .footer-info-col .footer-links a,
  .footer-contact-col .footer-links li,
  .footer-contact-col .footer-links a,
  .footer-service-col .footer-links li,
  .footer-service-col .footer-links a {
    white-space: nowrap;
  }
}

/* Hide floating cookie policy revoke button */
.cc-revoke {
  display: none !important;
}

/* account login modern */
.account-login-modern {
  padding-top: .4rem;
  padding-bottom: 2.2rem;
}
.account-login-modern .breadcrumb,
.account-register-modern .breadcrumb {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  padding: .52rem .9rem;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .06);
}
.account-login-modern .breadcrumb-item,
.account-register-modern .breadcrumb-item {
  display: inline-flex;
  align-items: center;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .95rem;
  font-weight: 500;
  color: #64748b;
}
.account-login-modern .breadcrumb-item a,
.account-register-modern .breadcrumb-item a {
  color: #64748b !important;
  text-decoration: none !important;
  transition: color .18s ease;
}
.account-login-modern .breadcrumb-item a:hover,
.account-login-modern .breadcrumb-item a:focus,
.account-register-modern .breadcrumb-item a:hover,
.account-register-modern .breadcrumb-item a:focus {
  color: #0f172a !important;
}
.account-login-modern .breadcrumb-item.active,
.account-register-modern .breadcrumb-item.active {
  color: rgba(var(--bs-pink-rgb), 1) !important;
  font-weight: 700 !important;
}
.account-login-modern .breadcrumb-item + .breadcrumb-item::before,
.account-register-modern .breadcrumb-item + .breadcrumb-item::before {
  color: #94a3b8;
  padding: 0 .6rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .account-login-modern .breadcrumb,
  .account-register-modern .breadcrumb {
    padding: .42rem .72rem;
    border-radius: .85rem;
  }
  .account-login-modern .breadcrumb-item,
  .account-register-modern .breadcrumb-item {
    font-size: .88rem;
  }
  .account-login-modern .breadcrumb-item + .breadcrumb-item::before,
  .account-register-modern .breadcrumb-item + .breadcrumb-item::before {
    padding: 0 .45rem;
  }
}
.account-login-modern .alert {
  border-radius: .9rem;
  border: 0;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
}
.account-login-shell {
  margin-top: .25rem;
}
.login-modern-intro {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: .95rem;
  padding: 1.55rem 1.4rem;
  border-radius: 1rem;
  border: 1px solid rgba(var(--bs-pink-rgb), .18);
  background: linear-gradient(145deg, #fff9fc 0%, #ffffff 62%);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
}
.login-modern-intro::after {
  content: "";
  position: absolute;
  right: -36px;
  top: -36px;
  width: 130px;
  height: 130px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(var(--bs-pink-rgb), .18) 0%, rgba(var(--bs-pink-rgb), 0) 70%);
  pointer-events: none;
}
.login-modern-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(var(--bs-pink-rgb), .35);
  border-radius: 999px;
  padding: .24rem .7rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: rgba(var(--bs-pink-rgb), 1);
  background: #fff3f9;
}
.login-modern-title {
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.58rem;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.2;
  color: #0f172a;
}
.login-modern-desc {
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .98rem;
  font-weight: 500;
  line-height: 1.5;
  color: #475569;
}
.login-modern-points {
  margin-top: .15rem;
}
.login-modern-points li {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  margin-bottom: .5rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.35;
  color: #334155;
}
.login-modern-points li:last-child {
  margin-bottom: 0;
}
.login-modern-points i {
  margin-top: .18rem;
  color: rgba(var(--bs-pink-rgb), 1);
  font-size: .78rem;
}
.login-modern-register {
  margin-top: 1rem;
  align-self: flex-start;
  min-width: 120px;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-weight: 700;
  letter-spacing: .01em;
}
.login-modern-form-card {
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #e8edf5;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
  padding: 1.55rem 1.4rem;
}
.login-modern-form-head {
  margin-bottom: 1rem;
}
.login-modern-form-title {
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0f172a;
}
.login-modern-form-subtitle {
  margin: .38rem 0 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .92rem;
  font-weight: 500;
  color: #64748b;
}
.login-modern-label {
  margin-bottom: .34rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #334155;
}
.login-modern-input-wrap {
  position: relative;
}
.login-modern-input-icon {
  position: absolute;
  left: .78rem;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: .92rem;
  pointer-events: none;
}
.login-modern-input {
  height: 44px;
  border-radius: .75rem;
  border: 1px solid #d9e2ec;
  background: #fff;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .95rem;
  font-weight: 500;
  color: #1e293b;
  padding-left: 2.35rem;
  box-shadow: none;
}
.login-modern-input:focus {
  border-color: rgba(var(--bs-pink-rgb), .55);
  box-shadow: 0 0 0 .22rem rgba(var(--bs-pink-rgb), .12);
}
.login-modern-foot {
  margin-top: .9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}
.login-modern-forgot {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .88rem;
  font-weight: 600;
  color: rgba(var(--bs-pink-rgb), 1);
  text-decoration: none;
}
.login-modern-forgot:hover,
.login-modern-forgot:focus {
  color: #b91c67;
  text-decoration: underline;
}
.login-modern-submit {
  min-width: 124px;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .login-modern-intro,
  .login-modern-form-card {
    padding: 1.3rem 1.15rem;
  }
}
@media (max-width: 767.98px) {
  .account-login-modern {
    padding-top: .2rem;
    padding-bottom: 1.35rem;
  }
  .account-login-modern nav[aria-label="breadcrumb"] {
    margin-bottom: .9rem !important;
  }
  .login-modern-title {
    font-size: 1.35rem;
  }
  .login-modern-desc {
    font-size: .92rem;
  }
  .login-modern-points li {
    font-size: .85rem;
  }
  .login-modern-foot {
    flex-direction: column;
    align-items: stretch;
  }
  .login-modern-submit {
    width: 100%;
  }
}

/* account register modern */
.account-register-modern {
  padding-top: .35rem;
  padding-bottom: 2.2rem;
}
.account-register-modern .alert {
  border-radius: .9rem;
  border: 0;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
}
.account-register-shell {
  margin-top: .2rem;
}
.register-modern-intro {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: .95rem;
  padding: 1.5rem 1.35rem;
  border-radius: 1rem;
  border: 1px solid rgba(var(--bs-pink-rgb), .16);
  background: linear-gradient(145deg, #fff8fc 0%, #ffffff 65%);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
}
.register-modern-intro::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(var(--bs-pink-rgb), .16) 0%, rgba(var(--bs-pink-rgb), 0) 72%);
  pointer-events: none;
}
.register-modern-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(var(--bs-pink-rgb), .35);
  border-radius: 999px;
  padding: .24rem .68rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: rgba(var(--bs-pink-rgb), 1);
  background: #fff3f9;
}
.register-modern-title {
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.52rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0f172a;
}
.register-modern-desc {
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .95rem;
  font-weight: 500;
  line-height: 1.5;
  color: #475569;
}
.register-modern-desc a {
  color: rgba(var(--bs-pink-rgb), 1);
  font-weight: 700;
  text-decoration: none;
}
.register-modern-desc a:hover,
.register-modern-desc a:focus {
  color: #b91c67;
  text-decoration: underline;
}
.register-modern-points li {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  margin-bottom: .48rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.35;
  color: #334155;
}
.register-modern-points li:last-child {
  margin-bottom: 0;
}
.register-modern-points i {
  margin-top: .18rem;
  color: rgba(var(--bs-pink-rgb), 1);
  font-size: .78rem;
}
.register-modern-form-card {
  border-radius: 1rem;
  border: 1px solid #e8edf5;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
  padding: 1.4rem 1.3rem;
}
.account-register-modern .register-modern-form fieldset {
  border: 1px solid #e8edf5;
  border-radius: .9rem;
  padding: 1rem .95rem .45rem;
  margin-bottom: .95rem;
  background: #ffffff;
}
.account-register-modern .register-modern-form legend {
  float: none;
  display: inline-block;
  width: auto;
  max-width: calc(100% - .5rem);
  margin: 0 0 .62rem .28rem;
  padding: 0 .5rem;
  border: 0;
  border-radius: .45rem;
  background: #fff;
  line-height: 1.25;
  white-space: normal;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .83rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #334155;
}
.account-register-modern .register-modern-form .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: .35rem;
  margin-bottom: .88rem !important;
}
.account-register-modern .register-modern-form .form-group > .form-label {
  margin-bottom: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #334155;
}
.account-register-modern .register-modern-form .form-control,
.account-register-modern .register-modern-form .btn-default {
  border-radius: .72rem;
}
.account-register-modern .register-modern-form .form-control {
  min-height: 42px;
  border: 1px solid #d9e2ec;
  background: #fff;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .94rem;
  font-weight: 500;
  color: #1e293b;
  box-shadow: none;
}
.account-register-modern .register-modern-form textarea.form-control {
  min-height: 100px;
}
.account-register-modern .register-modern-form .form-control:focus {
  border-color: rgba(var(--bs-pink-rgb), .55);
  box-shadow: 0 0 0 .22rem rgba(var(--bs-pink-rgb), .12);
}
.account-register-modern .register-modern-form .radio-inline,
.account-register-modern .register-modern-form .radio label,
.account-register-modern .register-modern-form .checkbox label {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  color: #334155;
}
.account-register-modern .register-modern-form .radio-inline {
  margin-right: 1rem;
}
.account-register-modern .register-modern-form .text-danger {
  margin-top: .25rem;
  font-size: .78rem;
  font-weight: 600;
}
.register-modern-inline-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
  margin-bottom: .35rem;
}
.register-modern-inline-item {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.register-modern-inline-label {
  margin-bottom: .34rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #334155;
}
.register-modern-inline-control {
  min-height: 42px;
}
.register-modern-captcha-wrap {
  margin-top: .2rem;
}
.register-modern-captcha-error {
  margin: 0 0 .55rem;
  display: block;
  border: 1px solid #fecdd3;
  background: #fff1f2;
  color: #be123c;
  border-radius: .72rem;
  padding: .44rem .72rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .84rem;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.captcha-inline-fieldset .captcha-inline-hint {
  margin: 0 0 .5rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  color: #334155;
  line-height: 1.35;
  white-space: nowrap;
}
.captcha-inline-fieldset .g-recaptcha {
  display: inline-block;
  max-width: 100%;
}
.account-register-modern .register-modern-captcha-wrap .captcha-inline-fieldset .form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: .45rem;
}
.account-register-modern .register-modern-captcha-wrap .captcha-inline-fieldset .captcha-inline-hint {
  margin-bottom: .2rem;
}
.register-modern-actions .float-end {
  float: none !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .65rem;
  flex-wrap: wrap;
}
.register-modern-agree {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  color: #334155;
}
.register-modern-agree a {
  color: rgba(var(--bs-pink-rgb), 1);
  font-weight: 700;
  text-decoration: none;
}
.register-modern-agree a:hover,
.register-modern-agree a:focus {
  color: #b91c67;
  text-decoration: underline;
}
.register-modern-submit {
  min-width: 130px;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .account-register-modern .register-modern-form .form-group > .form-label {
    width: 29%;
    max-width: 29%;
    padding-top: .58rem;
  }
  .account-register-modern .register-modern-form .form-group > div[class*="col-sm-"] {
    width: 71%;
    max-width: 71%;
  }
}
@media (max-width: 991.98px) {
  .register-modern-intro,
  .register-modern-form-card {
    padding: 1.22rem 1.08rem;
  }
}
@media (max-width: 767.98px) {
  .account-register-modern {
    padding-top: .2rem;
    padding-bottom: 1.3rem;
  }
  .account-register-modern nav[aria-label="breadcrumb"] {
    margin-bottom: .9rem !important;
  }
  .register-modern-title {
    font-size: 1.35rem;
  }
  .register-modern-desc,
  .register-modern-points li {
    font-size: .86rem;
  }
  .register-modern-inline-grid {
    grid-template-columns: 1fr;
    gap: .65rem;
  }
  .account-register-modern .register-modern-form fieldset {
    padding: .85rem .75rem .4rem;
  }
  .account-register-modern .register-modern-form .form-group > .form-label,
  .account-register-modern .register-modern-form .form-group > div[class*="col-sm-"] {
    width: 100%;
    max-width: 100%;
  }
  .register-modern-actions .float-end {
    justify-content: flex-start;
  }
  .register-modern-submit {
    width: 100%;
  }
}

/* mobile bottom navigation */
.mobile-bottom-nav {
  position: fixed !important;
  left: 0;
  right: 0;
  bottom: 0 !important;
  z-index: 1105;
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  box-shadow: 0 -8px 22px rgba(15, 23, 42, .1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .2rem;
  min-height: 74px;
  padding: .5rem .9rem calc(.5rem + env(safe-area-inset-bottom));
  transform: translateZ(0);
}
.mobile-bottom-nav-item {
  flex: 1;
  min-width: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .3rem;
  color: #6b7280;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .78rem;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
}
.mobile-bottom-nav-item i {
  font-size: 1.22rem;
  line-height: 1;
}
.mobile-bottom-nav-item:hover,
.mobile-bottom-nav-item:focus {
  color: rgba(var(--bs-pink-rgb), 1);
}
.mobile-bottom-nav-item-center {
  margin-top: -30px;
}
.mobile-bottom-nav-item-center i {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #0b0f1a;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 10px 24px rgba(11, 15, 26, .35);
}
.mobile-bottom-nav-item-center:hover i,
.mobile-bottom-nav-item-center:focus i {
  color: #ffffff;
  background: #111827;
}
.mobile-bottom-nav-item-center span {
  display: none;
}

/* modern toast */
.melodiary-toast-stack {
  position: fixed;
  right: 1rem;
  top: 1rem;
  z-index: 1205;
  display: flex;
  flex-direction: column;
  gap: .55rem;
  pointer-events: none;
}
.melodiary-toast {
  min-width: 260px;
  max-width: 360px;
  border-radius: .85rem;
  border: 1px solid rgba(148, 163, 184, .25);
  background: rgba(15, 23, 42, .94);
  color: #e2e8f0;
  box-shadow: 0 12px 30px rgba(2, 6, 23, .3);
  padding: .65rem .7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .65rem;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .22s ease, transform .22s ease;
  pointer-events: auto;
}
.melodiary-toast-success {
  border-color: rgba(74, 222, 128, .28);
}
.melodiary-toast-info {
  border-color: rgba(125, 211, 252, .3);
}
.melodiary-toast-warning {
  border-color: rgba(250, 204, 21, .32);
}
.melodiary-toast-error {
  border-color: rgba(251, 113, 133, .36);
}
.melodiary-toast.is-show {
  opacity: 1;
  transform: translateY(0);
}
.melodiary-toast-content {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-width: 0;
}
.melodiary-toast-icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .74rem;
  background: rgba(255, 255, 255, .12);
  color: #f8fafc;
  flex: 0 0 auto;
}
.melodiary-toast-success .melodiary-toast-icon {
  background: rgba(74, 222, 128, .16);
  color: #86efac;
}
.melodiary-toast-info .melodiary-toast-icon {
  background: rgba(125, 211, 252, .16);
  color: #7dd3fc;
}
.melodiary-toast-warning .melodiary-toast-icon {
  background: rgba(253, 224, 71, .18);
  color: #fde047;
}
.melodiary-toast-error .melodiary-toast-icon {
  background: rgba(251, 113, 133, .2);
  color: #fda4af;
}
.melodiary-toast-text {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .84rem;
  font-weight: 500;
  line-height: 1.3;
  color: #e2e8f0;
}
.melodiary-toast-actions {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  flex: 0 0 auto;
}
.melodiary-toast-action {
  border: 1px solid rgba(var(--bs-pink-rgb), .5);
  border-radius: 999px;
  padding: .2rem .58rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .76rem;
  font-weight: 600;
  line-height: 1.2;
  color: #ffd9eb;
  text-decoration: none;
  white-space: nowrap;
}
.melodiary-toast-action:hover,
.melodiary-toast-action:focus {
  color: #ffffff;
  border-color: rgba(var(--bs-pink-rgb), .85);
  background: rgba(var(--bs-pink-rgb), .28);
}
.melodiary-toast-close {
  width: 1.55rem;
  height: 1.55rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #cbd5e1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.melodiary-toast-close:hover,
.melodiary-toast-close:focus {
  color: #ffffff;
  background: rgba(255, 255, 255, .14);
}
@media (max-width: 767.98px) {
  html, body {
    overflow-x: hidden;
  }

  .melodiary-toast-stack {
    left: .75rem;
    right: .75rem;
    top: calc(58px + env(safe-area-inset-top));
  }
  .melodiary-toast {
    min-width: 0;
    max-width: none;
    width: 100%;
  }

  body {
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
  }

  div[id^="featured"][class*="slick-slider"] .slick-list,
  div[id^="latest"][class*="slick-slider"] .slick-list,
  div[id^="preorder"][class*="slick-slider"] .slick-list,
  div[id^="special"][class*="slick-slider"] .slick-list,
  div[id^="product-by-category-"][class*="slick-slider"] .slick-list {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: .55rem;
  }

  div[id^="featured"][class*="slick-slider"],
  div[id^="latest"][class*="slick-slider"],
  div[id^="preorder"][class*="slick-slider"],
  div[id^="special"][class*="slick-slider"],
  div[id^="product-by-category-"][class*="slick-slider"] {
    overflow: hidden;
  }

  div[id^="featured"][class*="slick-slider"] .slick-prev,
  div[id^="latest"][class*="slick-slider"] .slick-prev,
  div[id^="preorder"][class*="slick-slider"] .slick-prev,
  div[id^="special"][class*="slick-slider"] .slick-prev,
  div[id^="product-by-category-"][class*="slick-slider"] .slick-prev {
    left: .15rem;
    z-index: 3;
  }

  div[id^="featured"][class*="slick-slider"] .slick-next,
  div[id^="latest"][class*="slick-slider"] .slick-next,
  div[id^="preorder"][class*="slick-slider"] .slick-next,
  div[id^="special"][class*="slick-slider"] .slick-next,
  div[id^="product-by-category-"][class*="slick-slider"] .slick-next {
    right: .2rem;
    z-index: 3;
  }
}

/* checkout cart modern */
.checkout-cart-modern {
  padding-top: .35rem;
  padding-bottom: 2rem;
}
.checkout-cart-modern .breadcrumb {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  padding: .5rem .85rem;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .05);
}
.checkout-cart-modern .breadcrumb-item {
  display: inline-flex;
  align-items: center;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .92rem;
  font-weight: 500;
  color: #64748b;
}
.checkout-cart-modern .breadcrumb-item a {
  color: #64748b !important;
  text-decoration: none !important;
}
.checkout-cart-modern .breadcrumb-item.active {
  color: rgba(var(--bs-pink-rgb), 1) !important;
  font-weight: 700 !important;
}
.checkout-cart-modern .breadcrumb-item + .breadcrumb-item::before {
  color: #94a3b8;
  padding: 0 .58rem;
}
.checkout-cart-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: .7rem;
  margin-bottom: .9rem;
}
.checkout-cart-title {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.72rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.15;
}
.checkout-cart-title small {
  font-size: .62em;
  font-weight: 600;
  color: #64748b;
}
.checkout-cart-subtitle {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  color: #64748b;
}
.checkout-cart-panel {
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
  overflow: hidden;
}
.checkout-cart-empty-state {
  padding: 1.55rem 1rem 1.4rem;
  text-align: center;
}
.checkout-cart-empty-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto .68rem;
  border-radius: 999px;
  background: #fff1f7;
  color: rgba(var(--bs-pink-rgb), 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.checkout-cart-empty-state h3 {
  margin: 0 0 .3rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  color: #0f172a;
}
.checkout-cart-empty-state p {
  margin: 0 0 .82rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  color: #64748b;
}
.checkout-cart-table {
  margin: 0;
}
.checkout-cart-table thead th {
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .82rem;
  font-weight: 700;
  color: #475569;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.checkout-cart-table tbody td {
  border-color: #eef2f7;
  vertical-align: top;
  padding-top: .82rem;
  padding-bottom: .82rem;
}
.checkout-cart-remove-col {
  width: 1px;
  white-space: nowrap;
}
.checkout-cart-remove {
  width: 30px;
  height: 30px;
  border: 1px solid #fecdd3;
  border-radius: .55rem;
  background: #fff1f2;
  color: #e11d48;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all .2s ease;
}
.checkout-cart-remove:hover,
.checkout-cart-remove:focus {
  border-color: #fda4af;
  background: #ffe4e6;
  color: #be123c;
}
.checkout-cart-product {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: .72rem;
  align-items: start;
}
.checkout-cart-product-thumb {
  width: 72px;
  height: 72px;
  border: 1px solid #e2e8f0;
  border-radius: .68rem;
  overflow: hidden;
  background: #fff;
}
.checkout-cart-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0 !important;
  border-radius: 0;
  padding: 0;
}
.checkout-cart-product-name {
  display: inline-block;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .98rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
  text-decoration: none;
}
.checkout-cart-product-name:hover,
.checkout-cart-product-name:focus {
  color: rgba(var(--bs-pink-rgb), 1);
}
.checkout-cart-product-meta {
  margin: .3rem 0 0;
}
.checkout-cart-product-meta li {
  font-size: .78rem;
  color: #64748b;
  line-height: 1.4;
}
.checkout-cart-old-price {
  font-size: .8rem;
  color: #94a3b8;
  text-decoration: line-through;
  line-height: 1.2;
}
.checkout-cart-current-price {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
}
.checkout-cart-qty {
  display: inline-flex;
  align-items: center;
  gap: .34rem;
  border: 1px solid #d9e2ec;
  border-radius: 999px;
  background: #f8fafc;
  padding: .2rem .34rem;
}
.checkout-cart-qty .minus,
.checkout-cart-qty .add {
  width: 26px;
  height: 26px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #ffffff;
  color: #475569;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s ease;
}
.checkout-cart-qty .minus:hover,
.checkout-cart-qty .minus:focus,
.checkout-cart-qty .add:hover,
.checkout-cart-qty .add:focus {
  color: rgba(var(--bs-pink-rgb), 1);
  border-color: rgba(var(--bs-pink-rgb), .5);
}
.checkout-cart-qty input[type="text"] {
  width: 38px;
  min-width: 38px;
  text-align: center;
  border: 0;
  background: transparent;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .95rem;
  font-weight: 700;
  color: #0f172a;
  box-shadow: none;
  outline: none;
}
.checkout-cart-update {
  border-top: 1px solid #eef2f7;
  padding: .82rem 1rem;
  text-align: right;
}
.checkout-cart-summary {
  position: sticky;
  top: 96px;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
  padding: 1rem;
}
.checkout-cart-summary h2 {
  margin: 0 0 .78rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.06rem;
  font-weight: 700;
  color: #0f172a;
}
.checkout-cart-total-list {
  border: 1px solid #e2e8f0;
  border-radius: .78rem;
  overflow: hidden;
}
.checkout-cart-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  padding: .55rem .68rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  color: #334155;
}
.checkout-cart-total-row + .checkout-cart-total-row {
  border-top: 1px solid #eef2f7;
}
.checkout-cart-total-row strong {
  font-size: .95rem;
  color: #0f172a;
}
.checkout-cart-actions {
  margin-top: .78rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: .58rem;
}
.checkout-cart-actions .btn {
  min-height: 44px;
  border-radius: .7rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .92rem;
  font-weight: 700;
}
.checkout-cart-modules {
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
  padding: .95rem 1rem;
}
.checkout-cart-modules legend {
  margin-bottom: .2rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}
.checkout-cart-modules p {
  margin-bottom: .65rem;
  font-size: .9rem;
  color: #64748b;
}
@media (max-width: 991.98px) {
  .checkout-cart-summary {
    position: static;
  }
}
@media (max-width: 767.98px) {
  .checkout-cart-modern {
    padding-top: .2rem;
    padding-bottom: 1.35rem;
  }
  .checkout-cart-modern .breadcrumb {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: .42rem .68rem;
    border-radius: .72rem;
    overflow: hidden;
  }
  .checkout-cart-modern .breadcrumb-item {
    min-width: 0;
    max-width: 100%;
    font-size: .82rem;
  }
  .checkout-cart-modern .breadcrumb-item a,
  .checkout-cart-modern .breadcrumb-item.active {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
  }
  .checkout-cart-modern .breadcrumb-item + .breadcrumb-item::before {
    padding: 0 .38rem;
  }
  .checkout-cart-header {
    align-items: flex-start;
    flex-direction: column;
    gap: .35rem;
    margin-bottom: .72rem;
  }
  .checkout-cart-title {
    font-size: 1.34rem;
  }
  .checkout-cart-subtitle {
    font-size: .82rem;
  }
  .checkout-cart-table thead {
    display: none;
  }
  .checkout-cart-table tbody tr {
    display: grid;
    grid-template-columns: 1fr;
    gap: .5rem;
    border-bottom: 1px solid #eef2f7;
    padding: .7rem;
  }
  .checkout-cart-table tbody td {
    border: 0;
    padding: 0;
  }
  .checkout-cart-product {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: .62rem;
  }
  .checkout-cart-product-thumb {
    width: 62px;
    height: 62px;
  }
  .checkout-cart-product-name {
    font-size: .92rem;
  }
  .checkout-cart-qty {
    margin-top: .1rem;
  }
  .checkout-cart-remove-col {
    justify-self: end;
  }
  .checkout-cart-update {
    text-align: left;
    padding: .68rem .72rem;
  }
  .checkout-cart-update .btn {
    width: 100%;
  }
  .checkout-cart-summary {
    padding: .82rem;
  }
}

/* checkout modern */
.checkout-modern {
  padding-top: .8rem;
  padding-bottom: 2.2rem;
}
.checkout-modern .breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: .16rem;
  margin: 0;
  padding: .44rem .7rem;
  border: 1px solid #e6ebf2;
  border-radius: 999px;
  background: #ffffff;
}
.checkout-modern .breadcrumb-item,
.checkout-modern .breadcrumb-item a {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .82rem;
  font-weight: 500;
}
.checkout-modern-header {
  margin-bottom: .12rem;
}
.checkout-modern-title {
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.56rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #0f172a;
}
.checkout-modern-subtitle {
  margin: .42rem 0 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  color: #64748b;
}
.checkout-modern-grid {
  --bs-gutter-x: 1.05rem;
  --bs-gutter-y: 0;
  counter-reset: checkout-step;
}
.checkout-modern-col {
  display: flex;
  flex-direction: column;
}
.checkout-modern .checkout-step-card {
  border: 1px solid #e4eaf2 !important;
  border-radius: 1rem;
  background: linear-gradient(150deg, #ffffff 0%, #fcfcff 55%, #f7f9fd 100%);
  box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
  overflow: hidden;
}
.checkout-modern .checkout-step-card > .card-body {
  padding: .92rem;
}
.checkout-modern .checkout-step-card .card-title {
  margin: 0 0 .7rem !important;
  display: flex;
  align-items: center;
  gap: .48rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .92rem;
  font-weight: 800;
  text-transform: none !important;
  letter-spacing: .005em;
  color: #0f172a;
}
.checkout-modern .checkout-step-card .card-title::before {
  counter-increment: checkout-step;
  content: counter(checkout-step);
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--bs-pink-rgb), .12);
  color: rgba(var(--bs-pink-rgb), 1);
  font-size: .74rem;
  font-weight: 800;
  flex: 0 0 auto;
}
.checkout-modern .checkout-step-content {
  border: 1px solid #e9edf5 !important;
  border-radius: .82rem;
  background: #ffffff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75);
}
.checkout-modern .checkout-step-content > .card-body {
  padding: .82rem;
}
.checkout-modern .checkout-step-content p,
.checkout-modern .checkout-step-content strong {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
}
.checkout-modern .checkout-step-content p {
  font-size: .86rem;
  color: #64748b;
}
.checkout-modern .checkout-step-content strong {
  color: #334155;
}
.checkout-modern .form-group {
  margin-bottom: .72rem;
}
.checkout-modern .form-group.required .form-label::after,
.checkout-modern .form-group.required .control-label::after {
  content: " *";
  color: rgba(var(--bs-pink-rgb), 1);
}
.checkout-modern .form-label,
.checkout-modern .control-label {
  display: block;
  width: 100%;
  float: none;
  text-align: left;
  padding: 0;
  margin-bottom: .26rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  text-transform: none;
  color: #334155;
}
.checkout-modern .col-sm-2,
.checkout-modern .col-sm-10 {
  width: 100%;
  float: none;
  padding: 0;
}
.checkout-modern .form-control,
.checkout-modern select.form-control,
.checkout-modern textarea.form-control {
  border: 1px solid #d8e1ec;
  border-radius: .66rem;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(15, 23, 42, .02);
  min-height: 40px;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .89rem;
  font-weight: 500;
  color: #1e293b;
}
.checkout-modern textarea.form-control {
  min-height: 96px;
}
.checkout-modern .form-control:focus,
.checkout-modern select.form-control:focus,
.checkout-modern textarea.form-control:focus {
  border-color: rgba(var(--bs-pink-rgb), .45);
  box-shadow: 0 0 0 .2rem rgba(var(--bs-pink-rgb), .12);
}
.checkout-modern .radio,
.checkout-modern .checkbox {
  margin: 0 0 .42rem;
  border: 1px solid #e2e8f0;
  border-radius: .66rem;
  background: #ffffff;
  padding: .5rem .62rem;
}
.checkout-modern .radio label,
.checkout-modern .checkbox label {
  display: flex;
  align-items: center;
  gap: .42rem;
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .86rem;
  font-weight: 600;
  color: #334155;
}
.checkout-modern .radio input[type="radio"],
.checkout-modern .checkbox input[type="checkbox"] {
  margin: 0;
}
.checkout-modern .buttons {
  margin-top: .86rem;
  display: flex;
  justify-content: flex-end;
  gap: .56rem;
}
.checkout-modern .buttons .pull-right,
.checkout-modern .buttons .pull-left,
.checkout-modern .buttons .float-start,
.checkout-modern .buttons .float-end {
  float: none !important;
}
.checkout-modern .buttons .btn {
  min-height: 36px;
  border-radius: .66rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .82rem;
  font-weight: 700;
  padding-left: .95rem;
  padding-right: .95rem;
}
.checkout-modern .btn-primary,
.checkout-modern .btn-pink {
  background: rgba(var(--bs-pink-rgb), 1);
  border-color: rgba(var(--bs-pink-rgb), 1);
  color: #ffffff;
}
.checkout-modern .btn-primary:hover,
.checkout-modern .btn-primary:focus,
.checkout-modern .btn-pink:hover,
.checkout-modern .btn-pink:focus {
  background: rgba(var(--bs-pink-rgb), .92);
  border-color: rgba(var(--bs-pink-rgb), .92);
  color: #ffffff;
}
.checkout-modern .btn-default {
  border: 1px solid #d8e1ec;
  border-radius: .62rem;
  background: #ffffff;
  color: #475569;
}
.checkout-modern .checkout-step-card-confirm {
  border-color: rgba(var(--bs-pink-rgb), .32) !important;
  box-shadow: 0 14px 34px rgba(var(--bs-pink-rgb), .14);
}
.checkout-modern #collapse-payment-method .radio label {
  font-size: .9rem;
  font-weight: 700;
}
.checkout-modern .checkout-payment-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;
}
.checkout-modern .checkout-agree-text {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .79rem;
  font-weight: 600;
  line-height: 1.35;
  color: #475569;
  margin-right: .12rem;
}
.checkout-modern .checkout-payment-actions input[name="agree"] {
  margin: 0;
}
.checkout-modern .checkout-agree-spacer {
  width: .1rem;
}
.checkout-modern .checkout-confirm-panel {
  border: 1px solid #e4eaf2;
  border-radius: .9rem;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .05);
  overflow: hidden;
}
.checkout-modern .checkout-confirm-payment {
  margin-top: .8rem;
  border: 1px solid #e4eaf2;
  border-radius: .9rem;
  background: linear-gradient(165deg, #ffffff 0%, #fcfdff 52%, #f7f9fd 100%);
  padding: .86rem .95rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .045);
}
.checkout-modern .checkout-confirm-payment h1,
.checkout-modern .checkout-confirm-payment h2,
.checkout-modern .checkout-confirm-payment h3 {
  margin: 0 0 .42rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.25;
  color: #0b2447;
}
.checkout-modern .checkout-confirm-payment p,
.checkout-modern .checkout-confirm-payment li,
.checkout-modern .checkout-confirm-payment small,
.checkout-modern .checkout-confirm-payment span {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .88rem;
  line-height: 1.5;
  color: #334155;
}
.checkout-modern .checkout-confirm-payment b,
.checkout-modern .checkout-confirm-payment strong {
  color: #0f172a;
  font-weight: 800;
}
.checkout-modern .link-secondary {
  color: #475569 !important;
}
.checkout-modern .alert {
  border-radius: .72rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .85rem;
  font-weight: 600;
}
.checkout-modern .alert .close {
  border: 0;
  background: transparent;
  opacity: .62;
}
.checkout-modern .checkout-overlay {
  border-radius: .82rem;
  backdrop-filter: blur(2px);
}
.checkout-modern #collapse-checkout-confirm .table-responsive {
  border: 1px solid #e4eaf2;
  border-radius: .8rem;
  overflow-x: auto;
  overflow-y: hidden;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}
.checkout-modern #collapse-checkout-confirm .table {
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  min-width: 560px;
}
.checkout-modern #collapse-checkout-confirm .table > thead > tr > td {
  border-top: 0;
  border-color: #edf2f8;
  background: #f8fafc;
  font-size: .84rem;
  font-weight: 800;
  color: #334155;
}
.checkout-modern #collapse-checkout-confirm .table > tbody > tr > td,
.checkout-modern #collapse-checkout-confirm .table > tfoot > tr > td {
  border-color: #edf2f8;
  font-size: .9rem;
  color: #1f2937;
}
.checkout-modern #collapse-checkout-confirm .table a {
  color: rgba(var(--bs-pink-rgb), 1);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.checkout-modern #collapse-checkout-confirm .table small {
  display: inline-block;
  margin-top: .12rem;
  font-size: .82rem;
  font-weight: 600;
  color: #475569;
}
.checkout-modern #collapse-checkout-confirm .table .text-end {
  color: #0f172a;
}
.checkout-modern #collapse-checkout-confirm .table tfoot strong {
  font-weight: 900;
  color: #0b2447;
}
.checkout-modern .border-start.border-white {
  border-left-color: #edf2f8 !important;
}

@media (max-width: 991.98px) {
  .checkout-modern .checkout-step-card > .card-body {
    padding: .82rem;
  }
}

@media (max-width: 767.98px) {
  .checkout-modern {
    padding-top: .4rem;
    padding-bottom: 6.25rem;
  }
  .checkout-modern .breadcrumb {
    display: flex;
    width: 100%;
    border-radius: .72rem;
  }
  .checkout-modern .breadcrumb-item,
  .checkout-modern .breadcrumb-item a {
    font-size: .79rem;
  }
  .checkout-modern-title {
    font-size: 1.2rem;
  }
  .checkout-modern-subtitle {
    font-size: .8rem;
  }
  .checkout-modern-grid {
    --bs-gutter-x: 0;
  }
  .checkout-modern .checkout-step-card {
    margin-top: .68rem !important;
    border-radius: .88rem;
  }
  .checkout-modern .checkout-step-card > .card-body {
    padding: .7rem;
  }
  .checkout-modern .checkout-step-content > .card-body {
    padding: .64rem;
  }
  .checkout-modern .checkout-step-card .card-title {
    font-size: .82rem;
    margin-bottom: .54rem !important;
  }
  .checkout-modern .checkout-step-card .card-title::before {
    width: 20px;
    height: 20px;
    font-size: .7rem;
  }
  .checkout-modern .form-control,
  .checkout-modern select.form-control,
  .checkout-modern textarea.form-control {
    min-height: 36px;
    font-size: .82rem;
  }
  .checkout-modern textarea.form-control {
    min-height: 82px;
  }
  .checkout-modern .form-label,
  .checkout-modern .control-label {
    font-size: .76rem;
    margin-bottom: .2rem;
  }
  .checkout-modern .radio,
  .checkout-modern .checkbox {
    padding: .42rem .52rem;
  }
  .checkout-modern .radio label,
  .checkout-modern .checkbox label {
    font-size: .79rem;
  }
  .checkout-modern .buttons {
    flex-direction: column;
    align-items: stretch;
    gap: .44rem;
  }
  .checkout-modern .buttons .btn {
    width: 100%;
    justify-content: center;
  }
  .checkout-modern .checkout-payment-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: .36rem;
  }
  .checkout-modern .checkout-agree-text {
    font-size: .75rem;
    margin-right: 0;
  }
  .checkout-modern .checkout-payment-actions input[name="agree"] {
    align-self: flex-start;
  }
  .checkout-modern .checkout-agree-spacer {
    display: none;
  }
  .checkout-modern .checkout-confirm-payment {
    margin-top: .62rem;
    border-radius: .78rem;
    padding: .68rem .72rem;
  }
  .checkout-modern .checkout-confirm-payment h1,
  .checkout-modern .checkout-confirm-payment h2,
  .checkout-modern .checkout-confirm-payment h3 {
    font-size: .95rem;
    margin-bottom: .32rem;
  }
  .checkout-modern .checkout-confirm-payment p,
  .checkout-modern .checkout-confirm-payment li,
  .checkout-modern .checkout-confirm-payment small,
  .checkout-modern .checkout-confirm-payment span {
    font-size: .79rem;
  }
  .checkout-modern #collapse-checkout-confirm .table-responsive {
    border-radius: .7rem;
  }
  .checkout-modern #collapse-checkout-confirm .table {
    min-width: 520px;
  }
  .checkout-modern #collapse-checkout-confirm .table > thead > tr > td,
  .checkout-modern #collapse-checkout-confirm .table > tbody > tr > td,
  .checkout-modern #collapse-checkout-confirm .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .checkout-modern #collapse-checkout-confirm .table > tbody > tr > td:first-child,
  .checkout-modern #collapse-checkout-confirm .table > tfoot > tr > td:first-child {
    white-space: normal;
    min-width: 180px;
  }
  .checkout-modern .border-start.border-white {
    border-left: 0 !important;
    border-top: 1px solid #edf2f8 !important;
    margin-top: .68rem;
    padding-top: .68rem;
  }
}

/* Account Dashboard Modern */
.account-dashboard-modern {
  padding-top: .8rem;
  padding-bottom: 2.2rem;
}
.account-dashboard-modern .breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: .16rem;
  margin: 0;
  padding: .44rem .7rem;
  border: 1px solid #e6ebf2;
  border-radius: 999px;
  background: #ffffff;
}
.account-dashboard-modern .breadcrumb-item,
.account-dashboard-modern .breadcrumb-item a {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .82rem;
  font-weight: 500;
}
.account-dashboard-shell {
  border: 1px solid #e4eaf2;
  border-radius: 1.25rem;
  background: linear-gradient(150deg, #ffffff 0%, #fcfcff 55%, #f7f9fd 100%);
  box-shadow: 0 14px 38px rgba(15, 23, 42, .06);
  padding: 1.05rem;
}
.account-dashboard-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .68rem;
  margin-bottom: .88rem;
  padding-bottom: .72rem;
  border-bottom: 1px solid #edf2f8;
}
.account-dashboard-header-main {
  min-width: 0;
}
.account-dashboard-title {
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.36rem;
  font-weight: 800;
  letter-spacing: -.01em;
  color: #0f172a;
}
.account-dashboard-subtitle {
  margin: .34rem 0 0;
  font-size: .92rem;
  font-weight: 500;
  color: #64748b;
}
.account-dashboard-quick-actions {
  flex: 0 0 auto;
}
.account-dashboard-footer-actions {
  margin-top: .9rem;
  padding-top: .76rem;
  border-top: 1px solid #edf2f8;
  display: flex;
  justify-content: flex-end;
}
.account-dashboard-logout-link {
  display: inline-flex;
  align-items: center;
  gap: .38rem;
  min-height: 36px;
  border: 1px solid #fecdd3;
  border-radius: .68rem;
  background: #fff5f7;
  color: #be123c;
  text-decoration: none;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .01em;
  padding: .38rem .68rem;
  transition: all .2s ease;
}
.account-dashboard-logout-link i {
  font-size: .8rem;
}
.account-dashboard-logout-link:hover,
.account-dashboard-logout-link:focus {
  border-color: #fda4af;
  color: #9f1239;
  background: #ffe9ee;
}
.account-dashboard-card {
  height: 100%;
  border: 1px solid #e4eaf2;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
  padding: .9rem .92rem;
}
.account-dashboard-card h2 {
  margin: 0 0 .7rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .95rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #0f172a;
}
.account-dashboard-links {
  margin: 0;
}
.account-dashboard-links li + li {
  margin-top: .42rem;
}
.account-dashboard-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .48rem;
  padding: .58rem .68rem;
  border: 1px solid #ecf1f7;
  border-radius: .75rem;
  background: #fbfcfe;
  color: #334155;
  text-decoration: none;
  transition: all .2s ease;
}
.account-dashboard-links a span {
  display: inline-flex;
  align-items: center;
  gap: .56rem;
  min-width: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.2;
}
.account-dashboard-links a span i {
  width: 16px;
  color: #64748b;
  font-size: .86rem;
}
.account-dashboard-links a > i {
  flex: 0 0 auto;
  color: #94a3b8;
  font-size: .78rem;
}
.account-dashboard-links a:hover,
.account-dashboard-links a:focus {
  border-color: rgba(var(--bs-pink-rgb), .35);
  background: #ffffff;
  color: #0f172a;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(236, 72, 153, .09);
}
.account-dashboard-links a:hover span i,
.account-dashboard-links a:focus span i {
  color: rgba(var(--bs-pink-rgb), 1);
}
.account-dashboard-links a:hover > i,
.account-dashboard-links a:focus > i {
  color: rgba(var(--bs-pink-rgb), .72);
}

@media (max-width: 991.98px) {
  .account-dashboard-title {
    font-size: 1.22rem;
  }
  .account-dashboard-shell {
    padding: .85rem;
  }
}

@media (max-width: 767.98px) {
  .account-dashboard-modern {
    padding-top: .4rem;
    padding-bottom: 1.25rem;
  }
  .account-dashboard-modern .breadcrumb {
    display: flex;
    width: 100%;
    border-radius: .72rem;
  }
  .account-dashboard-modern .breadcrumb-item,
  .account-dashboard-modern .breadcrumb-item a {
    font-size: .79rem;
  }
  .account-dashboard-shell {
    border-radius: .95rem;
    padding: .7rem;
  }
  .account-dashboard-header {
    flex-direction: column;
    align-items: stretch;
    gap: .52rem;
    margin-bottom: .64rem;
    padding-bottom: .6rem;
  }
  .account-dashboard-header-main {
    width: 100%;
  }
  .account-dashboard-footer-actions {
    width: 100%;
    margin-top: .72rem;
    padding-top: .62rem;
  }
  .account-dashboard-logout-link {
    width: 100%;
    justify-content: center;
    min-height: 34px;
    padding: .34rem .58rem;
    font-size: .8rem;
  }
  .account-dashboard-title {
    font-size: 1.1rem;
    line-height: 1.25;
  }
  .account-dashboard-subtitle {
    font-size: .82rem;
    line-height: 1.45;
    max-width: 100%;
  }
  .account-dashboard-card {
    border-radius: .82rem;
    padding: .72rem;
  }
  .account-dashboard-card h2 {
    margin-bottom: .54rem;
    font-size: .84rem;
  }
  .account-dashboard-links li + li {
    margin-top: .35rem;
  }
  .account-dashboard-links a {
    border-radius: .65rem;
    padding: .48rem .54rem;
  }
  .account-dashboard-links a span {
    gap: .42rem;
    font-size: .83rem;
  }
  .account-dashboard-links a > i {
    font-size: .74rem;
  }
}

/* account transaction modern */
.account-transaction-modern {
  padding-top: .8rem;
  padding-bottom: 2.2rem;
}
.account-transaction-modern .breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: .16rem;
  margin: 0;
  padding: .44rem .7rem;
  border: 1px solid #e6ebf2;
  border-radius: 999px;
  background: #ffffff;
}
.account-transaction-modern .breadcrumb-item,
.account-transaction-modern .breadcrumb-item a {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .82rem;
  font-weight: 500;
}
.transaction-modern-shell {
  border: 1px solid #e4eaf2;
  border-radius: 1.25rem;
  background: linear-gradient(150deg, #ffffff 0%, #fcfcff 55%, #f7f9fd 100%);
  box-shadow: 0 14px 38px rgba(15, 23, 42, .06);
  padding: 1.05rem;
}
.transaction-modern-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  margin-bottom: .9rem;
  padding-bottom: .72rem;
  border-bottom: 1px solid #edf2f8;
}
.transaction-modern-head-main {
  min-width: 0;
}
.transaction-modern-title {
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.34rem;
  font-weight: 800;
  letter-spacing: -.01em;
  color: #0f172a;
}
.transaction-modern-subtitle {
  margin: .34rem 0 0;
  font-size: .92rem;
  font-weight: 500;
  color: #64748b;
}
.transaction-modern-balance {
  flex: 0 0 auto;
  min-width: 220px;
  border: 1px solid #e9edf5;
  border-radius: .9rem;
  background: #ffffff;
  padding: .62rem .78rem;
  display: flex;
  flex-direction: column;
  gap: .2rem;
}
.transaction-modern-balance-label {
  font-size: .78rem;
  font-weight: 700;
  color: #64748b;
  line-height: 1.2;
}
.transaction-modern-balance-value {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}
.transaction-modern-table-wrap {
  border: 1px solid #e9edf5;
  border-radius: .95rem;
  overflow: hidden;
  background: #fff;
}
.transaction-modern-table {
  margin: 0;
}
.transaction-modern-table > thead > tr > th {
  border-bottom: 1px solid #e9edf5;
  background: #f8fafd;
  color: #334155;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: .62rem .72rem;
}
.transaction-modern-table > tbody > tr > td {
  border-top: 1px solid #edf2f8;
  padding: .68rem .72rem;
  color: #334155;
}
.transaction-modern-date,
.transaction-modern-description,
.transaction-modern-amount {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  line-height: 1.35;
}
.transaction-modern-date {
  color: #64748b;
  font-weight: 600;
}
.transaction-modern-description {
  color: #1e293b;
  font-weight: 700;
}
.transaction-modern-amount {
  color: #0f172a;
  font-weight: 800;
}
.transaction-modern-empty {
  border: 1px dashed #d4deea;
  border-radius: .95rem;
  background: #ffffff;
  padding: 1.2rem .9rem;
  text-align: center;
}
.transaction-modern-empty i {
  font-size: 1.2rem;
  color: #94a3b8;
}
.transaction-modern-empty p {
  margin: .46rem 0 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .92rem;
  font-weight: 600;
  color: #64748b;
}
.transaction-modern-pagination {
  margin-top: .82rem;
}
.transaction-modern-pagination .pagination {
  margin-bottom: 0;
}
.transaction-modern-pagination,
.transaction-modern-pagination .text-end,
.transaction-modern-pagination .text-start {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .84rem;
  color: #64748b;
}

@media (max-width: 991.98px) {
  .transaction-modern-head {
    flex-direction: column;
    align-items: stretch;
  }
  .transaction-modern-balance {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .account-transaction-modern {
    padding-top: .4rem;
    padding-bottom: 1.25rem;
  }
  .account-transaction-modern .breadcrumb {
    display: flex;
    width: 100%;
    border-radius: .72rem;
  }
  .account-transaction-modern .breadcrumb-item,
  .account-transaction-modern .breadcrumb-item a {
    font-size: .79rem;
  }
  .transaction-modern-shell {
    border-radius: .95rem;
    padding: .72rem;
  }
  .transaction-modern-title {
    font-size: 1.08rem;
    line-height: 1.25;
  }
  .transaction-modern-subtitle {
    font-size: .82rem;
    line-height: 1.45;
  }
  .transaction-modern-balance {
    border-radius: .78rem;
    padding: .54rem .62rem;
  }
  .transaction-modern-balance-label {
    font-size: .74rem;
  }
  .transaction-modern-balance-value {
    font-size: 1.02rem;
  }
  .transaction-modern-table {
    min-width: 560px;
  }
  .transaction-modern-table > thead > tr > th {
    font-size: .72rem;
    padding: .56rem .58rem;
    white-space: nowrap;
  }
  .transaction-modern-table > tbody > tr > td {
    padding: .6rem .58rem;
  }
  .transaction-modern-date,
  .transaction-modern-description,
  .transaction-modern-amount {
    font-size: .82rem;
  }
  .transaction-modern-pagination {
    margin-top: .68rem;
  }
}

/* account module modern (download/reward/return/recurring) */
.account-module-modern {
  padding-top: .8rem;
  padding-bottom: 2.2rem;
}
.account-module-modern .breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: .16rem;
  margin: 0;
  padding: .44rem .7rem;
  border: 1px solid #e6ebf2;
  border-radius: 999px;
  background: #ffffff;
}
.account-module-modern .breadcrumb-item,
.account-module-modern .breadcrumb-item a {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .82rem;
  font-weight: 500;
}
.module-modern-shell {
  border: 1px solid #e4eaf2;
  border-radius: 1.25rem;
  background: linear-gradient(150deg, #ffffff 0%, #fcfcff 55%, #f7f9fd 100%);
  box-shadow: 0 14px 38px rgba(15, 23, 42, .06);
  padding: 1.05rem;
}
.module-modern-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  margin-bottom: .9rem;
  padding-bottom: .72rem;
  border-bottom: 1px solid #edf2f8;
}
.module-modern-head-main {
  min-width: 0;
}
.module-modern-title {
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.34rem;
  font-weight: 800;
  letter-spacing: -.01em;
  color: #0f172a;
}
.module-modern-subtitle {
  margin: .34rem 0 0;
  font-size: .92rem;
  font-weight: 500;
  color: #64748b;
}
.module-modern-meta {
  flex: 0 0 auto;
  min-width: 220px;
  border: 1px solid #e9edf5;
  border-radius: .9rem;
  background: #ffffff;
  padding: .62rem .78rem;
  display: flex;
  flex-direction: column;
  gap: .2rem;
}
.module-modern-meta-label {
  font-size: .78rem;
  font-weight: 700;
  color: #64748b;
  line-height: 1.2;
}
.module-modern-meta-value {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}
.module-modern-table-wrap {
  border: 1px solid #e9edf5;
  border-radius: .95rem;
  overflow: hidden;
  background: #fff;
}
.module-modern-table > thead > tr > th {
  border-bottom: 1px solid #e9edf5;
  background: #f8fafd;
  color: #334155;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: .62rem .72rem;
}
.module-modern-table > tbody > tr > td {
  border-top: 1px solid #edf2f8;
  padding: .68rem .72rem;
  color: #334155;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .89rem;
  line-height: 1.35;
}
.module-modern-inline-link {
  color: rgba(var(--bs-pink-rgb), 1);
  font-weight: 700;
  text-decoration: none;
}
.module-modern-inline-link:hover,
.module-modern-inline-link:focus {
  text-decoration: underline;
}
.module-modern-icon-btn {
  min-width: 34px;
  height: 34px;
  padding: .32rem .5rem;
  border-radius: .62rem;
}
.module-modern-empty {
  border: 1px dashed #d4deea;
  border-radius: .95rem;
  background: #ffffff;
  padding: 1.2rem .9rem;
  text-align: center;
}
.module-modern-empty i {
  font-size: 1.2rem;
  color: #94a3b8;
}
.module-modern-empty p {
  margin: .46rem 0 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .92rem;
  font-weight: 600;
  color: #64748b;
}
.module-modern-pagination {
  margin-top: .82rem;
}
.module-modern-pagination .pagination {
  margin-bottom: 0;
}
.module-modern-pagination,
.module-modern-pagination .text-end,
.module-modern-pagination .text-start {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .84rem;
  color: #64748b;
}

@media (max-width: 991.98px) {
  .module-modern-head {
    flex-direction: column;
    align-items: stretch;
  }
  .module-modern-meta {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .account-module-modern {
    padding-top: .4rem;
    padding-bottom: 1.25rem;
  }
  .account-module-modern .breadcrumb {
    display: flex;
    width: 100%;
    border-radius: .72rem;
  }
  .account-module-modern .breadcrumb-item,
  .account-module-modern .breadcrumb-item a {
    font-size: .79rem;
  }
  .module-modern-shell {
    border-radius: .95rem;
    padding: .72rem;
  }
  .module-modern-title {
    font-size: 1.08rem;
    line-height: 1.25;
  }
  .module-modern-subtitle {
    font-size: .82rem;
    line-height: 1.45;
  }
  .module-modern-meta {
    border-radius: .78rem;
    padding: .54rem .62rem;
  }
  .module-modern-meta-label {
    font-size: .74rem;
  }
  .module-modern-meta-value {
    font-size: 1rem;
  }
  .module-modern-table {
    min-width: 560px;
  }
  .module-modern-table > thead > tr > th {
    font-size: .72rem;
    padding: .56rem .58rem;
    white-space: nowrap;
  }
  .module-modern-table > tbody > tr > td {
    padding: .6rem .58rem;
    font-size: .82rem;
  }
  .module-modern-pagination {
    margin-top: .68rem;
  }
}

/* account affiliate modern */
.account-affiliate-modern {
  padding-top: .8rem;
  padding-bottom: 2.2rem;
}
.account-affiliate-modern .breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: .16rem;
  margin: 0;
  padding: .44rem .7rem;
  border: 1px solid #e6ebf2;
  border-radius: 999px;
  background: #ffffff;
}
.account-affiliate-modern .breadcrumb-item,
.account-affiliate-modern .breadcrumb-item a {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .82rem;
  font-weight: 500;
}
.affiliate-modern-shell {
  border: 1px solid #e4eaf2;
  border-radius: 1.25rem;
  background: linear-gradient(150deg, #ffffff 0%, #fcfcff 55%, #f7f9fd 100%);
  box-shadow: 0 14px 38px rgba(15, 23, 42, .06);
  padding: 1.05rem;
}
.affiliate-modern-head {
  margin-bottom: .9rem;
  padding-bottom: .72rem;
  border-bottom: 1px solid #edf2f8;
}
.affiliate-modern-title {
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.34rem;
  font-weight: 800;
  letter-spacing: -.01em;
  color: #0f172a;
}
.affiliate-modern-subtitle {
  margin: .34rem 0 0;
  font-size: .92rem;
  font-weight: 500;
  color: #64748b;
}
.affiliate-modern-form .affiliate-modern-fieldset {
  border: 1px solid #e9edf5;
  border-radius: .95rem;
  padding: .82rem .78rem .72rem;
  background: #fff;
}
.affiliate-modern-form .affiliate-modern-fieldset + .affiliate-modern-fieldset {
  margin-top: .72rem;
}
.affiliate-modern-form .affiliate-modern-legend {
  float: none;
  width: auto;
  margin: 0 0 .62rem;
  padding: 0;
  border: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .94rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #0f172a;
}
.affiliate-modern-form .form-group {
  margin-bottom: .55rem !important;
}
.affiliate-modern-form .control-label {
  color: #334155;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .86rem;
  font-weight: 700;
}
.affiliate-modern-form .form-control {
  border: 1px solid #d9e2ee;
  border-radius: .68rem;
  min-height: 38px;
  color: #334155;
  font-size: .9rem;
}
.affiliate-modern-form .form-control:focus {
  border-color: rgba(var(--bs-pink-rgb), .55);
  box-shadow: 0 0 0 .16rem rgba(var(--bs-pink-rgb), .12);
}
.affiliate-modern-form .radio + .radio {
  margin-top: .28rem;
}
.affiliate-modern-form .radio label {
  display: inline-flex;
  align-items: center;
  gap: .38rem;
  color: #334155;
  font-size: .9rem;
  font-weight: 600;
}
.affiliate-modern-form .payment {
  border: 1px solid #e9edf5;
  border-radius: .78rem;
  background: #fbfcfe;
  padding: .58rem .52rem .3rem;
  margin-bottom: .55rem;
}
.affiliate-modern-actions {
  border-top: 1px solid #edf2f8;
  padding-top: .74rem;
}
.affiliate-modern-actions .float-end {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}

@media (max-width: 767.98px) {
  .account-affiliate-modern {
    padding-top: .4rem;
    padding-bottom: 1.25rem;
  }
  .account-affiliate-modern .breadcrumb {
    display: flex;
    width: 100%;
    border-radius: .72rem;
  }
  .affiliate-modern-shell {
    border-radius: .95rem;
    padding: .72rem;
  }
  .affiliate-modern-title {
    font-size: 1.08rem;
    line-height: 1.25;
  }
  .affiliate-modern-subtitle {
    font-size: .82rem;
    line-height: 1.45;
  }
  .affiliate-modern-form .affiliate-modern-fieldset {
    border-radius: .82rem;
    padding: .66rem .62rem;
  }
  .affiliate-modern-form .affiliate-modern-legend {
    font-size: .82rem;
    margin-bottom: .5rem;
  }
  .affiliate-modern-form .form-group {
    margin-bottom: .48rem !important;
  }
  .affiliate-modern-form .control-label {
    margin-bottom: .25rem;
    font-size: .8rem;
  }
  .affiliate-modern-form .payment {
    border-radius: .72rem;
    padding: .48rem .46rem .2rem;
  }
  .affiliate-modern-actions .float-end {
    width: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}

/* account wishlist modern */
.account-wishlist-modern {
  padding-top: .8rem;
  padding-bottom: 2.2rem;
}
.account-wishlist-modern .breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: .16rem;
  margin: 0;
  padding: .44rem .7rem;
  border: 1px solid #e6ebf2;
  border-radius: 999px;
  background: #ffffff;
}
.account-wishlist-modern .breadcrumb-item,
.account-wishlist-modern .breadcrumb-item a {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .82rem;
  font-weight: 500;
}
.wishlist-modern-shell {
  border: 1px solid #e4eaf2;
  border-radius: 1.25rem;
  background: linear-gradient(150deg, #ffffff 0%, #fcfcff 55%, #f7f9fd 100%);
  box-shadow: 0 14px 38px rgba(15, 23, 42, .06);
  padding: 1.05rem;
}
.wishlist-modern-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .7rem;
  margin-bottom: .9rem;
  padding-bottom: .72rem;
  border-bottom: 1px solid #edf2f8;
}
.wishlist-modern-head-main {
  min-width: 0;
}
.wishlist-modern-title {
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.36rem;
  font-weight: 800;
  letter-spacing: -.01em;
  color: #0f172a;
}
.wishlist-modern-subtitle {
  margin: .34rem 0 0;
  font-size: .92rem;
  font-weight: 500;
  color: #64748b;
}
.wishlist-modern-back {
  flex: 0 0 auto;
  min-height: 36px;
  border-radius: .68rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .84rem;
  font-weight: 700;
}
.wishlist-modern-list {
  display: grid;
  gap: .72rem;
}
.wishlist-modern-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  align-items: center;
  gap: .84rem;
  border: 1px solid #e4eaf2;
  border-radius: .9rem;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
  padding: .74rem;
}
.wishlist-modern-thumb {
  width: 92px;
  height: 92px;
  border: 1px solid #e2e8f0;
  border-radius: .72rem;
  background: #ffffff;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wishlist-modern-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wishlist-modern-body {
  min-width: 0;
}
.wishlist-modern-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  color: #0f172a;
  text-decoration: none;
}
.wishlist-modern-name:hover,
.wishlist-modern-name:focus {
  color: rgba(var(--bs-pink-rgb), 1);
}
.wishlist-modern-meta {
  margin-top: .42rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .36rem .52rem;
}
.wishlist-modern-model,
.wishlist-modern-stock {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dbe3ee;
  border-radius: 999px;
  padding: .16rem .52rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  color: #64748b;
  background: #f8fafd;
  line-height: 1.2;
}
.wishlist-modern-price {
  margin-top: .45rem;
  display: inline-flex;
  align-items: baseline;
  gap: .42rem;
}
.wishlist-modern-price-new {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.04rem;
  font-weight: 800;
  color: #0f172a;
}
.wishlist-modern-price-old {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .84rem;
  font-weight: 600;
  color: #94a3b8;
  text-decoration: line-through;
}
.wishlist-modern-actions {
  display: grid;
  gap: .45rem;
}
.wishlist-modern-btn {
  min-height: 34px;
  border-radius: .66rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  white-space: nowrap;
}
.wishlist-modern-empty {
  border: 1px dashed #d6dfeb;
  border-radius: .9rem;
  background: #ffffff;
  text-align: center;
  padding: 1.5rem 1rem;
}
.wishlist-modern-empty-icon {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  margin: 0 auto .6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: rgba(var(--bs-pink-rgb), 1);
  background: #fff2f8;
}
.wishlist-modern-empty h3 {
  margin: 0 0 .3rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
}
.wishlist-modern-empty p {
  margin: 0 0 .82rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  color: #64748b;
}

@media (max-width: 991.98px) {
  .wishlist-modern-shell {
    padding: .85rem;
  }
}

@media (max-width: 767.98px) {
  .account-wishlist-modern {
    padding-top: .4rem;
    padding-bottom: 1.25rem;
  }
  .account-wishlist-modern .breadcrumb {
    display: flex;
    width: 100%;
    border-radius: .72rem;
  }
  .account-wishlist-modern .breadcrumb-item,
  .account-wishlist-modern .breadcrumb-item a {
    font-size: .79rem;
  }
  .wishlist-modern-shell {
    border-radius: .95rem;
    padding: .7rem;
  }
  .wishlist-modern-head {
    flex-direction: column;
    align-items: stretch;
    gap: .52rem;
    margin-bottom: .68rem;
    padding-bottom: .62rem;
  }
  .wishlist-modern-title {
    font-size: 1.1rem;
    line-height: 1.25;
  }
  .wishlist-modern-subtitle {
    font-size: .82rem;
  }
  .wishlist-modern-back {
    width: 100%;
    justify-content: center;
    min-height: 34px;
    font-size: .8rem;
  }
  .wishlist-modern-card {
    grid-template-columns: 72px minmax(0, 1fr);
    grid-template-areas:
      "thumb body"
      "actions actions";
    gap: .62rem;
    padding: .62rem;
  }
  .wishlist-modern-thumb {
    grid-area: thumb;
    width: 72px;
    height: 72px;
  }
  .wishlist-modern-body {
    grid-area: body;
  }
  .wishlist-modern-name {
    font-size: .92rem;
  }
  .wishlist-modern-meta {
    margin-top: .34rem;
    gap: .3rem .38rem;
  }
  .wishlist-modern-model,
  .wishlist-modern-stock {
    font-size: .7rem;
    padding: .14rem .45rem;
  }
  .wishlist-modern-price {
    margin-top: .34rem;
  }
  .wishlist-modern-price-new {
    font-size: .96rem;
  }
  .wishlist-modern-price-old {
    font-size: .76rem;
  }
  .wishlist-modern-actions {
    grid-area: actions;
    grid-template-columns: 1fr 1fr;
    gap: .42rem;
  }
  .wishlist-modern-btn {
    min-height: 32px;
    font-size: .76rem;
  }
}

/* account address list modern */
.account-address-modern {
  padding-top: .8rem;
  padding-bottom: 2.2rem;
}
.account-address-modern .breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: .16rem;
  margin: 0;
  padding: .44rem .7rem;
  border: 1px solid #e6ebf2;
  border-radius: 999px;
  background: #ffffff;
}
.account-address-modern .breadcrumb-item,
.account-address-modern .breadcrumb-item a {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .82rem;
  font-weight: 500;
}
.address-modern-shell {
  border: 1px solid #e4eaf2;
  border-radius: 1.25rem;
  background: linear-gradient(150deg, #ffffff 0%, #fcfcff 55%, #f7f9fd 100%);
  box-shadow: 0 14px 38px rgba(15, 23, 42, .06);
  padding: 1.05rem;
}
.address-modern-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .7rem;
  margin-bottom: .9rem;
  padding-bottom: .72rem;
  border-bottom: 1px solid #edf2f8;
}
.address-modern-head-main {
  min-width: 0;
}
.address-modern-title {
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.36rem;
  font-weight: 800;
  letter-spacing: -.01em;
  color: #0f172a;
}
.address-modern-subtitle {
  margin: .34rem 0 0;
  font-size: .92rem;
  font-weight: 500;
  color: #64748b;
}
.address-modern-add-btn {
  flex: 0 0 auto;
  min-height: 36px;
  border-radius: .68rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .84rem;
  font-weight: 700;
}
.address-modern-list {
  display: grid;
  gap: .72rem;
}
.address-modern-card {
  border: 1px solid #e4eaf2;
  border-radius: .9rem;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
  padding: .8rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
}
.address-modern-card-content {
  min-width: 0;
}
.address-modern-card-label {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dbe3ee;
  border-radius: 999px;
  background: #f8fafd;
  color: #475569;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .02em;
  padding: .18rem .56rem;
  margin-bottom: .46rem;
}
.address-modern-card-text {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .92rem;
  font-weight: 500;
  line-height: 1.5;
  color: #334155;
}
.address-modern-card-text br {
  line-height: 1.5;
}
.address-modern-card-actions {
  display: grid;
  gap: .42rem;
  flex: 0 0 auto;
}
.address-modern-btn {
  min-height: 34px;
  border-radius: .66rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  white-space: nowrap;
}
.address-modern-footer-actions {
  margin-top: .9rem;
  padding-top: .72rem;
  border-top: 1px solid #edf2f8;
  display: flex;
  justify-content: flex-start;
}
.address-modern-back-btn {
  min-height: 34px;
  border-radius: .66rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .8rem;
  font-weight: 700;
}
.address-modern-empty {
  border: 1px dashed #d6dfeb;
  border-radius: .9rem;
  background: #ffffff;
  text-align: center;
  padding: 1.5rem 1rem;
}
.address-modern-empty-icon {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  margin: 0 auto .6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: rgba(var(--bs-pink-rgb), 1);
  background: #fff2f8;
}
.address-modern-empty h3 {
  margin: 0 0 .3rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
}
.address-modern-empty p {
  margin: 0 0 .82rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  color: #64748b;
}

/* account address form modern */
.account-address-form-modern .address-form-modern-shell {
  max-width: 980px;
  margin: 0 auto;
}
.account-address-form-modern .address-form-modern-form {
  margin: 0;
}
.account-address-form-modern .address-form-modern-fieldset {
  margin: 0;
}
.account-address-form-modern .address-form-modern-group {
  align-items: flex-start;
  margin-bottom: .82rem !important;
}
.account-address-form-modern .address-form-modern-inline-row {
  margin-bottom: .82rem;
}
.account-address-form-modern .address-form-modern-group-inline {
  margin-bottom: 0 !important;
}
.account-address-form-modern .address-form-modern-group-inline .address-form-modern-label {
  padding-top: 0;
  margin-bottom: .34rem;
}
.account-address-form-modern .address-form-modern-label {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.3;
  color: #334155;
  padding-top: .52rem;
}
.account-address-form-modern .address-form-modern-input,
.account-address-form-modern .address-form-modern-group select,
.account-address-form-modern .address-form-modern-group textarea {
  border: 1px solid #d8e1ec;
  border-radius: .68rem;
  background: #ffffff;
  min-height: 42px;
  box-shadow: 0 1px 1px rgba(15, 23, 42, .02);
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .92rem;
  font-weight: 500;
  color: #1e293b;
}
.account-address-form-modern .address-form-modern-group textarea {
  min-height: 110px;
  resize: vertical;
}
.account-address-form-modern .address-form-modern-input:focus,
.account-address-form-modern .address-form-modern-group select:focus,
.account-address-form-modern .address-form-modern-group textarea:focus {
  border-color: rgba(var(--bs-pink-rgb), .44);
  box-shadow: 0 0 0 .2rem rgba(var(--bs-pink-rgb), .12);
}
.account-address-form-modern .address-form-modern-group .text-danger {
  margin-top: .34rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .78rem;
  font-weight: 600;
}
.account-address-form-modern .address-form-modern-group .radio-inline {
  display: inline-flex;
  align-items: center;
  gap: .36rem;
  margin-right: 1rem;
  padding: .22rem .5rem;
  border: 1px solid #e2e8f0;
  border-radius: .58rem;
  background: #ffffff;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .85rem;
  font-weight: 600;
  color: #334155;
}
.account-address-form-modern .address-form-modern-group .radio-inline:last-child {
  margin-right: 0;
}
.account-address-form-modern .address-form-modern-actions {
  margin-top: .9rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .64rem;
}
.account-address-form-modern .address-form-modern-submit-btn {
  min-height: 36px;
  border-radius: .66rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .82rem;
  font-weight: 700;
}
.account-address-form-modern .address-modern-back-btn {
  min-height: 36px;
  border-radius: .66rem;
}

@media (max-width: 991.98px) {
  .address-modern-shell {
    padding: .85rem;
  }
}

@media (max-width: 767.98px) {
  .account-address-modern {
    padding-top: .4rem;
    padding-bottom: 1.25rem;
  }
  .account-address-modern .breadcrumb {
    display: flex;
    width: 100%;
    border-radius: .72rem;
  }
  .account-address-modern .breadcrumb-item,
  .account-address-modern .breadcrumb-item a {
    font-size: .79rem;
  }
  .address-modern-shell {
    border-radius: .95rem;
    padding: .7rem;
  }
  .address-modern-head {
    flex-direction: column;
    align-items: stretch;
    gap: .52rem;
    margin-bottom: .68rem;
    padding-bottom: .62rem;
  }
  .address-modern-title {
    font-size: 1.1rem;
    line-height: 1.25;
  }
  .address-modern-subtitle {
    font-size: .82rem;
  }
  .address-modern-add-btn {
    width: 100%;
    justify-content: center;
    min-height: 34px;
    font-size: .8rem;
  }
  .address-modern-card {
    flex-direction: column;
    align-items: stretch;
    gap: .58rem;
    padding: .64rem;
  }
  .address-modern-card-label {
    font-size: .68rem;
    margin-bottom: .34rem;
  }
  .address-modern-card-text {
    font-size: .86rem;
  }
  .address-modern-card-actions {
    grid-template-columns: 1fr 1fr;
    gap: .38rem;
  }
  .address-modern-btn {
    min-height: 32px;
    font-size: .76rem;
  }
  .address-modern-footer-actions {
    margin-top: .72rem;
    padding-top: .62rem;
  }
  .address-modern-back-btn {
    width: 100%;
    justify-content: center;
    min-height: 32px;
    font-size: .76rem;
  }
  .account-address-form-modern .address-form-modern-group {
    margin-bottom: .62rem !important;
  }
  .account-address-form-modern .address-form-modern-inline-row {
    margin-bottom: .62rem;
  }
  .account-address-form-modern .address-form-modern-label {
    padding-top: 0;
    margin-bottom: .34rem;
    font-size: .8rem;
  }
  .account-address-form-modern .address-form-modern-input,
  .account-address-form-modern .address-form-modern-group select,
  .account-address-form-modern .address-form-modern-group textarea {
    min-height: 38px;
    font-size: .84rem;
  }
  .account-address-form-modern .address-form-modern-group textarea {
    min-height: 90px;
  }
  .account-address-form-modern .address-form-modern-group .radio-inline {
    font-size: .78rem;
    margin-right: .38rem;
    margin-bottom: .26rem;
  }
  .account-address-form-modern .address-form-modern-actions {
    flex-direction: column;
    align-items: stretch;
    gap: .45rem;
  }
  .account-address-form-modern .address-form-modern-actions .float-start,
  .account-address-form-modern .address-form-modern-actions .float-end {
    float: none !important;
  }
  .account-address-form-modern .address-form-modern-actions .btn,
  .account-address-form-modern .address-form-modern-actions .address-form-modern-submit-btn {
    width: 100%;
    justify-content: center;
  }
}

/* account order list modern */
.account-order-modern {
  padding-top: .75rem;
  padding-bottom: 1.6rem;
}
.account-order-modern .breadcrumb {
  background: #ffffff;
  padding: .46rem .82rem;
  border: 1px solid #e6ebf2;
  border-radius: 999px;
  margin-bottom: 0;
}
.account-order-modern .breadcrumb-item,
.account-order-modern .breadcrumb-item a {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .84rem;
}
.order-modern-shell {
  border: 1px solid #e4eaf2;
  border-radius: 1.25rem;
  background: #ffffff;
  padding: .95rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
}
.order-modern-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  border-bottom: 1px solid #edf2f8;
  padding-bottom: .75rem;
  margin-bottom: .88rem;
}
.order-modern-title {
  margin: 0 0 .22rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.85rem;
  font-weight: 800;
  line-height: 1.2;
  color: #0f172a;
}
.order-modern-subtitle {
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .92rem;
  color: #64748b;
}
.order-modern-back-btn {
  min-height: 40px;
  border-radius: .68rem;
  padding: .42rem .95rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .84rem;
  font-weight: 700;
}
.order-modern-table-wrap {
  border: 1px solid #e4eaf2;
  border-radius: .88rem;
}
.order-modern-table {
  margin: 0;
}
.order-modern-table > :not(caption) > * > * {
  border-color: #edf2f8;
  padding: .72rem .68rem;
  vertical-align: middle;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  color: #1f2f46;
  font-size: .95rem;
  line-height: 1.45;
  font-weight: 600;
}
.order-modern-table thead th {
  background: #f8fafc;
  color: #243b5a;
  font-size: .9rem;
  font-weight: 800;
  text-transform: none;
  letter-spacing: .01em;
}
.order-modern-total {
  color: #0f172a;
  font-weight: 900;
}
.order-modern-table td.text-end.fw-bold {
  color: #0f172a;
  font-size: 1.02rem;
  font-weight: 900 !important;
}
.order-modern-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: .28rem .72rem;
  border: 1px solid rgba(var(--bs-pink-rgb), .26);
  border-radius: 999px;
  background: #fff4f9;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .83rem;
  font-weight: 800;
  letter-spacing: .01em;
  color: #be185d;
  white-space: nowrap;
}
.order-modern-view-btn {
  min-height: 38px;
  border-radius: .62rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  font-weight: 800;
}
.order-modern-footer {
  margin-top: .85rem;
  padding-top: .76rem;
  border-top: 1px solid #edf2f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .7rem;
  flex-wrap: wrap;
}
.order-modern-pagination .pagination {
  margin: 0;
}
.order-modern-pagination .pagination > li > a,
.order-modern-pagination .pagination > li > span {
  border-radius: .58rem !important;
  margin-right: .26rem;
  border-color: #e2e8f0;
  color: #475569;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .8rem;
  font-weight: 700;
}
.order-modern-pagination .pagination > .active > span,
.order-modern-pagination .pagination > .active > span:hover,
.order-modern-pagination .pagination > .active > span:focus,
.order-modern-pagination .pagination > .active > a,
.order-modern-pagination .pagination > .active > a:hover,
.order-modern-pagination .pagination > .active > a:focus {
  border-color: rgba(var(--bs-pink-rgb), .7);
  background: rgba(var(--bs-pink-rgb), 1);
  color: #ffffff;
}
.order-modern-results {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .88rem;
  color: #475569;
  font-weight: 600;
}
.order-modern-empty {
  border: 1px dashed #d6dfeb;
  border-radius: .95rem;
  padding: 1.5rem 1rem;
  text-align: center;
  background: #ffffff;
}
.order-modern-empty-icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.32rem;
  color: rgba(var(--bs-pink-rgb), 1);
  background: #fff2f8;
  margin-bottom: .56rem;
}
.order-modern-empty h3 {
  margin: 0 0 .78rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .98rem;
  font-weight: 700;
  color: #334155;
}
.order-modern-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: .62rem;
}
.order-modern-card {
  border: 1px solid #e4eaf2;
  border-radius: .82rem;
  background: #ffffff;
  padding: .62rem;
}
.order-modern-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .4rem;
  margin-bottom: .48rem;
}
.order-modern-card-id {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .94rem;
  font-weight: 800;
  color: #0f172a;
}
.order-modern-card-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .34rem .52rem;
}
.order-modern-meta-item span {
  display: block;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: #94a3b8;
}
.order-modern-meta-item strong {
  display: block;
  margin-top: .1rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .81rem;
  font-weight: 700;
  color: #334155;
}
.order-modern-card-actions {
  margin-top: .55rem;
}

@media (max-width: 991.98px) {
  .order-modern-title {
    font-size: 1.55rem;
  }
}

@media (max-width: 767.98px) {
  .account-order-modern {
    padding-top: .4rem;
    padding-bottom: 1.2rem;
  }
  .account-order-modern .breadcrumb {
    border-radius: .72rem;
    padding: .34rem .55rem;
  }
  .account-order-modern .breadcrumb-item,
  .account-order-modern .breadcrumb-item a {
    font-size: .78rem;
  }
  .order-modern-shell {
    border-radius: .95rem;
    padding: .68rem;
  }
  .order-modern-head {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: .68rem;
    padding-bottom: .6rem;
    gap: .52rem;
  }
  .order-modern-title {
    font-size: 1.12rem;
    margin-bottom: .16rem;
  }
  .order-modern-subtitle {
    font-size: .8rem;
  }
  .order-modern-back-btn {
    width: 100%;
    justify-content: center;
    min-height: 34px;
    font-size: .78rem;
  }
  .order-modern-status-pill {
    min-height: 26px;
    padding: .15rem .5rem;
    font-size: .72rem;
  }
  .order-modern-card {
    border-radius: .72rem;
    padding: .55rem;
  }
  .order-modern-card-body {
    gap: .3rem .46rem;
  }
  .order-modern-meta-item span {
    font-size: .64rem;
  }
  .order-modern-meta-item strong {
    font-size: .76rem;
  }
  .order-modern-view-btn {
    min-height: 32px;
    font-size: .82rem;
  }
  .order-modern-footer {
    margin-top: .7rem;
    padding-top: .62rem;
    flex-direction: column;
    align-items: stretch;
    gap: .45rem;
  }
  .order-modern-results {
    font-size: .76rem;
    text-align: center;
  }
  .order-modern-pagination .pagination {
    justify-content: center;
  }
}

/* account order info modern */
.account-order-info-modern {
  padding-top: .75rem;
  padding-bottom: 1.6rem;
}
.account-order-info-modern .breadcrumb {
  background: #ffffff;
  padding: .46rem .82rem;
  border: 1px solid #e6ebf2;
  border-radius: 999px;
  margin-bottom: 0;
}
.account-order-info-modern .breadcrumb-item,
.account-order-info-modern .breadcrumb-item a {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .84rem;
}
.account-order-info-modern #content > .table,
.account-order-info-modern #content > .table-responsive,
.account-order-info-modern #content > h3.order-info-modern-history-title + .table {
  border: 1px solid #e4eaf2;
  border-radius: .95rem;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
  margin-bottom: .9rem;
}
.account-order-info-modern #content > .table {
  border-collapse: separate;
  border-spacing: 0;
}
.account-order-info-modern #content > .table-responsive {
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.account-order-info-modern #content > .table-responsive > .table {
  margin: 0;
  min-width: 620px;
}
.account-order-info-modern .table > :not(caption) > * > * {
  border-color: #edf2f8;
  padding: .72rem .68rem;
  vertical-align: middle;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .95rem;
  line-height: 1.52;
  color: #24344b;
  font-weight: 550;
}
.account-order-info-modern .table thead td {
  background: #fff2f8;
  color: #be185d;
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .015em;
}
.account-order-info-modern .table tbody tr:hover > td {
  background: #fff9fc;
}
.account-order-info-modern .table td.text-end {
  color: #10243d;
  font-weight: 800;
}
.account-order-info-modern .table b,
.account-order-info-modern .table strong {
  color: #10243d;
}
.account-order-info-modern .table small {
  color: #586b82;
  font-size: .82rem;
  line-height: 1.45;
}
.order-info-modern-title {
  margin: 0 0 .85rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.2;
  color: #13294a;
}
.order-info-modern-repayment-btn {
  min-height: 34px;
  border-radius: .62rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .78rem;
  font-weight: 700;
}
.order-info-modern-track-link {
  color: rgba(var(--bs-pink-rgb), 1);
  font-weight: 700;
  text-decoration: none;
}
.order-info-modern-track-link:hover,
.order-info-modern-track-link:focus {
  text-decoration: underline;
}
.order-info-modern-payment-type {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  margin-top: .18rem;
  padding: .2rem .5rem;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #f8fafc;
  color: #475569 !important;
  font-weight: 600;
}
.order-info-modern-history-title {
  margin: 1rem 0 .56rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.14rem;
  font-weight: 800;
  color: #13294a;
}
.order-info-modern-actions {
  margin-top: .9rem;
  padding-top: .75rem;
  border-top: 1px solid #edf2f8;
}
.order-info-modern-back-btn {
  min-height: 38px;
  border-radius: .68rem;
  padding-left: .95rem;
  padding-right: .95rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .84rem;
  font-weight: 700;
}
.repayment-modal .repayment-modal-dialog {
  max-width: 680px;
}
.repayment-modal .repayment-modal-content {
  border: 1px solid #e4eaf2;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(15, 23, 42, .2);
}
.repayment-modal .repayment-modal-header {
  border-bottom: 1px solid #edf2f8;
  padding: .82rem .92rem;
  background: #ffffff;
}
.repayment-modal .repayment-modal-header .modal-title {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.06rem;
  font-weight: 800;
  color: #13294a;
}
.repayment-modal .repayment-modal-body {
  padding: .9rem;
  background: #ffffff;
}
.repayment-summary-wrap {
  border: 1px solid #e6edf6;
  border-radius: .82rem;
  overflow: hidden;
}
.repayment-summary-table {
  margin: 0;
}
.repayment-summary-table > tbody > tr > td {
  border-color: #edf2f8;
  padding: .56rem .64rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  color: #334155;
  vertical-align: middle;
}
.repayment-summary-table > tbody > tr:last-child > td {
  font-size: .94rem;
  font-weight: 700;
  color: #0f172a;
  background: #fff8fc;
}
.repayment-summary-table > tbody > tr > td.text-end strong {
  color: #0f172a;
  font-weight: 800;
}
.repayment-methods-heading {
  margin: .78rem 0 .56rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .97rem;
  font-weight: 800;
  color: #13294a;
}
.repayment-method-card {
  border: 1px dashed #d5dfec;
  border-radius: .82rem;
  background: #fbfdff;
  padding: .74rem .8rem;
}
.repayment-method-card + .repayment-method-card {
  margin-top: .62rem;
}
.repayment-method-title {
  margin: 0 0 .52rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  font-weight: 800;
  color: #24344b;
}
.repayment-method-btn {
  width: 100%;
  min-height: 38px;
  border-radius: .64rem;
  border: 1px solid transparent;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .84rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all .2s ease;
}
.repayment-method-btn + .repayment-method-btn {
  margin-top: .46rem;
}
.repayment-method-btn.repayment-method-btn-va,
.repayment-method-btn.repayment-method-btn-midtrans {
  background: linear-gradient(135deg, #1f6fe8, #1f64d2);
  color: #fff;
}
.repayment-method-btn.repayment-method-btn-va:hover,
.repayment-method-btn.repayment-method-btn-va:focus,
.repayment-method-btn.repayment-method-btn-midtrans:hover,
.repayment-method-btn.repayment-method-btn-midtrans:focus {
  background: linear-gradient(135deg, #1b62cd, #1a56b6);
  color: #fff;
}
.repayment-method-btn.repayment-method-btn-bca {
  background: #16a34a;
  border-color: #16a34a;
  color: #fff;
}
.repayment-method-btn.repayment-method-btn-bca:hover,
.repayment-method-btn.repayment-method-btn-bca:focus {
  background: #15803d;
  border-color: #15803d;
  color: #fff;
}
.repayment-va-container {
  min-height: 40px;
}
.repayment-va-content {
  border: 1px solid #e5ebf5;
  border-radius: .7rem;
  background: #ffffff;
  padding: .56rem .6rem;
}
.repayment-va-content .table {
  margin-bottom: 0;
}
.repayment-modal .repayment-modal-footer {
  border-top: 1px solid #edf2f8;
  background: #f8fafc;
  padding: .58rem .84rem;
}
.repayment-close-btn {
  min-height: 34px;
  border-radius: .62rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .8rem;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .order-info-modern-title {
    font-size: 1.56rem;
  }
}

@media (max-width: 767.98px) {
  .account-order-info-modern {
    padding-top: .4rem;
    padding-bottom: 6.2rem;
  }
  .account-order-info-modern .breadcrumb {
    border-radius: .72rem;
    padding: .34rem .55rem;
  }
  .account-order-info-modern .breadcrumb-item,
  .account-order-info-modern .breadcrumb-item a {
    font-size: .78rem;
  }
  .order-info-modern-title {
    font-size: 1.22rem;
    margin-bottom: .62rem;
  }
  .order-info-modern-repayment-btn {
    min-height: 32px;
    font-size: .72rem;
    margin-top: .35rem;
  }
  .account-order-info-modern .table > :not(caption) > * > * {
    padding: .55rem .48rem;
    font-size: .83rem;
    white-space: nowrap;
  }
  .account-order-info-modern #content > .table-responsive > .table {
    min-width: 560px;
  }
  .account-order-info-modern .table > :not(caption) > * > *:first-child {
    white-space: normal;
    min-width: 180px;
  }
  .account-order-info-modern .table thead td {
    font-size: .76rem;
  }
  .account-order-info-modern .table small {
    font-size: .74rem;
  }
  .order-info-modern-history-title {
    font-size: .95rem;
    margin: .82rem 0 .46rem;
  }
  .order-info-modern-actions {
    margin-top: .72rem;
    padding-top: .62rem;
  }
  .order-info-modern-back-btn {
    width: 100%;
    min-height: 34px;
    font-size: .78rem;
  }
  .repayment-modal .repayment-modal-content {
    border-radius: .88rem;
  }
  .repayment-modal .repayment-modal-header {
    padding: .68rem .72rem;
  }
  .repayment-modal .repayment-modal-header .modal-title {
    font-size: .96rem;
  }
  .repayment-modal .repayment-modal-body {
    padding: .68rem;
  }
  .repayment-summary-table > tbody > tr > td {
    padding: .48rem .5rem;
    font-size: .82rem;
  }
  .repayment-methods-heading {
    font-size: .87rem;
    margin: .62rem 0 .44rem;
  }
  .repayment-method-card {
    padding: .6rem .62rem;
  }
  .repayment-method-title {
    font-size: .82rem;
    margin-bottom: .42rem;
  }
  .repayment-method-btn {
    min-height: 34px;
    font-size: .78rem;
  }
  .repayment-modal .repayment-modal-footer {
    padding: .5rem .68rem;
  }
  .repayment-close-btn {
    width: 100%;
    justify-content: center;
    min-height: 32px;
    font-size: .76rem;
  }
}

/* success page modern */
.success-modern-page {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.success-modern-page .breadcrumb {
  margin-bottom: 0;
}
.success-modern-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.1rem 1.15rem;
  border: 1px solid #e5eaf2;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}
.success-modern-icon {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: rgba(var(--bs-pink-rgb), 1);
  background: #fff0f7;
  border: 1px solid #ffd3e8;
}
.success-modern-content {
  min-width: 0;
  flex: 1;
}
.success-modern-title {
  margin: 0 0 .5rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  font-weight: 800;
  line-height: 1.2;
  color: #0f172a;
}
.success-modern-message {
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .96rem;
  line-height: 1.65;
  color: #334155;
}
.success-modern-message p:last-child {
  margin-bottom: 0;
}
.success-modern-order-id {
  margin-top: .8rem;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .4rem .7rem;
  border: 1px solid #e8edf5;
  border-radius: .66rem;
  background: #f8fafc;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .86rem;
  color: #475569;
}
.success-modern-order-id strong {
  color: #0f172a;
  font-weight: 800;
}
.success-modern-actions {
  margin-top: .95rem;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}
.success-modern-btn {
  min-height: 40px;
  border-radius: .7rem;
  padding: .48rem 1rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .86rem;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .success-modern-page {
    padding-top: .6rem;
    padding-bottom: 1.4rem;
  }
  .success-modern-card {
    padding: .85rem;
    border-radius: .88rem;
    gap: .75rem;
  }
  .success-modern-icon {
    width: 44px;
    height: 44px;
    font-size: 1.1rem;
  }
  .success-modern-title {
    margin-bottom: .4rem;
    font-size: 1.15rem;
  }
  .success-modern-message {
    font-size: .88rem;
    line-height: 1.55;
  }
  .success-modern-order-id {
    margin-top: .65rem;
    font-size: .8rem;
    padding: .34rem .6rem;
  }
  .success-modern-actions {
    margin-top: .75rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: .45rem;
  }
  .success-modern-btn {
    width: 100%;
    justify-content: center;
    min-height: 36px;
    font-size: .8rem;
  }
}

/* account payment confirmation modern */
.account-payment-confirm-modern {
  padding-top: .75rem;
  padding-bottom: 1.7rem;
}
.account-payment-confirm-modern .breadcrumb {
  background: #ffffff;
  padding: .46rem .82rem;
  border: 1px solid #e6ebf2;
  border-radius: 999px;
  margin-bottom: 0;
}
.account-payment-confirm-modern .breadcrumb-item,
.account-payment-confirm-modern .breadcrumb-item a {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .84rem;
}
.payment-confirm-modern-shell {
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid #e4eaf2;
  border-radius: 1.25rem;
  background: #ffffff;
  padding: .95rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
}
.payment-confirm-modern-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: .85rem;
  align-items: start;
  border-bottom: 1px solid #edf2f8;
  padding-bottom: .82rem;
  margin-bottom: .82rem;
}
.payment-confirm-modern-head-main {
  min-width: 0;
}
.payment-confirm-modern-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #ffd3e8;
  background: #fff2f8;
  color: rgba(var(--bs-pink-rgb), 1);
  padding: .2rem .6rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .02em;
}
.payment-confirm-modern-title {
  margin: .45rem 0 .35rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 800;
  line-height: 1.22;
  color: #0f172a;
}
.payment-confirm-modern-subtitle {
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .92rem;
  line-height: 1.6;
  color: #64748b;
}
.payment-confirm-modern-note {
  border: 1px solid #e9edf5;
  border-radius: .92rem;
  background: #f8fafc;
  padding: .68rem .72rem;
}
.payment-confirm-modern-note h2 {
  margin: 0 0 .45rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #334155;
}
.payment-confirm-modern-note li {
  display: flex;
  align-items: flex-start;
  gap: .38rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .79rem;
  color: #475569;
  line-height: 1.4;
}
.payment-confirm-modern-note li + li {
  margin-top: .32rem;
}
.payment-confirm-modern-note li i {
  margin-top: .09rem;
  color: rgba(var(--bs-pink-rgb), .95);
}
.payment-confirm-modern-form {
  margin: 0;
}
.payment-confirm-modern-fieldset {
  margin: 0;
}
.payment-confirm-modern-group {
  margin-bottom: 0;
}
.payment-confirm-modern-label {
  margin: 0 0 .34rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.3;
  color: #334155;
}
.payment-confirm-modern-input,
.payment-confirm-modern-group select,
.payment-confirm-modern-group textarea {
  border: 1px solid #d8e1ec;
  border-radius: .68rem;
  background: #ffffff;
  min-height: 42px;
  box-shadow: 0 1px 1px rgba(15, 23, 42, .02);
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .92rem;
  font-weight: 500;
  color: #1e293b;
}
.payment-confirm-modern-input:focus,
.payment-confirm-modern-group select:focus,
.payment-confirm-modern-group textarea:focus {
  border-color: rgba(var(--bs-pink-rgb), .44);
  box-shadow: 0 0 0 .2rem rgba(var(--bs-pink-rgb), .12);
}
.payment-confirm-modern-textarea {
  min-height: 126px;
  resize: vertical;
}
.payment-confirm-modern-help {
  margin-top: .26rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .76rem;
  line-height: 1.35;
  color: #64748b;
}
.payment-confirm-modern-help b,
.payment-confirm-modern-help strong {
  color: #334155;
  font-weight: 700;
}
.payment-confirm-modern-group .text-danger {
  margin-top: .34rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .78rem;
  font-weight: 600;
}
.payment-confirm-attach-wrap {
  border: 1px dashed #d7e1ee;
  border-radius: .75rem;
  background: #fbfdff;
  padding: .62rem;
}
.payment-confirm-attach-container {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.payment-confirm-attach-field {
  margin: 0;
}
.payment-confirm-attach-toolbar {
  margin-top: .56rem;
}
.payment-confirm-attach-btn {
  min-height: 36px;
  border-radius: .66rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
.payment-confirm-captcha-wrap {
  border: 1px solid #e8edf6;
  border-radius: .8rem;
  background: #ffffff;
  padding: .62rem;
}
.payment-confirm-modern-actions {
  margin-top: .86rem;
  padding-top: .72rem;
  border-top: 1px solid #edf2f8;
  display: flex;
  justify-content: flex-end;
}
.payment-confirm-modern-submit {
  min-height: 38px;
  border-radius: .66rem;
  padding-left: 1.08rem;
  padding-right: 1.08rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .83rem;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .payment-confirm-modern-head {
    grid-template-columns: 1fr;
  }
  .payment-confirm-modern-note {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .account-payment-confirm-modern {
    padding-top: .45rem;
    padding-bottom: 1.35rem;
  }
  .account-payment-confirm-modern .breadcrumb {
    display: flex;
    width: 100%;
    border-radius: .72rem;
    padding: .38rem .66rem;
  }
  .account-payment-confirm-modern .breadcrumb-item,
  .account-payment-confirm-modern .breadcrumb-item a {
    font-size: .79rem;
  }
  .payment-confirm-modern-shell {
    border-radius: .95rem;
    padding: .74rem;
  }
  .payment-confirm-modern-head {
    gap: .56rem;
    margin-bottom: .68rem;
    padding-bottom: .62rem;
  }
  .payment-confirm-modern-title {
    margin-top: .38rem;
    margin-bottom: .3rem;
    font-size: 1.13rem;
    line-height: 1.26;
  }
  .payment-confirm-modern-subtitle {
    font-size: .83rem;
    line-height: 1.5;
  }
  .payment-confirm-modern-note {
    padding: .56rem .6rem;
  }
  .payment-confirm-modern-note h2 {
    font-size: .76rem;
    margin-bottom: .38rem;
  }
  .payment-confirm-modern-note li {
    font-size: .74rem;
  }
  .payment-confirm-modern-label {
    font-size: .8rem;
    margin-bottom: .3rem;
  }
  .payment-confirm-modern-input,
  .payment-confirm-modern-group select,
  .payment-confirm-modern-group textarea {
    min-height: 38px;
    font-size: .84rem;
  }
  .payment-confirm-modern-textarea {
    min-height: 92px;
  }
  .payment-confirm-modern-help {
    font-size: .72rem;
  }
  .payment-confirm-attach-wrap {
    padding: .5rem;
  }
  .payment-confirm-attach-btn {
    width: 100%;
    justify-content: center;
    min-height: 34px;
    font-size: .78rem;
  }
  .payment-confirm-captcha-wrap {
    padding: .5rem;
  }
  .payment-confirm-modern-actions {
    margin-top: .72rem;
    padding-top: .62rem;
  }
  .payment-confirm-modern-submit {
    width: 100%;
    min-height: 36px;
    font-size: .8rem;
    justify-content: center;
  }
}

/* account shipment tracking modern */
.account-shipment-modern {
  padding-top: .75rem;
  padding-bottom: 1.7rem;
}
.account-shipment-modern .breadcrumb {
  background: #ffffff;
  padding: .46rem .82rem;
  border: 1px solid #e6ebf2;
  border-radius: 999px;
  margin-bottom: 0;
}
.account-shipment-modern .breadcrumb-item,
.account-shipment-modern .breadcrumb-item a {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .84rem;
}
.shipment-modern-shell {
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid #e4eaf2;
  border-radius: 1.25rem;
  background: #ffffff;
  padding: .95rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
}
.shipment-modern-head {
  border-bottom: 1px solid #edf2f8;
  padding-bottom: .78rem;
  margin-bottom: .8rem;
}
.shipment-modern-head-main {
  min-width: 0;
}
.shipment-modern-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #ffd3e8;
  background: #fff2f8;
  color: rgba(var(--bs-pink-rgb), 1);
  padding: .2rem .6rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .02em;
}
.shipment-modern-title {
  margin: .45rem 0 .35rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 800;
  line-height: 1.22;
  color: #0f172a;
}
.shipment-modern-subtitle {
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .92rem;
  line-height: 1.6;
  color: #64748b;
}
.shipment-modern-form {
  margin: 0;
}
.shipment-modern-group {
  margin-bottom: 0;
}
.shipment-modern-label {
  margin: 0 0 .34rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.3;
  color: #334155;
}
.shipment-modern-input,
.shipment-modern-group select {
  border: 1px solid #d8e1ec;
  border-radius: .68rem;
  background: #ffffff;
  min-height: 42px;
  box-shadow: 0 1px 1px rgba(15, 23, 42, .02);
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .92rem;
  font-weight: 500;
  color: #1e293b;
}
.shipment-modern-input:focus,
.shipment-modern-group select:focus {
  border-color: rgba(var(--bs-pink-rgb), .44);
  box-shadow: 0 0 0 .2rem rgba(var(--bs-pink-rgb), .12);
}
.shipment-modern-actions {
  margin-top: .82rem;
  padding-top: .72rem;
  border-top: 1px solid #edf2f8;
  display: flex;
  justify-content: flex-end;
}
.shipment-modern-submit {
  min-height: 38px;
  border-radius: .66rem;
  padding-left: 1.08rem;
  padding-right: 1.08rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .83rem;
  font-weight: 700;
}
.shipment-modern-alert {
  margin-bottom: .8rem;
}
.shipment-modern-result {
  margin-top: .8rem;
}
.shipment-result-shell {
  border: 1px solid #e6edf6;
  border-radius: .95rem;
  background: #ffffff;
  padding: .74rem;
}
.shipment-result-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .6rem;
  margin-bottom: .58rem;
}
.shipment-result-header h2 {
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .95rem;
  font-weight: 800;
  color: #1e293b;
}
.shipment-status-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  color: #166534;
  padding: .24rem .56rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.shipment-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .54rem;
}
.shipment-result-item {
  border: 1px solid #e8edf5;
  border-radius: .68rem;
  background: #f8fafc;
  padding: .46rem .56rem;
}
.shipment-result-item-label {
  display: block;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .71rem;
  font-weight: 700;
  color: #64748b;
  margin-bottom: .14rem;
}
.shipment-result-item-value {
  display: block;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .86rem;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.34;
  overflow-wrap: anywhere;
}
.shipment-manifest-shell {
  margin-top: .7rem;
  border: 1px solid #e6edf6;
  border-radius: .95rem;
  background: #ffffff;
  padding: .74rem;
}
.shipment-manifest-shell h3 {
  margin: 0 0 .54rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .92rem;
  font-weight: 800;
  color: #1e293b;
}
.shipment-manifest-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .46rem;
}
.shipment-manifest-item {
  border: 1px solid #e8edf5;
  border-radius: .7rem;
  background: #f8fafc;
  padding: .48rem .56rem;
}
.shipment-manifest-time {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .74rem;
  font-weight: 700;
  color: #64748b;
}
.shipment-manifest-body {
  margin-top: .14rem;
}
.shipment-manifest-desc {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .86rem;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.35;
}
.shipment-manifest-city {
  margin-top: .06rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .78rem;
  color: #475569;
}

@media (max-width: 767.98px) {
  .account-shipment-modern {
    padding-top: .45rem;
    padding-bottom: 1.35rem;
  }
  .account-shipment-modern .breadcrumb {
    display: flex;
    width: 100%;
    border-radius: .72rem;
    padding: .38rem .66rem;
  }
  .account-shipment-modern .breadcrumb-item,
  .account-shipment-modern .breadcrumb-item a {
    font-size: .79rem;
  }
  .shipment-modern-shell {
    border-radius: .95rem;
    padding: .74rem;
  }
  .shipment-modern-head {
    margin-bottom: .66rem;
    padding-bottom: .6rem;
  }
  .shipment-modern-title {
    margin-top: .38rem;
    margin-bottom: .3rem;
    font-size: 1.12rem;
    line-height: 1.26;
  }
  .shipment-modern-subtitle {
    font-size: .83rem;
    line-height: 1.5;
  }
  .shipment-modern-label {
    font-size: .8rem;
    margin-bottom: .3rem;
  }
  .shipment-modern-input,
  .shipment-modern-group select {
    min-height: 38px;
    font-size: .84rem;
  }
  .shipment-modern-actions {
    margin-top: .68rem;
    padding-top: .6rem;
  }
  .shipment-modern-submit {
    width: 100%;
    min-height: 36px;
    font-size: .8rem;
    justify-content: center;
  }
  .shipment-result-shell,
  .shipment-manifest-shell {
    padding: .6rem;
    border-radius: .8rem;
  }
  .shipment-result-header {
    margin-bottom: .48rem;
  }
  .shipment-result-header h2 {
    font-size: .86rem;
  }
  .shipment-status-badge {
    font-size: .66rem;
    padding: .2rem .46rem;
  }
  .shipment-result-grid {
    grid-template-columns: 1fr;
    gap: .44rem;
  }
  .shipment-result-item {
    padding: .42rem .48rem;
  }
  .shipment-result-item-label {
    font-size: .68rem;
  }
  .shipment-result-item-value {
    font-size: .8rem;
  }
  .shipment-manifest-shell h3 {
    font-size: .84rem;
    margin-bottom: .46rem;
  }
  .shipment-manifest-item {
    padding: .42rem .48rem;
  }
  .shipment-manifest-time {
    font-size: .68rem;
  }
  .shipment-manifest-desc {
    font-size: .8rem;
  }
  .shipment-manifest-city {
    font-size: .74rem;
  }
}

/* account refund modern */
.account-refund-modern {
  padding-top: .45rem;
  padding-bottom: 1.95rem;
}
.account-refund-modern .breadcrumb {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  padding: .5rem .85rem;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .05);
}
.account-refund-modern .breadcrumb-item,
.account-refund-modern .breadcrumb-item a {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  color: #64748b;
  text-decoration: none;
}
.account-refund-modern .breadcrumb-item.active {
  color: rgba(var(--bs-pink-rgb), 1) !important;
  font-weight: 700 !important;
}
.refund-modern-shell {
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .05);
  padding: 1rem;
}
.refund-modern-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 310px);
  gap: .9rem;
  margin-bottom: .95rem;
  padding-bottom: .82rem;
  border-bottom: 1px solid #e2e8f0;
}
.refund-modern-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(var(--bs-pink-rgb), .35);
  background: #fff4f9;
  color: rgba(var(--bs-pink-rgb), 1);
  padding: .24rem .62rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.refund-modern-title {
  margin: .42rem 0 .28rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.44rem;
  font-weight: 800;
  line-height: 1.22;
  color: #0f172a;
}
.refund-modern-subtitle {
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  color: #64748b;
  line-height: 1.55;
}
.refund-modern-policy {
  border: 1px solid #f3d1e2;
  border-radius: .8rem;
  background: #fff8fc;
  padding: .72rem .75rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .84rem;
  color: #334155;
  line-height: 1.5;
}
.refund-modern-policy h2 {
  margin: 0 0 .32rem;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #b11f5d;
}
.refund-modern-form {
  margin: 0;
}
.refund-modern-fieldset {
  margin: 0;
}
.refund-modern-section-title {
  margin: 0 0 .58rem;
  padding-top: .05rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #475569;
}
.refund-modern-label {
  margin-bottom: .34rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #475569;
}
.refund-modern-input,
.refund-modern-group select,
.refund-modern-group textarea {
  min-height: 40px;
  border-radius: .7rem;
  border: 1px solid #d9e2ec;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  color: #1e293b;
  box-shadow: none;
}
.refund-modern-input:focus,
.refund-modern-group select:focus,
.refund-modern-group textarea:focus {
  border-color: rgba(var(--bs-pink-rgb), .55);
  box-shadow: 0 0 0 .2rem rgba(var(--bs-pink-rgb), .12);
}
.refund-modern-help {
  margin-top: .28rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .76rem;
  line-height: 1.45;
  color: #64748b;
}
.refund-modern-group .text-danger {
  margin-top: .24rem;
  font-size: .76rem;
}
.refund-modern-attach-wrap {
  border: 1px dashed #d5dce5;
  border-radius: .72rem;
  background: #f8fafc;
  padding: .62rem;
}
.refund-modern-attach-container {
  display: grid;
  gap: .52rem;
}
.refund-modern-attach-field {
  width: 100%;
}
.refund-modern-attach-toolbar {
  margin-top: .56rem;
}
.refund-modern-attach-btn {
  border-radius: .64rem;
  font-size: .82rem;
  font-weight: 700;
  border-color: #cbd5e1;
  color: #334155;
}
.refund-modern-captcha-wrap {
  margin-top: .9rem;
  padding-top: .7rem;
  border-top: 1px solid #e2e8f0;
  overflow-x: auto;
  overflow-y: hidden;
}
.refund-modern-actions {
  margin-top: .95rem;
  display: flex;
  justify-content: flex-end;
}
.refund-modern-submit {
  min-height: 42px;
  border-radius: .76rem;
  padding: .56rem 1rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .refund-modern-head {
    grid-template-columns: 1fr;
  }
  .refund-modern-policy {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .account-refund-modern {
    padding-top: .4rem;
    padding-bottom: 1.35rem;
  }
  .account-refund-modern .breadcrumb {
    display: flex;
    width: 100%;
    border-radius: .72rem;
    padding: .4rem .66rem;
  }
  .account-refund-modern .breadcrumb-item,
  .account-refund-modern .breadcrumb-item a {
    font-size: .8rem;
  }
  .refund-modern-shell {
    border-radius: .9rem;
    padding: .75rem;
  }
  .refund-modern-head {
    gap: .7rem;
    margin-bottom: .72rem;
    padding-bottom: .62rem;
  }
  .refund-modern-title {
    margin-top: .36rem;
    margin-bottom: .24rem;
    font-size: 1.12rem;
    line-height: 1.26;
  }
  .refund-modern-subtitle {
    font-size: .82rem;
    line-height: 1.5;
  }
  .refund-modern-policy {
    padding: .62rem;
    font-size: .78rem;
  }
  .refund-modern-policy h2 {
    font-size: .72rem;
  }
  .refund-modern-section-title {
    font-size: .78rem;
    margin-bottom: .46rem;
  }
  .refund-modern-label {
    font-size: .72rem;
  }
  .refund-modern-input,
  .refund-modern-group select,
  .refund-modern-group textarea {
    min-height: 37px;
    font-size: .83rem;
  }
  .refund-modern-help,
  .refund-modern-group .text-danger {
    font-size: .72rem;
  }
  .refund-modern-attach-wrap {
    padding: .5rem;
  }
  .refund-modern-attach-btn {
    width: 100%;
    justify-content: center;
  }
  .refund-modern-actions {
    margin-top: .78rem;
    justify-content: stretch;
  }
  .refund-modern-submit {
    width: 100%;
    min-height: 38px;
    font-size: .82rem;
  }
}

/* contact modern */
.contact-modern-page {
  padding-top: .45rem;
  padding-bottom: 2rem;
}
.contact-modern-page .breadcrumb {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  padding: .5rem .85rem;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .05);
}
.contact-modern-page .breadcrumb-item {
  display: inline-flex;
  align-items: center;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .92rem;
  font-weight: 500;
  color: #64748b;
}
.contact-modern-page .breadcrumb-item a {
  color: #64748b !important;
  text-decoration: none !important;
}
.contact-modern-page .breadcrumb-item.active {
  color: rgba(var(--bs-pink-rgb), 1) !important;
  font-weight: 700 !important;
}
.contact-modern-page .breadcrumb-item + .breadcrumb-item::before {
  color: #94a3b8;
  padding: 0 .56rem;
}
.contact-modern-header {
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: linear-gradient(140deg, #ffffff 0%, #fff7fb 100%);
  padding: 1rem 1.1rem;
}
.contact-modern-title {
  margin: 0 0 .3rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.68rem;
  font-weight: 800;
  line-height: 1.2;
  color: #0f172a;
}
.contact-modern-subtitle {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .94rem;
  font-weight: 500;
  line-height: 1.6;
  color: #64748b;
  max-width: 760px;
}
.contact-modern-card {
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #ffffff;
  padding: 1rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
}
.contact-modern-card-title {
  margin: 0 0 .85rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: 1.06rem;
  font-weight: 800;
  letter-spacing: .01em;
  color: #0f172a;
}
.contact-modern-store-image {
  width: 100%;
  border-radius: .75rem;
  border: 1px solid #dbe2ea;
}
.contact-modern-info-block {
  border: 1px solid #edf2f7;
  border-radius: .78rem;
  background: #f8fafc;
  padding: .74rem .78rem;
}
.contact-modern-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
}
.contact-modern-block-title {
  margin: 0 0 .26rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .98rem;
  font-weight: 700;
  color: #1e293b;
}
.contact-modern-address {
  margin: 0;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.55;
  color: #475569;
  white-space: pre-line;
}
.contact-modern-map-btn {
  border-radius: 999px;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  padding: .42rem .8rem;
}
.contact-modern-block-label {
  margin: 0 0 .2rem;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #475569;
}
.contact-modern-block-content {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.5;
  color: #1e293b;
  white-space: pre-line;
}
.contact-modern-form .form-label {
  margin-bottom: .35rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #475569;
}
.contact-modern-form .form-control {
  min-height: 42px;
  border-radius: .72rem;
  border: 1px solid #d9e2ec;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .92rem;
  font-weight: 500;
  color: #1e293b;
  box-shadow: none;
}
.contact-modern-form textarea.form-control {
  min-height: 170px;
  resize: vertical;
}
.contact-modern-form .form-control:focus {
  border-color: rgba(var(--bs-pink-rgb), .58);
  box-shadow: 0 0 0 .2rem rgba(var(--bs-pink-rgb), .12);
}
.contact-modern-captcha {
  margin-top: .85rem;
  padding-top: .75rem;
  border-top: 1px solid #e2e8f0;
  overflow-x: auto;
  overflow-y: hidden;
}
.contact-modern-actions {
  margin-top: .75rem;
  display: flex;
  justify-content: flex-end;
}
.contact-modern-submit {
  min-height: 42px;
  border-radius: .75rem;
  padding: .56rem 1rem;
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  font-weight: 700;
}
.contact-modern-accordion-item {
  border: 1px solid #e2e8f0;
  border-radius: .78rem;
  overflow: hidden;
}
.contact-modern-accordion-item + .contact-modern-accordion-item {
  margin-top: .55rem;
}
.contact-modern-accordion-item .accordion-button {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .94rem;
  font-weight: 700;
  color: #1e293b;
  background: #f8fafc;
  box-shadow: none;
}
.contact-modern-accordion-item .accordion-button:not(.collapsed) {
  color: rgba(var(--bs-pink-rgb), 1);
  background: #fff4f9;
}
.contact-modern-accordion-item .accordion-body {
  font-family: "Red Hat Display", Verdana, Geneva, sans-serif;
  font-size: .9rem;
  color: #334155;
}

@media (max-width: 991.98px) {
  .contact-modern-title {
    font-size: 1.45rem;
  }
  .contact-modern-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .contact-modern-page {
    padding-top: .25rem;
    padding-bottom: 1.35rem;
  }
  .contact-modern-page .breadcrumb {
    width: 100%;
    display: flex;
    border-radius: .74rem;
    padding: .42rem .68rem;
  }
  .contact-modern-page .breadcrumb-item,
  .contact-modern-page .breadcrumb-item a {
    font-size: .8rem;
  }
  .contact-modern-page .breadcrumb-item + .breadcrumb-item::before {
    padding: 0 .34rem;
  }
  .contact-modern-header {
    border-radius: .9rem;
    padding: .82rem .8rem;
  }
  .contact-modern-title {
    font-size: 1.18rem;
    margin-bottom: .2rem;
  }
  .contact-modern-subtitle {
    font-size: .84rem;
    line-height: 1.5;
  }
  .contact-modern-card {
    border-radius: .9rem;
    padding: .78rem;
  }
  .contact-modern-card-title {
    font-size: .9rem;
    margin-bottom: .64rem;
  }
  .contact-modern-block-title {
    font-size: .88rem;
  }
  .contact-modern-address,
  .contact-modern-block-content {
    font-size: .84rem;
  }
  .contact-modern-form .form-label {
    font-size: .72rem;
  }
  .contact-modern-form .form-control {
    min-height: 38px;
    font-size: .84rem;
  }
  .contact-modern-form textarea.form-control {
    min-height: 140px;
  }
  .contact-modern-actions {
    justify-content: stretch;
  }
  .contact-modern-submit {
    width: 100%;
    min-height: 38px;
    font-size: .82rem;
  }
}
