/*! tailwindcss v4.1.14 | 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;
    --spacing: 0.25rem;
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-bold: 700;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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 {
  .flex {
    display: flex;
  }
  .table {
    display: table;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-clip-padding {
    background-clip: padding-box;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-0\.5 {
    padding: calc(var(--spacing) * 0.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
}
html {
  scroll-behavior: smooth;
}
.html::-webkit-scrollbar {
  display: none;
}
body {
  font-family: "Outfit";
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgb(0, 0, 0, 0.7);
}
body h1 {
  font-family: "Outfit";
}
.primary-text {
  color: rgb(243, 114, 44);
}
.secondary-text {
  color: rgb(104, 185, 132);
}
nav {
  background: rgb(255, 255, 255);
  border-bottom: 2px solid rgb(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1;
}
.nav-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  height: auto;
  width: 90%;
  margin: auto;
}
nav h1 {
  flex-grow: 8;
  font-family: "Sour Gummy";
  font-weight: bold;
  font-style: italic;
  font-size: 30px;
  text-decoration: none;
}
nav a {
  flex-grow: 0.4;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  color: rgb(0, 0, 0, 0.6);
  text-align: center;
  padding: 10px;
  border-radius: 15px;
  transition: ease-in-out 200ms;
}
nav a:hover {
  background-color: rgb(243, 114, 44);
  color: rgb(255, 255, 255);
  transition: ease-in-out 200ms;
}
nav a.active {
  background-color: rgb(243, 114, 44, 0.1);
  color: rgb(243, 114, 44);
  font-weight: bold;
}
nav a i {
  font-size: 20px;
}
header {
  background-color: rgb(252, 248, 240);
  padding: 30px;
}
.header-container {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-text {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.header-image-container {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.header-image {
  width: 30%;
  height: 100px;
  object-fit: cover;
  filter: brightness(100%);
  border-radius: 10px;
  transition: ease-in-out 200ms;
}
.header-image:hover {
  filter: brightness(75%);
  transform: scale(1.05);
  transition: ease-in-out 200ms;
}
.header-shop-button {
  width: 100px;
  text-align: center;
  text-decoration: none;
  color: white;
  background-color: rgb(243, 114, 44);
  margin-top: 10px;
  padding: 15px;
  border-radius: 15px;
  transition: ease-in-out 200ms;
}
.header-shop-button:hover {
  background-color: rgb(243, 114, 44, 0.1);
  color: rgb(243, 114, 44);
  font-weight: bold;
  border: 1px dashed rgb(243, 114, 44);
  transform: scale(1.05);
  transition: ease-in-out 200ms;
}
main {
  background-color: rgb(255, 255, 255);
  padding: 30px;
}
.main-container {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.main-header {
  display: flex;
  flex-direction: column;
  align-self: center;
  text-align: center;
}
.main-header h1 {
  margin: 0;
}
.main-featured {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.main-product-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 300px;
  height: 300px;
  box-shadow: 0px 5px 15px rgb(0, 0, 0, 0.08);
  border-radius: 15px;
  transition: ease-in-out 200ms;
}
.main-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px rgb(0, 0, 0, 0.12);
  transition: ease-in-out 200ms;
}
.main-product-card-image {
  border: 2px dashed rgb(243, 114, 44);
  height: 60%;
  object-fit: cover;
  width: 90%;
  margin: auto;
  border-radius: 15px;
}
.main-product-card-title {
  margin: 0;
  margin-left: 15px;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}
.main-product-text {
  display: block;
  flex-direction: row;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 1.5rem;
}
.main-product-card-price {
  flex-grow: 8;
  text-align: left;
  color: rgb(243, 114, 44);
  font-weight: bold;
  font-size: 17px;
  margin-left: 15px;
  margin-right: 15px;
}
.main-benefits {
  background-color: rgb(243, 114, 44, 0.4);
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  height: auto;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.main-benefits-card {
  background-color: rgb(255, 255, 255);
  width: 250px;
  border-radius: 15px;
  text-align: center;
  padding: 10px;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-benefits-card h1 {
  font-size: 22px;
  padding: 0;
  font-weight: bold;
}
.main-benefits-card p {
  font-size: 16px;
  width: 90%;
  margin: auto;
}
.main-sign-up {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.main-sign-up-card h1 {
  margin: 0;
  padding: 10px;
}
.main-sign-up-card {
  border-radius: 15px;
  border: 1px solid rgb(104, 185, 132, 0.5);
  text-align: center;
  padding: 15px;
  width: 100%;
  transition: ease-in-out 200ms;
}
.main-sign-up-card:hover {
  box-shadow: 0px 10px 15px rgba(104, 185, 132, 0.5);
  border: 1px solid rgb(104, 185, 132, 0);
  transition: ease-in-out 200ms;
}
.main-sign-up-form {
  width: 90%;
  max-width: 400px;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.5;
  color: rgb(0, 0, 0, 0.8);
  background-color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 15px;
}
.main-sign-up-form::placeholder {
  color: rgb(0, 0, 0, 0.5);
}
.main-sign-up-form:focus {
  outline: none;
  border-color: rgb(104, 185, 132);
  box-shadow: 0 0 5px rgba(104, 185, 132, 0.5);
}
.main-sign-up-button {
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 15px;
  color: rgb(0, 0, 0, 0.6);
  font-weight: bold;
  transition: ease-in-out 200ms;
  border: 1px solid transparent;
}
.main-sign-up-button:hover {
  text-decoration: none;
  padding: 10px 20px;
  background-color: rgb(243, 114, 44);
  border-radius: 15px;
  color: white;
  font-weight: bold;
  transition: ease-in-out 200ms;
}
footer {
  margin-top: 20px;
  background-color: rgb(0, 0, 0, 0.8);
  padding: 30px;
  color: white;
}
.footer-container {
  width: 90%;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.footer-container h1 {
  font-family: "Sour Gummy";
  font-weight: bold;
  font-size: 30px;
  margin: 0;
}
.footer-text {
  margin: 0;
  font-size: 14px;
  color: rgb(255, 255, 255, 0.7);
}
.footer-icons {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}
.footer-icons a {
  text-decoration: none;
  color: white;
  font-size: 20px;
  transition: ease-in-out 200ms;
}
.footer-icons a:hover {
  color: rgb(243, 114, 44);
  transform: scale(1.1);
}
.footer-copyright-text {
  font-size: 12px;
  font-weight: normal;
  margin-top: 15px;
  color: rgb(255, 255, 255, 0.6);
}
.view-all-button {
  margin-top: 15px;
  text-decoration: none;
  color: rgb(104, 185, 132);
  font-weight: bold;
  border: 2px solid rgb(104, 185, 132);
  padding: 8px 25px;
  border-radius: 15px;
  transition: ease-in-out 200ms;
}
.view-all-button:hover {
  background-color: rgb(104, 185, 132);
  color: white;
}
.benefits-icon {
  font-size: 30px;
  margin-bottom: 5px;
  color: rgb(104, 185, 132);
}
.catalog-header {
  text-align: center;
  padding: 20px 30px 40px 30px;
}
.catalog-header p {
  max-width: 600px;
  margin: auto;
}
.catalog-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
}
#search-tutorial {
  margin: 0 auto;
}
.search-bar {
  display: flex;
  flex-grow: 1;
  max-width: 400px;
  flex-direction: row;
}
.search-bar input {
  width: 100%;
  border: 2px solid rgb(0, 0, 0, 0.1);
  border-right: none;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 15px 0 0 15px;
  outline: none;
}
.search-bar button {
  border: none;
  background-color: rgb(243, 114, 44);
  color: white;
  padding: 0 15px;
  cursor: pointer;
  border-radius: 0 15px 15px 0;
  font-size: 16px;
}
.filter-buttons {
  display: flex;
  gap: 10px;
}
.filter-buttons a {
  text-decoration: none;
  color: rgb(0, 0, 0, 0.7);
  background-color: rgb(0, 0, 0, 0.05);
  padding: 8px 15px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 500;
  transition: ease-in-out 200ms;
}
.filter-buttons a:hover {
  background-color: rgb(0, 0, 0, 0.1);
}
.filter-buttons a.filter-active {
  background-color: rgb(104, 185, 132);
  color: white;
}
.product-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.load-more-container {
  text-align: center;
  margin-top: 20px;
}
.load-more-button {
  text-decoration: none;
  color: rgb(243, 114, 44);
  font-weight: bold;
  border: 2px solid rgb(243, 114, 44);
  padding: 10px 30px;
  border-radius: 15px;
  transition: ease-in-out 200ms;
}
.load-more-button:hover {
  background-color: rgb(243, 114, 44);
  color: white;
}
.total-row {
  font-weight: bold;
  font-size: 18px;
  border-top: 2px solid rgb(0, 0, 0, 0.1);
  padding-top: 15px;
  margin-top: 15px;
}
.checkout-form-container {
  flex: 2;
}
.checkout-form h3 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.form-group label {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}
.form-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-input:focus {
  outline: none;
  border-color: rgb(104, 185, 132);
  box-shadow: 0 0 5px rgba(104, 185, 132, 0.5);
}
.form-row {
  display: flex;
  gap: 20px;
}
.form-row .form-group {
  flex: 1;
}
.payment-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.radio-option {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: rgb(0, 0, 0, 0.05);
  border: 1px solid rgb(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .header-container {
    flex-direction: column;
    text-align: center;
  }
  .header-text {
    width: 100%;
    align-items: center;
  }
  .header-image-container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .header-text h1 {
    font-size: 2.2rem;
  }
  .nav-container {
    justify-content: center;
    gap: 5px;
  }
  nav h1 {
    width: 100%;
    text-align: center;
    flex-grow: 1;
  }
  nav a {
    flex-grow: 1;
  }
  .main-product-card {
    width: 80%;
  }
  .main-benefits {
    flex-direction: column;
    gap: 15px;
  }
  .main-benefits-card {
    width: 90%;
    height: auto;
    padding: 20px;
  }
  .catalog-controls {
    flex-direction: column;
    align-items: stretch;
  }
  .search-bar {
    max-width: none;
  }
  .cart-layout {
    flex-direction: column;
  }
  .cart-summary {
    width: 100%;
    box-sizing: border-box;
  }
  .checkout-form-container {
    width: 100%;
  }
  .form-row {
    flex-direction: column;
    gap: 0;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}

/* --- Admin page styles moved from admin.php --- */
.admin-products { margin-top: 1rem; }
.admin-products h2 { margin-bottom: 0.75rem; }
.admin-products table { border-collapse: collapse; width: 100%; margin-bottom: 1rem; table-layout: fixed; }
.admin-products table th, .admin-products table td { padding: 0.6rem 0.75rem; border-bottom: 1px solid #eee; vertical-align: middle; text-align: left; }
.admin-products table thead th { background: #fafafa; font-weight: 600; }

/* specific column sizing to ensure header and cell alignment */
.admin-products table thead th:nth-child(1), .admin-products table tbody td:nth-child(1) { width: 60px; }
.admin-products table thead th:nth-child(2), .admin-products table tbody td:nth-child(2) { width: 1fr; }
.admin-products table thead th:nth-child(3), .admin-products table tbody td:nth-child(3) { width: 120px; }
.admin-products table thead th:nth-child(4), .admin-products table tbody td:nth-child(4) { width: 80px; }
.admin-products table thead th:nth-child(5), .admin-products table tbody td:nth-child(5) { width: 100px; }
.admin-products table thead th:nth-child(6), .admin-products table tbody td:nth-child(6) { width: 160px; }
.admin-products .max-w-lg { max-width: 680px; margin-top: 0.75rem; }
#product-form-wrapper { margin-top: 0.75rem; padding: 1rem; border: 1px solid #f0f0f0; border-radius: 8px; background: #fff; }
#product-form .mb-2 { margin-bottom: 0.75rem; }
#product-form input[type="text"], #product-form input[type="number"] { padding: 0.5rem; width: 100%; box-sizing: border-box; border: 1px solid #ddd; border-radius: 4px; }
#show-add-btn { padding: 0.4rem 0.7rem; border-radius: 6px; border: 1px solid #cfcfcf; background: #f5f5f5; cursor: pointer; }
#show-add-btn:hover { background: #eee; }
.admin-products button[type="submit"], .admin-products button { padding: 0.45rem 0.7rem; border-radius: 6px; border: 1px solid #cfcfcf; background: #f7f7f7; cursor: pointer; }
.admin-products button:hover { background: #f0f0f0; }
@media (max-width: 720px) {
  .admin-products table th, .admin-products table td { padding: 0.5rem; vertical-align: middle; }
  #product-form .mb-2 { margin-bottom: 0.6rem; }
}

/* thumbnail for admin product table */
.image-thumb { width: 56px; height: 56px; object-fit: cover; border-radius: 8px; display: inline-block; }
