@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", sans-serif !important;
  font-optical-sizing: auto !important;
  background-color: #f2f2f2;
}

.cover-shop {
  width: 100%;
  height: 300px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.store-page .info-social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.store-page .info-social a {
  text-decoration: none;
  color: #4b5675;
}
.store-page .info-social a i {
  font-size: 20px;
}
.store-page .info-social span {
  background-color: #3dba08;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 15px;
}
@media (max-width: 768px) {
  .store-page .info-social {
    margin-top: 20px;
  }
}
.store-page .message-store {
  padding: 8px 0;
}
.store-page .message-store .container {
  display: flex;
  justify-content: space-between;
}
.store-page .message-store .container p {
  color: #fff;
  font-size: 13px !important;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.store-page .menu {
  border-top: 1px solid #e9ecf0;
  border-bottom: 1px solid #e9ecf0;
  padding: 15px 0;
}
.store-page .menu-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.store-page .menu-area ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.store-page .menu-area ul li {
  list-style: none;
}
.store-page .menu-area ul li a {
  text-decoration: none;
  text-wrap-mode: nowrap;
  color: #4b5675;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  padding: 8px 12px;
  background: rgb(226, 226, 226);
}
.store-page .menu-area p {
  margin: 0;
}
@media (max-width: 768px) {
  .store-page .menu-area {
    flex-direction: column;
  }
  .store-page .menu-area ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
    overflow-x: scroll;
    width: 100%;
    padding-bottom: 10px;
  }
}
.store-page .top-header-full {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.store-page .top-header-full .logo-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.store-page .top-header-full .logo-area .logo-store {
  object-fit: cover;
  object-position: center;
  max-width: 300px;
  height: 150px;
  border-radius: 12px;
}
.store-page .top-header-full .logo-area .store-name {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 8px;
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 0;
  line-height: 1;
}
.store-page .top-header-full .logo-area .store-name i {
  font-size: 20px;
  color: #1d9bf0;
}
@media (max-width: 768px) {
  .store-page .top-header-full .logo-area .store-name {
    font-size: 24px;
    justify-content: center;
  }
}
.store-page .top-header-full .logo-area .card-text {
  font-size: 15px;
  max-width: 350px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .store-page .top-header-full .logo-area .card-text {
    max-width: 90%;
    margin: 0 auto;
    font-weight: 400;
    color: #6c757d;
  }
}
@media (max-width: 768px) {
  .store-page .top-header-full .logo-area {
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}
.store-page .top-header-full form input {
  width: 300px;
  max-width: 100%;
  height: 50px;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 400;
  color: #495057;
}
@media (max-width: 768px) {
  .store-page .top-header-full form {
    width: 90%;
    margin-top: 16px;
  }
  .store-page .top-header-full form input {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .store-page .top-header-full {
    flex-direction: column;
  }
}
.store-page .banner-area {
  margin-bottom: 30px;
  margin-top: 30px;
}
.store-page .banner-area img {
  border-radius: 8px;
}
.store-page .category-section {
  margin-bottom: 60px;
  margin-top: 20px;
}
.store-page .category-title {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .store-page .category-title {
    font-size: 24px;
  }
}
.store-page .product-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.store-page .product-content .carousel-item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
  object-position: center;
}
.store-page .product-content .product-details {
  padding: 20px;
}
.store-page .product-item {
  margin-bottom: 20px;
}
.store-page .product-item button {
  width: 100%;
  display: grid;
  grid-template-columns: 120px auto;
  gap: 10px;
  align-items: center;
  justify-content: start;
  text-align: start;
  padding: 10px;
  background-color: #fff;
  border: none;
}
.store-page .product-item button h5 {
  font-size: 16px;
  color: #4b5675;
}
.store-page .product-item button p {
  font-size: 16px;
  font-weight: 500;
}
.store-page .product-item a {
  text-decoration: none;
  color: #000;
}
.store-page .product-item:hover {
  cursor: pointer;
}
.store-page .product-item .product-body h5 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  color: #4b5675;
}
.store-page .product-item .product-body .product-price {
  color: #4b5675;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px !important;
}
.store-page .product-item img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  object-position: center;
}
.store-page .product-item button {
  font-size: 15px;
  border-radius: 16px;
}

#productModal .modal-dialog {
  max-width: 940px;
}
#productModal .modal-body {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}
#productModal .modal-body .variation-options .form-check .form-check-input {
  margin-left: 0px;
}
@media (max-width: 768px) {
  #productModal .modal-body {
    grid-template-columns: 1fr;
  }
}
#productModal .group-quantity input {
  background-color: #f2f2f2 !important;
  border: 1px solid #f2f2f2 !important;
  text-align: center;
}

.cart-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  color: #fff;
  border-radius: 12px;
  height: 50px;
  width: 420px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
}
.cart-btn i {
  font-size: 24px;
}
.cart-btn .cart-badge {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #3dba08;
  color: white;
  border-radius: 50%;
  width: 35px;
  font-size: 15px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cart-btn {
    width: 80%;
  }
}

#productDialog {
  padding: 20px;
  max-width: 900px;
  border: none;
  border-radius: 12px;
}
#productDialog .variations-list {
  margin-bottom: 20px;
}
#productDialog .variations-list .form-check {
  margin-bottom: 10px;
}
#productDialog .input-group {
  justify-content: center;
}
#productDialog .input-group input {
  max-width: 80px;
  text-align: center;
  border: none;
}
#productDialog .btn-qty {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
#productDialog .btnAddToCart {
  height: 50px;
}
#productDialog .desc-prod {
  max-height: 240px;
  overflow-y: auto;
}
#productDialog .modal-header {
  justify-content: end;
}
#productDialog .modal-header button {
  color: #adb5bd;
  border: none;
  background: none;
  font-size: 24px;
}
#productDialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

#splide2 .splide__slide {
  width: 410px;
  height: 513px;
}
#splide2 .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
@media (max-width: 768px) {
  #splide2 .splide__slide {
    width: 100%;
    height: 420px;
  }
}

#productDialogBody {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  #productDialogBody {
    grid-template-columns: 1fr;
  }
}

#cartModal #cartItemsContainer {
  padding: 20px 0;
  padding-top: 0px;
  max-height: 300px;
  overflow-y: auto;
}
#cartModal #cartItemsContainer .cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 65px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin-bottom: 10px;
}
#cartModal #cartItemsContainer .cart-item .btns-quantity {
  display: flex;
  align-items: center;
  gap: 5px;
}
#cartModal #cartItemsContainer .cart-item button {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #adb5bd;
  border-color: #adb5bd;
  color: #333;
}
#cartModal #cartItemsContainer .cart-item p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #cartModal #cartItemsContainer {
    max-height: 300px;
  }
}
#cartModal #cartTotal {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -1px;
  margin-bottom: 16px;
  padding: 10px 0 12px;
  border-bottom: 1px solid #e9ecf0;
}
#cartModal #checkoutButton {
  height: 50px;
}

.footer-store {
  background: #fff;
  padding: 40px 0 120px;
}
.footer-store p {
  font-size: 14px;
}
.footer-store p:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=store.css.map */