/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@import url('/assets/css/vendors/metropolis.min.css');
@import url('/assets/css/vendors/remixicon.css');
@import url('/assets/css/vendors/swiper-bundle.min.css');
@import url('/assets/css/vendors/bootstrap.min.css');
@import url('/assets/css/style.css');

:root {
  --font-geist-sans: 'Geist Sans', sans-serif;
  --font-geist-mono: 'Geist Mono', monospace;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-geist-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Custom container styles */
.custom-container {
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 0 15px; */
}

/* Section spacing */
.section-t-space {
  padding-top: 30px;
}

.section-b-space {
  padding-bottom: 30px;
}

/* Header styles */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.head-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Search section */
.search-section {
  background-color: #f8f9fa;
  padding: 15px 0;
}

.search-head {
  position: relative;
}

.form-input {
  position: relative;
}

.search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
}

/* Fixed Header Styles */
.fixed-top {
  position: fixed;
  top: 0;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  width: 100%;
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 2;
  max-width: 600px;
}

.fixed-top .custom-container {
  max-width: 480px;
  margin: 0 auto;
  padding: 0.5rem 1rem;
}

.fixed-top .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
}

.fixed-top .logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.fixed-top .logo img {
  height: 24px;
  width: auto;
}

.fixed-top .logo span {
  font-size: 1rem;
  font-weight: 600;
}

.fixed-top .search-box {
  flex: 1;
  min-width: 0;
}

.fixed-top .form-input {
  position: relative;
}

.fixed-top .search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}

.fixed-top .form-control {
  width: 100%;
  padding: 0.5rem 2rem 0.5rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid #e9ecef;
  background-color: #f8f9fa;
  font-size: 0.875rem;
}

.fixed-top .header-actions {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

.fixed-top .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 0.5rem;
  background-color: #f8f9fa;
  border: none;
  color: #333;
  text-decoration: none;
}

.fixed-top .btn i {
  font-size: 1.25rem;
}

/* Content Wrapper Styles */
.content-wrapper {
  margin-top: 3.5rem;
  padding-bottom: 4rem;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

/* Bottom Navbar Styles */
.navbar-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1030;
  width: 100%;
}

.navbar-menu .custom-container {
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
}

.navbar-menu ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 0;
}

.navbar-menu li {
  flex: 1;
  text-align: center;
}

.navbar-menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
  color: #666;
  text-decoration: none;
}

.navbar-menu a.active {
  color: #007bff;
}

.navbar-menu img {
  height: 24px;
  width: auto;
  margin-bottom: 0.25rem;
}

.navbar-menu span {
  font-size: 0.75rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .custom-container {
    /* padding: 0 10px; */
  }
  
  .section-t-space {
    padding-top: 20px;
  }
  
  .section-b-space {
    padding-bottom: 20px;
  }
}
/* Ensure the aspect ratio is square */
.categories-img {
  object-fit: cover;  /* Maintain image aspect ratio while filling space */
  width: 100%; /* Ensure image fills the container */
  height: 100%; /* Maintain square ratio */
}

.swiper-wrapper.ratio_square {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.wifi-image{
  border: 0px !important;
}
.main-content{
  margin-top: 45px;
}

.header-menu{
  height: 60px;
  margin-top: 15px !important;
}
.banner-img{
  border-radius: 10px;
}

@media (max-width: 767px) {
  .fixed-top {
    max-width: 100%;
  }
  
}

.notification-content{
  margin-left: 0px !important;
}
.google-style-navbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: white;
  box-shadow: 0 -1px 5px rgba(0,0,0,0.1);
  padding-bottom: env(safe-area-inset-bottom); /* Safe for iOS */
  z-index: 100;
  max-width: 600px;
}

.nav-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  position: relative;
}

.nav-list li {
  flex: 1;
  text-align: center;
}

.icon img {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
}

.icon span {
  font-size: 12px;
  color: #888;
}

.mic-button {
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 101;
}

.mic-button img {
  width: 30px;
  height: 30px;
}


.mic-icon-circle {
  background: white;
  border-radius: 50%;
  padding: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mic-icon-circle img {
  width: 30px;
  height: 30px;
}
.mic-button a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.mic-button span {
  font-size: 12px;
  color: #888;
  margin-top: 9px;
}
body {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding-bottom: 60px; /* To prevent content being hidden behind bottom nav */
  height: auto !important;
}

.location-btn{
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 50%;
  padding: 2px;
  width: 30px;
  height: 30px;
}

.row {
  display: grid !important;
  grid-template-columns: 1fr; /* or repeat(3, 1fr) for 3 columns */
  align-items: start !important;
}

.col-12, .vertical-product-box {
  align-self: flex-start !important;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.vertical-product-box img,
.vertical-box-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./components/shared/shared.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
/* Topbar Component Styles */
.topbar-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 200px;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: 1000;
  animation: dropdownFade 0.2s ease-out;
}

.topbar-dropdown-item {
  display: block;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-decoration: none;
  transition: background-color 0.2s;
}

.topbar-dropdown-item:hover {
  background-color: #f8f9fa;
  color: #16181b;
  text-decoration: none;
}

@keyframes dropdownFade {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Show class for dropdown visibility */
.topbar-dropdown.show {
  display: block;
}

/* Add more shared component styles below as needed */

.cart-link {
  position: relative;
  display: inline-block;
}

.cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: rgb(var(--theme-color));
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.header-actions{
  align-items: end;
}
