@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  font-family: "Inter", "Fredoka", sans-serif;
  font-size: 13px;
}

.product-page .product-image {
  border-radius: 0;
  height: 100%;
}
.product-page .product-info {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-page .product-info .product-name {
  margin-bottom: 1rem;
}
.product-page .product-info .list-group h6 {
  font-size: 14px;
  margin-bottom: 0.25rem;
}
.product-page .product-details {
  border-radius: 0;
}

.hero-download {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--bs-success);
}
.hero-download .title {
  padding: 1rem;
  text-align: center;
}
.hero-download .title h4 {
  margin-bottom: 0;
  font-weight: 700;
}
.hero-download .qr-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.hero-download .qr-banner img {
  width: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-download .banner {
  background-image: url("/assets/img/holding-phone-illustrator.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  flex-grow: 1;
}
.hero-download .store-btn {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
}
.hero-download .store-btn .img-btn {
  width: 100%;
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-cart .card {
  border-radius: 0;
  height: 100%;
}
.product-cart .card img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-cart .card .product-name {
  padding: 1rem;
  flex-grow: 1;
  text-decoration: none;
  color: inherit;
}
.product-cart .card .product-price {
  padding: 0 1rem 1rem;
  color: var(--bs-danger);
  font-weight: 700;
  font-size: 15px;
}
.product-cart .card .btn-wrapper {
  display: grid;
  padding: 0 1rem 1rem;
  margin-top: auto;
}
.product-cart .card .item-qty {
  display: flex;
  padding: 0 1rem 1rem;
}
.product-cart .card .item-qty .form-control {
  border-radius: 0;
  text-align: center;
  font-size: 14px;
}
.product-cart .card .item-qty .form-control:focus {
  box-shadow: none;
}
.product-cart .card .item-qty .btn {
  border-radius: 0;
  display: flex;
  align-items: center;
}

.fi {
  line-height: 0.5;
}

.btn-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 14px;
  border-radius: 0;
  line-height: 1;
  padding: 0.75rem 1.5rem;
}
.btn-action .fi {
  font-size: 18px;
}

.main-header {
  --bs-navbar-padding-y: 0.75rem;
}
.main-header .navbar-toggler {
  font-size: 1rem;
  border: var(--bs-border-width) solid rgba(0, 0, 0, 0);
}
.main-header .navbar-toggler:focus {
  box-shadow: none;
}
.main-header .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.main-header .form-search {
  background-color: rgba(0, 0, 0, 0.2);
  min-width: 300px;
}
.main-header .form-search .form-control {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 14px;
  border: none;
}
.main-header .form-search .form-control:focus {
  box-shadow: none;
  border-color: #fff;
}
.main-header .form-search .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4666666667);
}
.main-header .form-search .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4666666667);
}
.main-header .form-search .btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.main-header .form-search .btn .fi {
  line-height: 0.75;
}

.swiper-main-hero {
  position: relative;
}
.swiper-main-hero .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-main-hero .swiper-button-next, .swiper-main-hero .swiper-button-prev {
  width: 24px;
  height: 48px;
  background-color: #171717;
  color: #eee;
}
.swiper-main-hero .swiper-button-next::after, .swiper-main-hero .swiper-button-prev::after {
  font-size: 0.75rem;
}
.swiper-main-hero .swiper-button-next {
  right: 0;
  border-radius: 4px 0 0 4px;
}
.swiper-main-hero .swiper-button-next::after {
  transform: translateX(1px);
}
.swiper-main-hero .swiper-button-prev {
  left: 0;
  border-radius: 0 4px 4px 0;
}
.swiper-main-hero .swiper-button-prev::after {
  transform: translateX(-1px);
}

.swiper-product {
  position: relative;
}
.swiper-product .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-product .swiper-button-next, .swiper-product .swiper-button-prev {
  width: 42px;
  height: 42px;
  background-color: #f3f3f3;
  color: #171717;
  border-radius: 50%;
}
.swiper-product .swiper-button-next::after, .swiper-product .swiper-button-prev::after {
  font-size: 0.85rem;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.section-header .heading {
  font-weight: 400;
  margin-bottom: 0;
}
.section-header .link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  gap: 0.5rem;
  background-color: rgba(0, 0, 0, 0.0666666667);
  padding: 0.375rem 1rem;
  border-radius: 50rem;
}
.section-header .link .fi {
  font-size: 20px;
}

.card-home-product {
  position: relative;
  height: 100%;
  border-radius: 0;
  text-decoration: none;
}
.card-home-product img, .card-home-product video {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.list-group-plain .list-group-item {
  border: none;
  padding: 0.125rem 0;
}

.list-flex-3 .list-group-item {
  display: flex;
  align-items: center;
}
.list-flex-3 .list-group-item span:first-child {
  width: 33%;
}

.footer .link-contact {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
}/*# sourceMappingURL=style.css.map */