@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Agbalumo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aclonica&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}

body {
  box-sizing: border-box;
  color: #212529;
}

html {
  font-size: 62.5%;
}

.project__account {
  position: relative;
}

.project {
  padding-top: 15rem;
  position: relative;
}

.project__background {
  height: 60rem;
  position: absolute;
  top: 12rem;
  background-image: linear-gradient(#0b7285, #fff);
}

.homepage {
  transition: all 0.3s;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Google Sans", sans-serif;
}

.admin {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  transition: all 0.2s;
}
.admin__container {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.admin__login {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 15rem;
}
.admin__login--heading {
  font-size: 8rem;
  letter-spacing: -0.5rem;
  font-weight: 500;
}
.admin__login--text {
  font-size: 2.5rem;
  letter-spacing: -0.05rem;
}
.admin__login--form {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
}
.admin__login--form-box {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.admin__login--form-box label {
  font-size: 1.5rem;
  color: #333;
  font-weight: 500;
  letter-spacing: -0.05rem;
}
.admin__login--form-box input {
  width: 40rem;
  font-family: inherit;
  padding: 1.5rem 2rem;
  font-size: 1.8rem;
  border-radius: 1rem;
  border: 0.2rem solid #ddd;
  font-weight: 400;
  transition: all 0.3s;
}
.admin__login--form-box input::placeholder {
  color: #aaa;
}
.admin__login--form-box input:focus {
  outline: none;
  border-color: #333;
}
.admin__login--form-btn {
  margin-top: 20rem;
  width: 40rem;
  border: none;
  font-family: inherit;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 0.2rem solid #111;
  box-shadow: 0 0 0.8rem #aaa;
  font-weight: 500;
  color: #111;
  background-color: transparent;
  font-size: 2rem;
  cursor: pointer;
  transition: all 0.1s;
}
.admin__login--form-btn:hover {
  background-color: #111;
  color: #fff;
}
.admin__img {
  background-image: url(../../img/login-background.jpg);
  background-size: cover;
  background-position: center;
}

.phheader__panel {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  padding: 1.6rem;
  position: fixed;
  z-index: 10000000000000000000;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
.phheader__panel--content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
}
.phheader__panel--search {
  flex-grow: 1;
  width: fit-content;
  position: relative;
  background: #f2f4f6;
  padding: 0 1.6rem;
  border-radius: 2.4rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.phheader__panel--search i {
  font-size: 2rem;
  color: #888;
}
.phheader__panel--search input {
  width: 100%;
  border: none;
  font-family: inherit;
  background: #f2f4f6;
  font-size: 1.5rem;
  height: 4.8rem;
}
.phheader__panel--search input:focus {
  outline: none;
}
.phheader__panel--cancel {
  border: none;
  background-color: transparent;
  font-family: inherit;
  letter-spacing: -0.03rem;
  color: #1d4ed8;
  font-size: 1.6rem;
}
.phheader__panel h4 {
  padding: 1.2rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.04rem;
}
.phheader__panel--results {
  margin-top: -1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.phheader__panel--results-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 2rem;
}
.phheader__panel--results-box-top {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.phheader__panel--results-box:not(:last-child) {
  border-bottom: 0.1rem solid #aaa;
}
.phheader__panel--results-box span {
  font-size: 1.4rem;
}
.phheader__panel--results-box i {
  font-size: 1.6rem;
}
.phheader__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-bottom: 0.1rem solid #f1f3f5;
  padding: 1.6rem;
  align-items: flex-start;
}
.phheader__welcome {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.phheader__welcome h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.05rem;
  color: #111;
}
.phheader__welcome span {
  margin-top: -0.2rem;
  font-size: 1.6rem;
}
.phheader__welcome i {
  font-size: 4.5rem;
  right: 1.6rem;
  top: 1rem;
  position: absolute;
  color: #1c7ed6;
}
.phheader__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
}
.phheader__search {
  flex-grow: 1;
  width: fit-content;
  position: relative;
  background: #f2f4f6;
  padding: 0 1.6rem;
  border-radius: 2.4rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.phheader__search i {
  font-size: 2rem;
  color: #888;
}
.phheader__search input {
  width: 100%;
  border: none;
  font-family: inherit;
  background: #f2f4f6;
  font-size: 1.5rem;
  height: 4.8rem;
}
.phheader__search input:focus {
  outline: none;
}
.phheader__user {
  font-size: 2rem;
  height: 4.8rem;
  display: flex;
  padding: 0 1.6rem;
  position: relative;
  background-color: #f2f4f6;
  color: #111;
  border-radius: 2.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border: none;
  text-decoration: none;
}
.phheader__bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phheader__bottom h4 {
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  font-weight: 400;
}
.phheader__filter {
  font-size: 2rem;
  height: 4.8rem;
  display: flex;
  padding: 0 1.6rem;
  position: relative;
  background-color: #f2f4f6;
  color: #111;
  border-radius: 2.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border: none;
}
.phheader__filter span {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1rem;
  position: absolute;
  top: 0rem;
  right: 0rem;
  background-color: #1d4ed8;
  color: #fff;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.phheader__back--btn {
  font-size: 2rem;
  height: 4.8rem;
  display: flex;
  padding: 0 1.6rem;
  position: relative;
  background-color: #f2f4f6;
  color: #111;
  border-radius: 2.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border: none;
}
.phheader__deliver {
  font-size: 1.6rem;
  letter-spacing: -0.05rem;
  font-weight: 500;
}

.phproducts {
  margin-top: 1.6rem;
}
.phproducts__page {
  padding-bottom: 5rem;
}
.phproducts__grid {
  background-color: #e8edfb;
}
.phproducts__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 1.6rem;
}
.phproducts__container--grid {
  padding: 2.4rem;
}
.phproducts__container--nopadding {
  padding: 1.6rem 0;
}
.phproducts__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phproducts__header--heading {
  font-size: 2rem;
  letter-spacing: -0.1rem;
}
.phproducts__header--more {
  border: none;
  border-radius: 2.4rem;
  font-size: 1.2rem;
  padding: 0.8rem 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background-color: #f2f4f6;
  color: #111;
  font-weight: 600;
  letter-spacing: -0.05rem;
  font-family: inherit;
}
.phproducts__products {
  margin-top: -0.8rem;
  width: 100%;
  display: flex;
  overflow-x: auto;
  gap: 2.4rem;
  align-items: center;
}
.phproducts__products--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
}
.phproducts__product {
  width: 14rem;
  min-width: 42%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  color: #111;
}
.phproducts__product--grid {
  width: 100%;
}
.phproducts__product--sale {
  text-transform: uppercase;
  margin-top: 1rem;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  background-color: #1d4ed8;
  width: fit-content;
  color: #eee;
  border-radius: 0.5rem;
  position: absolute;
  right: 0.8rem;
}
.phproducts__product--img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  border-radius: 1.6rem;
}
.phproducts__product--name {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3em;
  max-height: 2.8em;
  font-weight: 600;
  letter-spacing: -0.03rem;
}
.phproducts__product--price {
  margin-top: 0.8rem;
  display: flex;
  gap: 0.8rem;
}
.phproducts__product--price-actual {
  font-size: 1.8rem;
  letter-spacing: -0.08rem;
  color: #1d4ed8;
  font-weight: 600;
}
.phproducts__product--price-reg {
  margin-bottom: 0.3rem;
  margin-top: auto;
  font-size: 1.2rem;
  letter-spacing: -0.05rem;
  text-decoration: line-through;
  color: #888;
}
.phproducts__more {
  margin-top: 2.4rem;
  align-self: center;
  border: none;
  padding: 0.8rem 1.6rem;
  border-radius: 0.8rem;
  background-color: #111;
  color: #eee;
  font-size: 1.4rem;
  font-family: inherit;
  letter-spacing: -0.05rem;
}

.phproduct__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  padding-bottom: 2.4rem;
  gap: 1.6rem;
}
.phproduct__product {
  display: flex;
  flex-direction: column;
}
.phproduct__product--imgs {
  margin-top: -2rem;
  display: flex;
  flex-direction: column;
}
.phproduct__product--imgs-main {
  width: 100%;
  height: 30rem;
  object-fit: cover;
}
.phproduct__product--imgs-other {
  margin-top: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.phproduct__product--imgs-other img {
  width: 6rem;
  height: 5.5rem;
  object-fit: cover;
  border: 0.2rem solid #eee;
  border-radius: 1rem;
  cursor: pointer;
}
.phproduct__product--imgs-other-active {
  border-color: #1d4ed8 !important;
}
.phproduct__product--content {
  display: flex;
  flex-direction: column;
  margin-top: 2.4rem;
  gap: 0.8rem;
}
.phproduct__product--content-box {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.phproduct__product--name {
  font-size: 2rem;
  letter-spacing: -0.05rem;
  font-weight: 600;
}
.phproduct__product--brand {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.phproduct__product--brand span {
  font-size: 1.4rem;
  color: #aaa;
  font-weight: 500;
}
.phproduct__product--brand-result {
  font-size: 1.4rem;
  color: #111;
  font-weight: 500;
  letter-spacing: -0.05rem;
}
.phproduct__product--rating {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.phproduct__product--rating i {
  font-size: 1.6rem;
  color: #fcc419;
}
.phproduct__product--rating-result {
  font-size: 1.4rem;
  color: #888;
}
.phproduct__product--rating-count {
  font-size: 1.1rem;
  color: #aaa;
}
.phproduct__product--price {
  margin-top: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phproduct__product--price-info {
  display: flex;
  flex-direction: column;
}
.phproduct__product--price-info-box {
  display: flex;
  align-items: flex-end;
  gap: 0.8rem;
}
.phproduct__product--price-info-box-offer {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.1rem;
  color: #1d4ed8;
}
.phproduct__product--price-info-box-regular {
  font-size: 1.4rem;
  text-decoration: line-through;
  color: #aaa;
  margin-bottom: 0.47rem;
  letter-spacing: -0.05rem;
}
.phproduct__product--price-info-box-text {
  width: fit-content;
  font-size: 1rem;
  background-color: #1d4ed8;
  color: #fff;
  font-weight: 500;
  padding: 0.2rem 0.6rem;
  border-radius: 0.4rem;
  letter-spacing: 0.05rem;
  font-weight: 500;
}
.phproduct__product--price-quantity {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.phproduct__product--price-quantity-add, .phproduct__product--price-quantity-remove {
  font-size: 3.4rem;
  border: none;
  padding: 0.6rem;
  background-color: transparent;
  color: #1d4ed8;
}
.phproduct__product--price-quantity-insu {
  color: #ddd;
}
.phproduct__product--price-quantity-count {
  font-size: 1.6rem;
  font-weight: 600;
}
.phproduct__product--trigger {
  margin-top: 1.6rem;
  background-color: #f1f1f1;
  border: 0.1rem solid #eaeaea;
  padding: 1.6rem;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.phproduct__product--trigger-text {
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  font-weight: 600;
}
.phproduct__product--trigger-box {
  display: flex;
  flex-direction: column;
}
.phproduct__product--trigger-box-martop {
  margin-top: 0.8rem;
}
.phproduct__product--trigger-box-top {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.phproduct__product--trigger-box-top-sp span {
  font-weight: 600;
  color: #1d4ed8;
}
.phproduct__product--trigger-box-top i {
  font-size: 2rem;
  color: #1d4ed8;
}
.phproduct__product--trigger-box-top span {
  font-size: 1.4rem;
  letter-spacing: -0.05rem;
}
.phproduct__product--trigger-box-bottom {
  display: flex;
  gap: 0.4rem;
  margin-left: 2.8rem;
}
.phproduct__product--trigger-box-bottom p {
  font-size: 1rem;
  background-color: #d2dcf7;
  color: #1d4ed8;
  font-weight: 600;
  padding: 0.2rem 0.6rem;
  border-radius: 0.4rem;
}
.phproduct__product--stock {
  margin-top: 1.6rem;
}
.phproduct__product--stock span {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.04rem;
}
.phproduct__product--stock-line {
  margin-top: 0.4rem;
  width: 100%;
  border: 0.1rem solid #ddd;
  border-radius: 10000rem;
  background-color: #fff;
  padding: 0.1rem;
}
.phproduct__product--stock-result {
  width: 70%;
  background-image: linear-gradient(to right, #262626, #111);
  padding: 0.2rem;
  border-radius: 10000rem;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}
.phproduct__product--variant {
  margin-top: 2.4rem;
}
.phproduct__product--variant span {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.04rem;
}
.phproduct__product--variant-box {
  margin-top: 0.4rem;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1fr 1fr;
}
.phproduct__product--variant-box-btn {
  padding: 0.8rem;
  border: none;
  border: 0.1rem solid #ccc;
  color: #aaa;
  font-family: inherit;
  font-size: 1.4rem;
  background-color: transparent;
  border-radius: 0.8rem;
}
.phproduct__product--variant-box-btn-active {
  border-color: #1d4ed8;
  color: #1d4ed8;
}
.phproduct__product--description {
  margin-top: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.phproduct__product--description-heading {
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
}
.phproduct__product--description-box {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.phproduct__product--description-box-title {
  font-size: 1.4rem;
  letter-spacing: -0.05rem;
  font-weight: 500;
}
.phproduct__product--description-box-desc {
  font-size: 1.2rem;
  line-height: 1.4;
}
.phproduct__action {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: sticky;
  bottom: 0;
  z-index: 110000;
  padding: 2.4rem 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}
.phproduct__action--btn {
  width: 100%;
  padding: 1.6rem;
  border-radius: 50000rem;
  font-size: 1.6rem;
  font-family: inherit;
  font-weight: 400;
  background-color: #fff;
  border: none;
}
.phproduct__action--btn-now {
  background-color: #1d4ed8;
  color: #fff;
}
.phproduct__action--btn-cart {
  border: 0.1rem solid #1d4ed8;
  color: #1d4ed8;
}

.phgrid__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  gap: 1.6rem;
  background-color: #1d4ed8;
}
.phgrid__heading {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.1rem;
  line-height: 1.1;
}
.phgrid__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
}
.phgrid__box {
  width: 100%;
  background-color: #fff;
  padding: 0.8rem;
  border-radius: 0.8rem;
}
.phgrid__box img {
  width: 100%;
}
.phgrid__box span {
  font-size: 1.2rem;
  padding: 0.4rem 0.8rem;
  background-color: #e03131;
  border-radius: 0.6rem;
  color: #fff;
  margin-left: -0.4rem;
}

.phads__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.phcat__container {
  padding: 1.6rem;
}
.phcat__content {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
.phcat__box {
  max-width: 100%;
  width: 100%;
  height: 15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #e8edfb;
  border-radius: 0.8rem;
  padding: 0.8rem;
  position: relative;
}
.phcat__box img {
  max-width: 13rem;
  width: 13rem;
  padding: 0.8rem;
}
.phcat__box span {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: -0.05rem;
  margin-top: auto;
  position: absolute;
  bottom: 0.8rem;
}
.phcat__box i {
  font-size: 4rem;
  padding: 1rem;
  display: flex;
  background-image: linear-gradient(to bottom, #bbcaf3, #8ea7ec);
  color: #1d4ed8;
  border-radius: 50%;
}

.phcart__container {
  padding: 1.6rem;
}
.phcart__heading {
  font-size: 2rem;
  letter-spacing: -0.05rem;
}
.phcart__products {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.phcart__product {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1.6rem;
  padding: 1.6rem;
  box-shadow: 0 0 0.3rem #ccc;
  border-radius: 1.6rem;
}
.phcart__product img {
  width: 8rem;
  height: 8rem;
  object-fit: cover;
}
.phcart__product--right {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.phcart__product--right-top {
  display: flex;
  flex-direction: column;
}
.phcart__product--right-bottom {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phcart__product--name {
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3em;
  max-height: 2.8em;
  font-weight: 600;
  letter-spacing: -0.03rem;
}
.phcart__product--variant {
  margin-top: 0.2rem;
  font-size: 1.4rem;
  color: #777;
  font-weight: 500;
}
.phcart__product--price {
  font-size: 2rem;
  letter-spacing: -0.05rem;
  color: #1d4ed8;
  font-weight: 600;
}
.phcart__product--quantity {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.phcart__product--quantity-btn {
  font-size: 3rem;
  border: none;
  padding: 0.6rem;
  background-color: transparent;
  color: #1d4ed8;
}
.phcart__product--quantity-btn-insu {
  color: #ddd;
}
.phcart__product--quantity-btn-erase {
  font-size: 2rem;
  color: #f03e3e;
  border: none;
  background-color: transparent;
}
.phcart__product--quantity-number {
  font-size: 1.6rem;
  font-weight: 500;
}
.phcart__info {
  margin-top: 6rem;
  width: 100%;
  padding: 1.6rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  position: sticky;
  bottom: 0;
  background-color: #1d4ed8;
}
.phcart__info--promo {
  display: flex;
  align-items: center;
  border-radius: 100rem;
  border: 0.1rem solid #ddd;
  padding: 1rem 1.6rem;
  background-color: #fff;
  gap: 0.8rem;
}
.phcart__info--promo i {
  font-size: 1.8rem;
  color: #bbcaf3;
}
.phcart__info--promo input {
  border: none;
  background-color: #fff;
  font-family: inherit;
  font-size: 1.4rem;
  color: #1d4ed8;
}
.phcart__info--promo input:focus {
  outline: none;
}
.phcart__info--promo input::placeholder {
  color: #bbcaf3;
}
.phcart__info--details {
  margin-top: 2.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
.phcart__info--details-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.phcart__info--details-box:last-child {
  border-bottom: 0.1rem dashed #fff;
  padding-bottom: 1.6rem;
  justify-content: flex-start;
}
.phcart__info--details-title {
  font-size: 1.4rem;
  letter-spacing: 0.03rem;
  color: #eee;
  font-weight: 500;
}
.phcart__info--details-title:last-child {
  font-size: 1.1rem;
}
.phcart__info--details-title-sp {
  color: #111;
}
.phcart__info--details-amount {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.04rem;
}
.phcart__info--details-amount-sp {
  background-color: #1d4ed8;
  color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 0.8rem;
}
.phcart__checkout {
  background-color: #fff;
  width: 100%;
  margin-top: 2.4rem;
  padding: 0.8rem;
  border: none;
  border-radius: 2000rem;
  font-family: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.phcart__checkout--buy {
  font-size: 2rem;
  color: #111;
  font-weight: 500;
}
.phcart__checkout--urgency {
  border: 0.1rem solid #1d4ed8;
  padding: 0.2rem 0.6rem;
  font-size: 1rem;
  color: #1d4ed8;
  border-radius: 0.6rem;
}

.phcheckout__container {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
}
.phcheckout__heading {
  align-self: flex-start;
  font-size: 2.6rem;
  letter-spacing: -0.05rem;
  font-weight: 700;
}
.phcheckout__content {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 3.6rem;
}
.phcheckout__box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.phcheckout__box--top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.phcheckout__box--top span {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.03rem;
}
.phcheckout__box--top-btn-address {
  border: none;
  color: #1d4ed8;
  background-color: transparent;
  font-family: inherit;
  font-weight: 500;
  letter-spacing: -0.02rem;
  font-size: 1.4rem;
}
.phcheckout__info {
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
  box-shadow: 0 0 0.3rem #ccc;
  padding: 1.6rem;
  border-radius: 0.8rem;
}
.phcheckout__info--sp {
  border: 0.1rem solid #1d4ed8;
  align-items: center;
}
.phcheckout__info--lesspadding {
  padding: 0.8rem 1.2rem;
  gap: 0.8rem;
}
.phcheckout__info i {
  font-size: 2.4rem;
  background-color: #e8edfb;
  color: #1d4ed8;
  padding: 0.8rem;
  border-radius: 0.4rem;
}
.phcheckout__info--template {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.phcheckout__info--template-limit {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.phcheckout__info--template-limit span {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.05rem;
}
.phcheckout__info--template-limit p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.05rem;
  color: #1d4ed8;
}
.phcheckout__info--template-main {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}
.phcheckout__info--template-other {
  display: flex;
  flex-direction: column;
}
.phcheckout__info--template-other span {
  font-size: 1.4rem;
  font-weight: 400;
}
.phcheckout__info--template-btn {
  font-family: inherit;
  background-color: transparent;
  color: #fff;
  background-color: #1d4ed8;
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  border: none;
  font-weight: 500;
  border-radius: 0.4rem;
}
.phcheckout__info--radius {
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border: 0.1rem solid #eee;
  border-radius: 50%;
}
.phcheckout__info--radius-active {
  border: 0.5rem solid #1d4ed8;
}
.phcheckout__info--fill {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.phcheckout__info--fill-icon {
  padding: 0 !important;
  background-color: transparent !important;
  font-size: 2.4rem !important;
  color: #111 !important;
}
.phcheckout__info--fill-text {
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
}
.phcheckout__info--fill-text-text::after {
  width: 13rem;
  content: "Paga al recibir tu pedido";
  font-size: 1.1rem;
  border: 0.1rem solid #d2dcf7;
  color: #111;
  font-weight: 500;
  padding: 0.3rem 0.6rem;
  border-radius: 0.4rem;
  position: absolute;
  top: 50%;
  left: 10rem;
  transform: translateY(-50%);
}
.phcheckout__order {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0 0 0.3rem #ccc;
  padding: 1.6rem;
  border-radius: 0.8rem;
}
.phcheckout__order--boxes {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.8rem;
  border-bottom: 0.1rem dashed #111;
  padding-bottom: 0.8rem;
}
.phcheckout__order--box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phcheckout__order--box span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #555;
  letter-spacing: -0.03rem;
}
.phcheckout__order--box p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #555;
  letter-spacing: -0.03rem;
}
.phcheckout__button {
  padding: 1.6rem;
  position: sticky;
  bottom: 0;
  background-color: #fff;
  border-top: 0.1rem solid #ddd;
}
.phcheckout__place {
  background-color: #1d4ed8;
  width: 100%;
  padding: 0.8rem;
  border: none;
  border-radius: 0.8rem;
  font-family: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
}
.phcheckout__place--inactive {
  background-color: #d2dcf7;
  pointer-events: none;
}
.phcheckout__panel {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  padding: 1.6rem;
  position: fixed;
  z-index: 10000000000000000000;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
.phcheckout__panel--heading {
  font-size: 2rem;
  letter-spacing: -0.05rem;
}
.phcheckout__panel--content {
  margin-top: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.phcheckout__panel--box {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.phcheckout__panel--box label {
  font-size: 1.4rem;
  font-weight: 500;
}
.phcheckout__panel--box label strong {
  color: #1d4ed8;
  font-size: 1.6rem;
}
.phcheckout__panel--box input {
  border: none;
  font-family: inherit;
  padding: 1rem 1.4rem;
  border: 0.1rem solid #ddd;
  border-radius: 0.8rem;
  color: #111;
  transition: all 0.2s;
}
.phcheckout__panel--box input:focus {
  outline: none;
  border-color: #aaa;
}
.phcheckout__panel--submit {
  padding: 1.2rem;
  background-color: #1d4ed8;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 500;
  border: none;
  border-radius: 0.8rem;
  color: #fff;
}
.phcheckout__panel--cancel {
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
  padding: 0.4rem 0.8rem;
  background-color: #f03e3e;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 500;
  border: none;
  border-radius: 0.8rem;
  color: #fff;
}

.phsuccess__container {
  padding: 1.6rem;
  position: relative;
}
.phsuccess__home {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  color: #fff;
  font-family: inherit;
  font-size: 1.2rem;
  letter-spacing: -0.03rem;
  background-color: #1d4ed8;
  padding: 0.4rem 0.8rem;
  border-radius: 0.6rem;
  position: absolute;
  right: 1.6rem;
  top: 2.4rem;
}
.phsuccess__logo {
  margin-top: -0.8rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.phsuccess__logo img:first-child {
  width: 3.5rem;
}
.phsuccess__logo img:last-child {
  width: 12rem;
  filter: invert(0.8);
}
.phsuccess__heading {
  font-size: 3.2rem;
  letter-spacing: -0.1rem;
  line-height: 1.2;
  margin: 1.6rem 0 0 0.8rem;
  font-weight: 900;
  color: #000;
}
.phsuccess__message {
  margin-top: 2.4rem;
  margin-left: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.phsuccess__message--greeting {
  font-size: 1.6rem;
}
.phsuccess__message--message {
  font-size: 1.6rem;
  line-height: 1.4;
}
.phsuccess__orders {
  margin-top: 0.8rem;
  padding: 0.8rem;
  margin-bottom: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.phsuccess__order--container {
  background-color: #fafafa;
  border: 0.1rem solid #f0f0f0;
  width: 100%;
  border-radius: 0.8rem;
  padding: 2.6rem 2rem;
}
.phsuccess__order--heading {
  margin-top: 2.4rem;
  font-size: 2rem;
  letter-spacing: -0.05rem;
  margin-left: 0.8rem;
}
.phsuccess__order img {
  width: 20rem;
  height: 20rem;
  object-fit: cover;
}
.phsuccess__order--details {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.phsuccess__order--details-nrm {
  margin-top: 3rem;
  flex-direction: row;
  align-items: center;
}
.phsuccess__order--details-name {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.03rem;
}
.phsuccess__order--details-bottom {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 1.6rem;
}
.phsuccess__order--details-price {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: -0.05rem;
}
.phsuccess__order--details-saved {
  font-size: 1.2rem;
  background-color: #1d4ed8;
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  color: #fff;
}
.phsuccess__details {
  display: flex;
  background-color: #fafafa;
  border: 0.1rem solid #f0f0f0;
  width: 100%;
  border-radius: 0.8rem;
  padding: 2.6rem 2rem;
  flex-direction: column;
}
.phsuccess__details--boxes {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  border-bottom: 0.1rem dashed #ccc;
  padding-bottom: 1.6rem;
}
.phsuccess__details--box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.phsuccess__details--box span {
  font-size: 1.6rem;
  letter-spacing: -0.03rem;
  font-weight: 500;
}
.phsuccess__details--box p {
  font-size: 1.6rem;
  font-weight: 500;
}
.phsuccess__details--box-sp {
  padding-top: 1.6rem;
}
.phsuccess__details--box-sp span {
  font-size: 1.8rem;
  font-weight: 600;
}
.phsuccess__details--box-sp p {
  font-weight: 600;
  font-size: 1.8rem;
}

.phfooter {
  background-color: #111;
}
.phfooter__container {
  padding: 1.6rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
}
.phfooter__logo {
  display: flex;
  flex-direction: column;
}
.phfooter__logo img:first-child {
  width: 8rem;
  margin-left: -2rem;
}
.phfooter__logo img:last-child {
  margin-top: -2rem;
  width: 15rem;
}
.phfooter__slogan {
  margin-top: -2rem;
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.02rem;
}
.phfooter__links {
  margin-top: 7.2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.phfooter__links a {
  color: #eee;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.02rem;
}
.phfooter__copyright {
  margin-top: 4rem;
  font-size: 1.2rem;
  color: #ddd;
}

.software {
  height: 100vh;
  display: flex;
  overflow-y: hidden;
  position: relative;
  filter: brightness(1);
}
.software__low {
  filter: brightness(0.5);
  pointer-events: none;
}
.software__nav {
  height: 100%;
  width: 12%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 2rem 3rem;
  justify-content: space-between;
  border-right: 0.1rem solid #e5e5e5;
}
.software__nav--top {
  display: flex;
  flex-direction: column;
}
.software__nav--top img {
  margin-left: -1rem;
  width: 20rem;
}
.software__nav--links {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.software__nav--links-link {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #222;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: -0.03rem;
  font-size: 1.8rem;
  border: 0.1rem solid transparent;
  padding: 1.2rem 1rem;
  border-radius: 0.5rem;
  transition: all 0.1s;
}
.software__nav--links-link ion-icon {
  font-size: 2.2rem;
}
.software__nav--links-link:hover {
  background-color: #212529;
  color: #f8f9fa;
}
.software__nav--links-link-active {
  background-color: transparent;
  background-image: linear-gradient(to top, #212529, #343a40);
  border: none;
  border-top: 0.1rem solid #212529;
  color: #f8f9fa;
}
.software__nav--links-link-block {
  cursor: not-allowed;
  color: #aaa;
}
.software__nav--links-link-block:hover {
  background-color: transparent;
  color: #aaa;
}
.software__nav--bottom {
  border-top: 0.1rem solid #e5e5e5;
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 0rem;
}
.software__content {
  width: 88%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.software__content--header {
  padding: 1rem 3rem;
  width: 100%;
  height: 8%;
  border-bottom: 0.1rem solid #e5e5e5;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  gap: 2rem;
}
.software__content--header-sales {
  justify-content: flex-start;
}
.software__content--header-heading {
  font-size: 3.5rem;
  letter-spacing: -0.2rem;
}
.software__content--header-search {
  margin-left: 3rem;
  flex-grow: 1;
}
.software__content--header-search-sales {
  flex-grow: 0;
  width: 50rem;
}
.software__content--header-search-input {
  width: 100%;
  border: none;
  font-family: inherit;
  background-color: transparent;
  padding: 1rem 1.5rem;
  border: 0.1rem solid #ddd;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  letter-spacing: -0.03rem;
  transition: all 0.2s;
}
.software__content--header-search-input:focus {
  outline: none;
  border-color: #aaa;
}
.software__content--header-btn {
  background-color: #ddd;
  border: none;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  text-transform: capitalize;
  font-family: inherit;
  display: flex;
  align-items: center;
  outline: 0.2rem solid transparent;
  outline-offset: 0.2rem;
  gap: 0.8rem;
  color: #222;
  border-radius: 0.5rem;
  font-weight: 500;
  letter-spacing: -0.05rem;
  transition: all 0.2s;
  cursor: pointer;
}
.software__content--header-btn ion-icon {
  font-size: 2rem;
}
.software__content--header-btn:hover {
  outline-color: #aaa;
}
.software__content--header-btn-sp {
  background-image: linear-gradient(45deg, #222, #404040);
  border: none;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  font-family: inherit;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #eee;
  border-radius: 0.5rem;
  font-weight: 500;
  letter-spacing: -0.05rem;
  outline: 0.2rem solid transparent;
  outline-offset: 0.2rem;
  transition: all 0.2s;
  cursor: pointer;
}
.software__content--header-btn-sp ion-icon {
  font-size: 2rem;
}
.software__content--header-btn-sp:hover {
  outline-color: #222;
}
.software__content--header-btn-ellipsis {
  background-image: linear-gradient(45deg, #eee, #ddd);
  border: none;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  font-family: inherit;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #222;
  border-radius: 0.5rem;
  font-weight: 500;
  letter-spacing: -0.05rem;
  outline: 0.2rem solid transparent;
  outline-offset: 0.2rem;
  transition: all 0.2s;
  cursor: pointer;
}
.software__content--header-btn-ellipsis ion-icon {
  font-size: 2rem;
}
.software__content--header-btn-ellipsis:hover {
  outline-color: #aaa;
}
.software__content--header-sales {
  display: flex;
  justify-content: space-between;
}
.software__content--header-sales-left {
  display: flex;
}
.software__content--page {
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
}
.software__content--page-heading {
  font-size: 3rem;
  letter-spacing: -0.1rem;
  margin: 1rem 3rem;
  margin-top: 2.5rem;
  font-weight: 400;
}
.software__content--page-statistic {
  margin-top: 1rem;
  display: flex;
  gap: 10rem;
  border-top: 0.1rem solid #ddd;
  margin: 0 3rem;
  margin-bottom: 0;
  padding: 2.5rem 0;
}
.software__content--page-statistic-box {
  display: flex;
  flex-direction: column;
}
.software__content--page-statistic-box-heading {
  font-size: 2rem;
  letter-spacing: -0.05rem;
  color: #404040;
  font-weight: 400;
}
.software__content--page-statistic-box-bottom {
  margin-top: 0.5rem;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}
.software__content--page-statistic-box-bottom span {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: -0.1rem;
}
.software__content--page-statistic-box-bottom p {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 400;
}
.software__content--inventory {
  background-color: #fff;
  width: 100%;
  flex-grow: 1;
  border-top: 0.1rem solid #e5e5e5;
  padding-bottom: 10rem;
  overflow-y: scroll;
}
.software__content--inventory-product {
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
  align-items: center;
  border-bottom: 0.1rem solid #ddd;
  transition: all 0.2s;
  cursor: pointer;
}
.software__content--inventory-product:hover {
  background-color: #eee;
}
.software__content--inventory-product:last-child {
  border: none;
}
.software__content--inventory-product-box {
  display: flex;
  gap: 2.5rem;
}
.software__content--inventory-product-box-container {
  display: flex;
  align-items: center;
  gap: 0rem;
}
.software__content--inventory-product-box img {
  width: 10rem;
  border-radius: 2rem;
  padding: 0.5rem;
  background-color: #fff;
}
.software__content--inventory-product-box-parallel {
  width: 35rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.software__content--inventory-product-box-heading {
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: -0.05rem;
}
.software__content--inventory-product-box-bottom {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.software__content--inventory-product-box-bottom ion-icon {
  font-size: 2.5rem;
  color: #aaa;
}
.software__content--inventory-product-box-bottom span {
  font-size: 2rem;
  color: #aaa;
}
.software__content--inventory-product-box-bottom p {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: -0.05rem;
}
.software__content--inventory-product-box-stock {
  background-color: #eee;
  border: 0.1rem solid #ddd;
  border-radius: 100rem;
  width: 20rem;
  height: 2.5rem;
  position: relative;
}
.software__content--inventory-product-box-stock-line {
  width: 25%;
  background-color: #222;
  border: 0.1rem solid #fff;
  border-radius: 100rem;
  padding-top: 0.2rem;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  top: 0;
  left: 0;
}
.software__content--inventory-product-box-offer {
  color: #1d4ed8;
}
.software__content--inventory-product-box-visibility {
  height: 2.5rem;
  width: 4.5rem;
  border: none;
  background-color: #e5e5e5;
  border-radius: 100rem;
  padding: 0.4rem;
  position: relative;
  cursor: pointer;
}
.software__content--inventory-product-box-visibility-dragger {
  background-color: #fff;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 100rem;
  position: absolute;
  top: 51.9%;
  transform: translateY(-50%);
  left: 10%;
}
.software__content--inventory-product-box-visibility-visible {
  background-color: #222;
}
.software__content--inventory-product-box-visibility-visible > .software__content--inventory-product-box-visibility-dragger {
  left: 50%;
}
.software__content--inventory-product-box-icbtn {
  border: none;
  background-color: transparent;
  font-size: 2.5rem;
  color: #000;
  cursor: pointer;
  padding: 1rem;
  border-radius: 0.5rem;
  display: flex;
}
.software__content--inventory-product-box-icbtn:hover {
  background-color: #f5f5f5;
}
.software__content--inventory-product-sep {
  width: 0.1rem;
  height: 2.5rem;
  background-color: #ddd;
}
.software__content--inventory-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30rem;
  gap: 0.5rem;
}
.software__content--inventory-info-name {
  font-size: 2.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  font-weight: 500;
  max-height: 2.8em;
}
.software__content--inventory-info-review {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.software__content--inventory-info-review span {
  font-size: 2rem;
  letter-spacing: -0.05rem;
  color: #999;
}
.software__content--inventory-info-review p {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.1rem;
}
.software__content--inventory-info-review ion-icon {
  font-size: 2.2rem;
  margin-left: -0.6rem;
  margin-top: -0.3rem;
}

.product__modify {
  width: 100rem;
  height: 80rem;
  visibility: visible;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #f1f1f1;
  outline: 0.5rem solid rgba(255, 255, 255, 0.1764705882);
  border-radius: 2rem;
  transition: all 0.3s;
}
.product__modify--header {
  height: 7rem;
  padding: 1.5rem 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
  box-shadow: 0 0 1rem #ddd;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.product__modify--header span {
  font-size: 3rem;
  letter-spacing: -0.08rem;
}
.product__modify--close {
  border: none;
  background-color: transparent;
  font-size: 2rem;
  padding: 1rem;
  border: 0.1rem solid #ddd;
  display: flex;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
}
.product__modify--close:hover {
  background-color: #dadada;
}
.product__modify--container {
  padding: 1.5rem 3rem;
  height: 66rem;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  padding-bottom: 5rem;
}
.product__modify--container-preview {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 0 0.2rem #aaa;
  border-radius: 1rem;
  padding: 3rem;
}
.product__modify--container-form {
  padding: 1rem 2rem;
  padding-bottom: 2rem;
  transition: all 0.2s;
}
.product__modify--container-box {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0 0 0.2rem #aaa;
}
.product__modify--container-box:first-child {
  margin-top: 2rem;
}
.product__modify--container-box-heading {
  font-size: 3rem;
  letter-spacing: -0.08rem;
  font-weight: 500;
}
.product__modify--container-content {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.product__modify--container-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.product__modify--form-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
.product__modify--form-box-vertical {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  position: relative;
  font-size: 2rem;
  margin-left: 0.5rem;
}
.product__modify--form-box-vertical:first-child {
  margin-top: 2rem;
}
.product__modify--form-box-vertical-preview {
  width: 12rem;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  letter-spacing: -0.03rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #69db7c;
  background-color: #b2f2bb;
  text-transform: capitalize;
  font-weight: 500;
  display: flex;
  justify-content: center;
}
.product__modify--form-box-vertical div {
  display: flex;
  align-items: center;
}
.product__modify--form-box-vertical div strong {
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  letter-spacing: -0.03rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #ccc;
  background-color: #f5f5f5;
  text-transform: capitalize;
}
.product__modify--form-box-vertical p {
  color: #222;
  width: 20rem;
}
.product__modify--form-box-max {
  grid-column: 1/-1;
}
.product__modify--form-box label {
  font-size: 1.4rem;
  font-weight: 400;
  color: #777;
  letter-spacing: -0.03rem;
}
.product__modify--form-box select, .product__modify--form-box input, .product__modify--form-box button, .product__modify--form-box span {
  font-family: inherit;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  letter-spacing: -0.03rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #ccc;
  background-color: #f5f5f5;
  transition: border-color 0.2s;
}
.product__modify--form-box select:focus, .product__modify--form-box input:focus, .product__modify--form-box button:focus, .product__modify--form-box span:focus {
  border-color: #444;
  border-width: 0.2rem;
  outline: none;
}
.product__modify--form-box-check {
  transform: scale(1.5); /* adjust size */
  cursor: pointer;
  accent-color: #000;
}
.product__modify--form-box span {
  background-color: #e8edfb;
  font-weight: 500;
}
.product__modify--form-box-sub {
  margin-top: 2rem;
  font-size: 1.8rem;
  color: #444;
  font-weight: 600;
  letter-spacing: -0.05rem;
  margin-bottom: -0.5rem;
}
.product__modify--form-box input {
  width: 100%;
}
.product__modify--form-box input::placeholder {
  color: #aaa;
}
.product__modify--form-box select {
  cursor: pointer;
}
.product__modify--form-box button {
  cursor: pointer;
  background-color: #eee;
  font-weight: 500;
}
.product__modify--form-box button:hover {
  background-color: #ddd;
}
.product__modify--form-box button:focus {
  border-color: #ccc !important;
  border-width: 0.1rem;
}
.product__modify--form-box-option {
  width: 100%;
  display: flex;
  gap: 0.5rem;
}
.product__modify--form-box-box {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product__modify--form-box-con {
  display: flex;
  flex-direction: column !important;
  gap: 2rem;
}
.product__modify--form-box-details {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1rem;
}
.product__modify--tag {
  margin-top: 1rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  color: #aaa;
  font-weight: 400;
}
.product__modify--name {
  margin-top: 2rem;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: -0.03rem;
}
.product__modify--img {
  width: 100%;
  margin-top: 5rem;
  display: flex;
  gap: 2rem;
}
.product__modify--img-main {
  width: 40%;
  border: 0.2rem solid #1d4ed8;
  border-radius: 1rem;
  padding: 2rem;
  background-color: #fff;
}
.product__modify--img-subs {
  width: 70%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: space-between;
  grid-template-rows: repeat(2, 1fr);
  gap: 2rem;
}
.product__modify--img-sub {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0.1rem solid #dadada;
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
}
.product__modify--img-sub-empty {
  height: 100%;
  background-image: linear-gradient(45deg, #fff, #ddd);
  border: 0.1rem solid #dadada;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 1rem;
  cursor: pointer;
}
.product__modify--img-sub-empty span {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.05rem;
  color: #888;
}
.product__modify--img-sub-empty ion-icon {
  font-size: 3rem;
  color: #888;
}
.product__modify--box {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(#fafafa, #fff);
  border: 0.1rem solid #ccc;
  border-radius: 1rem;
}
.product__modify--box-heading {
  padding: 1.5rem 2rem;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: -0.05rem;
  margin-bottom: -1.6rem;
}
.product__modify--box-details {
  width: 100%;
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
  row-gap: 2rem;
}
.product__modify--box-details-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: inherit;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  letter-spacing: -0.03rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #ccc;
  background-color: #f5f5f5;
}
.product__modify--box-details-content span {
  font-size: 2rem;
  color: #777;
}
.product__modify--box-details-content p, .product__modify--box-details-content a {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.04rem;
  color: #222;
  text-decoration: none;
}
.product__modify--box-details-content a {
  padding: 0.5rem 1rem;
  background-color: #ddd;
  box-shadow: 0 0 0.2rem #222;
  border-radius: 0.5rem;
  transition: all 0.1s;
}
.product__modify--box-details-content a:hover {
  background-color: #aaa;
}
.product__modify--box-details-content-actual {
  color: #1d4ed8 !important;
  font-weight: 600 !important;
}
.product__modify--desc {
  margin-top: 3rem;
  padding: 0 2rem;
}
.product__modify--desc-heading {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: -0.05rem;
  border-bottom: 0.2rem solid #1d4ed8;
  padding-bottom: 0.8rem;
}
.product__modify--desc-content {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 1rem;
  padding-bottom: 2rem;
}
.product__modify--desc-box {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0rem 2rem 0rem 2rem;
}
.product__modify--desc-box:last-child {
  border: none;
}
.product__modify--desc-box span {
  width: 20%;
  padding: 1rem 1.5rem;
  font-size: 1.8rem;
  letter-spacing: -0.03rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #ccc;
  background-color: #f5f5f5;
}
.product__modify--desc-box p {
  padding: 1rem 1.5rem;
  font-size: 1.8rem;
  letter-spacing: -0.03rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #ccc;
  background-color: #f5f5f5;
  width: 80%;
}
.product__modify--footer {
  height: 7rem;
  padding: 1.5rem 3rem;
  border-top: 0.1rem solid #e5e5e5;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 1rem #ddd;
}
.product__modify--footer-form {
  justify-content: flex-end;
}
.product__modify--footer-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.product__modify--footer-btn {
  padding: 1rem 2rem;
  border-radius: 1rem;
  border: none;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 0.1rem solid #eee;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.product__modify--footer-btn ion-icon {
  font-size: 2rem;
  margin-top: -0.5rem;
}
.product__modify--footer-btn:hover {
  background-color: #eee;
  border: 0.1rem solid #ccc;
}
.product__modify--footer-btn-form ion-icon {
  margin-top: 0rem;
}
.product__modify--footer-btnsp {
  padding: 1rem 2rem;
  border-radius: 1rem;
  border: none;
  background-image: linear-gradient(#1d4ed8, #6183e4);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 0.1rem solid #eee;
  outline: 0.2rem solid #6183e4;
  outline-offset: -0.2rem;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.product__modify--footer-btnsp ion-icon {
  font-size: 2rem;
  margin-top: -0.5rem;
}
.product__modify--footer-btnsp:hover {
  border: 0.1rem solid #eee;
  background-image: linear-gradient(#173ead, #4a71e0);
}
.product__modify--footer-btnsp-form {
  background-image: none;
  outline: none;
  background-color: #1d4ed8;
}
.product__modify--footer-btnsp-form ion-icon {
  margin-top: 0rem;
}
.product__modify--footer-btnsp-form:hover {
  background-color: #173ead !important;
  border-color: transparent;
  background-image: none;
}
.product__modify--footer-erase {
  padding: 1rem 2rem;
  border-radius: 1rem;
  border: none;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 0.1rem solid #eee;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.product__modify--footer-erase ion-icon {
  font-size: 2rem;
  margin-top: -0.5rem;
}
.product__modify--footer-erase:hover {
  background-color: #eee;
  border: 0.1rem solid #ccc;
}

.sales__content--page {
  background-color: #fff;
}
.sales__content--page-header {
  display: flex;
  justify-content: space-between;
  padding: 3rem 3rem;
}
.sales__content--page-header h2 {
  font-size: 4rem;
  letter-spacing: -0.15rem;
}
.sales__content--page-header button {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  border: none;
  background-color: transparent;
  font-family: inherit;
  font-size: 1.8rem;
  gap: 0.8rem;
  border: 0.1rem solid #222;
  border-radius: 1rem;
  cursor: pointer;
}
.sales__content--page-stats {
  margin-top: -1rem;
  padding: 0 3rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: 2.5rem;
}
.sales__content--page-stats-box {
  width: 100%;
  height: 15rem;
  box-shadow: 0 0 0.2rem #555;
  border-radius: 1rem;
  background-color: #f8f9fa;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.sales__content--page-stats-box-heading {
  font-size: 2.5rem;
  letter-spacing: -0.05rem;
  font-weight: 400;
  color: #495057;
}
.sales__content--page-stats-box-value {
  margin-top: 2rem;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: -0.3rem;
  color: #212529;
}
.sales__content--page-stats-box ion-icon {
  font-size: 23rem;
  color: #495057;
  opacity: 0.07;
  position: absolute;
  right: -5rem;
  top: 0;
}
.sales__content--page-orders {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  padding: 0 3rem;
}
.sales__content--page-orders-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sales__content--page-orders-header-anchors {
  display: flex;
  background-color: #f1f3f5;
  border-radius: 1rem;
  padding: 0.3rem;
  gap: 0.3rem;
}
.sales__content--page-orders-header-anchors-btn {
  padding: 1rem 2.5rem;
  color: #343a40;
  background-color: transparent;
  border: none;
  font-family: inherit;
  font-size: 1.8rem;
  border-radius: 1rem;
  font-weight: 500;
  cursor: pointer;
}
.sales__content--page-orders-header-anchors-btn:hover {
  background-color: #fff;
}
.sales__content--page-orders-header-anchors-btn-active {
  background-color: #fff;
}
.sales__content--page-orders-header-search {
  font-size: 2rem;
  padding: 1.3rem;
  border: none;
  border-radius: 1rem;
  background-color: transparent;
  border: 0.1rem solid #ddd;
  display: flex;
  cursor: pointer;
}
.sales__content--page-orders-content {
  margin-top: 2rem;
  border: 0.2rem solid #f1f3f5;
  border-radius: 1rem;
  overflow: hidden;
  max-height: 47rem !important;
}
.sales__content--page-orders-content-header {
  background-color: #f1f3f5;
  padding: 2.5rem 2rem;
  display: flex;
  justify-content: space-between;
}
.sales__content--page-orders-content-header-titles {
  font-size: 1.8rem;
  width: 15rem;
  font-weight: 500;
  color: #343a40;
  text-transform: capitalize;
}
.sales__content--page-orders-content-orders {
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  max-height: 40rem;
}
.sales__content--page-orders-content-order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
}
.sales__content--page-orders-content-order:not(:last-child) {
  border-bottom: 0.2rem solid #f1f3f5;
}
.sales__content--page-orders-content-order span, .sales__content--page-orders-content-order button {
  width: 15rem;
  font-size: 2rem;
}
.sales__content--page-orders-content-order-number {
  font-weight: 500;
  letter-spacing: -0.05rem;
}
.sales__content--page-orders-content-order-payment {
  width: fit-content !important;
  margin-right: 4rem;
  padding: 0.5rem 1rem;
  padding-left: 2.8rem;
  border-radius: 1rem;
  border: 0.2rem solid #40c057;
  font-weight: 500;
  color: #40c057;
  background-color: #ebfbee;
  position: relative;
}
.sales__content--page-orders-content-order-payment:after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #40c057;
  border-radius: 50%;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.sales__content--page-orders-content-order-payment-pending {
  border: 0.2rem solid #f03e3e;
  font-weight: 500;
  color: #f03e3e;
  background-color: #fff5f5;
}
.sales__content--page-orders-content-order-payment-pending:after {
  background-color: #f03e3e;
}
.sales__content--page-orders-content-order-fulfilment {
  width: fit-content !important;
  margin-right: 4rem;
  padding: 0.5rem 1rem;
  padding-left: 2.8rem;
  border-radius: 1rem;
  border: 0.2rem solid #40c057;
  font-weight: 500;
  color: #40c057;
  background-color: #ebfbee;
  position: relative;
}
.sales__content--page-orders-content-order-fulfilment:after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #40c057;
  border-radius: 50%;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.sales__content--page-orders-content-order-fulfilment-not {
  margin-right: 2rem;
  border: 0.2rem solid #fab005;
  font-weight: 500;
  color: #fab005;
  background-color: #fff9db;
}
.sales__content--page-orders-content-order-fulfilment-not:after {
  background-color: #fab005;
}
.sales__content--page-orders-content-order-status {
  display: flex;
  gap: 0.5rem;
  margin-right: -1.5rem;
  align-items: center;
  background-color: #e7f5ff;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  color: #228be6;
  border: 0.2rem solid #228be6;
  font-weight: 500;
}
.sales__content--page-orders-content-order-status ion-icon {
  color: #228be6;
  font-size: 2rem;
}
.sales__content--page-orders-content-order-status-not {
  background-color: #f8f9fa;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  color: #495057;
  border: 0.2rem solid #495057;
  font-weight: 500;
}
.sales__content--page-orders-content-order-status-not ion-icon {
  color: #495057;
  font-size: 2rem;
}
.sales__content--page-orders-content-order-btn {
  padding: 0.8rem 1rem;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  border: none;
  cursor: pointer;
}
.sales__content--page-orders-content-order-btn ion-icon {
  font-size: 2.5rem;
}
.sales__content--page-orders-content-order-btn:hover {
  background-image: linear-gradient(#222, #333);
  color: #fff;
}

.hidden {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}

.opaque {
  filter: brightness(0.5);
}

.displayNone {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

/*# sourceMappingURL=style.css.map */
