* {
  box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
body {
  margin: 0;
}
:root {
  --gjs-t-color-primary: #f16676;
  --gjs-t-color-secondary: #334155;
  --gjs-t-color-accent: #f43f5e;
  --gjs-t-color-success: #10b981;
  --gjs-t-color-warning: #f59e0b;
  --gjs-t-color-error: #ef4444;
}
html {
  scroll-behavior: smooth;
}
.gjs-t-body {
  background-color: #fff8f3;
  color: #1f2937;
  font-size: 16px;
  line-height: 1.7;
  font-family: "Noto Sans KR", system-ui, -apple-system, Segoe UI, Roboto,
    Helvetica, Arial, "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic",
    sans-serif;
}
.gjs-t-h1 {
  color: #1f2937;
  font-size: 48px;
  line-height: 1.15;
  font-family: "Poppins", "Noto Sans KR", sans-serif;
  font-weight: 700;
}
.gjs-t-h2 {
  color: #1f2937;
  font-size: 32px;
  line-height: 1.25;
  font-family: "Poppins", "Noto Sans KR", sans-serif;
  font-weight: 700;
}
.gjs-t-button {
  background-color: var(--gjs-t-color-primary);
  color: #ffffff;
  border-radius: 12px;
}
.gjs-t-link {
  color: var(--gjs-t-color-primary);
  text-decoration: none;
}
.gjs-t-border {
  border-radius: 12px;
  border-color: #e5e7eb;
}
*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
:-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
.navbar-container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.brand-icon {
  width: 1.75rem;
  height: 1.75rem;
  object-fit: cover;
  border-radius: 9999px;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}
.brand-name {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: rgb(31 41 55 / 1);
}
.navbar-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.navbar-link {
  color: rgb(51 65 85 / 1);
}
.navbar-link:hover {
  color: var(--gjs-t-color-primary);
}
.nav-link {
  color: rgb(55 65 81 / 1);
}
.nav-link:hover {
  color: var(--gjs-t-color-primary);
  text-decoration-line: underline;
}
.nav-link-cart {
  font-size: 0.875rem;
  line-height: 1.25rem;
  position: relative;
  color: rgb(55 65 81 / 1);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.nav-link-cart:hover {
  text-decoration-line: underline;
  color: var(--gjs-t-color-primary);
}
.cart-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.cart-count-badge {
  margin-left: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / 1);
  background-color: var(--gjs-t-color-primary);
  border-radius: 9999px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.mobileMenuToggle {
  display: none;
  cursor: pointer;
  font-size: 1.5rem;
  background: none;
  border: none;
}
.header-navbar {
  width: 100%;
  border-bottom-width: 1px;
  border-color: rgb(229 231 235 / 1);
  background-color: rgb(255 255 255 / 0.7);
  backdrop-filter: blur(4px);
  position: sticky;
  top: 0px;
  z-index: 50;
}
.hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  align-items: center;
}
.hero-content {
  grid-column: span 6 / span 6;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1 1 0%;
  justify-content: center;
}
.hero-title {
  margin-bottom: 1.5rem;
}
.hero-subtitle {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(55 65 81 / 1);
  margin-bottom: 2rem;
}
.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cta-shop-now {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.cta-shop-now:hover {
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 1px 2px 0 rgb(0 0 0 / 0.05);
  background-color: rgb(225 29 72 / 1);
  opacity: 0.9;
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--gjs-t-color-primary);
}
.cta-contact {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  border-radius: 0.75rem;
  border-width: 1px;
  background-color: rgb(255 255 255 / 1);
  color: rgb(31 41 55 / 1);
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.cta-contact:hover {
  color: var(--gjs-t-color-primary);
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
  border-color: var(--gjs-t-color-primary);
}
.hero-phone-info {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgb(75 85 99 / 1);
}
.phone-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.hero-image-wrapper {
  grid-column: span 6 / span 6;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
.hero-image {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
.home-hero-section {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.home-features-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
.feature-card {
  padding: 1.5rem;
  border-radius: 0.75rem;
  border-width: 1px;
  background-color: rgb(255 255 255 / 1);
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.feature-card:hover {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
}
.feature-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: rgb(31 41 55 / 1);
  margin-bottom: 0.5rem;
}
.feature-description {
  color: rgb(55 65 81 / 1);
}
.about-section {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: rgb(255 255 255 / 1);
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(229 231 235 / 0.7);
}
.about-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.about-title {
  margin-bottom: 0.75rem;
}
.about-intro {
  color: rgb(55 65 81 / 1);
}
.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
}
.about-image-wrapper {
  border-radius: 1rem;
  overflow: hidden;
  border-width: 1px;
}
.about-image {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.about-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.about-card {
  background-color: rgb(255 255 255 / 1);
  border-radius: 0.75rem;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-width: 1px;
}
.about-card-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: rgb(31 41 55 / 1);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.info-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.about-card-text {
  color: rgb(55 65 81 / 1);
}
.location-card {
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
  padding: 1.5rem;
  background-color: rgb(255 255 255 / 1);
}
.location-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: rgb(31 41 55 / 1);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.map-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.location-text {
  color: rgb(55 65 81 / 1);
}
.map-image-wrapper {
  margin-top: 1rem;
  border-radius: 0.75rem;
  overflow: hidden;
  border-width: 1px;
}
.map-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.product-section {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.product-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 1.5rem;
}
.product-title {
  margin-bottom: 0.5rem;
}
.product-subtitle {
  color: rgb(55 65 81 / 1);
}
.view-cart-button {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(209 213 219 / 1);
  color: rgb(31 41 55 / 1);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.view-cart-button:hover {
  border-color: var(--gjs-t-color-primary);
  color: var(--gjs-t-color-primary);
}
.view-cart-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
.product-card {
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
  background-color: rgb(255 255 255 / 1);
  overflow: hidden;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  flex-direction: column;
}
.product-card:hover {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
}
.product-image-wrapper {
  height: 220px;
  overflow: hidden;
}
.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.product-name {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: rgb(31 41 55 / 1);
}
.product-description {
  color: rgb(55 65 81 / 1);
}
.product-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-price {
  color: var(--gjs-t-color-success);
  font-weight: 600;
}
.add-to-cart-button {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  outline-style: solid;
  outline-width: 1px;
  outline-color: transparent;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.add-to-cart-button:hover {
  outline-color: var(--gjs-t-color-primary);
  filter: brightness(0.95);
  background-color: color-mix(in oklab, var(--gjs-t-color-primary) 85%, white);
  outline-style: solid;
  outline-width: 2px;
  opacity: 0.9;
}
.cart-items-card {
  grid-column: span 2 / span 2;
  background-color: rgb(255 255 255 / 1);
  border-radius: 0.75rem;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
  padding: 1.5rem;
  border-width: 1px;
}
.cart-items-header {
  padding: 1.25rem;
  border-bottom-width: 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-items-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: rgb(31 41 55 / 1);
}
.clear-cart-button {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: 0.5rem;
  border-width: 1px;
  background-color: rgb(255 255 255 / 1);
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  color: rgb(55 65 81 / 1);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.clear-cart-button:hover {
  color: var(--gjs-t-color-error);
  border-color: var(--gjs-t-color-error);
}
.cart-items-container {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cart-items-container li {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cart-total-row {
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
}
.cart-total-label {
  font-weight: 500;
  color: rgb(31 41 55 / 1);
}
.cart-total-value {
  font-weight: 600;
  color: var(--gjs-t-color-success);
}
.order-now-button {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  outline-style: solid;
  outline-width: 1px;
  outline-color: transparent;
  width: 100%;
  justify-content: center;
}
.order-now-button:hover {
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 1px 2px 0 rgb(0 0 0 / 0.05);
  background-color: color-mix(in oklab, var(--gjs-t-color-primary) 85%, white);
  outline-color: var(--gjs-t-color-primary);
  filter: brightness(0.95);
  outline-style: solid;
  outline-width: 2px;
  opacity: 0.9;
}
.order-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.customer-form-card {
  grid-column: span 5 / span 5;
  background-color: rgb(255 255 255 / 1);
  border-radius: 0.75rem;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
  padding: 1.5rem;
  border-width: 1px;
  overflow: hidden;
}
.customer-form-header {
  padding: 1.25rem;
  border-bottom-width: 1px;
}
.customer-form-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: rgb(31 41 55 / 1);
  margin-bottom: 0.75rem;
}
.customer-details-form {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 12px;
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
  background-color: rgb(255 255 255 / 1);
}
.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.form-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: rgb(17 24 39 / 1);
}
.form-input-name {
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: rgb(255 255 255 / 1);
  color: rgb(17 24 39 / 1);
}
.form-input-name::placeholder {
  color: rgb(156 163 175 / 1);
}
.form-input-name:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
  border-color: rgb(253 164 175 / 1);
}
.form-input-phone {
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: rgb(255 255 255 / 1);
  color: rgb(17 24 39 / 1);
}
.form-input-phone::placeholder {
  color: rgb(156 163 175 / 1);
}
.form-input-phone:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
  border-color: rgb(253 164 175 / 1);
}
.form-help {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(75 85 99 / 1);
}
.form-input-address {
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: rgb(255 255 255 / 1);
  color: rgb(17 24 39 / 1);
}
.form-input-address::placeholder {
  color: rgb(156 163 175 / 1);
}
.form-input-address:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
  border-color: rgb(253 164 175 / 1);
}
.whatsapp-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgb(75 85 99 / 1);
  margin-top: 0.5rem;
}
.whatsapp-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.footer {
  margin-top: 4rem;
  border-top-width: 1px;
  width: 100%;
  border-color: rgb(229 231 235 / 1);
  background-color: rgb(255 255 255 / 1);
}
.footer-container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.footer-icon {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: cover;
  border-radius: 9999px;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}
.footer-brand-name {
  font-weight: 600;
  color: rgb(17 24 39 / 1);
}
.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
.footer-column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-column-title {
  color: rgb(31 41 55 / 1);
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.footer-text {
  color: rgb(55 65 81 / 1);
}
.footer-link {
  color: rgb(55 65 81 / 1);
}
.footer-link:hover {
  color: var(--gjs-t-color-primary);
}
.footer-bottom-border {
  border-top-width: 1px;
}
.footer-bottom {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  color: rgb(75 85 99 / 1);
}
.section-anchor {
  scroll-margin-top: 80px;
}
.qty-btn {
  padding: 0.5rem 0.75rem;
  border-radius: 0.75rem;
  padding: 0.5rem;
  min-width: 40px;
  min-height: 40px;
}
.sidebar-links {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 250px;
  z-index: 999;
  background-color: #e5e7eb;
  backdrop-filter: blur(8px);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  padding: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.sidebar-links.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.sidebar-links a {
  font-size: 1.2rem;
  color: #374151;
  width: 100%;
}

/* ===== MOBILE RESPONSIVENESS ===== */

/* Extra Small Devices (Mobile phones: 320px and up) */
@media screen and (max-width: 480px) {
  /* Navbar */
  .navbar-container {
    padding: 0.5rem 1rem;
    flex-wrap: wrap;
  
  }
  
  .navbar-container{
    gap: 0.5rem;
    

  }

  .brand-link {
    flex: 1;
    min-width: 150px;
    text-align: center;
    margin-left: 20%;
  }

  .brand-icon {
    width: 32px;
    height: 32px;
    text-align: center;
  }

  .brand-name {
    font-size: 16px;
    margin-left: 0.5rem;
  }

  .navbar-links {
    width: 100%;
    position: static;
    background: transparent;
    flex-direction: row;
    padding: 0.5rem 0;
    max-height: none;
    overflow: visible;
    gap: 1px;
    display: flex;
    justify-content: space-between;
  }

  .navbar-links.active {
    display: flex;
  }

  .nav-link,
  .nav-link-cart {
    font-size: 13px;
    padding: 0.5rem;
    margin: 0 0.25rem;
  }

  .mobileMenuToggle {
    display: block;
    font-size: 24px;
    cursor: pointer;
    padding: 0.5rem;
    margin-left: auto;
  }

  /* Hero Section */
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .hero-title {
    font-size: 24px;
    line-height: 1.3;
  }

  .hero-subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin: 0.75rem 0;
  }

  .hero-cta-group {
    flex-direction: column;
    gap: 0.75rem;
  }

  .cta-shop-now,
  .cta-contact {
    width: 100%;
    padding: 0.75rem;
    font-size: 14px;
  }

  .hero-image-wrapper {
    min-height: 250px;
  }

  .hero-image {
    height: 250px;
  }

  .phone-icon {
    width: 16px;
    height: 16px;
  }

  .hero-contact-info {
    font-size: 12px;
    gap: 0.5rem;
  }

  /* Features Grid */
  .home-features-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .feature-card {
    padding: 1.25rem;
  }

  .feature-title {
    font-size: 16px;
    margin-bottom: 0.5rem;
  }

  .feature-description {
    font-size: 13px;
    line-height: 1.4;
  }

  /* About Section */
  .about-header {
    margin-bottom: 1.5rem;
  }

  .about-title {
    font-size: 27px;
    line-height: 1.3;
    padding-right: 20px;
  }

  .about-intro {
    font-size: 14px;
    margin-top: 0.75rem;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .about-image-wrapper {
    min-height: 250px;
  }

  .about-image {
    height: 250px;
  }

  .about-content {
    flex-direction: column;
    gap: 1rem;
  }

  .about-card,
  .location-card {
    padding: 1rem;
  }

  .about-card-title,
  .location-title {
    font-size: 15px;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .info-icon,
  .map-icon {
    width: 18px;
    height: 18px;
  }

  .about-card-text,
  .location-text {
    font-size: 13px;
    line-height: 1.4;
  }

  .map-image-wrapper {
    min-height: 200px;
    margin-top: 0.75rem;
  }

  .map-image {
    height: 200px;
  }

  /* Product Section */
  .product-header {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
    
  }

  .product-title {
    font-size: 22px;
  }

  .product-subtitle {
    font-size: 13px;
  }

  .view-cart-button {
    width: 100%;
    justify-content: center;
    gap: 0.5rem;
  }

  .view-cart-icon {
    width: 16px;
    height: 16px;
  }

  .product-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    height: auto;
    
  }

  .product-card {
    padding: 0.75rem;
  }

  .product-image-wrapper {
    min-height: 180px;
    width: 100%;
  }

  .product-image {
    height: 180px;
  }

  .product-info {
    padding: 0.75rem 0;
  }

  .product-name {
    font-size: 14px;
    margin-bottom: 0.25rem;
  }

  .product-description {
    font-size: 12px;
    line-height: 1.3;
  }

  .product-price-row {
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
  }

  .product-price {
    font-size: 16px;
  }

  .add-to-cart-button {
    width: 100%;
    padding: 0.6rem;
    font-size: 12px;
  }

  /* Cart Section */
  .cart-items-card {
    margin: 1.5rem auto;
    padding: 1rem;
    max-width: 100%;
    border-radius: 8px;
  }

  .cart-items-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
  }

  .cart-items-title {
    font-size: 18px;
  }

  .clear-cart-button {
    padding: 0.5rem 1rem;
    font-size: 12px;
  }

  .cart-items-container {
    margin: 1rem 0;
  }

  .cart-items-container li {
    padding: 0.75rem !important;
    flex-direction: column;
    gap: 0.75rem;
  }

  .qty-btn {
    padding: 0.4rem 0.6rem !important;
    font-size: 12px;
  }

  .cart-total-row {
    padding: 1rem;
    font-size: 16px;
    margin: 1rem 0;
  }

  /* Contact Form */
  .customer-form-card {
    margin: 1.5rem auto;
    padding: 1rem;
    max-width: 100%;
  }

  .customer-form-header {
    margin-bottom: 1rem;
  }

  .customer-form-title {
    font-size: 18px;
  }

  .customer-details-form {
    gap: 1rem;
  }

  .form-field {
    flex-direction: column;
    gap: 0.5rem;
  }

  .form-label {
    font-size: 14px;
    font-weight: 600;
  }

  .form-input-name,
  .form-input-phone,
  .form-input-address {
    padding: 0.75rem;
    font-size: 14px;
    width: 100%;
  }

  .form-input-address {
    resize: vertical;
    min-height: 100px;
  }

  .form-help {
    font-size: 11px;
  }

  .order-now-button {
    width: 100%;
    padding: 0.75rem;
    font-size: 14px;
    gap: 0.5rem;
    justify-content: center;
  }

  .order-icon {
    width: 18px;
    height: 18px;
  }

  .whatsapp-info {
    justify-content: center;
    gap: 0.5rem;
    font-size: 12px;
    margin-top: 0.75rem;
  }

  .whatsapp-icon {
    width: 16px;
    height: 16px;
  }

  /* Footer */
  .footer-container {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }

  .footer-brand {
    justify-content: center;
  }

  .footer-icon {
    width: 24px;
    height: 24px;
  }

  .footer-brand-name {
    font-size: 16px;
    
  }

  .footer-links-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .footer-column {
    text-align: center;
  }

  .footer-column-title {
    font-size: 19px;
    margin-bottom: 0.5rem;
  }

  .footer-link,
  .footer-text {
    font-size: 12px;

  }

  .footer-bottom {
    font-size: 11px;
    text-align: center;
    padding: 0.75rem;
  }
}

/* Small Devices (Landscape mobiles: 481px - 768px) */
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* Navbar */
  .navbar-container {
    padding:  1.25rem;
    width: 100%;}

  .brand-icon {
    width: 40px;
    height: 40px;
  }

  .brand-name {
    font-size: 18px;
  }

  .nav-link,
  .nav-link-cart {
    font-size: 14px;
    padding: 0.6rem 0.8rem;
  }

  .mobileMenuToggle {
    font-size: 28px;
  }

  /* Hero Section */
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-subtitle {
    font-size: 15px;
  }

  .hero-cta-group {
    flex-direction: row;
    gap: 1rem;
  }

  .cta-shop-now,
  .cta-contact {
    flex: 1;
    padding: 0.75rem 1.5rem;
  }

  .hero-image-wrapper {
    min-height: 300px;
  }

  .hero-image {
    height: 300px;
  }

  /* Features Grid */
  .home-features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .feature-card {
    padding: 1.5rem;
  }

  .feature-title {
    font-size: 16px;
  }

  /* About Section */
  .about-title {
    font-size: 26px;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-image-wrapper {
    min-height: 300px;
  }

  /* Product Section */
  .product-title {
    font-size: 26px;
  }

  .product-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }

  .product-image-wrapper {
    min-height: 200px;
  }

  .product-image {
    height: 200px;
  }

  .product-price-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .add-to-cart-button {
    padding: 0.6rem 0.8rem;
    font-size: 13px;
  }

  /* Cart & Contact */
  .cart-items-card,
  .customer-form-card {
    max-width: 95%;
    margin: 2rem auto;
    padding: 1.5rem;
  }

  .form-input-name,
  .form-input-phone,
  .form-input-address {
    padding: 0.8rem;
    font-size: 14px;
  }

  /* Footer */
  .footer-links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Medium Devices (Tablets: 769px - 1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .navbar-container {
    padding: 1.25rem 1.5rem;
  }

  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }

  .hero-title {
    font-size: 32px;
  }

  .home-features-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .product-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .footer-links-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Large Devices (Desktop: 1025px and up) */
@media screen and (min-width: 1025px) {
  /* Desktop defaults - your original CSS applies */
}

/* Utility Classes for Mobile */
@media screen and (max-width: 768px) {
  .hidden-mobile {
    display: none !important;
  }

  .show-mobile {
    display: block !important;
  }

  /* Text sizing */
  .text-mobile-sm {
    font-size: 12px;
  }

  .text-mobile-base {
    font-size: 14px;
  }

  .text-mobile-lg {
    font-size: 16px;
  }

  /* Padding utilities */
  .p-mobile-sm {
    padding: 0.5rem;
  }

  .p-mobile-md {
    padding: 1rem;
  }

  .p-mobile-lg {
    padding: 1.5rem;
  }

  /* Margin utilities */
  .m-mobile-sm {
    margin: 0.5rem;
  }

  .m-mobile-md {
    margin: 1rem;
  }

  .m-mobile-lg {
    margin: 1.5rem;
  }
}
