* {
  font-family: "Onest", serif;
}

/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;

@layer theme {

  :root,
  :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
      'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
      monospace;
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {

  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }

  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b,
  strong {
    font-weight: bolder;
  }

  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-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;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol,
  ul,
  menu {
    list-style: none;
  }

  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }

  img,
  video {
    max-width: 100%;
    height: auto;
  }

  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;

      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button,
  input:where([type='button'], [type='reset'], [type='submit']),
  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}

@layer utilities {
  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .-right-16 {
    right: calc(var(--spacing) * -16);
  }

  .-left-16 {
    left: calc(var(--spacing) * -16);
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .z-\[90\] {
    z-index: 90;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .-mt-12 {
    margin-top: calc(var(--spacing) * -12);
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-7 {
    height: calc(var(--spacing) * 7);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-9 {
    height: calc(var(--spacing) * 9);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .h-20 {
    height: calc(var(--spacing) * 20);
  }

  .h-24 {
    height: calc(var(--spacing) * 24);
  }

  .h-44 {
    height: calc(var(--spacing) * 44);
  }

  .h-52 {
    height: calc(var(--spacing) * 52);
  }

  .h-72 {
    height: calc(var(--spacing) * 72);
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-3\/12 {
    width: calc(3/12 * 100%);
  }

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .w-7 {
    width: calc(var(--spacing) * 7);
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-9 {
    width: calc(var(--spacing) * 9);
  }

  .w-9\/12 {
    width: calc(9/12 * 100%);
  }

  .w-10 {
    width: calc(var(--spacing) * 10);
  }

  .w-24 {
    width: calc(var(--spacing) * 24);
  }

  .w-fit {
    width: fit-content;
  }

  .w-full {
    width: 100%;
  }

  .flex-shrink-0 {
    flex-shrink: 0;
  }

  .-rotate-180 {
    rotate: calc(180deg * -1);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize-none {
    resize: none;
  }

  .snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }

  .snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
  }

  .snap-center {
    scroll-snap-align: center;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-row {
    flex-direction: row;
  }

  .items-center {
    align-items: center;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-start {
    justify-content: flex-start;
  }

  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }

  .overflow-auto {
    overflow: auto;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-full {
    border-radius: calc(infinity * 1px);
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .rounded-t-2xl {
    border-top-left-radius: var(--radius-2xl);
    border-top-right-radius: var(--radius-2xl);
  }

  .rounded-b-2xl {
    border-bottom-right-radius: var(--radius-2xl);
    border-bottom-left-radius: var(--radius-2xl);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-\[\#808080\]\/20 {
    border-color: color-mix(in oklab, #808080 20%, transparent);
  }

  .border-\[\#E5E7EB\] {
    border-color: #E5E7EB;
  }

  .bg-\[\#453729\] {
    background-color: #453729;
  }

  .bg-\[\#E5E7EB\] {
    background-color: #E5E7EB;
  }

  .bg-\[\#F0DDCC\] {
    background-color: #F0DDCC;
  }

  .bg-\[\#F3F4F6\] {
    background-color: #F3F4F6;
  }

  .bg-black\/20 {
    background-color: color-mix(in srgb, #000 20%, transparent);

    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }

  .bg-slate-300 {
    background-color: var(--color-slate-300);
  }

  .bg-transparent {
    background-color: transparent;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .object-cover {
    object-fit: cover;
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }

  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }

  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }

  .text-center {
    text-align: center;
  }

  .text-start {
    text-align: start;
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .text-\[\#0F172A\] {
    color: #0F172A;
  }

  .text-\[\#1F221B\] {
    color: #1F221B;
  }

  .text-\[\#261E17\] {
    color: #261E17;
  }

  .text-\[\#121212\] {
    color: #121212;
  }

  .text-\[\#453729\] {
    color: #453729;
  }

  .text-\[\#666666\] {
    color: #666666;
  }

  .text-\[\#F3F4F6\] {
    color: #F3F4F6;
  }

  .text-\[\#FDFBEF\] {
    color: #FDFBEF;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .placeholder\:text-\[\#808080\] {
    &::placeholder {
      color: #808080;
    }
  }

  .md\:grid-cols-4 {
    @media (width >=48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  .lg\:block {
    @media (width >=64rem) {
      display: block;
    }
  }

  .lg\:grid {
    @media (width >=64rem) {
      display: grid;
    }
  }

  .lg\:h-96 {
    @media (width >=64rem) {
      height: calc(var(--spacing) * 96);
    }
  }

  .lg\:w-1\/2 {
    @media (width >=64rem) {
      width: calc(1/2 * 100%);
    }
  }

  .lg\:w-4\/12 {
    @media (width >=64rem) {
      width: calc(4/12 * 100%);
    }
  }

  .lg\:w-5\/12 {
    @media (width >=64rem) {
      width: calc(5/12 * 100%);
    }
  }

  .lg\:w-6\/12 {
    @media (width >=64rem) {
      width: calc(6/12 * 100%);
    }
  }

  .lg\:w-7\/12 {
    @media (width >=64rem) {
      width: calc(7/12 * 100%);
    }
  }

  .lg\:w-8\/12 {
    @media (width >=64rem) {
      width: calc(8/12 * 100%);
    }
  }

  .lg\:w-11\/12 {
    @media (width >=64rem) {
      width: calc(11/12 * 100%);
    }
  }

  .lg\:w-96 {
    @media (width >=64rem) {
      width: calc(var(--spacing) * 96);
    }
  }

  .lg\:w-fit {
    @media (width >=64rem) {
      width: fit-content;
    }
  }

  .lg\:grid-cols-3 {
    @media (width >=64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  .lg\:flex-col {
    @media (width >=64rem) {
      flex-direction: column;
    }
  }

  .lg\:flex-row {
    @media (width >=64rem) {
      flex-direction: row;
    }
  }

  .lg\:items-end {
    @media (width >=64rem) {
      align-items: flex-end;
    }
  }

  .lg\:justify-between {
    @media (width >=64rem) {
      justify-content: space-between;
    }
  }

  .lg\:gap-0 {
    @media (width >=64rem) {
      gap: calc(var(--spacing) * 0);
    }
  }

  .lg\:gap-8 {
    @media (width >=64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }

  .lg\:gap-16 {
    @media (width >=64rem) {
      gap: calc(var(--spacing) * 16);
    }
  }

  .lg\:rounded-t-none {
    @media (width >=64rem) {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
  }

  .lg\:p-0 {
    @media (width >=64rem) {
      padding: calc(var(--spacing) * 0);
    }
  }

  .lg\:p-6 {
    @media (width >=64rem) {
      padding: calc(var(--spacing) * 6);
    }
  }

  .lg\:px-0 {
    @media (width >=64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  .lg\:px-6 {
    @media (width >=64rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  .lg\:py-12 {
    @media (width >=64rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }

  .lg\:py-20 {
    @media (width >=64rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }

  .lg\:pt-16 {
    @media (width >=64rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }

  .lg\:text-4xl {
    @media (width >=64rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }

  .lg\:text-base {
    @media (width >=64rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }

  .lg\:text-lg {
    @media (width >=64rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }

  .lg\:text-sm {
    @media (width >=64rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  .lg\:text-xl {
    @media (width >=64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
}

@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {

    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-scroll-snap-strictness: proximity;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}


.banner-section {
  height: 200px;
}

.swiper-button-disabled {
  cursor: not-allowed !important;
}
.swiper-button-disabled img{
  opacity: 0.5 !important;
  pointer-events: none !important;
}
.text-left{
  text-align: left;
}

.product-image{
  object-fit: cover;
  background: white;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}
.font-bold {
  font-weight: 700;
}


.spinner {
  width: 18px;
  height: 18px;
  border: 3px solid transparent;
  border-top-color: #fdfbef;
  border-radius: 50%;
  animation: spinning 1s linear infinite;
}

@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading {
  pointer-events: none;
  opacity: 0.7;
}

.custom-select-container {
  display: flex;
  width: 100%;
  gap:6px;
}

.custom-select {
  position: relative;
  width: 112px;
  cursor: pointer;
  padding: 1px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: transparent;
  display: flex;
  justify-content: center; /* Center the flag in the select box */
  align-items: center;
}

.custom-select span {
  display: block;
  padding: 5px;
  font-size: 14px;
}

.custom-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px; /* Set the width of the dropdown options */
  max-height: 200px;
  overflow-y: auto;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-dropdown ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.custom-dropdown li {
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.custom-dropdown li:hover {
  background-color: #f0f0f0;
}

.custom-select.open .custom-dropdown {
  display: block;
}

.custom-dropdown li.selected {
  background-color: #e0e0e0;
}

@media only screen and (min-width : 320px) {
  .product-desc{
      height: 100% !important;
  }
  .product-desc p{
    text-align: justify;
  }
  .address-info {
    height: 100% !important;
  }
  .service-carousal .swiper-button-prev-3 {
    left: -11px !important;
    bottom: 0 !important;
    z-index: 99;
  }
  .service-carousal .swiper-button-next-3 {
    right: -4px !important;
    bottom: 0 !important;
    z-index: 99;
  }
  .product-container .swiper-button-prev-2{
      left: -11px !important;
      bottom: 0 !important;
      z-index: 99;
  }
  .product-container .swiper-button-next-2 {
    right: -4px !important;
    bottom: 0 !important;
    z-index: 99;
  }

  .location-container .swiper-button-next-1 {
    right: -18px !important;
    bottom: 0 !important;
    z-index: 99;
    top: 17px;
  }
  .location-container .swiper-button-prev-1{
      left: -18px !important;
      bottom: 0 !important;
      z-index: 99;
      top: 17px;
  }
}

@media only screen and (min-width : 480px) {
  .product-desc{
    height: 100% !important;
  }
  .address-info {
    height: 100% !important;
  }
  .product-desc p{
    text-align: justify;
  }
  .service-carousal .swiper-button-prev-3 {
      left: -47px !important;
      bottom: 0 !important;
      z-index: 99;
    }
    .service-carousal .swiper-button-next-3 {
      right: -47px !important;
      bottom: 0 !important;
      z-index: 99;
  }
  .product-container .swiper-button-prev-2, .location-container .swiper-button-prev-1 {
      left: -47px !important;
      bottom: 0 !important;
      z-index: 99;
  }
  .product-container .swiper-button-next-2, .location-container .swiper-button-next-1 {
      right: -47px !important;
      bottom: 0 !important;
      z-index: 99;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .product-desc {
    height: calc(var(--spacing)* 20) !important;
  }
  .address-info{
    height: calc(var(--spacing)* 12) !important;
  }
}

@media only screen and (min-width: 769px) {
  .product-desc {
    height: calc(var(--spacing)* 20) !important;
  }
  .address-info{
    height: calc(var(--spacing)* 12) !important;
  }
}
.z-index-modal {
  z-index: 999 !important;
}

.h-14 {
  height: calc(var(--spacing) * 14);
}

.w-14 {
  width: calc(var(--spacing) * 14);
}

.custom-social-icon {
  border: 1px solid #e5e7eb;
  background: #f3f4f6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}
.custom-social-img{
  width: 27px;
  height: 27px;
  margin: auto;
}