@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
  --primary-color: #000 !important;
  --secondary-color: #e3e0d7 !important;
  --danger-color: #e74c3c !important;
  --text-color: #2c3e50 !important;
  --background-color: #ffffff !important;

  --font-size-base: 15px !important;
  --font-size-large: 1.5rem !important;
  --font-size-small: 0.875rem !important;

  --line-height: 1.5rem !important;

  --font-weight-normal: 400 !important;
  --font-weight-medium: 500 !important;
  --font-weight-semi-bold: 600 !important;
  --font-weight-bold: 700 !important;

  --background-main: #ffffff !important;
  --background-alt: #f5f5f5 !important;

  --spacing-small: 8px !important;
  --spacing-medium: 16px !important;
  --spacing-large: 32px !important;

  --font-family: "Inter", sans-serif !important;
}

html {
  font-size: var(--font-size-base);
  line-height: var(--line-height);
  font-weight: var(--font-weight-medium);
}
body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    color: #111;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    color: #111;
}

h1 {
    font-weight: 600;
    font-size: clamp(28px, 5vw, 44px);
    letter-spacing: -0.05em;
    line-height: 1.2;
}

h2 {
    font-weight: 600;
    font-size: clamp(22px, 4vw, 24px);
    line-height: 1.3;
    letter-spacing: -0.04em;
}

h3 {
    font-weight: 500;
    font-size: clamp(18px, 3.5vw, 22px);
    letter-spacing: -0.03em;
    line-height: 1.3;
}


.body-text {
    font-size: clamp(14px, 3vw, 16px);
    line-height: 1.5rem;
    font-weight: 700;
}

.button,
.letter-button {
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.button {
    font-size: clamp(16px, 3.5vw, 18px);
    padding: 12px 28px;
    border-radius: 30px;
    border: none;
    display: inline-block;
    background-color: #000;
    color: #fff;
}

.button:hover {
    background-color: #222;
    transform: translateY(-2px);
}

.letter-button {
    background: none;
    border: none;
    color: #111;
    font-size: clamp(16px, 3.5vw, 18px);
}

.letter-button:hover {
    color: #000;
}

.detailed-text {
    font-weight: 400;
    font-size: clamp(12px, 2.5vw, 14px);
    line-height: 1.4;
}


span,
p,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
  font-family: var(--font-family) !important;
}
.container,
.container-lg,
.container-md,
.container-sm {
  max-width: 1440px !important;
}

.main_bar {
  padding: 15px 0px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #eeeeee;
}

.header_logo {
  display: flex;
  align-items: center;
  height: 100%;
}

.main_bar .navbar {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.navbar-nav {
  gap: 0.5rem;
}

.dropdown-menu {
  padding: 20px 8px;
  border: none;
  box-shadow: 0 6px 10px #a8a7941a, 0 3px 20px #a8a79426;
}

li.nav-item a {
  color: #2f2e0c;
  padding: 0.6rem 1rem !important;
  font-size: 1rem;
  border-radius: 3px;
}

li.nav-item a:hover {
  background-color: #efefeb;
  color: #2f2e0c;
}

li.nav-item a:focus {
  background-color: #efefeb;
  color: #2f2e0c;
}

/* .login_btn {
    display: flex;
    gap    : 12px;
} */

.btn {
  padding: 10px 15px !important;
}
.dropdown-menu {
  left: 0;
  padding: 10px !important;
}

.login_btn a {
  border: 1px solid #e0e0d7;
  padding: 0.5rem 1.25rem;
  border-radius: 4px;
  color: #2f2e0c;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
}

.login_btn a:hover {
  background-color: #eddcc2;
  color: #2f2e0c;
}

.login_btn a.signup_btn {
  background-color: #000;
  border: none;
}

.login_btn a.signup_btn:hover {
  background-color: #f1d6ac;
  color: #2f2e0c;
}

.nav_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-group-flush p {
  text-transform: capitalize !important;
  font-size: 18px;
  font-weight: 600;
}

.list-group-flush a.list-group-item {
  border: none;
}

a.dropdown-item img {
  display: block;
  margin-bottom: 10px;
}

.footer_section {
  padding: 80px 0px 20px 0px;
  background-color: #000;
}

.useful_links h4 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.useful_links ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.useful_links ul li {
  list-style: none;
}

.useful_links ul li a {
  text-decoration: none;
  color: #fff;
}

.copyrights_section {
  background-color: #f5f5f0;
  padding: 2.25rem 0 1.5rem;
}

.copyrights_inner ul li {
  list-style: none;
}

.copyrights_inner ul li a {
  color: #2f2e0c;
}

@media screen and (max-width: 1175px) {
  li.nav-item a {
    padding: 0.6rem 0.4rem !important;
  }

  .navbar-nav {
    gap: 0.2rem;
  }
}

@media screen and (max-width: 992px) {
  .nav_bar {
    justify-content: end;
    flex-direction: row-reverse;
  }

  .collapse.navbar-collapse {
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 72px;
    z-index: 99;
    width: 100%;
  }

  .navbar {
    position: unset !important;
  }

  button.navbar-toggler:focus {
    border: none;
    box-shadow: none;
  }

  .navbar-nav {
    padding: 0px 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .footer_section {
    padding: 40px 0px 40px 0px;
  }

  .useful_links {
    margin-top: 20px;
  }

  .footer_section .row.pb-5 {
    padding: 0px !important;
  }

  .footer_logo {
    padding: 20px 0px;
  }

  .copyrights_inner ul {
    flex-wrap: wrap;
  }

  .copyrights_section {
    padding: 0.25rem 0rem;
  }
}

@media screen and (max-width: 480px) {
  .nav_bar .container-fluid {
    margin: 0;
    padding: 0px 10px;
  }

  .header_logo img {
    width: 100%;
  }

  .collapse.navbar-collapse {
    top: 62px;
  }
}

small,
.small-bold {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.products_section {
  padding: 50px 0px;
}

span.like_icon a {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  color: #2f2e0c;
  border-radius: 3px;
  background-color: #fff;
  display: inline-block;
  padding: 8px 12px;
}

/* .product_box_inner_img img {
  width: 100%;
  height: 100%;
  min-height: 300px !important;
} */

.product_box_inner_text small {
  font-size: 0.875rem;
  color: #64634a;
  line-height: 1.25rem;
}

.product_box_inner_text small.text_small {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #2f2e0c;
}

.datil_product {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.datil_product ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.datil_product ul li {
  list-style: none;
  position: relative;
  color: #64634a;
}

.datil_product ul li:after {
  content: ".";
  display: block;
  position: absolute;
  right: -8px;
  top: 6px;
  font-size: 26px;
  color: #64634a;
  line-height: 0;
}

@media screen and (max-width: 1024) {
  html {
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
}
.g_id_signin > div {
  display: flex;
  justify-content: center;
}
h1.product_name{
  margin-top: 2rem;
}