@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
:root {
    scroll-behavior: smooth;
  }
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --ui-gutter-x: 1.5rem;
  --ui-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--ui-gutter-x) * 0.5);
  padding-left: calc(var(--ui-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
.container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
.container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
.container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
.container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}



.row {
  --ui-gutter-x: 1.5rem;
  --ui-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--ui-gutter-y));
  margin-right: calc(-0.5 * var(--ui-gutter-x));
  margin-left: calc(-0.5 * var(--ui-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--ui-gutter-x) * 0.5);
  padding-left: calc(var(--ui-gutter-x) * 0.5);
  margin-top: var(--ui-gutter-y);
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.g-2,
.gx-2 {
  --ui-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --ui-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --ui-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --ui-gutter-y: 1rem;
}

@media (min-width: 768px) {
.col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
.col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 1200px) {
.col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 1400px) {
.col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
.col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
.col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
.form-control {
    transition: none;
  }
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

.form-control::placeholder {
  color: rgba(33, 37, 41, 0.75);
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #f8f9fa;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #f8f9fa;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
.form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
.form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #e9ecef;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e9ecef;
}

@media (prefers-reduced-motion: reduce) {
.form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.btn {
  --ui-btn-padding-x: 0.75rem;
  --ui-btn-padding-y: 0.375rem;
  --ui-btn-font-family: ;
  --ui-btn-font-size: 1rem;
  --ui-btn-font-weight: 400;
  --ui-btn-line-height: 1.5;
  --ui-btn-color: #212529;
  --ui-btn-bg: transparent;
  --ui-btn-border-width: 1px;
  --ui-btn-border-color: transparent;
  --ui-btn-border-radius: 0.375rem;
  --ui-btn-hover-border-color: transparent;
  --ui-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --ui-btn-disabled-opacity: 0.65;
  --ui-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--ui-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--ui-btn-padding-y) var(--ui-btn-padding-x);
  font-family: var(--ui-btn-font-family);
  font-size: var(--ui-btn-font-size);
  font-weight: var(--ui-btn-font-weight);
  line-height: var(--ui-btn-line-height);
  color: var(--ui-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--ui-btn-border-width) solid var(--ui-btn-border-color);
  border-radius: var(--ui-btn-border-radius);
  background-color: var(--ui-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
.btn {
    transition: none;
  }
}

.btn:hover {
  color: var(--ui-btn-hover-color);
  background-color: var(--ui-btn-hover-bg);
  border-color: var(--ui-btn-hover-border-color);
}

.btn:focus-visible {
  color: var(--ui-btn-hover-color);
  background-color: var(--ui-btn-hover-bg);
  border-color: var(--ui-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--ui-btn-focus-box-shadow);
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--ui-btn-active-color);
  background-color: var(--ui-btn-active-bg);
  border-color: var(--ui-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--ui-btn-focus-box-shadow);
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--ui-btn-disabled-color);
  pointer-events: none;
  background-color: var(--ui-btn-disabled-bg);
  border-color: var(--ui-btn-disabled-border-color);
  opacity: var(--ui-btn-disabled-opacity);
}

.btn-primary {
  --ui-btn-color: #fff;
  --ui-btn-bg: #ffbb02;
  --ui-btn-border-color: #ffbb02;
  --ui-btn-hover-color: #fff;
  --ui-btn-hover-bg: #f2a10a;
  --ui-btn-hover-border-color: #f2a10a;
  --ui-btn-focus-shadow-rgb: 49, 132, 253;
  --ui-btn-active-color: #fff;
  --ui-btn-active-bg: #f2a10a;
  --ui-btn-active-border-color: #f2a10a;
  --ui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --ui-btn-disabled-color: #fff;
  --ui-btn-disabled-bg: #ffbb02;
  --ui-btn-disabled-border-color: #ffbb02;
}

.btn-outline-primary {
  --ui-btn-color: #ffbb02;
  --ui-btn-border-color: #ffbb02;
  --ui-btn-hover-color: #fff;
  --ui-btn-hover-bg: #ffbb02;
  --ui-btn-hover-border-color: #ffbb02;
  --ui-btn-focus-shadow-rgb: 13, 110, 253;
  --ui-btn-active-color: #fff;
  --ui-btn-active-bg: #ffbb02;
  --ui-btn-active-border-color: #ffbb02;
  --ui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --ui-btn-disabled-color: #ffbb02;
  --ui-btn-disabled-bg: transparent;
  --ui-btn-disabled-border-color: #ffbb02;
  --ui-gradient: none;
}

.collapse:not(.show) {
  display: none;
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --ui-dropdown-zindex: 1000;
  --ui-dropdown-min-width: 10rem;
  --ui-dropdown-padding-x: 0;
  --ui-dropdown-padding-y: 0.5rem;
  --ui-dropdown-spacer: 0.125rem;
  --ui-dropdown-font-size: 1rem;
  --ui-dropdown-color: #212529;
  --ui-dropdown-bg: #fff;
  --ui-dropdown-border-color: rgba(0, 0, 0, 0.175);
  --ui-dropdown-border-radius: 0.375rem;
  --ui-dropdown-border-width: 1px;
  --ui-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --ui-dropdown-divider-bg: rgba(0, 0, 0, 0.175);
  --ui-dropdown-divider-margin-y: 0.5rem;
  --ui-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --ui-dropdown-link-color: #212529;
  --ui-dropdown-link-hover-color: #212529;
  --ui-dropdown-link-hover-bg: #f8f9fa;
  --ui-dropdown-link-active-color: #fff;
  --ui-dropdown-link-active-bg: #ffbb02;
  --ui-dropdown-link-disabled-color: rgba(33, 37, 41, 0.5);
  --ui-dropdown-item-padding-x: 1rem;
  --ui-dropdown-item-padding-y: 0.25rem;
  --ui-dropdown-header-color: #6c757d;
  --ui-dropdown-header-padding-x: 1rem;
  --ui-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--ui-dropdown-zindex);
  display: none;
  min-width: var(--ui-dropdown-min-width);
  padding: var(--ui-dropdown-padding-y) var(--ui-dropdown-padding-x);
  margin: 0;
  font-size: var(--ui-dropdown-font-size);
  color: var(--ui-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--ui-dropdown-bg);
  background-clip: padding-box;
  border: var(--ui-dropdown-border-width) solid var(--ui-dropdown-border-color);
  border-radius: var(--ui-dropdown-border-radius);
}

.dropdown-menu-end {
  --ui-position: end;
}

.dropdown-divider {
  height: 0;
  margin: var(--ui-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--ui-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--ui-dropdown-item-padding-y) var(--ui-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--ui-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--ui-dropdown-item-border-radius, 0);
}

.dropdown-item:hover, .dropdown-item:focus {
  color: var(--ui-dropdown-link-hover-color);
  background-color: var(--ui-dropdown-link-hover-bg);
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--ui-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--ui-dropdown-link-active-bg);
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--ui-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.nav-link {
  display: block;
  padding: var(--ui-nav-link-padding-y) var(--ui-nav-link-padding-x);
  font-size: var(--ui-nav-link-font-size);
  font-weight: var(--ui-nav-link-font-weight);
  color: var(--ui-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
.nav-link {
    transition: none;
  }
}

.nav-link:hover, .nav-link:focus {
  color: var(--ui-nav-link-hover-color);
}

.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.nav-link.disabled, .nav-link:disabled {
  color: var(--ui-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar-brand:hover, .navbar-brand:focus {
  color: var(--ui-navbar-brand-hover-color);
}

.navbar-nav {
  --ui-nav-link-padding-x: 0;
  --ui-nav-link-padding-y: 0.5rem;
  --ui-nav-link-font-weight: ;
  --ui-nav-link-color: var(--ui-navbar-color);
  --ui-nav-link-hover-color: var(--ui-navbar-hover-color);
  --ui-nav-link-disabled-color: var(--ui-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

@media (min-width: 992px) {
.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--ui-navbar-nav-link-padding-x);
    padding-left: var(--ui-navbar-nav-link-padding-x);
  }
.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.position-relative {
  position: relative !important;
}

.w-100 {
  width: 100% !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.text-end {
  text-align: right !important;
}

@media (min-width: 768px) {
.mt-md-3 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 992px) {
.d-lg-none {
    display: none !important;
  }
}
html,
body{
	width: 100%;
	overflow-x: clip;
}
body{
	margin: 0;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #222222;
	background-color: #ffffff;
}
a {
	color: #0d6efd;
	text-decoration: none;
}
header.main-header{
	position: relative;
	z-index: 100;
	border-bottom: 1px solid #F5F5F5;
	box-shadow: 0 0px 11px rgba(0, 0, 0, 0.07);
}
header.main-header .header-sticky{
	position: relative;
	top: 0;
	background: #ffffff;
	z-index: 100;
}
header.main-header .header-sticky.hide{
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
}
header.main-header .header-sticky.active{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
    transform: translateY(0);
}
header.main-header .container{
	flex-wrap: wrap;
}
.no-scroll {
	overflow: hidden;
}
.navbar{
	--ui-navbar-padding-x: 0;
	--ui-navbar-padding-y: 0.5rem;
	--ui-navbar-color: rgba(0, 0, 0, 0.65);
	--ui-navbar-hover-color: rgba(0, 0, 0, 0.8);
	--ui-navbar-disabled-color: rgba(0, 0, 0, 0.3);
	--ui-navbar-active-color: rgba(0, 0, 0, 1);
	--ui-navbar-brand-padding-y: 0.3125rem;
	--ui-navbar-brand-margin-end: 1rem;
	--ui-navbar-brand-font-size: 1.25rem;
	--ui-navbar-brand-color: rgba(0, 0, 0, 1);
	--ui-navbar-brand-hover-color: rgba(0, 0, 0, 1);
	--ui-navbar-nav-link-padding-x: 0.5rem;
	--ui-navbar-toggler-padding-y: 0.25rem;
	--ui-navbar-toggler-padding-x: 0.75rem;
	--ui-navbar-toggler-font-size: 1.25rem;
	--ui-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	--ui-navbar-toggler-border-color: rgba(0, 0, 0, 0.15);
	--ui-navbar-toggler-border-radius: 0.375rem;
	--ui-navbar-toggler-focus-width: 0.25rem;
	--ui-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 0;
	align-items: center;
	flex-wrap: wrap;
}
.header-action-box{
	width: 100%;
	max-width: 1300px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 16px 15px;
	margin: 0 auto;
}
.navbar-brand{
	padding-top: var(--ui-navbar-brand-padding-y);
	padding-bottom: var(--ui-navbar-brand-padding-y);
	margin-right: var(--ui-navbar-brand-margin-end);
	font-size: var(--ui-navbar-brand-font-size);
	color: var(--ui-navbar-brand-color);
	text-decoration: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}
.navbar-brand img{
	max-height: 62px;
}
.header-search-form-box{
	width: 100%;
	border: 1px solid #0000001A;
	border-radius: 3px;
	max-width: 530px;
	padding: 0 14px 0 0;
}
.header-search-form .form-group{
	display: flex;
	margin-bottom: 0px !important
}
.flexcomb {
	display: flex;
	align-items: center;
	gap: 17px;
}
.btn-mob-menu {
	display: none;
	background: transparent;
	border: 0;
	padding: 1px;
	outline: none;
	font-size: 21px;
	color: #606060;
}
.search-select .btn {
	padding: 9px 15px;
    outline: none;
    border: 0px;
    min-width: 114px;
    font-size: 14px;
    text-align: left;
}
.search-select .dropdown-toggle::after {
	position: absolute;
    right: 13px;
    top: 17px;
}
.search-select .dropdown-menu .dropdown-item {
	font-size: 14px;
}
.search-select .dropdown-menu {
	min-width: 116px;
	border-color: #0000001A;
	border-radius: 3px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin-left: -1px;
}
.search-select {
	border-right: 1px solid #0000001A;
}
.header-search-form .form-group .form-control{
	flex-grow: 1;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.25em;
	color: #000000;
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	padding: 11px 10px;
}
.header-search-form .form-group .form-control::placeholder{
	color: #000000;
	opacity: 30%;
}
.header-search-form .form-group .header-search-btn{
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
}
.header-search-form .form-group .header-search-btn i{
    font-size: 19px;
    color: #606060;
}
.header-action-details{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 60px;
}
.special-offer-tag p{
	font-weight: 600;
	line-height: 1.2em;
	color: #153A2B;
	margin: 0;
}
.special-offer-tag p img{
	width: 100%;
	max-width: 24px;
	margin-right: 10px;
}
.special-offer-tag p a{
	color: inherit;
}
.header-action-list > ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 22px;
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Public product detail */
.l99-product-v2 {
    background: #f6f8fb;
    color: #182033;
    padding-bottom: 44px;
}

.l99-product-v2 .container {
    max-width: 1280px;
}

.l99-product-v2 .nav-breadcrumb {
    margin: 18px 0 18px;
    border: 1px solid #e5e9f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.04);
}

.l99-product-v2 .breadcrumb {
    align-items: center;
    gap: 5px;
    margin: 0;
    padding: 12px 16px;
    background: transparent;
}

.l99-product-v2 .breadcrumb-item,
.l99-product-v2 .breadcrumb-item a {
    color: #687386;
    font-size: 13px;
}

.l99-product-v2 .breadcrumb-item.active {
    color: #1f2937;
    font-weight: 700;
}

.l99-product-v2 .page-title-product {
    display: none;
}

.l99-product-v2 .l99-v2-top-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.75fr);
    gap: 28px;
    align-items: start;
    margin: 0;
}

.l99-product-v2 .l99-v2-top-grid > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
}

.l99-product-v2 .product-content-left,
.l99-product-v2 .product-content-right {
    min-width: 0;
}

.l99-product-v2 .product-content-left > .row,
.l99-product-v2 .product-content-right > .row {
    display: block;
    margin: 0;
}

.l99-product-v2 .product-content-left > .row > [class*="col-"],
.l99-product-v2 .product-content-right > .row > [class*="col-"] {
    width: 100%;
    max-width: none;
    padding: 0;
}

.l99-product-v2 .product-content-right {
    position: sticky;
    top: 92px;
}

.l99-product-v2 .product-content-right .product-content-details,
.l99-product-v2 .product-content-right .widget-seller,
.l99-product-v2 .product-content-right .widget-location,
.l99-product-v2 .product-description-container .product-description,
.l99-product-v2 .related-products,
.l99-product-v2 .l99-trust-card,
.l99-product-v2 .l99-share-card,
.l99-product-v2 .l99-media-main {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(16, 24, 40, 0.06);
}

.l99-product-v2 .product-content-right .product-content-details,
.l99-product-v2 .product-content-right .widget-seller,
.l99-product-v2 .product-content-right .widget-location,
.l99-product-v2 .product-description-container .product-description {
    padding: 22px;
}

.l99-product-v2 .product-content-right .widget-seller,
.l99-product-v2 .product-content-right .widget-location,
.l99-product-v2 .l99-share-card {
    margin-top: 18px;
}

.l99-product-v2 .l99-media-gallery {
    display: grid;
    grid-template-columns: minmax(78px, 94px) minmax(0, 1fr);
    gap: 16px;
}

.l99-product-v2 .l99-media-gallery:not(.has-thumbs) {
    grid-template-columns: 1fr;
}

.l99-product-v2 .l99-media-thumbs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.l99-product-v2 .l99-media-thumb {
    position: relative;
    padding: 5px;
    border: 1px solid #dbe3ee;
    border-radius: 8px;
    background: #fff;
}

.l99-product-v2 .l99-media-thumb.is-active {
    border-color: #f6b700;
    box-shadow: 0 8px 18px rgba(246, 183, 0, 0.2);
}

.l99-product-v2 .l99-media-thumb img {
    width: 100%;
    height: 74px;
    object-fit: cover;
    border-radius: 6px;
}

.l99-product-v2 .l99-media-main {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 560px;
    padding: 22px;
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.l99-product-v2 .l99-media-pane {
    display: none;
    width: 100%;
}

.l99-product-v2 .l99-media-pane.is-active {
    display: block;
}

.l99-product-v2 .l99-media-pane a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.l99-product-v2 .l99-media-pane img,
.l99-product-v2 .l99-media-pane video,
.l99-product-v2 .l99-media-pane iframe {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: contain;
    border: 0;
    border-radius: 8px;
    background: #fff;
}

.l99-product-v2 .product-title {
    margin-bottom: 10px;
    color: #131a2a;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: 0;
}

.l99-product-v2 .meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    align-items: center;
    margin: 0 0 14px;
    color: #667085;
    font-size: 13px;
}

.l99-product-v2 .meta a {
    color: #0d5cc8;
    font-weight: 700;
}

.l99-product-v2 .l99-policy-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 16px;
}

.l99-product-v2 .l99-policy-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.l99-product-v2 .l99-policy-badge--positive {
    background: #e9f8ef;
    color: #137a43;
}

.l99-product-v2 .l99-policy-badge--neutral {
    background: #f1f5f9;
    color: #536174;
}

.l99-product-v2 .price {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 12px 0 18px;
}

.l99-product-v2 .lbl-price {
    color: #172033;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.l99-product-v2 .lbl-sold {
    display: inline-flex;
    width: max-content;
    align-items: center;
    border-radius: 999px;
    background: #f1f5f9;
    color: #536174;
    font-size: 13px;
    font-weight: 800;
    padding: 6px 11px;
}

.l99-product-v2 .btn-contact-seller,
.l99-product-v2 .btn-favorite,
.l99-product-v2 .l99-action-button,
.l99-product-v2 .widget-seller .btn,
.l99-product-v2 .l99-report-shell .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    border-radius: 8px !important;
    border: 1px solid #f0b90b !important;
    background: #f0b90b !important;
    color: #111827 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

.l99-product-v2 .btn-favorite,
.l99-product-v2 .widget-seller .btn,
.l99-product-v2 .l99-report-shell .btn {
    width: 100%;
    background: #fff !important;
    border-color: #d9e1ec !important;
    color: #1f2937 !important;
}

.l99-product-v2 .btn-contact-seller {
    width: 100%;
}

.l99-product-v2 .details {
    margin: 0;
    border-top: 1px solid #edf1f6;
    border-bottom: 1px solid #edf1f6;
}

.l99-product-v2 .item-details {
    display: grid;
    grid-template-columns: minmax(112px, 0.45fr) minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 11px 0;
    border-bottom: 1px solid #edf1f6;
}

.l99-product-v2 .item-details:last-child {
    border-bottom: 0;
}

.l99-product-v2 .item-details label {
    margin: 0;
    color: #667085;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.l99-product-v2 .item-details .right {
    color: #1f2937;
    font-weight: 700;
}

.l99-product-v2 .l99-delivery-box {
    margin: 18px 0 0;
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.l99-product-v2 .l99-delivery-box h5,
.l99-product-v2 .sidebar-title,
.l99-product-v2 .section-title {
    margin-bottom: 14px;
    color: #172033;
    font-size: 18px;
    font-weight: 900;
}

.l99-product-v2 .l99-delivery-item {
    display: grid;
    grid-template-columns: minmax(130px, 0.42fr) minmax(0, 1fr);
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #e8edf4;
}

.l99-product-v2 .l99-delivery-item:last-child {
    border-bottom: 0;
}

.l99-product-v2 .l99-delivery-item strong {
    color: #1f2937;
    font-size: 13px;
}

.l99-product-v2 .l99-delivery-item span {
    color: #667085;
    font-size: 13px;
    line-height: 1.45;
    text-align: right;
}

.l99-product-v2 .l99-detail-tabs {
    margin-top: 20px;
}

.l99-product-v2 .l99-detail-tabs .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border-bottom: 1px solid #e8edf4;
}

.l99-product-v2 .l99-detail-tabs .nav-link {
    border: 0;
    border-radius: 8px 8px 0 0;
    color: #667085;
    font-size: 13px;
    font-weight: 800;
    padding: 10px 12px;
}

.l99-product-v2 .l99-detail-tabs .nav-link.active {
    background: #fff4cc;
    color: #172033;
}

.l99-product-v2 .l99-detail-tabs .tab-content {
    padding-top: 18px;
}

.l99-product-v2 .tab-pane.container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.l99-product-v2 .l99-ai-summary,
.l99-product-v2 .l99-empty-state,
.l99-product-v2 .l99-spec-card,
.l99-product-v2 .l99-policy-card,
.l99-product-v2 .l99-question-shell,
.l99-product-v2 .l99-review-shell,
.l99-product-v2 .l99-report-shell,
.l99-product-v2 .l99-facebook-shell,
.l99-product-v2 .l99-policy-note {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
    padding: 14px;
}

.l99-product-v2 .l99-ai-summary {
    margin-bottom: 14px;
}

.l99-product-v2 .l99-spec-grid,
.l99-product-v2 .l99-policy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 12px;
}

.l99-product-v2 .l99-trust-footer {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}

.l99-product-v2 .l99-trust-card {
    display: flex;
    gap: 12px;
    padding: 16px;
}

.l99-product-v2 .l99-trust-icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff4cc;
    color: #172033;
}

.l99-product-v2 .l99-trust-title {
    color: #172033;
    font-weight: 900;
}

.l99-product-v2 .l99-trust-copy {
    margin: 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.45;
}

.l99-product-v2 .widget-seller .widget-content {
    display: flex !important;
    gap: 16px;
    align-items: flex-start;
}

.l99-product-v2 .widget-seller .left {
    width: 82px;
    flex: 0 0 82px;
}

.l99-product-v2 .widget-seller .user-avatar img {
    width: 82px !important;
    height: 82px !important;
    object-fit: cover;
    border-radius: 8px !important;
    border: 1px solid #e2e8f0;
}

.l99-product-v2 .widget-seller .user {
    color: #0d5cc8;
    font-weight: 900;
}

.l99-product-v2 .seller-rating-row,
.l99-product-v2 .l99-seller-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 7px 0;
}

.l99-product-v2 .seller-rating-count,
.l99-product-v2 .seller-member-since,
.l99-product-v2 .last-seen,
.l99-product-v2 .l99-seller-stats span {
    color: #667085;
    font-size: 13px;
}

.l99-product-v2 .l99-seller-stats span {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    padding: 5px 9px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #f8fafc;
}

.l99-product-v2 .more-from-seller {
    margin-top: 18px;
}

.l99-product-v2 .sidebar-map iframe {
    width: 100%;
    min-height: 250px;
    border: 0;
    border-radius: 8px;
}

.l99-product-v2 .l99-share-card {
    padding: 12px;
}

.l99-product-v2 .product-share {
    margin: 0;
}

.l99-product-v2 .product-share ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.l99-product-v2 .product-share a {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #1f2937;
}

.l99-product-v2 .related-products {
    margin-top: 28px;
    padding: 20px;
}

.l99-product-v2 .related-products .row-product {
    row-gap: 18px;
}

.l99-product-v2 .related-products .product-item {
    height: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.05);
}

.l99-product-v2 .related-products .img-product-container {
    background: #f8fafc;
    aspect-ratio: 1 / 1;
}

.l99-product-v2 .related-products .img-product {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.l99-product-v2 .related-products .item-details {
    display: block;
    padding: 13px;
}

.l99-product-v2 .related-products .product-title {
    margin-bottom: 6px;
    font-size: 16px;
}

.l99-product-v2 .related-products .product-title a {
    color: #0d5cc8;
}

@media (max-width: 1199px) {
    .l99-product-v2 .l99-v2-top-grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
        gap: 22px;
    }

    .l99-product-v2 .l99-media-main {
        min-height: 480px;
    }
}

@media (max-width: 991px) {
    .l99-product-v2 .l99-v2-top-grid {
        grid-template-columns: 1fr;
    }

    .l99-product-v2 .product-content-right {
        position: static;
    }

    .l99-product-v2 .l99-media-gallery {
        grid-template-columns: 1fr;
    }

    .l99-product-v2 .l99-media-thumbs {
        flex-direction: row;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .l99-product-v2 .l99-media-thumb {
        min-width: 82px;
    }

    .l99-product-v2 .l99-trust-footer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .l99-product-v2 {
        padding-bottom: 28px;
    }

    .l99-product-v2 .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .l99-product-v2 .breadcrumb {
        overflow-x: auto;
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .l99-product-v2 .product-content-right .product-content-details,
    .l99-product-v2 .product-content-right .widget-seller,
    .l99-product-v2 .product-content-right .widget-location,
    .l99-product-v2 .product-description-container .product-description,
    .l99-product-v2 .related-products {
        padding: 16px;
    }

    .l99-product-v2 .l99-media-main {
        min-height: 330px;
        padding: 14px;
    }

    .l99-product-v2 .l99-media-pane img,
    .l99-product-v2 .l99-media-pane video,
    .l99-product-v2 .l99-media-pane iframe {
        max-height: 310px;
    }

    .l99-product-v2 .product-title {
        font-size: 24px;
    }

    .l99-product-v2 .lbl-price {
        font-size: 29px;
    }

    .l99-product-v2 .item-details,
    .l99-product-v2 .l99-delivery-item {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .l99-product-v2 .l99-delivery-item span {
        text-align: left;
    }

    .l99-product-v2 .widget-seller .widget-content {
        flex-direction: column;
    }

    .l99-product-v2 .l99-trust-footer {
        grid-template-columns: 1fr;
    }

    .l99-product-v2 .l99-detail-tabs .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 3px;
    }

    .l99-product-v2 .l99-detail-tabs .nav-link {
        white-space: nowrap;
    }
}
.header-action-list > ul > li > a img{
	width: 100%;
	max-width: 24px;
}
.header-action-list > ul > li > a:not(.sell-btn) {
	color: #606060;
	font-size: 14px;
	display: flex;
	align-items: center;
}
.header-action-list > ul > li > a:not(.sell-btn) i {
	font-size: 19px;
	margin-right: 7px;
}
.header-action-list > ul > li .sell-btn {
    border: 1px solid #d88a09 !important;
    border-radius: 100px !important;
    background: linear-gradient(180deg, #ffe07a 0%, #ffc83b 49%, #f2a10a 100%) !important;
    color: #3a2400 !important;
    font-weight: 700 !important;
    letter-spacing: 0.2px;
    padding: 8px 15px !important;
    transform: translateY(0);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease !important;
}
.header-action-list .profile-dropdown {
    position: relative;
}
.header-action-list .profile-dropdown > .dropdown-menu {
    left: auto !important;
    right: 0;
    min-width: 220px;
    max-width: calc(100vw - 24px);
    padding: 6px 0;
    margin-top: 8px;
    border: 1px solid #e7eaf2;
    border-radius: 6px;
    box-shadow: 0 16px 30px rgba(20, 34, 26, 0.14);
    overflow: hidden;
}
.header-action-list .profile-dropdown > .dropdown-menu.show {
    top: calc(100% + 8px) !important;
    left: auto !important;
    right: 0 !important;
    transform: none !important;
}
.header-action-list .profile-dropdown > .dropdown-menu li {
    margin: 0;
}
.header-action-list .profile-dropdown > .dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    color: #424955 !important;
    font-size: 13px;
    line-height: 1.25;
    white-space: nowrap;
}
.header-action-list .profile-dropdown > .dropdown-menu a:hover,
.header-action-list .profile-dropdown > .dropdown-menu a:focus {
    background: #f7f9fb;
    color: #153A2B !important;
}
.header-action-list .profile-dropdown > .dropdown-menu a i {
    width: 16px;
    margin-right: 0;
    color: inherit;
}
.main-menu{
	width: 100%;
	border-top: 1px solid #e7eaf2;
}
.main-menu .navbar-collapse{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 15px;
	gap: 4px 10px;
}
.main-menu ul ul.more-menu-items {
	left: unset;
	right: -5px;
	width: 203px;
	margin-top: 2px;
}
.all-categories-box{
	position: relative;
}
.all-categories-box:hover .all-categories-list {
	visibility: visible !important;
    opacity: 1 !important;
    transform: scale(1, 1) !important;
}
.all-categories-btn{
    display: flex;
    white-space: nowrap;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    color: #000000;
    outline: none;
    padding: 9px 15px;
    border: 1px solid #eceff2;
    background-color: #fafbfc;
    border-radius: 7px;
}
.all-categories-btn:hover {
	background-color: #fff8df;
    color: #111 !important;
    border-color: #ffbb02;
}
.all-categories-btn a{
	display: flex;
	gap: 15px;
}
.all-categories-btn img{
	width: 100%;
	max-width: 20px;
}
.all-categories-list{
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	list-style: none;
	width: 550px;
	box-shadow: 0 4px 6px rgba(0,0,0,.12)!important;
	background: #ffffff;
	padding: 0;
	margin: 0;
	visibility: hidden;
	opacity: 0;
	transform: scale(1, 0.8);
	transform-origin: top;
	transition: all 0.3s ease-in-out;
}
.all-categories-list li a{
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	padding: 12px 20px;
	color: #000000;
	background: transparent;
	border-bottom: 1px solid #0000001A;
	border-radius: 0px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}
.all-categories-list li:last-child a{
	border-bottom: none;
}
.all-categories-list li:hover a{
	padding-left: 23px;
	color: #153A2B;
}
.main-menu .nav-menu-wrapper{
	flex: 1;
}
.main-menu .nav-menu-wrapper > ul{
	display: inline-flex;
	gap: 5px;
}
.main-menu ul .nav-item{
	margin: 0;
    padding: 6px 12px;
}
.main-menu ul .nav-item .nav-link{
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	padding: 9px 0px !important;
	color: #000000;
	background: transparent;
	border-radius: 0px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}
.main-menu ul .nav-item .nav-link i {
	color: #4e4e4e;
	margin-right: 5px;
}
.main-menu ul .nav-item .nav-link:hover,
.main-menu ul .nav-item .nav-link:focus{
	color: #153A2B;
}
.main-menu ul .nav-item:first-child{
	margin-left: 0;
}
.main-menu ul ul{
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none;
	width: 235px;
	background: #ffffff;
	box-shadow: #F5F5F5 0px 0px 1px 1px, #F5F5F5 1px 0px 1px -1px;
	border-radius: 0;
	text-align: left;
	transform: scale(1,0.8);
	visibility: hidden;
	opacity: 0;
	transform-origin: top;
	padding: 0;
	margin: 0;
	transition: all 0.3s ease-in-out;
}
.main-menu ul ul ul{
	left: 100%;
	top: 0;
	text-align: left;
}
.main-menu ul li > ul{
	padding: 0;
}
.main-menu ul li:hover > ul{
	visibility: visible;
	opacity: 1;
	transform: scale(1,1);
}
.main-menu ul .nav-item.submenu ul li.submenu > a:after{
    content: '\f105';
    float: right;
}
.main-menu ul ul .nav-item{
	margin: 0;
	padding: 0;
}
.main-menu ul ul .nav-item .nav-link{
	border-bottom: 1px solid #0000001A;
	padding: 10px 20px !important;
	transition: all 0.3s ease-in-out;
}
.main-menu ul ul .nav-item .nav-link:hover,
.main-menu ul ul .nav-item .nav-link:focus{
	color: #153A2B;
	background-color: transparent;
	padding: 10px 20px 10px 23px !important;
}
.main-menu ul ul .nav-item:last-child .nav-link{
	border-bottom: none;
}
.main-menu ul .nav-item.highlighted-menu{
    display: none;
}
.desktop-hide{
	display: none;
}
.main-menu .dropdown-menu{
	width: 100%;
	left: 0;
	right: 0;
	display: block;
	top: calc(100% + 1px);
	transform: scale(1,0);
	border-radius: 0;
	background: #F5F5F5;
	border: none;
	border-bottom: 1px solid #0000001A;
	padding: 25px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
}
.main-menu .mega-menu:hover > .dropdown-menu{
	transform: scale(1,1);
}
.dropdown-menu[data-ui-popper]{
	top: 100%;
	left: 0;
	margin-top: 0;
}
.main-menu .mega-menu-box{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 50px;
	padding: 0 15px;
}
.mega-menu-links-box{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 50px;
}
.mega-menu-link{
	width: calc(13% + 4px);
}
.mega-menu-link h2 {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #0000001A;
    margin-bottom: 8px;
    padding-bottom: 10px;
}
.main-menu .mega-menu-link ul{
	position: initial;
	visibility: visible;
    opacity: 1;
    transform: scale(1, 1);
    transform-origin: initial;
    width: 100%;
	border: none;
    border-radius: 0;
    background: transparent;
}
.main-menu .mega-menu-link ul li{
	margin-bottom: 4px;
}
.main-menu .mega-menu-link ul li:last-child{
	margin-bottom: 0px;
}
.main-menu .mega-menu-link ul li a{
	font-size: 13px;
    font-weight: 400;
    color: #222;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid transparent;
}
.main-menu .mega-menu-link ul li a:hover{
	color: #000000;
	border-color: #666;
}
.mega-menu-items-list{
	width: calc(60% - 25px);
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.mega-menu-item{
	width: calc(33.33% - 20px);
}
.mega-menu-item-image{
	margin-bottom:  15px;
}
.main-menu .mega-menu-item-image a{
	display: block;
	border-radius: 20px;
	overflow: hidden;
}
.mega-menu-item-image figure{
	display: block;
	border-radius: 20px;
}
.mega-menu-item-image figure img{
	width: 100%;
	aspect-ratio: 1 / 0.781;
	object-fit: cover;
	border-radius: 20px;
}
.mega-menu-item-content h2{
	font-size: 18px;
}
.main-menu .mega-menu-item-content h2 a{
	color: inherit;
}
.mega-menu-item-content p{
	margin: 5px 0 0 0;
}
.mega-menu-item.big-offer-box{
	position: relative;
	align-content: end;
	border-radius: 20px;
	padding: 30px;
	overflow: hidden;
}
.mega-menu-item.big-offer-box .mega-menu-item-image{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}
.mega-menu-item.big-offer-box .mega-menu-item-image::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 20px;
	background: linear-gradient(180deg, transparent 44.42%, rgba(0, 0, 0, 0.36) 61.47%, #000000 100%);
	width: 100%;
	height: 100%;
}
.mega-menu-item.big-offer-box .mega-menu-item-image figure,
.mega-menu-item.big-offer-box .mega-menu-item-image figure img{
	height: 100%;
}
.mega-menu-item.big-offer-box .mega-menu-item-content{
	position: relative;
	z-index: 2;
}
.mega-menu-item.big-offer-box .mega-menu-item-content span{
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	color: #ffffff;
	margin-bottom: 5px;
}
.mega-menu-item.big-offer-box .mega-menu-item-content h2{
	font-size: 30px;
	text-transform: uppercase;
	color: #ffffff;
}
.mega-menu-item.big-offer-box .mega-menu-item-content h3{
	font-size: 18px;
	color: #ffffff;
	margin-top: 5px;
}
.navbar-nav .nav-item.submenu {
	border-bottom: 2px solid transparent;
}
.navbar-nav .nav-item.submenu:hover {
	background-color: #fff8df;
    color: #111 !important;
}
.navbar-nav .nav-item.submenu:hover {
    border-color: #ffbb02;
}
.all-categories-grid {
	display: flex;
    align-items: stretch;
    width: 100%;
}
.all-categories-links {
	background: #ffffff;
    flex: 1 1 auto;
    padding: 18px;
    min-width: 275px;
}
.all-categories-promo {
	flex: 0 0 275px;
    background: linear-gradient(165deg, #fff8ea 0%, #f3e6cb 100%);
    border-left: 1px solid #e8dfcc;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.all-categories-links-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.category-link {
	width: auto;
    display: block;
    padding: 6px 15px;
    line-height: 24px;
    font-weight: 600;
    border-radius: 8px;
    color: #222;
}

.category-link:hover {
	background-color: #f5f5f5 !important;
    color: #222 !important;
}
.category-link i {
    color: #4c4c4c;
    width: 16px;
    margin-right: 2px;
    text-align: center;
}
.all-categories-heading {
    font-size: 13px;
    font-weight: 700;
    color: #6a5d46;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
}
.all-categories-promo-media {
    height: 96px;
    background-size: cover;
    background-position: center;
}
.all-categories-promo-content {
    padding: 12px 14px 14px;
}
.all-categories-promo-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #785a14;
    margin-bottom: 7px;
}
.all-categories-promo-content h4 {
    font-size: 16px;
    line-height: 1.25;
    margin: 0 0 6px;
    color: #1f2733;
}
.all-categories-promo-content p {
    font-size: 12px;
    line-height: 1.45;
    color: #4a4a4a;
    margin: 0 0 9px;
}
.all-categories-promo-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #133a78;
    text-decoration: none;
}
.mob-menu-title {
	display: none;
	font-size: 15px;
	letter-spacing: .02em;
	color: #2a2a2a;
	margin-bottom: 12px;
	margin-top: 14px;
	font-weight: 700;
}
.nav-item.submenu.list-menu {
	position: relative;
}
.hero {
    position: relative;
    width: 100%;
    min-height: 460px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    gap: 16px;
}
.main-hero {
	position: relative;
    flex: 1 1 65%;
    min-height: 460px;
    border-radius: 12px;
    overflow: hidden;
}
.main-hero:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 90%;
	background: linear-gradient(90deg, rgba(250, 247, 242, 1) 0%, rgb(250 247 242 / 99%) 50%, transparent 100%);
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}
.side-hero {
	flex: 0 0 33%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.hero-image {
	position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: opacity 1s ease;
    border-radius: 12px;
}
.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 3rem;
    max-width: 520px;
}
.page-wrapper {
	padding-top: 22px;
}
.hero-content h1 {
	font-weight: 800;
    font-size: 50px;
    margin-bottom: 11px;
    line-height: 1.1;
}
.hero-content h1 span {
	color: #1d8f49;
}
.hero-content h2 {
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 14px;
}
.hero-content p {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 0px;
	color: #4e4e4e;
}
.hero-btns {
	margin-top: 15px;
	display: flex;
	gap: 8px;
}
.hero-btns .btn {
    padding: 11px 22px;
    font-weight: 500;
    border-radius: 8px;
}
.hero-btns .btn-outline-primary {
	background: #fff;
}
.hero-btns .btn-outline-primary:hover {
	background: #ffbb02;
}
.side-card {
    position: relative;
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    min-height: 138px;
    background-size: cover;
    background-position: center;
    display: flex;
    text-decoration: none;
    align-items: center;
}
.side-content {
    position: relative;
    z-index: 2;
    padding: 1rem 1.2rem;
    display: flex;
    gap: 12px;
}
.side-title {
    color: #222;
    font-weight: 700;
    font-size: 1.02rem;
    margin-bottom: 0.15rem;
    font-weight: 700;
}
.side-desc {
    color: #666;
    font-size: 0.78rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}
.side-link {
    color: #ffd166;
    font-size: 0.78rem;
    font-weight: 700;
}
.side-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(250, 247, 242, 1) 0%, rgb(250 247 242 / 99%) 50%, transparent 100%);
}
.side-ico-font {
	max-width: 50px;
	max-height: 50px;
	min-width: 50px;
	min-height: 50px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
}
.side-ico-font i {
	color: #fff;
	font-size: 22px;
}
.side-content-items {
	max-width: 180px;
}
.green .side-ico-font {
	background: #1d8f49;
}
.green .side-link {
	color: #1d8f49;
}
.orange .side-ico-font {
	background: #FE8305;
}
.orange .side-link {
	color: #FE8305;
}
.purple .side-ico-font {
	background: #7628B5;
}
.purple .side-link {
	color: #7628B5;
}
.feature-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 0px;
    background: #faf8f3;
    border-radius: 8px;
    padding: 1.6rem 1rem;
    margin-bottom: 24px;
}
.feature-item {
    flex: 1 1 220px;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0 1.2rem;
}
.feature-item:last-child {
	border-right: 0px;
}
.feature-icon i {
    font-size: 36px;
    color: #1d8f49;
}
.feature-title {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1a1a1a;
    margin-bottom: 0.15rem;
}
.feature-desc {
    font-size: 0.82rem;
    color: #555;
    line-height: 1.35;
}
.shop-category {
	padding-top: 10px;
}
.title-sm {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.title-sm h4 {
	font-size: 20px;
	font-weight: 700;
}
.title-sm a {
	font-weight: 600;
	white-space: nowrap;
}
.shop-catis {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 1rem;
}
.shop-cat-img {
	width: 76px;
    height: 76px;
    border-radius: 50%;
    margin: 0 auto;
}
.shop-cat-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    border-radius: 50%;
}
.shop-cat-item {
	text-align: center;
}
.shop-cat-label {
	font-weight: 600;
	color: #222;
	margin-top: 8px;
}
.market-event {
	margin-top: 40px;
}
.event-card {
	position: relative;
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    min-height: 138px;
    background-size: cover;
    background-position: center;
    display: flex;
    text-decoration: none;
    align-items: center;
}
.event-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(250, 247, 242, 1) 0%, rgb(250 247 242 / 99%) 50%, transparent 100%);
}
.event-content {
    position: relative;
    z-index: 2;
    padding: 1rem 1.2rem;
}
.event-grid {
	display: flex;
	gap: 16px;
}
.event-head {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	margin-bottom: 7px;
}
.event-title {
	font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
}
.event-desc {
	margin-top: 10px;
	font-weight: 600;
	margin-bottom: 10px;
}
.event-info {
	font-weight: 600;
	color: #666;
	font-size: 13px;
}
.event-info i {
	font-size: 15px;
}
.btn-event {
    font-weight: 600;
    color: #fff;
    font-size: 13px;
    padding: 9px 16px;
    border-radius: 7px;
}
.btn-event:hover {
	color: #fff;
}
.green .btn-event {
	background: #1d8f49;
}
.red .btn-event {
	background: #FF0000;
}
.orange .btn-event {
	background: #FE8305;
}
.purple .btn-event {
	background: #7628B5;
}
.green .event-head {
	color: #1d8f49;
}
.red .event-head {
	color: #FF0000;
}
.orange .event-head {
	color: #FE8305;
}
.purple .event-head {
	color: #7628B5;
}
.recent-added {
    margin-top: 40px;
    margin-bottom: 40px;
}
.recent-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.product-card {
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.22s ease, transform 0.22s ease;
}
.product-img-wrap {
    display: block;
    position: relative;
    background: #f8f8f8;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
}
.product-img-wrap img {
    width: 100%;
    height: auto;
    text-align: center;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.product-card:hover .product-img-wrap img {
    transform: scale(1.04);
}
.product-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    color: #999;
    transition: color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    z-index: 2;
}
.product-wishlist:hover,
.product-wishlist.active {
    color: #e03535;
    border-color: #e03535;
    box-shadow: 0 2px 8px rgba(224,53,53,0.18);
}
.product-wishlist.active i {
    color: #e03535;
}
.product-info {
    padding: 12px 14px 14px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 5px;
}
.product-title {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}
.product-title:hover {
    color: #1d8f49;
}
.product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: auto;
}
.product-price {
    display: flex;
    align-items: center;
    gap: 6px;
}
.price-current {
    font-size: 18px;
    font-weight: 700;
    color: #FE8305;
}
.price-original {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    text-decoration: line-through;
}
.product-actions {
    display: flex;
    align-items: center;
    gap: 6px;
}
.product-footer .btn-add {
    padding: 5px 17px;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #e1e1e1;
    color: #222;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}
.product-footer .btn-add i {
	margin-right: 7px;
    font-size: 17px;
    vertical-align: middle;
    font-weight: 500;
}
.product-footer .btn-add:hover {
    background: #FE8305;
    border: 1px solid #FE8305;
    color: #fff;
}
.referral-banner {
    background: #F4F5E2;
    border-radius: 14px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.referral-content {
    display: flex;
    align-items: center;
    gap: 0;
}
.referral-text {
    flex: 1;
    min-width: 0;
    padding: 36px 40px;
}
.referral-text h3 {
    font-size: 26px;
    font-weight: 800;
    color: #1a2e1e;
    margin-bottom: 12px;
    line-height: 1.25;
}
.referral-text p {
    font-size: 15px;
    color: #4a6a52;
    margin-bottom: 22px;
    max-width: 550px;
    line-height: 1.65;
}
.referral-scene {
	position: relative;
	height: 260px;
}
.referral-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.btn-referral-primary {
    background: #1d8f49;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 26px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
}
.btn-referral-primary:hover { 
	background: #1d8f49; 
	color: #fff;
}
.btn-referral-outline {
    background: #fff;
    color: #1a2e1e;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 26px;
    border-radius: 8px;
    border: 1px solid #1d8f49;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    white-space: nowrap;
}
.btn-referral-outline:hover {
    border-color: #1d8f49;
    background: #1d8f49;
    color: #fff;
}
.referral-scene img {
    height: 240px;
    width: auto;
    position: absolute;
    bottom: 0;
    right: 20px;
}
.sell-cta-banner {
    display: flex;
    align-items: stretch;
    background: #1e4229;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 48px;
    position: relative;
}
.cta-bg {
	background-image: url(../images/side-markets3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    height: auto;
    width: 300px;
}
.cta-bg:before {
	content: '';
    height: 110px;
    width: 5px;
    background: #1e4229;
    box-shadow: 0px 0px 40px 50px #1e4229;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.sell-cta-main {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 32px;
    z-index: 9;
    max-width: 1030px;
    margin: 0 auto;
}
.sell-cta-icon i {
    font-size: 42px;
    color: #f0b429;
    flex-shrink: 0;
}
.sell-cta-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.sell-cta-text strong {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}
.sell-cta-text span {
    font-size: 13px;
    color: rgba(255,255,255,0.65);
}
.sell-cta-btns {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}
.btn-sell-primary {
    background: #f07030;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 26px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
}
.btn-sell-primary:hover { 
	background: #d85c20;
	color: #fff; 
}
.btn-sell-outline {
    background: #ffffff21;
    border: 1.5px solid rgb(255 255 255);
    backdrop-filter: blur(2px);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 22px;
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap;
    transition: border-color 0.2s, background 0.2s;
}
.btn-sell-outline:hover { 
	color: #fff;
	border-color: #fff; 
	background: rgba(255,255,255,0.08); 
}
.sell-cta-photo {
    flex: 0 0 160px;
    overflow: hidden;
}
.sell-cta-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}
.site-footer {
    background: #1e4229;
    border-top: 1px solid #e8e8e8;
    padding: 48px 0 0;
    color: #444;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.1fr;
    gap: 40px;
    padding-bottom: 40px;
}
.footer-logo-link {
    display: inline-block;
    margin-bottom: 20px;
}
.footer-logo-img {
    max-height: 80px;
    width: auto;
}
.footer-brand p {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.65;
    max-width: 280px;
    margin: 0;
}
.footer-col h5 {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 18px;
}
.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-col ul li a {
    font-size: 14px;
    color: #ffffff;
    transition: color 0.2s;
}
.footer-col ul li a:hover {
    color: #555;
}
.footer-rss {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #888;
    font-size: 14px;
    margin-bottom: 4px;
    transition: color 0.2s, border-color 0.2s;
}
.footer-rss:hover {
    color: #666;
    border-color: #666;
}
.footer-newsletter {
    display: flex;
    margin-bottom: 14px;
}
.footer-newsletter input[type="email"] {
    flex: 1;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 4px 0 0 4px;
    padding: 8px 12px;
    font-size: 13px;
    color: #333;
    outline: none;
}
.footer-newsletter input[type="email"]::placeholder {
    color: #aaa;
}
.footer-newsletter button {
    background: #222;
    color: #fff;
    border: none;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
}
.footer-newsletter button:hover {
    background: #000;
}
.footer-location select {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 7px 30px 7px 31px;
    font-size: 13px;
    color: #444;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23888'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    appearance: none;
    cursor: pointer;
    outline: none;
}
.footer-location {
    position: relative;
}
.footer-location::before {
    content: '\f3c5';
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #888;
    pointer-events: none;
}
.footer-bottom {
    padding: 16px 0;
    background: #fff;
    border-top: 1px solid #e8e8e8;
}
.foo-bottom {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-copy {
    font-size: 14px;
    color: #888;
}
.footer-payments {
    display: flex;
    align-items: center;
    gap: 6px;
}
.footer-payments i {
    font-size: 32px;
}
.footer-pay-paypal {
    color: #003087;
}
.footer-pay-visa {
    color: #1a1f71;
}
.footer-pay-mc {
    color: #eb001b;
}
.footer-pay-amex {
    color: #007bc1;
}
.footer-pay-discover {
    color: #e65c00;
}
.footer-pay-stripe {
    color: #635bff;
}
.hero-search {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 12px;
	display: flex;
	padding: 5px;
	margin-top: 16px;
}
.hero-search-input {
	border: 0;
	box-shadow: none;
	outline: none;
	background: transparent;
	flex-grow: 1;
	width: 100%;
    padding: 8px 13px;
}
.hero-search-btn {
	font-weight: 600;
    color: #fff;
    font-size: 13px;
    padding: 9px 24px;
    border-radius: 7px;
    background: #1d8f49;
    border: 0;
}
.value-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 75px;
    text-align: center;
    padding: 2rem 0 2.6rem;
    margin-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}
.value-icon i {
	color: #1d8f49;
	font-size: 35px;
}
.value-title {
	font-size: 17px;
    font-weight: 700;
    margin: 14px 0 10px 0;
}
.value-desc {
	font-size: 15px;
}
.event-card.top-image {
	display: block;
	border: 1px solid #ebebeb;
}
.event-card.top-image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.top-image .event-info {
    font-weight: 500;
}
.top-image .event-desc {
    margin-top: 9px;
    font-weight: 500;
    margin-bottom: 13px;
}
.upcomming .event-card {
	border: 1px solid #ebebeb;
	display: flex;
	padding: 8px;
}
.upcomming .event-card img {
	width: 150px;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}
.upcomming .event-content .event-desc {
    margin-bottom: 0px;
    margin-top: 7px;
    font-weight: 500;
}
.upcomming .event-content .event-info {
    font-weight: 500;
}
.upcomming .event-title {
    margin-bottom: 7px;
}
.upcomming .event-content {
    padding: 0px 16px 0 18px;
}
.upcomming.event-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.referral-banner.market {
	margin-top: 40px;
}
.market .referral-text p {
    font-size: 18px;
}
.cat-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 45px;
}
.cat-chip {
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 11px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    background: #fff;
}
.cat-chip:hover {
	background: #FE8305;
	color: #fff;
	border-color: #FE8305;
}
.cat-chip-all {
    color: #FE8305;
}
.fee-panel {
	background: #faf8f3;
	/*border: 1px solid #ece7dc;*/
	border-radius: 14px;
	padding: 26px 30px;
	margin-bottom: 22px;
}
.fee-breadcrumb {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 12.5px;
	color: #7a7a7a;
	margin-bottom: 18px;
}
.fee-breadcrumb a {
	color: #7a7a7a;
}
.fee-breadcrumb a:hover {
	color: #1d8f49;
}
.fee-hero-panel {
	padding: 22px 30px 30px;
}
.fee-hero-grid {
	display: grid;
	grid-template-columns: 1fr 1.15fr;
	gap: 30px;
	align-items: center;
}
.fee-hero-content h1 {
	font-size: 40px;
	font-weight: 800;
	letter-spacing: -0.5px;
	margin-bottom: 8px;
}
.fee-hero-sub {
	font-size: 18px;
	font-weight: 600;
	color: #222222;
	margin-bottom: 20px;
}
.fee-check-list {
	list-style: none;
	padding: 0;
	margin: 0 0 22px 0;
}
.fee-check-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13.5px;
	font-weight: 500;
	color: #303030;
	margin-bottom: 13px;
}
.fee-check-list li i {
	color: #1d8f49;
	font-size: 16px;
}
.fee-hero-chart {
	padding-left: 10px;
}
.fee-chart {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	align-items: end;
	min-height: 250px;
	border-bottom: 1px solid #d8d3c8;
	padding-right: 120px;
}
.fee-bar-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
}
.fee-bar-name {
	font-size: 13.5px;
	font-weight: 700;
	color: #222222;
	margin-bottom: 6px;
}
.fee-bar-logo {
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -0.5px;
}
.fee-bar-logo span {
	color: #FE8305;
}
.fee-bar-rate {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 10px;
}
.fee-bar {
	width: 100%;
	max-width: 78px;
	background: #bfbfbf;
	border-radius: 2px 2px 0 0;
}
.fee-bar-green {
	background: #14532a;
}
.fee-bar-item.fee-bar-best {
	border: 1px solid #1d8f49;
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
	background: #ffffff;
	padding: 12px 10px 0;
}
.fee-bar-best .fee-bar-logo {
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
.fee-bar-best .fee-bar-logo:after {
	content: "";
	position: absolute;
	left: 12%;
	right: 12%;
	bottom: 0;
	height: 1px;
	background: #1d8f49;
}
.fee-chart-note {
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 118px;
	text-align: center;
}
.fee-chart-note span {
	display: block;
	font-size: 15px;
	font-weight: 600;
	font-style: italic;
	color: #1e4229;
	line-height: 1.3;
	margin-bottom: 4px;
}
.fee-chart-note svg {
	width: 78px;
}
.fee-chart-caption {
	text-align: center;
	padding: 12px 120px 0 0;
}
.fee-chart-caption strong {
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 4px;
}
.fee-chart-caption span {
	display: block;
	font-size: 12.5px;
	color: #606060;
	margin-bottom: 4px;
}
.savings-strip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 18px 28px;
}
.savings-left {
	display: flex;
	align-items: center;
	gap: 18px;
}
.savings-icon {
	width: 54px;
	height: 54px;
	flex: 0 0 54px;
	border-radius: 50%;
	background: #14532a;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
}
.savings-left p {
	margin: 0;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.45;
}
.savings-amount {
	color: #1d8f49;
}
.savings-arrow {
	width: 120px;
	flex: 0 0 120px;
}
.savings-label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #303030;
	margin-bottom: 9px;
}
.savings-right .cat-chips {
	margin-bottom: 0;
}
.cat-chip.active {
	background: #14532a;
	border-color: #14532a;
	color: #ffffff;
}
.fee-calc {
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	overflow: hidden;
	background: #ffffff;
	margin-bottom: 22px;
}
.fee-calc-head {
	background: linear-gradient(90deg, #14418f 0%, #1856c4 100%);
	padding: 15px 24px;
	color: #ffffff;
}
.fee-calc-head h2 {
	font-size: 19px;
	font-weight: 700;
	margin: 0 0 3px 0;
	color: #ffffff;
}
.fee-calc-head p {
	margin: 0;
	font-size: 12.5px;
	opacity: 0.88;
}
.fee-calc-body {
	padding: 20px 24px 24px;
}
.fee-calc-label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #14418f;
	margin-bottom: 12px;
}
.fee-form-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr) 190px;
	gap: 18px;
	align-items: end;
	padding-bottom: 22px;
	margin-bottom: 20px;
}
.fee-field label {
	display: block;
	font-size: 12.5px;
	color: #4e4e4e;
	margin-bottom: 7px;
}
.fee-input-prefix {
	display: flex;
	align-items: center;
	gap: 6px;
	border: 1px solid #d9dde5;
	border-radius: 7px;
	padding: 0 12px;
	background: #ffffff;
}
.fee-input-prefix span {
	font-size: 14px;
	color: #606060;
}
.fee-input-prefix input {
	border: 0;
	outline: none;
	width: 100%;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 500;
	background: transparent;
}
.fee-field select {
	width: 100%;
	border: 1px solid #d9dde5;
	border-radius: 7px;
	padding: 10px 32px 10px 12px;
	font-size: 14px;
	outline: none;
	background-color: #ffffff;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23606060' stroke-width='1.6' d='M3 6l5 5 5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 11px center;
	background-size: 14px;
	appearance: none;
	-webkit-appearance: none;
}
.fee-field-toggle {
	text-align: center;
}
.fee-toggle-label {
	display: block;
	font-size: 11.5px;
	color: #4e4e4e;
	margin-bottom: 8px;
}
.fee-switch {
	position: relative;
	display: inline-block;
	width: 44px;
	height: 24px;
	margin: 0 auto;
}
.fee-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.fee-slider {
	position: absolute;
	inset: 0;
	background: #cfd4dd;
	border-radius: 30px;
	cursor: pointer;
	transition: 0.25s;
}
.fee-slider:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	left: 3px;
	top: 3px;
	background: #ffffff;
	border-radius: 50%;
	transition: 0.25s;
}
.fee-switch input:checked + .fee-slider {
	background: #1d8f49;
}
.fee-switch input:checked + .fee-slider:before {
	transform: translateX(20px);
}
.fee-cards {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 14px;
	margin-bottom: 24px;
}
.fee-card {
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	padding: 14px 15px;
	background: #ffffff;
}
.fee-card.best {
	border-color: #1d8f49;
	background: #f6fbf7;
}
.fee-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 8px;
}
.fee-card-name {
	font-size: 15px;
	font-weight: 700;
}
.fee-badge {
	background: #14532a;
	color: #ffffff;
	font-size: 10.5px;
	font-weight: 700;
	padding: 4px 9px;
	border-radius: 20px;
}
.fee-card-amount {
	font-size: 25px;
	font-weight: 800;
	letter-spacing: -0.5px;
	margin-bottom: 4px;
}
.fee-card.best .fee-card-amount {
	color: #1d8f49;
}
.fee-card-share {
	font-size: 12px;
	color: #606060;
	margin-bottom: 12px;
}
.fee-card.best .fee-card-share {
	font-weight: 700;
	color: #222222;
}
.fee-card-total {
	display: flex;
	justify-content: space-between;
	font-size: 12.5px;
	font-weight: 600;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 9px 0;
	margin-bottom: 9px;
}
.fee-card-breakdown h6 {
	font-size: 12.5px;
	font-weight: 700;
	margin: 0 0 8px 0;
}
.fee-card-breakdown ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.fee-card-breakdown li {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	font-size: 11.5px;
	color: #4e4e4e;
	margin-bottom: 6px;
}
.fee-card-breakdown li:last-child {
	margin-bottom: 0;
}
.fee-card-breakdown li span:last-child {
	color: #222222;
	font-weight: 500;
	white-space: nowrap;
}
.fee-table-wrap {
	border: 1px solid #ececec;
	border-radius: 8px;
	overflow-x: auto;
	margin-bottom: 20px;
}
.fee-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 720px;
}
.fee-table thead th {
	background: #f5f6f8;
	font-size: 12px;
	font-weight: 700;
	color: #14418f;
	text-align: center;
	padding: 10px 14px;
	white-space: nowrap;
}
.fee-table thead th:first-child {
	text-align: left;
}
.fee-table tbody td {
	font-size: 12.5px;
	text-align: center;
	padding: 9px 14px;
	border-top: 1px solid #f0f0f0;
	white-space: nowrap;
}
.fee-table tbody td:first-child {
	text-align: left;
}
.fee-table tbody tr:nth-child(even) {
	background: #fafafa;
}
.fee-table tbody tr.best td:first-child {
	color: #1d8f49;
	font-weight: 700;
}
.fee-result {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	background: #f4faf5;
	border: 1px solid #d7ead9;
	border-radius: 10px;
	padding: 16px 20px;
}
.fee-result-left {
	display: flex;
	align-items: center;
	gap: 14px;
}
.fee-result-icon {
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	border-radius: 50%;
	background: #14532a;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
}
.fee-result h4 {
	font-size: 17px;
	font-weight: 700;
	margin: 0 0 3px 0;
	color: #14532a;
}
.fee-result p {
	margin: 0;
	font-size: 13px;
	color: #4e4e4e;
}
.why-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 34px;
	align-items: center;
}
.why-sub {
	font-size: 14px;
	color: #4e4e4e;
	margin-bottom: 22px;
}
.why-items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.why-icon {
	width: 42px;
	height: 42px;
	border-radius: 10px;
	background: #ffffff;
	border: 1px solid #e4dfd2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1d8f49;
	font-size: 19px;
	margin-bottom: 12px;
}
.why-items .value-title {
	font-size: 13.5px;
	color: #1d8f49;
	margin: 0 0 6px 0;
}
.why-items .value-desc {
	font-size: 12.5px;
	color: #4e4e4e;
	line-height: 1.55;
	margin: 0;
}
.why-media img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 10px;
}
.sellers-grid {
	display: grid;
	grid-template-columns: 1fr 320px;
	gap: 26px;
	align-items: center;
}
.sellers-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.seller-card {
	display: flex;
	align-items: center;
	gap: 14px;
	background: #ffffff;
	border: 1px solid #ece7dc;
	border-radius: 10px;
	padding: 14px;
}
.seller-avatar img {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	object-fit: cover;
}
.seller-stars {
	color: #FE8305;
	font-size: 12px;
	margin-bottom: 6px;
}
.seller-text p {
	font-size: 12.5px;
	color: #303030;
	margin: 0 0 8px 0;
	line-height: 1.5;
}
.seller-name {
	font-size: 12px;
	font-weight: 600;
	color: #4e4e4e;
}
.sellers-cta {
	background: #f2efe6;
	border: 1px solid #e4dfd2;
	border-radius: 10px;
	padding: 22px;
}
.sellers-cta h3 {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 8px;
}
.sellers-cta p {
	font-size: 13px;
	color: #4e4e4e;
	margin-bottom: 16px;
}
.sellers-cta-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.mp-amazon {
    color: #fe8305;
}
.mp-ebay {
    color: #e03535;
}
.mp-etsy {
    color: #fe8305;
}
.mp-facebook {
    color: #1856c4;
}
.why-items {
    align-items: start;
}
.fee-bar-item.fee-bar-best .fee-bar {
    margin-bottom: -1px;
}
@media (max-width: 1199.98px) {
	.fee-toggle-label {
		text-align: center;
	}
	.fee-form-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.fee-field-toggle {
		text-align: left;
	}
	.fee-cards {
		grid-template-columns: repeat(3, 1fr);
	}
  .market-actions {
    flex-direction: unset !important;
    flex-wrap: wrap;
  }
}
@media (max-width: 1399.98px) {
	.container {
		max-width: unset !important;
	}
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1300px;
}
}
@media(min-width: 1025px) and (max-width: 1300px) {
	.main-menu ul .nav-item .nav-link {
		white-space: nowrap;
	}
	.main-menu .nav-menu-wrapper {
	    overflow-x: auto;
	    overflow-y: hidden;
	}
	.main-menu .nav-menu-wrapper::-webkit-scrollbar-track{
		background-color: #fff;
	}
	.main-menu .nav-menu-wrapper::-webkit-scrollbar{
		height: 3px;
	}
	.main-menu .nav-menu-wrapper::-webkit-scrollbar-thumb{
		background: #ddd;
	}
	.main-menu ul .nav-item {
	    padding: 6px 8px;
	}
	.main-menu ul .nav-item .nav-link i {
	    margin-right: 3px;
	}
	.header-search-form-box {
	    order: unset;
	}
	.header-action-box {
		flex-wrap: nowrap;
	}
	.header-action-list > ul > li > a span {
		display: none;
	}
}
@media(min-width: 992px) and (max-width: 1025px) {
	.navbar-expand-lg .navbar-collapse {
		display: none !important;
	}
}
@media (max-width: 1024.98px) {
	.header-action-list > ul > li:nth-child(2),.header-action-list > ul > li > a span, .sell-btn i:first-child {
		display: none;
	}
	.header-action-list > ul > li > a i {
		margin-right: 0px !important;
	}
	.navbar-brand img {
	    max-height: 44px;
	}
	.header-search-form-box {
		margin-top: 10px;
	}
	.header-action-list > ul {
		gap: 20px;
	}
	.header-search-form-box {
	    order: 3;
	}
	.btn-mob-menu {
		display: inline-block;
	}
	.header-search-form-box {
	    max-width: unset;
	}
	.collapse.navbar-collapse.show {
		display: block !important;
		box-shadow: 0px 30px 15px rgba(0,0,0,.2);
	}
	.collapse.navbar-collapse {
		width: 100%;
		position: absolute;
		top: 70px;
		left: 0;
		background: #fff;
		border-top: 1px solid #e7eaf2;
		height: calc(100vh - 70px);
        overflow-y: auto;
        overflow-x: hidden;
	}
	.main-menu .nav-menu-wrapper > ul {
		display: block;
	}
	.main-menu .dropdown-menu {
		position: absolute;
	}
	.main-menu .mega-menu:hover > .dropdown-menu,
	.main-menu .nav-item.submenu:hover > ul {
		position: relative;
	}
	.navbar-nav .nav-item.submenu:hover {
		background-color: #ffffff;
		color: #111 !important;
		border: 0px;
	}
	.main-menu .navbar-nav .nav-item.submenu > .dropdown-menu,
	.main-menu .navbar-nav .nav-item.submenu > ul:not(.navbar-nav) {
		display: none;
		position: relative;
		top: 0;
		left: 0;
		right: auto;
		visibility: visible;
		opacity: 1;
		transform: scale(1, 1);
		width: 100%;
		box-shadow: none;
		border: none;
		padding: 0 0 0 15px;
		background: transparent;
	}
	.main-menu .navbar-nav .nav-item.submenu > .dropdown-menu.show,
	.main-menu .navbar-nav .nav-item.submenu > ul.show:not(.navbar-nav) {
		display: block;
	}
	.all-categories-box {
		display: none;
	}
	.mob-menu-title {
		display: block;
	}
	.nav-item.mega-menu.submenu::before {
		content: '\ea4e';
		position: absolute;
        font-family: 'remixicon' !important;
        font-style: normal;
        font-size: 22px;
        margin-top: 6px;
        right: 8px;
        z-index: 1;
	}
	.nav-item.mega-menu.submenu.active::before {
		content: '\ea78';
	}
	.nav-item.mega-menu.submenu.active .nav-link {
		background-color: #fff8df;
	}
	.main-menu ul .nav-item .nav-link {
    	font-size: 15px;
		padding: 13px 10px !important;
        border-radius: 5px;
		position: relative;
	}
	.main-menu ul .nav-item {
		padding: 0px;
	}
	.main-menu ul .nav-item .dropdown-menu {
		margin-bottom: 5px;
		padding-top: 12px;
	}
	.main-menu .mega-menu-link ul {
		display: none;
	} 
	.mega-menu-links-box {
		display: block;
	}
	.mega-menu-link {
		width: 100%;
	}
	.mega-menu-link h2 {
		border-bottom: 0px;
		font-weight: 400;
		font-size: 15px;
	}
	.main-menu .mega-menu-box {
		padding: 10px 15px 0 23px;
	}
	.mob-menu-title {
		display: block;
	}
	.navbar-nav .nav-item.submenu {
		position: relative;
	}
	.hero {
        flex-direction: column;
        min-height: unset;
    }
    .side-hero {
        flex-direction: row;
    }
    .recent-grid {
	    grid-template-columns: repeat(3, 1fr);
	}
	.footer-grid {
	    grid-template-columns: 1fr 1fr;
	}
	.referral-content {
		align-items: flex-start;
	    flex-direction: column;
	}
	.market .referral-content {
	    align-items: center;
	    flex-direction: unset;
	}
	.market .referral-scene img {
		right: 20px;
		left: unset;
	}
	.referral-scene {
	    flex: unset;
	    width: 100%;
	    max-width: 460px;
	}
	.referral-scene img {
		left: 0;
	}
}
@media (min-width: 768px) and (max-width: 1023.98px) {
	.hero-content {
		height: 458px;
	}
	.value-strip {
	    gap: 20px 20px;
	}
	.value-desc {
	    font-size: 14px;
	}
} 
@media (min-width: 768px) {
	.hero-content.markets {
		max-width: 570px;
	}
  .tab-nav::-webkit-scrollbar-track{
    background-color: #fff;
  }
  .tab-nav::-webkit-scrollbar{
    height: 6px;
    border-radius: 100px;
  }
  .tab-nav::-webkit-scrollbar-thumb{
    background: #ddd;
    border-radius: 100px;
  }
}
@media (max-width: 767.98px) {
	.fee-hero-chart {
		padding-left: 0px
	}
	.fee-bar-item {
		align-items: flex-start;
	}
	.fee-bar.fee-bar-green {
		margin: 0 auto;
	}
	.fee-bar-best.fee-bar-best .fee-bar-logo {
		margin-left: auto;
    	margin-right: auto;
	}
	.fee-bar-best .fee-bar-rate {
		margin-left: auto;
    	margin-right: auto;
    	text-align: center;
	}
	.fee-bar-item:not(.fee-bar-best) .fee-bar-name, .fee-bar-item:not(.fee-bar-best) .fee-bar-rate {
		text-align: center;
		width: 76px;
	}
	.fee-chart {
		gap: 8px;
	}
	.market .referral-scene img {
		right: 0;
        left: 0;
        height: 200px;
        width: auto;
        margin: 0 auto;
        justify-content: center;
        display: flex;
	}
	.market .referral-content {
		align-items: flex-start;
	    flex-direction: column;
	}
	.side-hero {
        flex-direction: column;
    }
    .hero-content, .main-hero {
		height: auto;
		min-height: auto;
	}
	.hero-content {
		padding: 35px 24px;
	}
	.hero-content h1 {
		font-size: 32px;
	}
	.hero-content h2 {
		font-size: 26px;
	}
	.hero-btns .btn:last-child {
		display: none;
	}
	.hero-content {
		max-width: 300px;
	}
	.hero-content.markets {
		max-width: 360px;
	}
	.recent-grid {
	    grid-template-columns: repeat(2, 1fr);
	}
	.footer-grid {
	    grid-template-columns: 1fr 1fr;
	}
	.sell-cta-main {
	    flex-wrap: wrap;
	    gap: 12px;
	}
	.sell-cta-photo {
	    display: none;
	}
	.referral-reward-badge {
	    position: static;
	    margin-top: 10px;
	}
	.cta-bg {
		width: 150px;
	}
	.cta-bg:before {
	    height: 170px;
	}
	.value-strip {
		grid-template-columns: repeat(2, 1fr);
		gap: 33px 20px;
	}
	.value-desc {
	    font-size: 14px;
	}
	.value-title {
	    font-size: 16px;
	    margin: 12px 0 6px 0;
	}
	.upcomming.event-grid {
	    grid-template-columns: repeat(1, 1fr);
	}
	.upcomming .event-title {
	    font-size: 15px;
	}
	.upcomming .event-card img {
	    width: 120px;
	}
	.referral-text h3 {
	    font-size: 20px;
	}
	.fee-panel {
		padding: 20px 16px;
	}
	.fee-hero-content h1 {
		font-size: 30px;
	}
	.fee-chart,
	.fee-chart-caption {
		padding-right: 0;
	}
	.fee-hero-chart {
		padding-left: 0px;
	}
	.fee-chart-note {
		display: none;
	}
	.fee-cards {
		grid-template-columns: 1fr;
	}
	.fee-form-grid {
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 0px;
	}
	.fee-result {
		flex-direction: column;
		align-items: flex-start;
	}
	.savings-left p {
		font-size: 16px;
	}
	.fee-toggle-label {
        text-align: left;
    }
    .fee-switch {
    	margin: unset;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
	.market .referral-scene {
		height: 180px;
	}
}
@media (max-width: 479.98px) {
    .recent-grid {
	    grid-template-columns: 1fr 1fr;
	    gap: 12px;
	}
	.market .referral-text p {
	    font-size: 15px;
	}
	.footer-grid {
	    grid-template-columns: 1fr;
	}
	.foo-bottom {
	    flex-direction: column;
	    gap: 12px;
	    text-align: center;
	}
	.referral-scene img {
	    height: auto;
	    position: relative;
	    width: 100%;
	    padding-right: 10px;
	}
	.referral-scene {
		height: auto;
	}
	.referral-text {
	    padding: 25px 25px;
	}
	.btn-sell-primary, .btn-sell-outline {
		padding: 9px 15px;
	}
	.sell-cta-main {
		padding: 22px;
	}
	.btn-referral-primary, .btn-referral-outline {
		padding: 10px 16px;
	}
	.referral-btns {
	    gap: 8px;
	}
}
@media (min-width: 630px) and (max-width: 991.98px) {
	.shop-catis {
		grid-template-columns: repeat(5, 1fr);
	}
}
@media (max-width: 629.98px) {
	.shop-catis {
		grid-template-columns: repeat(3, 1fr);
	}
	.title-sm h4 {
	    font-size: 19px;
	}
	.product-price {
		flex-direction: column;
		gap: 0px;
        align-items: flex-start;
	}
}
@media(min-width: 992px) {
	.sidebar-brand {
		justify-content: center;
	}
}
@media(max-width: 991.98px) {
	.event-grid {
		overflow-x: auto;
		padding-bottom: 5px;
		overflow-x: auto;
	}
	.event-card {
		min-width: 300px;
	}
	.fee-hero-grid,
	.why-grid,
	.sellers-grid {
		grid-template-columns: 1fr;
	}
	.savings-strip {
		flex-wrap: wrap;
	}
	.savings-arrow {
		display: none;
	}
	.why-items {
		grid-template-columns: repeat(2, 1fr);
	}
	.sellers-list {
		grid-template-columns: 1fr;
	}
}

/* ========================= */
/* ======= Dashboard ======= */
/* ========================= */
.layout {
	display: flex;
	min-height: 100vh;
	background: #F3F3F9;
}
.sidebar {
	position: sticky;
	top: 0;
	width: 262px;
	flex-shrink: 0;
	height: 100vh;
	display: flex;
	flex-direction: column;
	background: #202845;
	color: #ffffff;
	z-index: 60;
}
.sidebar-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.sidebar-brand img {
	max-height: 54px;
}
.sidebar-brand span {
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2em;
}
.sidebar-brand small {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
}
.sidebar-close {
	display: none;
	margin-left: auto;
	background: transparent;
	border: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 20px;
	line-height: 1;
}
.menu {
	flex-grow: 1;
	/*overflow-y: auto;*/
	padding: 12px 12px;
	height: 200px;
}
.metismenu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.metismenu > li {
	margin-bottom: 2px;
}
.metismenu li.menu-title {
	font-size: 10.5px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.35);
	padding: 14px 12px 6px;
}
.menu a,
.sidebar-foot a {
	display: flex;
	align-items: center;
	gap: 11px;
	font-size: 13.5px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.75);
	padding: 10px 12px;
	border-radius: 8px;
	margin-bottom: 2px;
	transition: background 0.2s, color 0.2s;
}
/* Nested all level links */
.menu .metismenu ul a {
	font-weight: 500;
	padding: 8px 12px;
}
.menu .metismenu ul ul a {
	padding-left: 26px;
}
/* Has-arrow alignment */
.menu .has-arrow > .mm-collapse,
.menu .has-arrow::after {
	color: rgba(255, 255, 255, 0.6);
}
.menu a i,
.sidebar-foot a i {
	font-size: 18px;
	font-weight: 400;
}
.menu a span {
	flex-grow: 1;
}
.menu a:hover,
.sidebar-foot a:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}
.menu a.active {
	background: #ffffff0d;
	color: #ffffff;
}
.menu-search {
	display: flex;
	align-items: center;
	flex-grow: 1;
	gap: 15px;
}
.rt-top-links {
	display: flex;
	align-items: center;
	gap: 15px;
}
.nav-badge {
	background: rgba(255, 255, 255, 0.16);
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	padding: 1px 6px;
	border-radius: 20px;
	font-style: normal;
}
.sidebar-foot {
	padding: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.backdrop {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 55;
}
.backdrop.show {
	display: block;
}
.main {
	flex-grow: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
}
.topbar {
	position: sticky;
	top: 0;
	display: flex;
	align-items: center;
	gap: 16px;
	background: #ffffff;
	border-bottom: 1px solid #ebebeb;
	padding: 12px 24px;
	z-index: 50;
}
.topbar .header-search-form-box {
	max-width: 400px;
	border-radius: 8px;
}
.topbar-title {
	min-width: 0;
	flex-grow: 1;
}
.topbar-title h1 {
	font-size: 19px;
	font-weight: 700;
	margin: 0;
}
.topbar-title p {
	font-size: 13px;
	color: #606060;
	margin: 0;
}
.icon-btn {
	position: relative;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border: 1px solid #ebebeb;
	border-radius: 8px;
	color: #606060;
	font-size: 18px;
	transition: background 0.2s;
}
.icon-btn:hover {
	background: #f5f5f5;
	color: #222222;
}
.icon-btn .count {
    position: absolute;
    top: -5px;
    right: -4px;
    min-width: 17px;
    height: 17px;
    background: #e03535;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    line-height: 17px;
    display: flex;
    justify-content: center;
    border-radius: 20px;
}
.count.message {
	background: #1D8F49;
}
.user {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    padding: 5px 5px 5px 2px;
    background: #ffffff;
    cursor: pointer;
}
.user strong {
	display: block;
	font-size: 14px;
	color: #222222;
	line-height: 1.3em;
	font-weight: 600 !important;
}
.user small {
	font-size: 11.5px;
	color: #606060;
}
.profile-drop {
	margin-top: 9px !important;
}
.profile-drop .dropdown-item {
	font-size: 14px;
}
.profile-drop .dropdown-item i {
	font-size: 18px;
	margin-right: 5px;
	vertical-align: middle;
}
.avatar {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #e7f5ec;
	color: #1d8f49;
	font-size: 14px;
	font-weight: 700;
}
.content {
	padding: 10px 24px 24px 24px;
}
.apexcharts-canvas {
    margin: 0 !important;
    padding: 0 !important;
}
.panel {
	height: 100%;
	background: #ffffff;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	padding: 18px;
}
.panel .title-sm {
	margin-bottom: 18px;
}
.panel .title-sm h4 {
	font-size: 16px;
	margin: 0;
}
.panel .title-sm a {
	font-size: 12.5px;
	color: #1d8f49;
}
.kpi-value {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2em;
	margin: 6px 0 0;
}
.kpi-label {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #606060;
	margin: 0;
}
.ico {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	font-size: 18px;
	background: #f5f5f5;
	color: #606060;
}
.ico.sm {
	width: 34px;
	height: 34px;
	font-size: 15px;
	border-radius: 8px;
}
.ico.green {
	background: #e7f5ec;
	color: #1d8f49;
}
.ico.orange {
	background: #fff2e5;
	color: #FE8305;
}
.ico.purple {
	background: #f2e9fb;
	color: #7628B5;
}
.ico.red {
	background: #fdeaea;
	color: #e03535;
}
.chip {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 11.5px;
	font-weight: 700;
	padding: 2px 9px;
	border-radius: 20px;
	background: #f5f5f5;
	color: #606060;
}
.chip.green {
	background: #e7f5ec;
	color: #1d8f49;
}
.chip.orange {
	background: #fff2e5;
	color: #FE8305;
}
.chip.purple {
	background: #f2e9fb;
	color: #7628B5;
}
.chip.red {
	background: #fdeaea;
	color: #e03535;
}
.note {
	font-size: 12px;
	color: #606060;
	margin: 0;
}
.list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.list > li {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 11px 0;
	border-bottom: 1px solid #f2f2f2;
}
.list > li:first-child {
	padding-top: 0;
}
.list > li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.list-body {
	min-width: 0;
	flex-grow: 1;
}
.list-title {
	font-size: 13.5px;
	font-weight: 600;
	color: #222222;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-sub {
	font-size: 12px;
	color: #606060;
	margin: 0;
  display: flex;
  align-items: center;
  gap: 2px 5px;
}
.amount {
	font-size: 13.5px;
	font-weight: 700;
	white-space: nowrap;
}
.tile {
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	background: #ffffff;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	padding: 12px;
	color: #222222;
	transition: border-color 0.2s, background 0.2s;
}
.tile:hover {
	border-color: #1d8f49;
	background: #f8fbf9;
	color: #222222;
}
.tile.center {
	text-align: center;
}
.tile.center .ico {
	margin: 0 auto 8px;
}
.tile-label {
	display: block;
	font-size: 12.5px;
	font-weight: 600;
	line-height: 1.3em;
}
.tile-count {
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin-top: 8px;
}
.unread:not(.notification-item) {
	width: 8px;
	height: 8px;
	flex-shrink: 0;
	border-radius: 50%;
	background: #1d8f49;
	display: inline-block;
}
.tabs {
	display: flex;
	gap: 8px;
	margin-bottom: 14px;
}
.tab {
	background: #f5f5f5;
	border: 0;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 600;
	color: #606060;
	padding: 6px 12px;
}
.tab.active {
	background: #1d8f49;
	color: #ffffff;
}
.delivery {
	list-style: none;
	padding: 0;
	margin: 0;
}
.delivery li {
	display: flex;
	align-items: center;
	gap: 11px;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	padding: 11px;
	margin-bottom: 10px;
}
.delivery li:last-child {
	margin-bottom: 0;
}
.chart {
	display: block;
	width: 100%;
	height: 210px;
}
.donut {
	width: 122px;
	height: 122px;
	flex-shrink: 0;
	border-radius: 50%;
	-webkit-mask: radial-gradient(circle 38px at 50% 50%, transparent 98%, #000 100%);
	mask: radial-gradient(circle 38px at 50% 50%, transparent 98%, #000 100%);
}
.legend {
	list-style: none;
	padding: 0;
	margin: 0;
	flex-grow: 1;
}
.legend li {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12.5px;
	color: #606060;
	margin-bottom: 6px;
}
.legend li:last-child {
	margin-bottom: 0;
}
.legend i {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	flex-shrink: 0;
}
.legend span {
	flex-grow: 1;
}
.legend strong {
	color: #222222;
	font-weight: 700;
}
.stars {
	color: #ffbb02;
	font-size: 13px;
	white-space: nowrap;
}
.review {
	background: #f8f8f8;
	border-radius: 10px;
	padding: 11px;
	margin-bottom: 10px;
}
.review:last-child {
	margin-bottom: 0;
}
.review p {
	font-size: 12.5px;
	color: #606060;
	margin: 5px 0 0;
}
.market-img {
	width: 100%;
	height: 158px;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 14px;
}
.empty {
	text-align: center;
	border: 1px dashed #dcdcdc;
	border-radius: 10px;
	padding: 26px 16px;
}
.empty .ico {
	margin: 0 auto 10px;
	border-radius: 50%;
}
.btn-action {
	display: inline-block;
	background: #1d8f49;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	border: 0;
	border-radius: 8px;
	padding: 10px 18px;
	transition: background 0.2s;
}
.btn-action:hover {
	background: #14532a;
	color: #ffffff;
}
.btn-outline {
	display: inline-block;
	background: #ffffff;
	color: #222222;
	font-size: 12.5px;
	font-weight: 600;
	border: 1px solid #ebebeb;
	border-radius: 8px;
	padding: 9px 16px;
	transition: border-color 0.2s;
}
.btn-outline:hover {
	border-color: #1d8f49;
	color: #1d8f49;
}
@media (max-width: 1199.98px) {
	.topbar .header-search-form-box {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.sidebar {
		position: fixed;
		top: 0;
		left: -30px;
		transform: translateX(-100%);
		transition: transform 0.3s ease-in-out;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	}
	.sidebar.show {
		transform: translateX(0);
	}
	.sidebar-close {
		display: block;
	}
	.topbar-title p {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.topbar,
	.content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.user strong,
	.user small {
		display: none;
	}
	.user {
		padding: 4px;
	}
}

/* ========================= */
/* ====== Responsive ======== */
/* ========================= */

/* View panels - hidden by default, shown when active */
.view-panel {
	display: none;
    position: fixed;
    width: 100%;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
}
.view-panel.active {
	display: block;
}
#slidePanel {
	left: -30px;
}
#slidePanel.show {
	left: 0px !important;
}

/* KPI grid - 2 columns on small screens */
@media (max-width: 991.98px) {
	.content .row.g-3 > .col-xl-3 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/* Section header */
.section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ebebeb;
}
.view-panel .section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
	padding: 12px 16px;
	border-bottom: 1px solid #ebebeb;
}
.section-header h2 {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
}
.view-panel .section-header h2 {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
}
.section-header-actions {
	display: flex;
	gap: 8px;
}
.view-panel-back i {
	font-size: 22px;
}
.btn-back {
	background: transparent;
	border: 0;
	font-size: 20px;
	color: #222;
	padding: 4px;
}

/* Search input group */
.search-input-group {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #f5f5f5;
	border-radius: 10px;
	padding: 10px 14px;
	margin-bottom: 14px;
}
.search-input-group i {
	color: #606060;
	font-size: 18px;
}
.search-input-group input {
	flex: 1;
	border: 0;
	background: transparent;
	font-size: 14px;
	outline: none;
}

/* Pill tabs */
.pill-tabs {
	display: flex;
	gap: 8px;
	margin-bottom: 16px;
	overflow-x: auto;
	padding-bottom: 4px;
}
.pill-tab {
	background: #f5f5f5;
	border: 0;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 600;
	color: #606060;
	padding: 8px 16px;
	white-space: nowrap;
	cursor: pointer;
}
.pill-tab.active {
	background: #1d8f49;
	color: #ffffff;
}
.pill-tab-count {
	background: rgba(255,255,255,0.3);
	padding: 1px 6px;
	border-radius: 10px;
	font-size: 11px;
	margin-left: 4px;
}
.pill-tab:not(.active) .pill-tab-count {
	background: #e0e0e0;
	color: #606060;
}

/* Orders list */
.orders-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.order-card {
	padding: 14px;
	margin-bottom: 0;
}
.order-card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 6px;
}
.order-id {
	font-size: 14px;
	font-weight: 700;
	color: #222;
}
.order-date {
	font-size: 12px;
	color: #606060;
}
.order-product {
	font-size: 14px;
	font-weight: 600;
	color: #222;
	margin: 0 0 2px;
}
.order-details {
	font-size: 12px;
	color: #606060;
	margin: 0 0 8px;
}
.order-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.order-buyer {
	font-size: 12px;
	color: #606060;
}

/* Messages list */
.messages-list {
	display: flex;
	flex-direction: column;
}
.message-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 0;
	border-bottom: 1px solid #f2f2f2;
}
.message-item:last-child {
	border-bottom: 0;
}
.message-avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	background: #f5f5f5;
	color: #606060;
}
.message-body {
	flex: 1;
	min-width: 0;
}
.message-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2px;
}
.message-top strong {
	font-size: 14px;
	font-weight: 600;
	color: #222;
}
.message-time {
	font-size: 11px;
	color: #606060;
	flex-shrink: 0;
}
.message-preview {
	font-size: 13px;
	color: #606060;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Create listing form */
.create-listing-content {
	padding: 16px;
	padding-top: 0px;
	overflow-y: auto;
    height: calc(100vh - 155px);
}
.create-listing-title {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 20px;
	color: #222;
}
.form-group {
	margin-bottom: 18px;
}
.form-label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #222;
	margin-bottom: 4px;
}
.form-sublabel {
	font-size: 12px;
	color: #606060;
	margin: 0 0 8px;
}
.upload-area {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 2px dashed #dcdcdc;
	border-radius: 10px;
	padding: 30px;
	text-align: center;
	cursor: pointer;
}
.upload-area:hover {
	border-color: #1d8f49;
}
.upload-area i {
	font-size: 28px;
	color: #606060;
	margin-bottom: 8px;
}
.upload-area span {
	font-size: 13px;
	color: #606060;
}
.form-input {
	width: 100%;
	border: 1px solid #ebebeb;
	border-radius: 8px;
	padding: 12px 14px;
	font-size: 14px;
	outline: none;
}
.form-input:focus {
	border-color: #1d8f49;
}
.form-select {
	--ui-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	width: 100%;
	font-weight: 400;
	line-height: 1.5;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: var(--ui-form-select-bg-img), var(--ui-form-select-bg-icon, none);
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #ebebeb;
	border-radius: 8px;
	padding: 12px 14px;
	font-size: 14px;
	color: #606060;
	cursor: pointer;
}
.form-select i {
	font-size: 18px;
}
.price-input {
	display: flex;
	align-items: center;
	border: 1px solid #ebebeb;
	border-radius: 8px;
	padding: 0 14px;
}
.price-input span {
	font-size: 14px;
	color: #606060;
	margin-right: 8px;
}
.price-input input {
	flex: 1;
	border: 0;
	padding: 12px 0;
	font-size: 14px;
	outline: none;
}
.btn-submit {
	margin-top: 24px;
	padding: 14px;
	font-size: 15px;
}
.btn-save-draft {
	display: block;
	width: 100%;
	background: transparent;
	border: 0;
	font-size: 14px;
	font-weight: 600;
	color: #606060;
	text-align: center;
	padding: 12px;
	margin-top: 8px;
	cursor: pointer;
}

/* More / All Tools menu */
.tools-content {
	padding: 0 15px;
  height: calc(100vh - 180px);
  overflow-y: auto;
}
.tools-content > ul > li {
	margin-bottom: 4px;
  list-style: none;
}
.list-unstyled li {
  list-style: none;
}
.more-tool-title {
  color: #1d8f49;
  font-size: 13px;
  font-weight: 600;
  margin-left: 8px;
  margin-top: 10px;
}
.tools-content a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	color: #222;
	text-decoration: none;
}
.tools-content a:hover {
	background: #f5f5f5;
	color: #222;
}
.tools-content a i {
	font-size: 20px;
	width: 24px;
	text-align: center;
	color: #606060;
}
.tools-content a span {
	flex: 1;
}
.tools-content .arrow-icon {
	font-size: 18px;
	color: #606060;
	flex-shrink: 0;
}
.tools-content .nav-toggle.active .arrow-icon {
	transform: rotate(90deg);
}
.tools-content .sub-menu {
	padding-left: 20px;
	display: none;
}
.tools-content .sub-menu a {
	padding: 10px 27px;
	font-size: 13px;
	font-weight: 500;
}
.tools-content .sub-menu a i {
	font-size: 18px;
}

/* Notifications list */
.notifications-list {
	padding: 0;
}
.notifications-time {
	font-size: 12px;
	font-weight: 600;
	color: #606060;
	margin: 0 0 12px;
}
.notification-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 0;
	border-bottom: 1px solid #f2f2f2;
}
.notification-item:last-child {
	border-bottom: 0;
}
.notification-body {
	flex: 1;
	min-width: 0;
}
.notification-title {
	font-size: 14px;
	font-weight: 600;
	color: #222;
	margin: 0 0 2px;
}
.notification-desc {
	font-size: 13px;
	color: #606060;
	margin: 0;
}
.notification-time {
	font-size: 11px;
	color: #606060;
	flex-shrink: 0;
	white-space: nowrap;
}
.view-all-link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 600;
	color: #1d8f49;
	text-decoration: none;
	padding: 16px;
	margin-top: 8px;
	border-top: 1px solid #f2f2f2;
}
.view-all-link:hover {
	color: #14532a;
}

/* Slide-out panel */
.slide-panel {
	position: fixed;
	top: 0;
	left: 0;
	width: 280px;
	height: 100vh;
	background: #ffffff;
	z-index: 1000;
	transform: translateX(-100%);
	transition: transform 0.3s ease-in-out;
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
	overflow-y: auto;
}
.slide-panel.show {
	transform: translateX(0);
}
.slide-panel-header {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px;
	border-bottom: 1px solid #ebebeb;
}
.slide-panel-user {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1;
}
.slide-panel-avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
}
.slide-panel-info {
	display: block;
}
.slide-panel-info strong {
	font-size: 15px;
	font-weight: 700;
	color: #222;
}
.slide-panel-info span {
	font-size: 12px;
	color: #606060;
}
.slide-panel-close {
	background: transparent;
	border: 0;
	font-size: 22px;
	color: #606060;
	padding: 4px;
	cursor: pointer;
}
.slide-panel-body {
	padding: 12px;
	height: calc(100vh - 100px);
	overflow-y: auto;
}
.slide-panel-body ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.slide-panel-body > ul > li {
	margin-bottom: 2px;
}
.slide-panel-body a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 12px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	color: #222;
	text-decoration: none;
}
.slide-panel-body a:hover {
	background: #f5f5f5;
	color: #222;
}
.slide-panel-body a.active {
	background: #e7f5ec;
	color: #1d8f49;
}
.slide-panel-body a i {
	font-size: 20px;
	width: 24px;
	text-align: center;
	color: #606060;
}
.slide-panel-body a.active i {
	color: #1d8f49;
}
.slide-panel-body a span {
	flex: 1;
}
.slide-panel-body .arrow-icon {
	font-size: 18px;
	color: #606060;
	flex-shrink: 0;
}
.slide-panel-body .nav-toggle.active .arrow-icon {
	transform: rotate(90deg);
}
.slide-panel-body .sub-menu {
	padding-left: 20px;
	display: none;
}
.slide-panel-body .sub-menu a {
	padding: 8px 27px;
	font-size: 13px;
	font-weight: 500;
}
.slide-panel-body .sub-menu a.sub-active {
  color: #1d8f49;
  font-weight: 600;
}
.slide-panel-divider {
	height: 1px;
	background: #ebebeb;
	margin: 12px 0;
}
.slide-panel-label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #606060;
	margin: 0 0 8px 12px;
}

/* Bottom navigation */
.bottom-nav {
    position: fixed;
    bottom: -1px;
    left: 0;
    right: 0;
    display: none;
    background: #ffffff;
    border-top: 1px solid #ebebeb;
    z-index: 100;
    padding: 4px 0 9px 0px;
    padding-bottom: max(8px, env(safe-area-inset-bottom));
}
.bottom-nav-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	text-decoration: none;
	color: #606060;
	font-size: 12px;
	font-weight: 500;
	padding: 4px 0;
	position: relative;
	flex: 1;
}
.bottom-nav-item.active {
	color: #1d8f49;
}
.bottom-nav-item i {
	font-size: 24px;
}
.sell-icon {
	width: 44px;
	height: 44px;
	background: #1d8f49;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -18px;
	box-shadow: 0 2px 8px rgba(29,143,73,0.3);
}
.sell-icon i {
	color: #ffffff;
	font-size: 24px;
}
.sell-btn-text {
	color: #1d8f49;
	font-weight: 600;
}
.nav-badge {
  position: absolute;
  top: 11px;
  right: 50%;
  transform: translateX(15px);
  min-width: 16px;
  height: 16px;
  background: #e03535;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  border-radius: 10px;
  padding: 0 4px;
}
.mm-active > a {
  background: #ffffff0d;
  color: #ffffff;
}
.mm-active ul.sub-menu li a {
  color: rgba(255, 255, 255, 0.6);
}
.mm-active ul.sub-menu li a:hover {
  color: #fff !important;
  background: transparent !important;
}
.mm-active ul.sub-menu li a.active {
  background: transparent !important;
  color: #fff !important;
  font-weight: 600 !important
}
/* Responsive adjustments */
@media (max-width: 991.98px) {
	.content {
		padding-bottom: 105px;
	}
	.topbar {
		padding: 10px 15px;
	}
	.topbar .header-search-form-box {
		display: none;
	}
}

@media (min-width: 992px) {
	.view-panel,
	.bottom-nav,
	.slide-panel {
		display: none !important;
	}
}

/* ========================= */
/* ====== Page Head ========= */
/* ========================= */
.page-head {
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
    margin-top: 3px;
    flex-wrap: wrap;
}
.page-head h2 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 2px;
	color: #222;
}
.page-head .note {
	margin: 0;
}
.page-head-actions {
	display: flex;
	gap: 10px;
	align-items: center;
}
.btn-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	background: #ffffff;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	color: #222;
	font-size: 13px;
	font-weight: 600;
	padding: 9px 14px;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.2s;
}
.btn-outline:hover {
	background: #f5f5f5;
	color: #222;
}
.page-head-actions .btn-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 10px 16px;
	border-radius: 8px;
	text-decoration: none;
}

/* ========================= */
/* ====== Orders Page ======= */
/* ========================= */
.orders-panel {
	padding: 0;
	overflow: hidden;
}
.orders-toolbar {
	padding: 16px 18px;
	border-bottom: 1px solid #ebebeb;
}
.orders-toolbar .search-input-group {
	margin-bottom: 12px;
}
.orders-toolbar .pill-tabs {
	margin-bottom: 0;
}
.orders-head {
	display: none;
}
.orders-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 14px;
	margin: 0;
}
.order-item {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 6px 12px;
	background: #ffffff;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	padding: 14px;
	grid-template-areas:
		"id date"
		"product product"
		"items amount"
		"buyer status"
		"action action";
	transition: border-color 0.2s, box-shadow 0.2s;
}
.order-item .o-id {
	grid-area: id;
	font-size: 14px;
	font-weight: 700;
	color: #222;
}
.order-item .o-date {
	grid-area: date;
	justify-self: end;
	font-size: 12px;
	color: #606060;
}
.order-item .o-product {
	grid-area: product;
	font-size: 14px;
	font-weight: 600;
	color: #222;
}
.order-item .o-buyer {
	grid-area: buyer;
	font-size: 12px;
	color: #606060;
}
.order-item .o-items {
	grid-area: items;
	font-size: 12px;
	color: #606060;
}
.order-item .o-amount {
	grid-area: amount;
	font-size: 12px;
	font-weight: 700;
	text-align: right;
	color: #222;
}
.order-item .o-status {
	grid-area: status;
	justify-self: end;
}
.order-item .o-action {
	grid-area: action;
	justify-self: end;
	display: none;
}
.orders-table .empty {
	margin: 18px;
}

/* ========================= */
/* ====== Messages Page ===== */
/* ========================= */
.messages-layout {
	display: block;
}
.messages-panel {
	padding: 0;
	overflow: hidden;
}
.messages-panel .search-input-group {
	margin: 16px 16px 10px;
}
.messages-panel .pill-tabs {
	padding: 0 16px;
	margin-bottom: 7px;
}
.messages-panel .messages-list {
	padding: 4px 10px 12px;
	margin: 0;
}
.messages-panel .message-item {
	padding: 12px;
	border-radius: 8px;
	border-bottom: 0;
	cursor: pointer;
	transition: background 0.15s;
}
.messages-panel .message-item:hover {
	background: #f7f7f7;
}
.messages-panel .message-item.active {
	background: #e7f5ec;
}
.messages-panel .message-item.active .message-top strong {
	color: #1d8f49;
}
.chat-panel {
	display: none;
	flex-direction: column;
	padding: 0;
	overflow: hidden;
	height: 100%;
}
.chat-panel.open {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: flex;
	border: 0;
	border-radius: 0;
	background: #ffffff;
}
.chat-header {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	border-bottom: 1px solid #ebebeb;
	flex-shrink: 0;
}
.chat-user {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 1;
	min-width: 0;
}
.chat-avatar {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.chat-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.chat-user strong {
	display: block;
	font-size: 15px;
	color: #222;
}
.chat-status {
	display: block;
	font-size: 12px;
	color: #606060;
}
.chat-status.online {
	color: #1d8f49;
}
.chat-status.away {
	color: #FE8305;
}
.chat-status.offline {
	color: #9a9a9a;
}
.chat-actions {
	display: flex;
	gap: 8px;
}
.chat-body {
	padding: 16px;
	overflow-y: auto;
	min-height: 300px;
	background: #fbfbfb;
}
.chat-bubble {
	max-width: 55%;
	padding: 10px 14px;
	border-radius: 14px;
	font-size: 13.5px;
	line-height: 1.45;
	margin-bottom: 15px;
}
.chat-bubble p {
	margin: 0 0 4px;
}
.chat-bubble span {
	display: block;
	font-size: 10.5px;
	opacity: 0.7;
}
.chat-bubble.me {
	align-self: flex-end;
	background: #1d8f49;
	color: #ffffff;
	border-bottom-right-radius: 4px;
	margin-left: auto;
}
.chat-bubble.them {
	align-self: flex-start;
	background: #eef1ef;
	color: #222;
	border-bottom-left-radius: 4px;
}
.chat-input {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	border-top: 1px solid #ebebeb;
	flex-shrink: 0;
	background: #ffffff;
}
.chat-input input {
	flex: 1;
	min-width: 0;
	border: 1px solid #ebebeb;
	border-radius: 20px;
	padding: 10px 16px;
	font-size: 14px;
	outline: none;
	background: #f8f9fa;
}
.chat-input input:focus {
	border-color: #1d8f49;
	background: #ffffff;
}
.chat-input .chat-send {
	background: #1d8f49;
	color: #ffffff;
	border: 0;
}
.chat-input .chat-send:hover {
	background: #177a3e;
	color: #ffffff;
}

/* ========================= */
/* ===== Notifications ====== */
/* ========================= */
.notifications-panel {
	padding: 0;
	overflow: hidden;
}
.notifications-toolbar {
	padding: 16px 18px;
	border-bottom: 1px solid #ebebeb;
}
.notifications-toolbar .pill-tabs {
	margin-bottom: 0;
}
.notifications-group {
	padding: 18px;
	border-bottom: 1px solid #f2f2f2;
}
.notifications-group:last-child {
	border-bottom: 0;
}
.notifications-group .notifications-time {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 11.5px;
}
.notifications-group .notification-item {
	cursor: pointer;
	padding: 14px 0;
	gap: 13px;
	align-items: center;
}
.notifications-group .notification-item:last-child {
	border-bottom: 0;
}
.notifications-group .notification-item .ico {
	flex-shrink: 0;
	width: 38px;
	height: 38px;
}
.notifications-group .notification-item.unread .notification-title {
	font-weight: 700;
}
.unread-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #e03535;
	flex-shrink: 0;
	margin-left: 4px;
}
.notifications-panel .empty {
	margin: 18px;
}

/* ========================= */
/* ===== Desktop ============ */
/* ========================= */
@media (min-width: 992px) {
	/* Orders */
	.orders-toolbar {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 16px;
	}
	.orders-toolbar .search-input-group {
		margin-bottom: 0;
		max-width: 320px;
		flex: 1;
	}
	.orders-head {
		display: grid;
		grid-template-columns: 130px 1.4fr 1.2fr 110px 80px 90px 130px 44px;
		gap: 10px;
		padding: 10px 18px;
		background: #f8f9fa;
		border-bottom: 1px solid #ebebeb;
		font-size: 11.5px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.04em;
		color: #606060;
	}
	.orders-head span:last-child {
		text-align: right;
	}
	.orders-list {
		display: block;
		padding: 0;
	}
	.order-item {
		display: grid;
		grid-template-columns: 130px 1.4fr 1.2fr 110px 80px 90px 130px 44px;
		gap: 10px;
		align-items: center;
		padding: 13px 18px;
		border: 0;
		border-bottom: 1px solid #f2f2f2;
		border-radius: 0;
		grid-template-areas: none;
	}
	.order-item:hover {
		background: #fafafa;
	}
	.order-item .o-id {
		font-size: 13px;
	}
	.order-item .o-date,
	.order-item .o-buyer,
	.order-item .o-items {
		font-size: 12.5px;
		color: #606060;
		justify-self: stretch;
	}
	.order-item .o-product {
		font-size: 13.5px;
	}
	.order-item .o-amount {
		font-size: 13.5px;
		text-align: left;
	}
	.order-item .o-status {
		justify-self: start;
	}
	.order-item .o-action {
		display: flex;
		justify-self: end;
		width: 32px;
		height: 32px;
	}
	.order-item .o-id,
	.order-item .o-product,
	.order-item .o-buyer,
	.order-item .o-date,
	.order-item .o-items,
	.order-item .o-amount,
	.order-item .o-status {
		grid-area: auto;
	}

	/* Messages */
	.messages-layout {
		display: grid;
		grid-template-columns: 340px 1fr;
		gap: 18px;
		align-items: stretch;
	}
	.messages-panel {
		height: calc(100vh - 200px);
		display: flex;
		flex-direction: column;
	}
	.messages-panel .messages-list {
		flex: 1;
		overflow-y: auto;
	}
	.chat-panel {
		display: flex;
		height: calc(100vh - 200px);
	}
	.chat-panel.open {
		position: static;
		z-index: auto;
		border: 1px solid #ebebeb;
		border-radius: 10px;
	}
	.chat-body {
		background: #ffffff;
	}
	.chat-back {
		display: none !important;
	}
}

@media (max-width: 991.98px) {
	.page-head-actions .btn-action i,
	.page-head-actions .btn-outline i {
		display: none;
	}
	.chat-body {
		height: calc(100vh - 134px);
	}
}

/* ========================= */
/* == Workspace Page Head === */
/* ========================= */
.workspace-head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	margin-bottom: 4px;
}
.workspace-intro {
	display: flex;
	align-items: center;
	gap: 16px;
}
.workspace-badge {
	width: 68px;
	height: 68px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #1d8f491a;
	color: #1d8f49;
	font-size: 30px;
}
.workspace-intro h1 {
	font-size: 24px;
	font-weight: 700;
	color: #222222;
	margin: 0 0 4px;
}
.workspace-guide {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 13px;
	font-weight: 600;
	color: #1d8f49;
	margin-top: 8px;
}
.workspace-stats {
	display: flex;
	flex-wrap: wrap;
	background: #ffffff;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	padding: 6px 0;
  flex-grow: 1;
}
.workspace-stat {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 17px;
	border-right: 1px solid #f2f2f2;
  flex-grow: 1;
}
.workspace-stat:last-child {
	border-right: 0;
}
.workspace-stat-value {
	font-size: 19px;
	font-weight: 700;
	color: #222222;
	margin: 0;
	line-height: 1.2em;
}
.workspace-stat-link {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	color: #1d8f49;
	margin-top: 2px;
}

/* ========================= */
/* ===== Underline Tabs ===== */
/* ========================= */
.tab-nav {
	display: flex;
	gap: 28px;
	overflow-x: auto;
	border-bottom: 1px solid #ebebeb;
	margin: -18px -18px 18px;
	padding: 0 18px;
}
.tab-nav-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	flex-shrink: 0;
	font-size: 13.5px;
	font-weight: 600;
	color: #606060;
	padding: 15px 0 13px;
	border-bottom: 2px solid transparent;
	white-space: nowrap;
}
.tab-nav-link:hover {
	color: #1d8f49;
}
.tab-nav-link.active {
	color: #1d8f49;
	border-bottom-color: #1d8f49;
}

/* ========================= */
/* ===== Shared Widgets ===== */
/* ========================= */
.filter-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
}
.filter-bar .form-select {
	width: auto;
	min-width: 150px;
	padding: 9px 36px 9px 12px;
	font-size: 13px;
}
.filter-sort {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: auto;
	font-size: 13px;
	color: #606060;
}
.panel-more {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: 13px;
	font-weight: 600;
	color: #1d8f49;
	padding-top: 16px;
}
.date-badge {
  width: 55px;
  flex-shrink: 0;
  text-align: center;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 6px 2px;
  line-height: 1.2em;
}
.date-badge small {
	display: block;
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #606060;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.date-badge strong {
	display: block;
	font-size: 17px;
	font-weight: 700;
	color: #222222;
}
.check-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.check-list li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 13px;
	color: #222222;
	padding: 6px 0;
}
.check-list i {
	color: #1d8f49;
	font-size: 15px;
	line-height: 1.4em;
}
.avatar-stack {
	display: flex;
	flex-shrink: 0;
}
.avatar-stack img {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #ffffff;
	margin-left: -8px;
}
.avatar-stack img:first-child {
	margin-left: 0;
}
.data-table-wrap {
	overflow-x: auto;
}
.data-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 720px;
}
.data-table th {
	font-size: 12px;
	font-weight: 600;
	color: #606060;
	text-align: left;
	padding: 0 10px 10px;
	border-bottom: 1px solid #ebebeb;
	white-space: nowrap;
}
.data-table td {
	font-size: 13px;
	color: #222222;
	padding: 12px 10px;
	border-bottom: 1px solid #f2f2f2;
	vertical-align: middle;
}
.data-table tr:last-child td {
	border-bottom: 0;
}
.data-table th:first-child,
.data-table td:first-child {
	padding-left: 0;
}
.data-table th:last-child,
.data-table td:last-child {
	padding-right: 0;
	text-align: right;
}
.data-thumb {
	width: 44px;
	height: 44px;
	flex-shrink: 0;
	border-radius: 8px;
	object-fit: cover;
}

/* ========================= */
/* === Delivery Requests ==== */
/* ========================= */
.request-card {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
  justify-content: space-between;
	gap: 14px;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	padding: 14px;
	margin-bottom: 10px;
}
.request-card:last-of-type {
	margin-bottom: 0;
}
.request-thumb {
	width: 78px;
	height: 62px;
	flex-shrink: 0;
	border-radius: 8px;
	object-fit: cover;
	background: #f5f5f5;
}
.request-main {
	flex: 1 1 220px;
	min-width: 0;
}
.request-meta {
	list-style: none;
	padding: 0;
	margin: 0;
	flex-shrink: 0;
}
.request-meta li {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 12.5px;
	color: #606060;
	padding: 2px 0;
}
.request-fee {
	flex-shrink: 0;
	text-align: center;
}
.request-fee .amount {
  margin-bottom: 3px;
}
.request-actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
	flex-shrink: 0;
}
.request-actions .btn-action,
.request-actions .btn-outline {
	padding: 8px 18px;
	font-size: 12.5px;
	text-align: center;
}
.request-posted {
	font-size: 11.5px;
	color: #909090;
	text-align: right;
}

/* ========================= */
/* ==== Community Markets === */
/* ========================= */
.market-card {
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
	gap: 18px 23px;
	border-bottom: 1px solid #f2f2f2;
	padding: 16px 0;
}
.market-card:first-of-type {
	padding-top: 0;
}
.market-thumb {
	width: 108px;
	height: 92px;
	flex-shrink: 0;
	border-radius: 8px;
	object-fit: cover;
}
.market-body {
	flex: 1 1 230px;
	min-width: 0;
}
.market-body h4 {
	font-size: 14px;
	font-weight: 700;
	color: #222222;
	margin: 0 0 6px;
}
.market-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 10px;
}
.market-slot {
	flex-shrink: 0;
}
.market-slot-label {
	font-size: 11.5px;
	font-weight: 600;
	color: #909090;
	margin: 0 0 2px;
}
.market-slot strong {
	display: block;
	font-size: 13px;
	color: #222222;
}
.market-actions {
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex-shrink: 0;
}
.market-actions .btn-action,
.market-actions .btn-outline {
	padding: 8px 16px;
	font-size: 12.5px;
	text-align: center;
}
.market-actions .workspace-guide {
	justify-content: center;
	margin-top: 0;
	font-size: 12px;
}
.dashboard-shell .market-actions {
	max-width: 100%;
}
.dashboard-shell .market-actions .btn-action,
.dashboard-shell .market-actions .btn-outline,
.dashboard-shell .market-actions button.btn-outline {
	white-space: normal;
}

@media (max-width: 575.98px) {
	.dashboard-shell .market-actions {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
	}
	.dashboard-shell .market-actions .btn-action,
	.dashboard-shell .market-actions .btn-outline,
	.dashboard-shell .market-actions button.btn-outline {
		width: 100%;
		min-width: 0;
	}
}

/* ========================= */
/* ====== Farm Fresh ======== */
/* ========================= */
.farm-banner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	overflow: hidden;
	border-radius: 10px;
	background: linear-gradient(90deg, #eef6ef 0%, #e7f5ec 100%);
	margin-bottom: 22px;
}
.farm-banner-body {
	flex: 1 1 300px;
	padding: 24px;
}
.farm-banner-body h3 {
	font-size: 22px;
	font-weight: 700;
	color: #14532a;
	margin: 0 0 8px;
}
.farm-banner-body p {
	font-size: 13.5px;
	color: #3f4a42;
	margin: 0 0 16px;
	max-width: 380px;
}
.farm-banner-media {
	position: relative;
	flex: 1 1 240px;
	align-self: stretch;
	min-height: 150px;
}
.farm-banner-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.farm-banner-seal {
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
	width: 74px;
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: #14532a;
	font-size: 9.5px;
	font-weight: 700;
	line-height: 1.25em;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

/* ========================= */
/* ==== Community Connect === */
/* ========================= */
.post-composer {
	border: 1px solid #ebebeb;
	border-radius: 10px;
	margin-bottom: 16px;
}
.composer-field {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px;
}
.composer-field img {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	border-radius: 50%;
	object-fit: cover;
}
.composer-field input {
	flex: 1;
  height: 40px;
	border: 0;
	outline: none;
	font-size: 14px;
	background: transparent;
}
.composer-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 18px;
	border-top: 1px solid #f2f2f2;
	padding: 10px 14px;
}
.composer-action {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12.5px;
	font-weight: 600;
	color: #606060;
}
.composer-action:hover {
	color: #1d8f49;
}
.composer-actions .btn-action {
	margin-left: auto;
	padding: 8px 24px;
}
.feed-post {
	border: 1px solid #ebebeb;
	border-radius: 10px;
	padding: 14px;
	margin-bottom: 14px;
}
.feed-post:last-of-type {
	margin-bottom: 0;
}
.feed-head {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	margin-bottom: 10px;
}
.feed-head img {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	border-radius: 50%;
	object-fit: cover;
}
.feed-text {
	font-size: 13.5px;
	color: #333333;
	line-height: 1.55em;
	margin: 0;
}
.feed-media {
	width: 100%;
	max-height: 210px;
	object-fit: cover;
	border-radius: 8px;
	margin-top: 12px;
}
.feed-actions {
	display: flex;
	align-items: center;
	gap: 20px;
	border-top: 1px solid #f2f2f2;
	margin-top: 12px;
	padding-top: 11px;
}
.feed-action {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12.5px;
	font-weight: 600;
	color: #606060;
}
.feed-action:hover {
	color: #1d8f49;
}
.feed-action.liked {
	color: #e03535;
}
.community-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	background: #1d8f4914;
	border-radius: 10px;
	padding: 18px 22px;
}
.community-cta-text {
	display: flex;
	align-items: center;
	gap: 14px;
}
.community-cta-text i {
	font-size: 28px;
	color: #1d8f49;
}
.community-cta-text h4 {
	font-size: 15px;
	font-weight: 700;
	color: #222222;
	margin: 0 0 2px;
}
.oeuslot {
  font-size: 16px !important;
}
.frm-inbtns {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
}
@media (min-width: 576px) {
	.workspace-badge {
		display: flex;
	}
}
.ms-auto {
	margin-left: auto;
}
@media (min-width: 992px) {
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
}
@media (max-width: 767.98px) {
  .workspace-intro h1 {
    font-size: 20px;
    margin: 0 0 2px;
  }
  .workspace-guide {
    margin-top: 2px;
  }
  .workspace-badge {
    width: 65px;
    height: 65px;
  }
  .workspace-intro {
    gap: 13px;
  }
  .workspace-head {
    margin-top: -8px;
  }
  .filter-sort {
    margin-left: 0px;
  }
  .request-posted {
    text-align: left;
  }
  .market-body h4, .list-sub span {
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }
  .workspace-guide .ri-qr-code-line {
    display: none;
  }
}
.sell-content.page-wrapper {
  background: #F8F9FD;
}
.l99-sell-now-page-root,
body.l99-sell-now-page {
  overflow-x: hidden;
}

.l99-category-page {
  background: #f5f7fb;
  padding-bottom: 48px;
}

.l99-blog-page {
  background: #f5f7fb;
  padding-bottom: 48px;
}
.l99-blog-post-page {
  background: #f5f7fb;
  padding-bottom: 48px;
}

.l99-contact-page {
  background: #f5f7fb;
  padding-bottom: 48px;
}

.l99-page-view {
  background: #f5f7fb;
  padding-bottom: 48px;
}

.l99-rss-page {
  background: #f5f7fb;
  padding-bottom: 48px;
}

.l99-policy-accept-page {
  background: #f5f7fb;
  padding-bottom: 48px;
}
.l99-policy-accept-hero {
  background: linear-gradient(135deg, #14312c 0%, #12385f 100%);
  color: #ffffff;
  padding: 28px 0 40px;
}
.l99-policy-accept-breadcrumb {
  margin-bottom: 24px;
}
.l99-policy-accept-breadcrumb .breadcrumb {
  padding: 0;
  margin: 0;
  background: transparent;
}
.l99-policy-accept-breadcrumb .breadcrumb-item,
.l99-policy-accept-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.78);
}
.l99-policy-accept-breadcrumb .breadcrumb-item.active {
  color: #ffffff;
  font-weight: 700;
}
.l99-policy-accept-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: end;
}
.l99-policy-accept-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 7px 13px;
  margin-bottom: 14px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 800;
}
.l99-policy-accept-copy h1 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 800;
}
.l99-policy-accept-copy p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.55;
}
.l99-policy-accept-summary {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
}
.l99-policy-accept-summary strong {
  display: block;
  color: #ffffff;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 10px;
}
.l99-policy-accept-summary span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.45;
}
.l99-policy-accept-shell {
  margin-top: 24px;
}
.l99-policy-accept-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}
.l99-policy-review-list,
.l99-policy-accept-panel {
  min-width: 0;
}
.l99-policy-notice,
.l99-policy-review-card,
.l99-policy-accept-card,
.l99-policy-all-set {
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}
.l99-policy-notice {
  display: flex;
  gap: 13px;
  margin-bottom: 16px;
  padding: 16px;
  background: #f3fbf6;
  border-color: #d7e7dc;
}
.l99-policy-notice i {
  color: #1d8f49;
  font-size: 24px;
}
.l99-policy-notice strong {
  display: block;
  color: #101828;
  font-size: 15px;
  font-weight: 800;
}
.l99-policy-notice span {
  color: #475467;
  font-size: 14px;
  line-height: 1.45;
}
.l99-policy-review-card {
  margin-bottom: 16px;
  overflow: hidden;
}
.l99-policy-review-card header {
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 18px;
  border-bottom: 1px solid #eef1f5;
  background: #ffffff;
}
.l99-policy-review-card header > span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #eaf7ef;
  color: #1d8f49;
  font-size: 22px;
}
.l99-policy-review-card h2 {
  margin: 0 0 4px;
  color: #101828;
  font-size: 20px;
  font-weight: 800;
}
.l99-policy-review-card header a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #1d8f49;
  font-size: 13px;
  font-weight: 800;
}
.l99-policy-review-content {
  max-height: 390px;
  overflow-y: auto;
  padding: 18px;
  color: #1f2937;
  font-size: 14px;
  line-height: 1.68;
}
.l99-policy-review-content h1,
.l99-policy-review-content h2,
.l99-policy-review-content h3,
.l99-policy-review-content h4 {
  color: #101828;
  font-weight: 800;
  margin-top: 20px;
  margin-bottom: 10px;
}
.l99-policy-review-content h1:first-child,
.l99-policy-review-content h2:first-child,
.l99-policy-review-content h3:first-child {
  margin-top: 0;
}
.l99-policy-review-content ul,
.l99-policy-review-content ol {
  padding-left: 22px;
}
.l99-policy-accept-panel {
  position: sticky;
  top: 20px;
}
.l99-policy-accept-card {
  padding: 20px;
}
.l99-policy-accept-card h3 {
  margin: 0 0 8px;
  color: #101828;
  font-size: 22px;
  font-weight: 800;
}
.l99-policy-accept-card p {
  margin-bottom: 16px;
  color: #667085;
  font-size: 14px;
  line-height: 1.55;
}
.l99-policy-checkbox {
  min-height: auto;
  margin-bottom: 16px;
  border: 1px solid #eef1f5;
  border-radius: 8px;
  padding: 13px 13px 13px 40px;
  background: #f8fafc;
}
.l99-policy-checkbox .custom-control-label {
  color: #475467;
  font-size: 13px;
  line-height: 1.5;
}
.l99-policy-accept-form .btn {
  width: 100%;
  min-height: 42px;
  border-radius: 8px;
  font-weight: 800;
  margin-bottom: 10px;
}
.l99-policy-secondary-btn {
  border: 1px solid #d7dce5;
  background: #ffffff;
  color: #101828;
}
.l99-policy-secondary-btn:hover {
  border-color: #1d8f49;
  color: #1d8f49;
}
.l99-policy-all-set {
  padding: 34px;
  text-align: center;
}
.l99-policy-all-set i {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  margin-bottom: 16px;
  background: #eaf7ef;
  color: #1d8f49;
  font-size: 34px;
}
.l99-policy-all-set h2 {
  margin: 0 0 18px;
  color: #101828;
  font-size: 24px;
  font-weight: 800;
}
.l99-rss-hero {
  background: linear-gradient(135deg, #14312c 0%, #12385f 100%);
  color: #ffffff;
  padding: 28px 0 40px;
}
.l99-rss-breadcrumb {
  margin-bottom: 24px;
}
.l99-rss-breadcrumb .breadcrumb {
  padding: 0;
  margin: 0;
  background: transparent;
}
.l99-rss-breadcrumb .breadcrumb-item,
.l99-rss-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.78);
}
.l99-rss-breadcrumb .breadcrumb-item.active {
  color: #ffffff;
  font-weight: 700;
}
.l99-rss-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: end;
}
.l99-rss-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 7px 13px;
  margin-bottom: 14px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 800;
}
.l99-rss-hero-copy h1 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 800;
}
.l99-rss-hero-copy p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.55;
}
.l99-rss-quick-card {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
}
.l99-rss-quick-card strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
}
.l99-rss-quick-card span {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.5;
}
.l99-rss-shell {
  margin-top: 24px;
}
.l99-rss-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  padding: 18px 20px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}
.l99-rss-category-head {
  margin-top: 22px;
}
.l99-rss-section-head span {
  display: block;
  margin-bottom: 2px;
  color: #1d8f49;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.l99-rss-section-head h2 {
  margin: 0;
  color: #101828;
  font-size: 24px;
  font-weight: 800;
}
.l99-rss-section-head a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d7dce5;
  border-radius: 8px;
  padding: 10px 14px;
  color: #101828;
  font-size: 13px;
  font-weight: 800;
}
.l99-rss-section-head a:hover {
  border-color: #1d8f49;
  color: #1d8f49;
  text-decoration: none;
}
.l99-rss-feature-grid,
.l99-rss-grid {
  display: grid;
  gap: 16px;
}
.l99-rss-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.l99-rss-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.l99-rss-card {
  display: grid;
  min-width: 0;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 2px 14px;
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  padding: 18px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.l99-rss-card:hover {
  border-color: #cfd8e6;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
  text-decoration: none;
}
.l99-rss-card-icon {
  grid-row: span 2;
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff4df;
  color: #b7791f;
  font-size: 22px;
}
.l99-rss-card-primary .l99-rss-card-icon {
  background: #eaf7ef;
  color: #1d8f49;
}
.l99-rss-card strong {
  min-width: 0;
  color: #101828;
  font-size: 16px;
  font-weight: 800;
}
.l99-rss-card p {
  min-width: 0;
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.l99-page-hero {
  background: linear-gradient(135deg, #14312c 0%, #12385f 100%);
  color: #ffffff;
  padding: 28px 0 40px;
}
.l99-page-breadcrumb {
  margin-bottom: 24px;
}
.l99-page-breadcrumb .breadcrumb {
  padding: 0;
  margin: 0;
  background: transparent;
}
.l99-page-breadcrumb .breadcrumb-item,
.l99-page-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.78);
}
.l99-page-breadcrumb .breadcrumb-item.active {
  color: #ffffff;
  font-weight: 700;
}
.l99-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: end;
}
.l99-page-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 7px 13px;
  margin-bottom: 14px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 800;
}
.l99-page-hero-copy h1 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 800;
}
.l99-page-hero-copy p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.55;
}
.l99-page-quick-card {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
}
.l99-page-quick-card strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
}
.l99-page-quick-card span {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.5;
}
.l99-page-shell {
  margin-top: 24px;
}
.l99-policy-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  padding: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}
.l99-policy-tabs a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7dce5;
  border-radius: 999px;
  padding: 8px 14px;
  background: #ffffff;
  color: #344054;
  font-size: 13px;
  font-weight: 800;
}
.l99-policy-tabs a:hover,
.l99-policy-tabs a.active {
  border-color: #1d8f49;
  background: #eaf7ef;
  color: #1d8f49;
  text-decoration: none;
}
.l99-page-content-card {
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  padding: 28px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}
.l99-about-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}
.l99-antiques-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
}
.l99-antiques-feature-copy,
.l99-antiques-feature-card {
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}
.l99-antiques-feature-copy span {
  display: block;
  margin-bottom: 6px;
  color: #1d8f49;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.l99-antiques-feature-copy h2 {
  margin: 0 0 10px;
  color: #101828;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}
.l99-antiques-feature-copy p {
  max-width: 720px;
  margin: 0;
  color: #475467;
  font-size: 15px;
  line-height: 1.65;
}
.l99-antiques-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.l99-antiques-actions .btn {
  min-height: 42px;
  border-radius: 8px;
  font-weight: 800;
}
.l99-antiques-actions .btn-outline-secondary {
  border: 1px solid #d7dce5;
  background: #ffffff;
  color: #101828;
}
.l99-antiques-actions .btn-outline-secondary:hover {
  border-color: #1d8f49;
  color: #1d8f49;
}
.l99-antiques-feature-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l99-antiques-feature-card span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 14px;
  background: #fff4df;
  color: #b7791f;
  font-size: 24px;
}
.l99-business-feature .l99-antiques-feature-card span {
  background: #e8f1ff;
  color: #1d4ed8;
}
.l99-antiques-feature-card strong {
  display: block;
  margin-bottom: 8px;
  color: #101828;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}
.l99-antiques-feature-card p {
  margin: 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.55;
}
.l99-about-highlights > div {
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  padding: 18px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}
.l99-about-highlights span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 12px;
  background: #eaf7ef;
  color: #1d8f49;
  font-size: 20px;
}
.l99-about-highlights strong {
  display: block;
  margin-bottom: 6px;
  color: #101828;
  font-size: 16px;
  font-weight: 800;
}
.l99-about-highlights p {
  margin: 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.5;
}
.l99-about-content-card {
  position: relative;
  overflow: hidden;
}
.l99-about-content-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #1d8f49;
}
.l99-page-text-content {
  color: #1f2937;
  font-size: 15px;
  line-height: 1.75;
}
.l99-cms-page .l99-page-text-content h1:first-child {
  display: none;
}
.l99-cms-page .l99-page-text-content h2 {
  padding-top: 4px;
  color: #101828;
  font-size: 24px;
}
.l99-cms-page .l99-page-text-content ul {
  display: grid;
  gap: 10px;
  padding-left: 0;
}
.l99-cms-page .l99-page-text-content li {
  position: relative;
  list-style: none;
  border: 1px solid #eef1f5;
  border-radius: 8px;
  padding: 12px 14px 12px 38px;
  background: #f8fafc;
}
.l99-cms-page .l99-page-text-content li::before {
  content: "\ea10";
  position: absolute;
  left: 14px;
  top: 13px;
  color: #1d8f49;
  font-family: remixicon;
  font-size: 15px;
}
.l99-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.l99-about-actions .btn {
  min-height: 42px;
  border-radius: 8px;
  font-weight: 800;
}
.l99-about-actions .btn-outline-secondary {
  border: 1px solid #d7dce5;
  background: #ffffff;
  color: #101828;
}
.l99-about-actions .btn-outline-secondary:hover {
  border-color: #1d8f49;
  color: #1d8f49;
}
.l99-page-text-content h1,
.l99-page-text-content h2,
.l99-page-text-content h3,
.l99-page-text-content h4 {
  color: #101828;
  font-weight: 800;
  margin-top: 28px;
  margin-bottom: 12px;
}
.l99-page-text-content h1:first-child,
.l99-page-text-content h2:first-child,
.l99-page-text-content h3:first-child {
  margin-top: 0;
}
.l99-page-text-content p {
  margin-bottom: 16px;
}
.l99-page-text-content ul,
.l99-page-text-content ol {
  padding-left: 22px;
  margin-bottom: 18px;
}
.l99-page-text-content li {
  margin-bottom: 8px;
}
.l99-page-text-content a {
  color: #1d8f49;
  font-weight: 700;
}
.l99-page-text-content table {
  width: 100%;
  margin: 18px 0;
  border-collapse: collapse;
}
.l99-page-text-content th,
.l99-page-text-content td {
  border: 1px solid #e5e8ef;
  padding: 10px 12px;
  vertical-align: top;
}
.l99-page-text-content th {
  background: #f8fafc;
  color: #101828;
  font-weight: 800;
}
.l99-contact-hero {
  background: linear-gradient(135deg, #14312c 0%, #12385f 100%);
  color: #ffffff;
  padding: 28px 0 40px;
}
.l99-contact-breadcrumb {
  margin-bottom: 24px;
}
.l99-contact-breadcrumb .breadcrumb {
  padding: 0;
  margin: 0;
  background: transparent;
}
.l99-contact-breadcrumb .breadcrumb-item,
.l99-contact-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.78);
}
.l99-contact-breadcrumb .breadcrumb-item.active {
  color: #ffffff;
  font-weight: 700;
}
.l99-contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: end;
}
.l99-contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 7px 13px;
  margin-bottom: 14px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 800;
}
.l99-contact-hero-copy h1 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 800;
}
.l99-contact-hero-copy p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.55;
}
.l99-contact-quick-card {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
}
.l99-contact-quick-card strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
}
.l99-contact-quick-card span {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.5;
}
.l99-contact-shell {
  margin-top: 24px;
}
.l99-contact-intro {
  margin-bottom: 18px;
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  padding: 20px;
  background: #ffffff;
  color: #475467;
  line-height: 1.65;
}
.l99-contact-intro p:last-child {
  margin-bottom: 0;
}
.l99-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}
.l99-contact-form-card,
.l99-contact-info-card,
.l99-contact-help-card {
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}
.l99-contact-form-card {
  padding: 24px;
}
.l99-contact-section-head {
  margin-bottom: 18px;
}
.l99-contact-section-head span {
  display: block;
  color: #1d8f49;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.l99-contact-section-head h2 {
  margin: 2px 0 0;
  color: #101828;
  font-size: 26px;
  font-weight: 800;
}
.l99-contact-form .control-label {
  color: #344054;
  font-size: 13px;
  font-weight: 800;
}
.l99-contact-form .form-control,
.l99-contact-form .form-input {
  min-height: 46px;
  border-color: #d7dce5;
  border-radius: 8px;
  color: #101828;
  font-size: 14px;
  box-shadow: none;
}
.l99-contact-form .form-textarea {
  min-height: 150px;
  resize: vertical;
}
.l99-contact-form .form-control:focus,
.l99-contact-form .form-input:focus {
  border-color: #1d8f49;
  box-shadow: 0 0 0 3px rgba(29, 143, 73, 0.12);
}
.l99-contact-terms {
  min-height: auto;
  border: 1px solid #eef1f5;
  border-radius: 8px;
  padding: 13px 13px 13px 40px;
  background: #f8fafc;
}
.l99-contact-terms .custom-control-label {
  color: #475467;
  font-size: 13px;
  line-height: 1.5;
}
.l99-contact-submit {
  margin-bottom: 0;
}
.l99-contact-submit .btn {
  min-width: 150px;
  min-height: 44px;
  border-radius: 8px;
  font-weight: 800;
}
.l99-contact-side {
  display: grid;
  gap: 18px;
}
.l99-contact-info-card,
.l99-contact-help-card {
  padding: 20px;
}
.l99-contact-info-card h3,
.l99-contact-help-card h3 {
  margin: 0 0 16px;
  color: #101828;
  font-size: 20px;
  font-weight: 800;
}
.l99-contact-info-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 0 12px;
  padding: 14px 0;
  border-bottom: 1px solid #eef1f5;
}
.l99-contact-info-item:last-of-type {
  border-bottom: 0;
}
.l99-contact-info-item span {
  grid-row: span 2;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #eaf7ef;
  color: #1d8f49;
  font-size: 20px;
}
.l99-contact-info-item strong {
  color: #101828;
  font-size: 14px;
  font-weight: 800;
}
.l99-contact-info-item p {
  margin: 2px 0 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.45;
  word-break: break-word;
}
.l99-contact-social {
  padding-top: 12px;
}
.l99-contact-help-card a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  border-top: 1px solid #eef1f5;
  color: #344054;
  font-size: 14px;
  font-weight: 800;
}
.l99-contact-help-card a:first-of-type {
  border-top: 0;
}
.l99-contact-help-card a:hover {
  color: #1d8f49;
  text-decoration: none;
}
.l99-contact-map-section {
  margin-top: 28px;
}
.l99-contact-map {
  width: 100%;
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}
.l99-contact-map iframe {
  display: block;
  width: 100%;
  height: 360px;
}
.l99-blog-post-hero {
  background: linear-gradient(135deg, #14312c 0%, #12385f 100%);
  color: #ffffff;
  padding: 28px 0 40px;
}
.l99-blog-post-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 32px;
  align-items: end;
}
.l99-blog-post-hero-copy .l99-blog-pill {
  color: #ffffff;
}
.l99-blog-post-hero-copy .l99-blog-pill:hover {
  color: #ffffff;
  text-decoration: none;
}
.l99-blog-post-hero-copy h1 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 800;
}
.l99-blog-post-hero-copy p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.58;
}
.l99-blog-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 18px;
}
.l99-blog-post-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
}
.l99-blog-post-hero-image {
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.l99-blog-post-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l99-blog-post-shell {
  margin-top: 24px;
}
.l99-blog-post-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}
.l99-blog-post-main,
.l99-blog-post-sidebar {
  min-width: 0;
}
.l99-blog-article,
.l99-blog-share,
.l99-blog-related,
.l99-blog-comments,
.l99-blog-sidebar-card {
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}
.l99-blog-article {
  padding: 28px;
}
.l99-blog-article-body {
  color: #1f2937;
  font-size: 16px;
  line-height: 1.78;
}
.l99-blog-article-body p {
  margin-bottom: 18px;
}
.l99-blog-article-body h2,
.l99-blog-article-body h3,
.l99-blog-article-body h4 {
  color: #101828;
  font-weight: 800;
  margin-top: 28px;
  margin-bottom: 12px;
}
.l99-blog-article-body img {
  max-width: 100%;
  border-radius: 10px;
}
.l99-blog-post-tags {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #eef1f5;
}
.l99-blog-post-tags ul,
.l99-blog-sidebar-card.blog-tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 0;
  margin: 0;
}
.l99-blog-post-tags li,
.l99-blog-sidebar-card.blog-tags li {
  list-style: none;
}
.l99-blog-post-tags a,
.l99-blog-sidebar-card.blog-tags a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid #d7dce5;
  border-radius: 999px;
  padding: 7px 12px;
  background: #ffffff;
  color: #344054;
  font-size: 12px;
  font-weight: 800;
}
.l99-blog-post-tags a:hover,
.l99-blog-sidebar-card.blog-tags a:hover {
  border-color: #1d8f49;
  background: #eaf7ef;
  color: #1d8f49;
  text-decoration: none;
}
.l99-blog-post-ad,
.l99-blog-sidebar-ad {
  margin: 18px 0;
}
.l99-blog-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  padding: 18px;
}
.l99-blog-share .title {
  float: none;
  margin: 0 8px 0 0;
  padding: 0;
  color: #101828;
  font-size: 15px;
  font-weight: 800;
  text-transform: none;
}
.l99-blog-share .title::after {
  display: none;
}
.l99-blog-share .btn-share {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 800;
}
.l99-blog-related,
.l99-blog-comments {
  margin-top: 18px;
  padding: 20px;
}
.l99-blog-post-section-head {
  margin-bottom: 16px;
}
.l99-blog-post-section-head span {
  display: block;
  color: #1d8f49;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.l99-blog-post-section-head h4 {
  margin: 2px 0 0;
  color: #101828;
  font-size: 22px;
  font-weight: 800;
}
.l99-blog-related-grid,
.l99-blog-sidebar-list {
  display: grid;
  gap: 14px;
}
.l99-blog-related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.l99-blog-post-page .blog-item-small {
  height: 100%;
  margin: 0;
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
}
.l99-blog-post-page .blog-item-small .blog-item-img {
  aspect-ratio: 16 / 10;
  background: #eef2f7;
}
.l99-blog-post-page .blog-item-small .blog-item-img a,
.l99-blog-post-page .blog-item-small .blog-item-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.l99-blog-post-page .blog-item-small .blog-item-img img {
  object-fit: cover;
}
.l99-blog-post-page .blog-item-small .blog-post-title {
  float: none;
  width: auto;
  margin: 12px 12px 8px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}
.l99-blog-post-page .blog-item-small .blog-post-title a {
  color: #101828;
}
.l99-blog-post-page .blog-item-small .blog-post-meta {
  display: flex;
  width: auto;
  float: none;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 12px 12px;
}
.l99-blog-post-page .blog-item-small .blog-post-meta span,
.l99-blog-post-page .blog-item-small .blog-post-meta a {
  margin: 0;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
}
.l99-blog-sidebar-card {
  padding: 18px;
  margin-bottom: 18px;
}
.l99-blog-sidebar-card h4 {
  margin: 0 0 15px;
  color: #101828;
  font-size: 18px;
  font-weight: 800;
}
.l99-blog-comments .nav-tabs {
  border-bottom: 1px solid #e5e8ef;
}
.l99-blog-comments .nav-tabs .nav-link {
  border: 0;
  border-bottom: 2px solid transparent;
  color: #667085;
  font-weight: 800;
}
.l99-blog-comments .nav-tabs .nav-link.active {
  border-bottom-color: #1d8f49;
  color: #1d8f49;
}
.l99-blog-hero {
  background: linear-gradient(135deg, #14312c 0%, #12385f 100%);
  color: #ffffff;
  padding: 28px 0 38px;
}
.l99-blog-breadcrumb {
  margin-bottom: 24px;
}
.l99-blog-breadcrumb .breadcrumb {
  padding: 0;
  margin: 0;
  background: transparent;
}
.l99-blog-breadcrumb .breadcrumb-item,
.l99-blog-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.78);
}
.l99-blog-breadcrumb .breadcrumb-item.active {
  color: #ffffff;
  font-weight: 700;
}
.l99-blog-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 28px;
  align-items: end;
}
.l99-blog-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 7px 13px;
  margin-bottom: 14px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 800;
}
.l99-blog-hero-copy h1 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 800;
}
.l99-blog-hero-copy p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.55;
}
.l99-blog-featured {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.l99-blog-featured:hover {
  color: #ffffff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.14);
}
.l99-blog-featured span {
  display: inline-flex;
  margin-bottom: 12px;
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 12px;
  font-weight: 800;
}
.l99-blog-featured strong {
  display: block;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
  margin-bottom: 12px;
}
.l99-blog-featured small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 600;
}
.l99-blog-shell {
  margin-top: 24px;
}
.l99-blog-category-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  background: #ffffff;
}
.l99-blog-category-bar a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid #d7dce5;
  border-radius: 999px;
  padding: 8px 14px;
  background: #ffffff;
  color: #344054;
  font-size: 13px;
  font-weight: 800;
}
.l99-blog-category-bar a:hover,
.l99-blog-category-bar a.active {
  border-color: #1d8f49;
  background: #eaf7ef;
  color: #1d8f49;
  text-decoration: none;
}
.l99-blog-ad {
  margin-bottom: 18px;
}
.l99-blog-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding: 18px 20px;
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  background: #ffffff;
}
.l99-blog-section-head span {
  display: block;
  margin-bottom: 2px;
  color: #1d8f49;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.l99-blog-section-head h2 {
  margin: 0;
  color: #101828;
  font-size: 24px;
  font-weight: 800;
}
.l99-blog-section-head a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d7dce5;
  border-radius: 8px;
  padding: 10px 14px;
  color: #101828;
  font-size: 13px;
  font-weight: 800;
}
.l99-blog-section-head a:hover {
  border-color: #1d8f49;
  color: #1d8f49;
  text-decoration: none;
}
.l99-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.l99-blog-grid-item {
  min-width: 0;
}
.l99-blog-page .blog-item {
  display: flex;
  width: 100%;
  height: 100%;
  float: none;
  flex-direction: column;
  margin-bottom: 0;
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.l99-blog-page .blog-item:hover {
  border-color: #cfd8e6;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}
.l99-blog-page .blog-item-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #eef2f7;
  overflow: hidden;
}
.l99-blog-page .blog-item-img a,
.l99-blog-page .blog-item-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.l99-blog-page .blog-item-img img {
  object-fit: cover;
}
.l99-blog-page .blog-post-title {
  float: none;
  width: auto;
  margin: 16px 16px 8px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}
.l99-blog-page .blog-post-title a {
  color: #101828;
}
.l99-blog-page .blog-post-meta {
  display: flex;
  width: auto;
  float: none;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0 16px 12px;
}
.l99-blog-page .blog-post-meta span,
.l99-blog-page .blog-post-meta a {
  margin: 0;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
}
.l99-blog-page .blog-post-description {
  width: auto;
  float: none;
  margin: 0 16px 18px;
  color: #475467;
  font-size: 14px;
  line-height: 1.55;
}
.l99-blog-empty {
  grid-column: 1 / -1;
  display: flex;
  min-height: 260px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px dashed #cfd8e6;
  border-radius: 10px;
  background: #ffffff;
  text-align: center;
}
.l99-blog-empty i {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #eaf7ef;
  color: #1d8f49;
  font-size: 28px;
  margin-bottom: 14px;
}
.l99-blog-empty h3 {
  margin: 0 0 6px;
  color: #101828;
  font-size: 20px;
  font-weight: 800;
}
.l99-blog-empty p {
  margin: 0;
  color: #667085;
}
.l99-blog-pagination {
  margin: 22px 0;
}
.l99-category-hero {
  background: linear-gradient(135deg, #13233b 0%, #0f5132 100%);
  color: #ffffff;
  padding: 28px 0 34px;
}
.l99-category-breadcrumb {
  margin-bottom: 22px;
}
.l99-category-breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}
.l99-category-breadcrumb .breadcrumb-item,
.l99-category-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.78);
}
.l99-category-breadcrumb .breadcrumb-item.active {
  color: #ffffff;
  font-weight: 600;
}
.l99-category-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 28px;
  align-items: end;
}
.l99-category-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  padding: 7px 13px;
  margin-bottom: 14px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 700;
}
.l99-category-hero-copy h1 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.12;
  font-weight: 800;
}
.l99-category-hero-copy p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.55;
}
.l99-category-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.l99-category-stat {
  min-height: 92px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.11);
}
.l99-category-stat span {
  display: block;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 10px;
}
.l99-category-stat strong {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 600;
}
.l99-category-shell {
  margin-top: 24px;
}
.l99-category-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding: 18px 20px;
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  background: #ffffff;
}
.l99-toolbar-eyebrow {
  display: block;
  margin-bottom: 2px;
  color: #1d8f49;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}
.l99-category-toolbar h2 {
  margin: 0;
  color: #101828;
  font-size: 24px;
  font-weight: 800;
}
.l99-category-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.l99-category-page .product-sort-by {
  float: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.l99-category-page .span-sort-by {
  color: #667085;
  font-size: 13px;
  font-weight: 700;
}
.l99-category-page .sort-select .btn,
.l99-category-page .btn-filter-products-mobile {
  min-height: 42px;
  border: 1px solid #d7dce5;
  border-radius: 8px;
  background: #ffffff;
  color: #1f2937;
  font-size: 14px;
  font-weight: 700;
  box-shadow: none;
}
.l99-category-page .btn-filter-products-mobile {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
}
.l99-category-content {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  gap: 22px;
  align-items: flex-start;
  margin-right: 0;
  margin-left: 0;
}
.l99-category-page .sidebar-products {
  flex: none;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
.l99-category-page .product-filters {
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}
.l99-category-page .filter-item {
  position: relative;
  display: block;
  clear: both;
  margin: 0;
  padding: 18px;
  border-bottom: 1px solid #eef1f5;
  overflow: visible;
}
.l99-category-page .filter-item:last-child {
  border-bottom: 0;
}
.l99-category-page .filter-item .title {
  margin: 0 0 13px;
  color: #101828;
  font-size: 15px;
  font-weight: 800;
}
.l99-category-page .filter-item .title a {
  color: #101828;
}
.l99-category-page .filter-list-container {
  max-height: 280px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
}
.l99-category-page .filter-list {
  padding: 0;
  margin: 0;
}
.l99-category-page .filter-list li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 34px;
  gap: 9px;
  margin-bottom: 4px;
  overflow: visible;
}
.l99-category-page .filter-list li:last-child {
  margin-bottom: 0;
}
.l99-category-page .filter-list .left {
  flex: 0 0 auto;
  width: 18px;
}
.l99-category-page .filter-list .rigt {
  flex: 1 1 auto;
  min-width: 0;
}
.l99-category-page .custom-control {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  padding-left: 0;
}
.l99-category-page .custom-control-input {
  display: block;
  position: static;
  width: 16px;
  height: 16px;
  margin: 0;
  opacity: 1;
  flex: 0 0 16px;
}
.l99-category-page .custom-control-label {
  min-height: 16px;
  padding: 0;
}
.l99-category-page .custom-control-label::before,
.l99-category-page .custom-control-label::after {
  display: none;
}
.l99-category-page .checkbox-list-item-label {
  color: #344054;
  font-size: 14px;
  line-height: 1.35;
}
.l99-category-page .product-count {
  color: #98a2b3;
  font-size: 12px;
}
.l99-category-page .filter-location .input-group-location {
  position: relative;
  display: block;
  width: 100%;
}
.l99-category-page .filter-location .input-group-location i {
  position: absolute;
  left: 13px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  color: #1f2937;
  pointer-events: none;
}
.l99-category-page .filter-location .input-group-location .form-input {
  width: 100%;
  padding-left: 38px;
}
.l99-category-page .filter-radius .row-radius-inputs,
.l99-category-page .price-filter-inputs .row-price-inputs {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px;
  gap: 10px;
  margin-right: 0;
  margin-left: 0;
  align-items: start !important;
}
.l99-category-page .filter-radius .row-radius-inputs > div,
.l99-category-page .price-filter-inputs .row-price-inputs > div {
  flex: none;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
.l99-category-page .price-filter-inputs .row-price-inputs {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 42px;
}
.l99-category-page .filter-radius .btn-filter-radius {
  width: 100%;
  margin-top: 10px !important;
}
.l99-category-page .form-input,
.l99-category-page .form-control,
.l99-category-page .radius-filter-input,
.l99-category-page .radius-filter-select,
.l99-category-page .price-filter-input {
  min-height: 42px;
  border-color: #d7dce5;
  border-radius: 8px;
  box-shadow: none;
}
.l99-category-page .btn-filter-radius,
.l99-category-page .btn-filter-price {
  border-radius: 8px;
  background: #1d8f49;
  color: #ffffff;
  font-weight: 700;
}
.l99-category-results {
  flex: none;
  max-width: none;
  padding-left: 6px;
  padding-right: 0;
  min-width: 0;
}
.l99-search-results-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding: 14px 16px;
  border: 1px solid #d7e7dc;
  border-radius: 10px;
  background: #f3fbf6;
}
.l99-search-results-summary span {
  display: block;
  margin-bottom: 2px;
  color: #1d8f49;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}
.l99-search-results-summary strong {
  display: block;
  color: #101828;
  font-size: 16px;
  font-weight: 800;
}
.l99-search-clear {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid #bddbc8;
  border-radius: 8px;
  padding: 8px 13px;
  background: #ffffff;
  color: #1d8f49;
  font-size: 13px;
  font-weight: 800;
}
.l99-search-clear:hover {
  color: #126734;
  text-decoration: none;
}
.l99-category-page .filter-reset-tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 16px;
}
.l99-category-page .filter-reset-tag {
  margin: 0;
  border: 1px solid #d7e7dc;
  border-radius: 8px;
  background: #f3fbf6;
}
.l99-category-product-list {
  padding: 18px;
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  background: #ffffff;
}
.l99-category-page .row-product {
  row-gap: 18px;
}
.l99-category-page .product-item {
  height: 100%;
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.l99-category-page .product-item:hover {
  border-color: #cfd8e6;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}
.l99-category-page .product-item .img-product-container {
  border-radius: 0;
  background: #f6f8fb;
}
.l99-category-page .product-item .item-details {
  padding: 14px;
}
.l99-category-page .product-title {
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}
.l99-category-page .product-title a {
  color: #101828;
}
.l99-category-page .product-user a,
.l99-category-page .product-user {
  color: #667085;
  font-size: 13px;
}
.l99-category-page .item-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 10px;
}
.l99-category-page .item-meta .price {
  color: #e63946;
  font-size: 17px;
  font-weight: 800;
}
.l99-category-empty {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px dashed #cfd8e6;
  border-radius: 10px;
  background: #f8fafc;
  text-align: center;
}
.l99-category-empty i {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #e6f5ec;
  color: #1d8f49;
  font-size: 28px;
  margin-bottom: 14px;
}
.l99-category-empty h3 {
  margin: 0 0 6px;
  color: #101828;
  font-size: 20px;
  font-weight: 800;
}
.l99-category-empty p {
  margin: 0;
  color: #667085;
  font-size: 14px;
}
.l99-category-page .product-list-pagination {
  margin-top: 18px;
}
.sell-container {
  padding-bottom: 40px;
}
.listing-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) 300px;
  gap: 26px;
  align-items: start;
}
.listing-steps {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 20px;
}
.listing-steps-title {
  font-size: 24px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 4px;
}
.listing-steps-subtitle {
  font-size: 13px;
  color: #6b6b6b;
  margin-bottom: 26px;
}
.step-tracker {
  list-style: none;
  padding: 0;
  margin: 0;
}
.step-tracker-item {
  position: relative;
  display: flex;
  gap: 12px;
  padding-bottom: 26px;
}
.step-tracker-item:last-child {
  padding-bottom: 0;
}
.step-tracker-item::before {
  content: "";
  position: absolute;
  top: 32px;
  bottom: 0px;
  left: 15px;
  width: 2px;
  background: #e6e6e6;
}
.step-tracker-item:last-child::before {
  display: none;
}
.step-tracker-item.is-active::before {
  background: #1d8f49;
}
.step-tracker-marker {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  color: #6b6b6b;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.step-tracker-item.is-active .step-tracker-marker {
  background: #1d8f49;
  color: #ffffff;
}
.step-tracker-body h4 {
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 5px;
}
.step-tracker-body p {
  font-size: 13px;
  color: #6b6b6b;
  margin-bottom: 0;
}
.support-card {
  margin-top: 34px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 18px;
  background: #ffffff;
}
.support-card h5 {
  font-size: 15px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 8px;
}
.support-card p {
  font-size: 13px;
  color: #6b6b6b;
  margin-bottom: 14px;
}
.support-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 500;
  color: #222222;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.support-card-link:hover {
  border-color: #1d8f49;
  color: #1d8f49;
}
.listing-start-panel {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 30px;
}
.listing-start-head {
  text-align: center;
  margin-bottom: 26px;
}
.ai-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #eef4ff;
  color: #3b5bdb;
  font-size: 13px;
  font-weight: 600;
  border-radius: 30px;
  padding: 6px 14px;
  margin-bottom: 16px;
}
.listing-start-head h2 {
  font-size: 30px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 10px;
}
.listing-start-head p {
  font-size: 14px;
  color: #6b6b6b;
  margin-bottom: 0;
}
.listing-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.listing-method {
  position: relative;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 26px 20px 24px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.listing-method:hover {
  border-color: #1d8f49;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
.listing-method.is-recommended {
  border-color: #1d8f49;
  background: linear-gradient(180deg, #f3fbf5 0%, #ffffff 100%);
}
.listing-method.is-recommended .listing-method-flag  {
  left: calc(50% - 52px);
}
.listing-method-flag {
  position: absolute;
  top: -13px;
  left: -1px;
  background: #1d8f49;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  border-radius: 20px;
  padding: 5px 12px;
}
.listing-method-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: #f1f1f1;
  color: #6b6b6b;
}
.listing-method.is-recommended .listing-method-icon {
  background: #dcf1e3;
  color: #1d8f49;
}
.listing-method:nth-child(2) .listing-method-icon {
  background: #e8efff;
  color: #3b5bdb;
}
.listing-method:nth-child(3) .listing-method-icon {
  background: #f0eaff;
  color: #7048e8;
}
.listing-method h3 {
  font-size: 17px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 4px;
}
.listing-method-lead {
  font-size: 14px;
  color: #6b6b6b;
  margin-bottom: 14px;
}
.listing-method-note {
  font-size: 13px;
  color: #8a8a8a;
  margin-bottom: 0;
  line-height: 1.5;
}
.listing-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 26px 0;
  color: #8a8a8a;
  font-size: 13px;
}
.listing-divider::before,
.listing-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e6e6e6;
}
.listing-search-row {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 18px 20px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.listing-search-row:hover {
  border-color: #ffbb02;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
.listing-search-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff5dc;
  color: #f2a10a;
  font-size: 19px;
}
.listing-search-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.listing-search-body strong {
  font-size: 15px;
  font-weight: 700;
  color: #222222;
}
.listing-search-body small {
  font-size: 13px;
  color: #6b6b6b;
}
.listing-search-arrow {
  font-size: 20px;
  color: #8a8a8a;
}
.ai-capability-box {
  margin-top: 22px;
  background: #f4fbf6;
  border: 1px solid #d5ecdd;
  border-radius: 12px;
  padding: 18px 20px;
}
.ai-capability-box h5 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #1d8f49;
  margin-bottom: 12px;
}
.ai-capability-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
}
.ai-capability-box li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: #333333;
}
.ai-capability-box li i {
  color: #1d8f49;
  font-size: 15px;
}
.listing-privacy-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 22px -30px -30px;
  padding: 16px;
  border-top: 1px solid #e6e6e6;
  font-size: 13px;
  color: #6b6b6b;
}
.l99-sell-shell {
  padding: 0;
}
.l99-sell-content {
  padding-top: 30px;
}
.listing-draft-card {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  padding: 16px 18px;
  border: 1px solid #d5ecdd;
  border-radius: 12px;
  background: #f4fbf6;
}
.listing-draft-icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #dcf1e3;
  color: #1d8f49;
  font-size: 20px;
}
.listing-draft-body {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: #333333;
  font-size: 13px;
}
.listing-draft-body strong {
  color: #222222;
  font-size: 14px;
}
.listing-draft-action {
  flex: 0 0 auto;
  white-space: nowrap;
}
.listing-method,
.listing-search-row {
  width: 100%;
  font-family: inherit;
  appearance: none;
}
.listing-method {
  display: block;
  min-height: 222px;
}
.listing-method:focus,
.listing-search-row:focus {
  outline: 0;
  border-color: #1d8f49;
  box-shadow: 0 0 0 3px rgba(29, 143, 73, 0.14);
}
.listing-search-row {
  background: #ffffff;
  text-align: left;
}
.l99-sell-section {
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid #e6e6e6;
}
.l99-sell-section-head {
  margin-bottom: 14px;
}
.l99-sell-section-head h3 {
  margin: 0 0 5px;
  color: #222222;
  font-size: 18px;
  font-weight: 700;
}
.l99-sell-section-head p {
  margin: 0;
  color: #6b6b6b;
  font-size: 13px;
}
.l99-sell-form {
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid #e6e6e6;
}
.l99-sell-form .form-box,
.l99-sell-barcode-section #barcodeWidget {
  margin-bottom: 18px !important;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}
.l99-sell-form .form-box-head,
.l99-sell-barcode-section #barcodeWidget .form-box-head {
  padding: 16px 18px;
  border-bottom: 1px solid #e6e6e6 !important;
  background: #f8f9fd !important;
}
.l99-sell-form .form-box-head .title,
.l99-sell-barcode-section #barcodeWidget .form-box-head .title {
  margin: 0;
  color: #222222 !important;
  font-size: 16px;
  font-weight: 700;
}
.l99-sell-form .form-box-body,
.l99-sell-barcode-section #barcodeWidget .form-box-body {
  padding: 18px;
}
.l99-sell-form .control-label {
  color: #333333;
  font-size: 13px;
  font-weight: 700;
}
.l99-sell-form .form-input,
.l99-sell-form .form-control,
.l99-sell-barcode-section .form-input,
.l99-sell-barcode-section .form-control {
  min-height: 44px;
  border-color: #dfe3ea;
  border-radius: 8px;
  color: #222222;
  font-size: 14px;
  box-shadow: none;
}
.l99-sell-form .form-control:focus,
.l99-sell-form .form-input:focus,
.l99-sell-barcode-section .form-control:focus,
.l99-sell-barcode-section .form-input:focus {
  border-color: #1d8f49;
  box-shadow: 0 0 0 3px rgba(29, 143, 73, 0.12) !important;
}
.l99-sell-form .col-option {
  margin-bottom: 10px;
}
.l99-sell-form .custom-control {
  min-height: 100%;
  padding: 14px 14px 14px 40px;
  border: 1px solid #edf0f4;
  border-radius: 10px;
  background: #ffffff;
}
.l99-sell-form .custom-control-label {
  color: #222222;
  font-weight: 700;
}
.l99-sell-form .form-element-exp {
  margin: 6px 0 0;
  color: #6b6b6b;
  font-size: 12px;
  line-height: 1.5;
}
.l99-sell-upload-section .dm-uploader-container {
  margin: 0;
  float: none;
  clear: both;
}
.l99-sell-upload-section .dm-uploader {
  float: none;
}
.l99-sell-upload-section #drag-and-drop-zone {
  min-height: 190px;
  padding: 30px 18px;
  border: 2px dashed #d6dee9;
  border-radius: 14px;
  background: #fbfcff;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.l99-sell-upload-section #drag-and-drop-zone.active,
.l99-sell-upload-section #drag-and-drop-zone:hover {
  border-color: #1d8f49;
  background: #f4fbf6;
}
.l99-sell-upload-section .dm-upload-icon {
  margin-bottom: 8px;
  color: #1d8f49;
  font-size: 38px;
}
.l99-sell-upload-section .dm-upload-text {
  margin-bottom: 8px;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
}
.l99-sell-upload-section .images-exp {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  clear: both;
  width: 100%;
  margin: 10px 0 0;
  color: #6b6b6b;
  font-size: 12px;
  line-height: 1.5;
}
.l99-sell-upload-section .dm-uploaded-files {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
  gap: 10px;
  width: 100%;
  margin-top: 18px;
  padding: 0;
}
.l99-sell-upload-section .dm-uploaded-files .media {
  position: relative;
  display: block;
  width: 100%;
  min-height: 92px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background: #ffffff;
}
.l99-sell-upload-section .dm-uploaded-files img {
  width: 100%;
  height: 92px;
  object-fit: cover;
}
.l99-sell-upload-section .dm-uploaded-files .btn-img-delete {
  top: 6px;
  right: 6px;
}
.l99-sell-barcode-section .btn-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.l99-sell-barcode-section .btn-group .btn {
  width: 100%;
  border-radius: 8px !important;
}
.l99-sell-barcode-section #barcodeCameraPanel > div {
  border-color: #d6dee9 !important;
  border-radius: 12px !important;
  background: #fbfcff !important;
}
.l99-sell-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}
.l99-sell-actions .btn {
  min-width: 150px;
}
.l99-edit-product-action-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.listing-aside {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.assistant-card,
.listing-tips-card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 20px;
}
.assistant-card-title,
.listing-tips-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 10px;
}
.assistant-card-title i {
  color: #7048e8;
}
.listing-tips-title i {
  color: #f2a10a;
}
.assistant-card-intro {
  font-size: 13px;
  color: #6b6b6b;
  margin-bottom: 20px;
}
.assistant-progress {
  list-style: none;
  padding: 0;
  margin: 0;
}
.assistant-progress li {
  position: relative;
  padding: 0 0 20px 26px;
}
.assistant-progress li:last-child {
  padding-bottom: 0;
}
.assistant-progress li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #d0d0d0;
  background: #ffffff;
}
.assistant-progress li::after {
  content: "";
  position: absolute;
  top: 19px;
  bottom: 2px;
  left: 5px;
  width: 2px;
  background: #ececec;
}
.assistant-progress li:last-child::after {
  display: none;
}
.assistant-progress li.is-current::before {
  border-color: #1d8f49;
}
.assistant-progress strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 3px;
}
.assistant-progress span {
  font-size: 12px;
  color: #8a8a8a;
}
.selling-benefits {
  margin-top: 26px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 22px 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.selling-benefit {
  display: flex;
  align-items: center;
  gap: 14px;
}
.selling-benefit-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}
.benefit-icon-ai {
  background: #f0eaff;
  color: #7048e8;
}
.benefit-icon-sales {
  background: #fff5dc;
  color: #f2a10a;
}
.benefit-icon-views {
  background: #e8efff;
  color: #3b5bdb;
}
.benefit-icon-secure {
  background: #ffe9ec;
  color: #e03131;
}
.selling-benefit-body strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 3px;
}
.selling-benefit-body span {
  font-size: 13px;
  color: #6b6b6b;
}

@media only screen and (max-width: 1199px) {
  .l99-policy-accept-hero-grid,
  .l99-policy-accept-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .l99-policy-accept-summary,
  .l99-policy-accept-panel {
    max-width: 680px;
  }
  .l99-policy-accept-panel {
    position: static;
  }
  .l99-rss-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .l99-rss-quick-card {
    max-width: 680px;
  }
  .l99-rss-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .l99-page-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .l99-page-quick-card {
    max-width: 680px;
  }
  .l99-antiques-feature {
    grid-template-columns: minmax(0, 1fr);
  }
  .l99-contact-hero-grid,
  .l99-contact-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .l99-contact-quick-card,
  .l99-contact-side {
    max-width: 680px;
  }
  .l99-contact-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .l99-blog-post-hero-grid,
  .l99-blog-post-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .l99-blog-post-hero-image {
    max-width: 620px;
  }
  .l99-blog-post-sidebar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
  }
  .l99-blog-sidebar-ad {
    grid-column: 1 / -1;
  }
  .l99-blog-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .l99-blog-featured {
    max-width: 620px;
  }
  .l99-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .l99-category-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .l99-category-hero-stats {
    max-width: 620px;
  }
  .listing-layout {
    grid-template-columns: 220px minmax(0, 1fr);
  }
  .listing-aside {
    grid-column: 1 / -1;
    flex-direction: row;
  }
  .assistant-card,
  .listing-tips-card {
    flex: 1;
  }
  .selling-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .listing-draft-card {
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .l99-policy-accept-hero {
    padding: 22px 0 30px;
  }
  .l99-policy-accept-copy h1 {
    font-size: 30px;
  }
  .l99-policy-accept-copy p {
    font-size: 14px;
  }
  .l99-policy-review-card header {
    align-items: flex-start;
  }
  .l99-policy-review-content {
    max-height: 320px;
  }
  .l99-policy-accept-card,
  .l99-policy-notice,
  .l99-policy-all-set {
    padding: 18px;
  }
  .l99-rss-hero {
    padding: 22px 0 30px;
  }
  .l99-rss-hero-copy h1 {
    font-size: 30px;
  }
  .l99-rss-hero-copy p {
    font-size: 14px;
  }
  .l99-rss-section-head {
    align-items: stretch;
    flex-direction: column;
  }
  .l99-rss-section-head a {
    justify-content: center;
  }
  .l99-rss-feature-grid,
  .l99-rss-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .l99-page-hero {
    padding: 22px 0 30px;
  }
  .l99-page-hero-copy h1 {
    font-size: 30px;
  }
  .l99-page-hero-copy p {
    font-size: 14px;
  }
  .l99-policy-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 12px;
  }
  .l99-policy-tabs a {
    flex: 0 0 auto;
  }
  .l99-page-content-card {
    padding: 20px;
  }
  .l99-about-highlights {
    grid-template-columns: minmax(0, 1fr);
  }
  .l99-antiques-feature-copy,
  .l99-antiques-feature-card {
    padding: 18px;
  }
  .l99-antiques-feature-copy h2 {
    font-size: 24px;
  }
  .l99-antiques-actions .btn {
    width: 100%;
  }
  .l99-about-actions .btn {
    width: 100%;
  }
  .l99-contact-hero {
    padding: 22px 0 30px;
  }
  .l99-contact-hero-copy h1 {
    font-size: 30px;
  }
  .l99-contact-hero-copy p {
    font-size: 14px;
  }
  .l99-contact-form-card,
  .l99-contact-info-card,
  .l99-contact-help-card,
  .l99-contact-intro {
    padding: 18px;
  }
  .l99-contact-side {
    grid-template-columns: minmax(0, 1fr);
  }
  .l99-contact-submit .btn {
    width: 100%;
  }
  .l99-contact-map iframe {
    height: 300px;
  }
  .l99-blog-post-hero {
    padding: 22px 0 30px;
  }
  .l99-blog-post-hero-copy h1 {
    font-size: 30px;
  }
  .l99-blog-post-hero-copy p {
    font-size: 14px;
  }
  .l99-blog-article {
    padding: 20px;
  }
  .l99-blog-article-body {
    font-size: 15px;
  }
  .l99-blog-share {
    align-items: stretch;
    flex-direction: column;
  }
  .l99-blog-share .btn-share {
    justify-content: center;
  }
  .l99-blog-related-grid,
  .l99-blog-post-sidebar {
    grid-template-columns: minmax(0, 1fr);
  }
  .l99-blog-hero {
    padding: 22px 0 30px;
  }
  .l99-blog-hero-copy h1 {
    font-size: 30px;
  }
  .l99-blog-hero-copy p {
    font-size: 14px;
  }
  .l99-blog-category-bar {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 12px;
  }
  .l99-blog-category-bar a {
    flex: 0 0 auto;
  }
  .l99-blog-section-head {
    align-items: stretch;
    flex-direction: column;
  }
  .l99-blog-section-head a {
    justify-content: center;
  }
  .l99-blog-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .l99-category-hero {
    padding: 22px 0 28px;
  }
  .l99-category-hero-copy h1 {
    font-size: 30px;
  }
  .l99-category-hero-copy p {
    font-size: 14px;
  }
  .l99-category-hero-stats {
    grid-template-columns: 1fr;
  }
  .l99-category-stat {
    min-height: 74px;
  }
  .l99-category-toolbar {
    align-items: stretch;
    flex-direction: column;
  }
  .l99-category-toolbar-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .l99-category-page .btn-filter-products-mobile {
    display: inline-flex;
    justify-content: center;
  }
  .l99-category-page .product-sort-by {
    justify-content: space-between;
  }
  .l99-category-content {
    display: block;
  }
  .l99-category-page .sidebar-products {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 16px;
  }
  .l99-category-page .product-filters {
    display: none;
  }
  .l99-category-page .product-filters.show {
    display: block;
  }
  .l99-category-results {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l99-category-product-list {
    padding: 12px;
  }
  .listing-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .listing-start-panel {
    padding: 20px;
  }
  .listing-start-head h2 {
    font-size: 24px;
  }
  .listing-method-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }
  .listing-privacy-note {
    margin: 20px -20px -20px;
    text-align: center;
  }
  .listing-aside,
  .selling-benefits {
    flex-direction: column;
    grid-template-columns: minmax(0, 1fr);
  }
  .l99-sell-content {
    padding-top: 18px;
  }
  .listing-draft-card {
    flex-direction: column;
    align-items: stretch;
  }
  .listing-draft-action {
    width: 100%;
  }
  .l99-sell-form .form-box-body,
  .l99-sell-barcode-section #barcodeWidget .form-box-body {
    padding: 15px;
  }
  .l99-sell-form .form-box-head,
  .l99-sell-barcode-section #barcodeWidget .form-box-head {
    padding: 14px 15px;
  }
  .l99-sell-barcode-section .btn-group {
    grid-template-columns: minmax(0, 1fr);
  }
  .l99-sell-actions {
    flex-direction: column-reverse;
  }
  .l99-edit-product-action-group {
    width: 100%;
    flex-direction: column;
  }
  .l99-sell-actions .btn {
    width: 100%;
    min-width: 0;
  }
}
/* CodeIgniter shared shell compatibility */
.mobile-search-form,
.nav-mobile {
    display: none;
}

.nav-mobile {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 10000;
    width: 0;
    max-width: 100%;
    overflow: hidden;
    background: rgba(15, 23, 42, 0.42);
    transition: width 0.25s ease;
}

.nav-mobile .mobile-nav-panel {
    width: min(360px, 88vw);
    height: 100%;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.22);
}

.mobile-nav-head,
.nav-mobile-inner {
    padding: 18px;
}

.mobile-nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #edf0f4;
}

.mobile-nav-logo img {
    max-width: 120px;
    height: auto;
}

.btn-close-mobile-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #f3f5f7;
    color: #18202b;
}

.mobile-sell-btn,
.mobile-nav-list .nav-link,
.mobile-nav-tool .btn {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #18202b;
}

.mobile-sell-btn {
    justify-content: center;
    margin-bottom: 18px;
    padding: 12px 16px;
    border-radius: 999px;
    background: #ffbb02;
    font-weight: 700;
}

.mobile-nav-section {
    margin-top: 18px;
}

.mobile-nav-title {
    display: block;
    margin-bottom: 8px;
    color: #697586;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.mobile-nav-list {
    gap: 2px;
}

.mobile-nav-list .nav-link {
    min-height: 40px;
    padding: 8px 0;
}

.mobile-nav-list .dropdown-menu,
.mobile-nav-tool .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    margin: 4px 0 10px;
    border-color: #edf0f4;
    box-shadow: none;
    transform: none !important;
}

.mobile-nav-tools,
.mobile-social-links {
    margin-top: 18px;
}

html.disable-body-scroll,
body.disable-body-scroll {
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .nav-mobile {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .title-sm {
        gap: 12px;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .title-sm h4 {
        width: 100%;
        margin-bottom: 0;
    }
    .title-sm a {
        width: 100%;
        max-width: none;
        white-space: normal;
        text-align: left;
        line-height: 1.3;
    }
}

/* Runtime bridges for CodeIgniter data inside the approved design */
.all-categories-list {
    z-index: 9999;
}

.category-more-menu {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    left: auto;
    list-style: none;
    min-width: 220px;
    margin: 0;
    padding: 8px;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,.12);
    visibility: hidden;
    opacity: 0;
    transform: scale(1, 0.8);
    transform-origin: top;
    transition: all 0.3s ease-in-out;
}

.category-more-link:hover .category-more-menu {
    visibility: visible;
    opacity: 1;
    transform: scale(1, 1);
}

.category-more-menu a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 10px;
    color: #222;
    font-size: 14px;
    font-weight: 600;
}

.main-menu .category-more-link {
    position: relative;
}

.main-menu .category-more-link > .category-more-menu {
    top: calc(100% + 6px);
    right: 0;
    left: auto;
    width: max-content;
    min-width: 240px;
    max-width: min(360px, calc(100vw - 24px));
    padding: 8px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .12);
    transform-origin: top right;
    z-index: 9999;
}

.main-menu .category-more-link:hover > .category-more-menu,
.main-menu .category-more-link:focus-within > .category-more-menu,
.main-menu .category-more-link > .category-more-menu:hover {
    visibility: visible;
    opacity: 1;
    transform: scale(1, 1);
}

.main-menu .category-more-link > .category-more-menu li {
    margin: 0;
    padding: 0;
}

.main-menu .category-more-link > .category-more-menu a {
    width: 100%;
    min-width: 0;
    padding: 9px 10px;
    border: 0;
    border-radius: 0;
    color: #222;
    background: transparent;
    line-height: 1.35;
    white-space: normal;
    text-transform: capitalize;
}

.main-menu .category-more-link > .category-more-menu a:hover,
.main-menu .category-more-link > .category-more-menu a:focus {
    color: #153A2B;
    background-color: #fff8df;
}

.footer-col-follow .footer-social-links {
    margin-bottom: 4px;
}

.site-footer .footer-social-links ul {
    display: flex;
    flex-direction: row;
    gap: 6px;
    margin-bottom: 4px;
}

.site-footer .footer-social-links ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #888;
    font-size: 14px;
    margin-bottom: 0;
}

.site-footer .footer-newsletter {
    display: block;
    margin-bottom: 14px;
}

.site-footer .footer-newsletter form,
.site-footer .footer-newsletter .newsletter-inner {
    display: flex;
    width: 100%;
}

.site-footer .footer-newsletter .form-control {
    flex: 1;
    min-width: 0;
    height: auto;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 4px 0 0 4px;
    padding: 8px 12px;
    font-size: 13px;
    color: #333;
    outline: none;
    box-shadow: none;
}

.site-footer .footer-newsletter .btn {
    background: #222;
    color: #fff;
    border: none;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 0 4px 4px 0;
    white-space: nowrap;
}

@media (max-width: 575.98px) {
    .site-footer .footer-newsletter form,
    .site-footer .footer-newsletter .newsletter-inner {
        max-width: 100%;
    }
}

.scrollup {
    display: none;
}

@media (min-width: 1025px) {
    .main-menu {
        position: relative;
        z-index: 100;
    }

    .main-menu .navbar-collapse {
        position: static;
        overflow: visible;
    }

    .main-menu .nav-menu-wrapper {
        overflow: visible;
    }

    .navbar-nav.category-nav-row .nav-item.submenu {
        border-bottom: 2px solid transparent;
        transition: background-color 0.2s ease, border-color 0.2s ease;
    }

    .navbar-nav.category-nav-row .nav-item.submenu:hover,
    .navbar-nav.category-nav-row .nav-item.submenu:focus-within {
        background-color: #fff8df;
        border-color: #ffbb02;
    }

    .main-menu ul.category-nav-row > .nav-item.submenu:hover > .nav-link,
    .main-menu ul.category-nav-row > .nav-item.submenu:focus-within > .nav-link,
    .main-menu ul.category-nav-row > .nav-item.submenu:hover > .nav-link i,
    .main-menu ul.category-nav-row > .nav-item.submenu:focus-within > .nav-link i {
        color: #153A2B;
    }

    .main-menu .category-mega-panel {
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        right: 0;
        width: 100%;
        min-width: 0;
        z-index: 9998;
        display: block;
        padding: 25px 0;
        margin: 0;
        border: 0;
        border-bottom: 1px solid #0000001A;
        border-radius: 0;
        background: #F5F5F5;
        box-shadow: 0 16px 30px rgba(20, 34, 26, 0.12);
        overflow-x: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 145px);
        visibility: hidden;
        opacity: 0;
        transform: scale(1, 0);
        transform-origin: top;
        transition: transform 0.28s ease, opacity 0.2s ease, visibility 0.2s ease;
    }

    .main-menu .mega-menu:hover > .category-mega-panel,
    .main-menu .mega-menu:focus-within > .category-mega-panel,
    .main-menu .category-mega-panel:hover {
        visibility: visible;
        opacity: 1;
        transform: scale(1, 1);
    }

    .main-menu .category-mega-panel .mega-menu-box {
        width: 100%;
        max-width: 1300px;
        margin: 0 auto;
        padding: 0 15px;
        display: block;
    }

    .main-menu .category-mega-panel .mega-menu-links-box {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
        gap: 28px 46px;
    }

    .main-menu .category-mega-panel .mega-menu-link {
        width: auto;
        min-width: 0;
    }

    .main-menu .category-mega-panel .mega-menu-link h2 {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.35;
        border-bottom: 1px solid #0000001A;
        margin: 0 0 8px;
        padding: 0 0 10px;
        color: #111;
    }

    .main-menu .category-mega-panel .mega-menu-link h2 a {
        color: inherit;
        font: inherit;
        text-decoration: none;
    }

    .main-menu .category-mega-panel .mega-menu-link h2 a:hover {
        color: #153A2B;
    }

    .main-menu .category-mega-panel .mega-menu-link ul {
        position: static;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        visibility: visible;
        opacity: 1;
        transform: none;
    }

    .main-menu .category-mega-panel .mega-menu-link ul li {
        margin: 0 0 4px;
        padding: 0;
    }

    .main-menu .category-mega-panel .mega-menu-link ul li:last-child {
        margin-bottom: 0;
    }

    .main-menu .category-mega-panel .mega-menu-link ul li a {
        display: inline;
        padding: 0;
        border: 0;
        border-bottom: 1px solid transparent;
        border-radius: 0;
        background: transparent;
        color: #222;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.55;
        text-transform: capitalize;
        text-decoration: none;
        transition: color 0.2s ease, border-color 0.2s ease;
    }

    .main-menu .category-mega-panel .mega-menu-link ul li a:hover,
    .main-menu .category-mega-panel .mega-menu-link ul li a:focus {
        color: #000;
        border-color: #666;
        background: transparent;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .main-menu .navbar-collapse {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-menu .nav-menu-wrapper > ul {
        gap: 2px;
    }

    .main-menu ul.category-nav-row > .nav-item {
        padding-left: 7px;
        padding-right: 7px;
    }

    .main-menu ul.category-nav-row > .nav-item .nav-link {
        font-size: 13px;
    }

    .main-menu ul.category-nav-row > .nav-item .nav-link i {
        margin-right: 4px;
    }
}

/* List99 public authentication */
.l99-auth-page-container {
    max-width: 1180px;
}

.l99-auth-page {
    width: 100%;
    min-height: calc(100vh - 280px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 56px 0 72px;
}

.l99-auth-modal .modal-content {
    border: 0;
    background: transparent;
}

.l99-auth-modal-dialog {
    max-width: 470px;
}

.l99-auth-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid #e4e8f0;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #fafbff 100%);
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.14);
}

.l99-auth-card::before {
    content: "";
    display: block;
    height: 6px;
    background: linear-gradient(90deg, #133a78 0%, #2176ff 55%, #fbc12a 100%);
}

.l99-auth-card--modal {
    margin: 0;
    background: linear-gradient(180deg, #ffffff 0%, #fafbff 100%) !important;
}

.l99-auth-page-card {
    max-width: 560px;
    padding: 34px;
}

.l99-auth-box,
.auth-box.l99-auth-box {
    width: auto;
    max-width: 100%;
    padding: 34px 34px 30px;
}

.l99-auth-page-card .col-12 {
    padding: 0;
}

.l99-auth-header {
    margin-bottom: 24px;
    text-align: left;
}

.l99-auth-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 10px;
    padding: 5px 12px;
    border: 1px solid #d8e3f7;
    border-radius: 999px;
    background: #eef4ff;
    color: #133a78;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.l99-auth-title,
.auth-box .l99-auth-title {
    margin: 0;
    color: #111827;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.15;
}

.l99-auth-copy {
    margin: 10px 0 0;
    color: #5f6980;
    font-size: 14px;
    line-height: 1.55;
}

.l99-auth-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f7f9fc !important;
    color: #5f6980;
    opacity: 1;
    text-shadow: none;
}

.l99-auth-close:hover,
.l99-auth-close:focus {
    background: #eef4ff !important;
    color: #133a78;
}

.l99-auth-form .form-group {
    margin-bottom: 14px;
}

.l99-auth-field .form-control,
.l99-auth-form .auth-form-input,
.l99-auth-form .form-input {
    width: 100%;
    min-height: 48px;
    border: 1px solid #d8dbe7;
    border-radius: 8px;
    background: #ffffff;
    color: #111827;
    font-size: 14px;
    font-weight: 600;
    box-shadow: none;
}

.l99-auth-field .form-control:focus,
.l99-auth-form .auth-form-input:focus,
.l99-auth-form .form-input:focus {
    border-color: #2176ff;
    box-shadow: 0 0 0 3px rgba(33, 118, 255, 0.12);
}

.l99-auth-form label {
    color: #374151;
    font-size: 13px;
    font-weight: 700;
}

.l99-auth-link-row {
    margin-top: -4px;
}

.l99-auth-link-row a,
.l99-auth-switch a,
.l99-auth-check a {
    color: #133a78;
    font-weight: 800;
    text-decoration: none;
}

.l99-auth-link-row a:hover,
.l99-auth-switch a:hover,
.l99-auth-check a:hover {
    color: #2176ff;
}

.l99-auth-primary-btn,
.l99-auth-primary-btn.btn-custom {
    min-height: 50px;
    border: 1px solid #d88a09;
    border-radius: 999px;
    background: #ffd166;
    color: #133a78;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(173, 99, 10, 0.24);
}

.l99-auth-primary-btn:hover,
.l99-auth-primary-btn:focus {
    background: #fbc12a;
    color: #0f2e61;
    box-shadow: 0 10px 22px rgba(173, 99, 10, 0.3);
}

.l99-auth-social-btn,
.btn-social.l99-auth-social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    margin-bottom: 10px;
    border: 1px solid #dfe5ef;
    border-radius: 8px;
    background: #ffffff;
    color: #111827;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.btn-social-facebook.l99-auth-social-btn {
    border-color: #d8e4fb;
    color: #133a78;
}

.btn-social-google.l99-auth-social-btn {
    border-color: #f1d7d4;
    color: #3b3f47;
}

.l99-auth-social-btn:hover,
.l99-auth-social-btn:focus {
    background: #f7f9fc;
    color: #133a78;
}

.l99-auth-divider {
    position: relative;
    margin: 18px 0;
    text-align: center;
}

.l99-auth-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e7eaf2;
}

.l99-auth-divider .p-social-media {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 12px;
    background: #ffffff;
    color: #6b7280;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.l99-auth-switch,
.auth-box .l99-auth-switch {
    color: #5f6980;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.l99-auth-check {
    padding: 12px 14px;
    border: 1px solid #e7eaf2;
    border-radius: 8px;
    background: #fafbff;
}

.l99-auth-check .checkbox {
    margin: 0;
}

.l99-auth-check label {
    display: flex;
    gap: 10px;
    margin: 0;
    color: #596273;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}

.l99-auth-check input[type="checkbox"] {
    flex: 0 0 auto;
    margin-top: 3px;
}

.l99-auth-card .alert {
    border-radius: 8px;
}

#result-login .alert,
#result-login .message-error,
#result-login .error-message {
    border-radius: 8px;
}

@media (max-width: 575.98px) {
    .l99-auth-page {
        min-height: auto;
        padding: 28px 0 44px;
        justify-content: flex-start;
    }

    .l99-auth-modal-dialog {
        max-width: 336px !important;
        width: calc(100% - 24px) !important;
        margin: 12px;
    }

    #loginModal .modal-dialog,
    #loginModal .modal-content,
    #loginModal .auth-box,
    #loginModal .l99-auth-card {
        max-width: 336px !important;
        min-width: 0 !important;
    }

    #loginModal .auth-box {
        width: auto !important;
    }

    #loginModal .modal-content {
        width: 100% !important;
    }

    #loginModal .l99-auth-copy,
    #loginModal .l99-auth-switch {
        overflow-wrap: anywhere;
    }

    .l99-auth-page-container {
        max-width: 100%;
        overflow: hidden;
    }

    .l99-auth-page-card {
        width: calc(100vw - 24px) !important;
        max-width: 336px !important;
        min-width: 0 !important;
        margin-left: 0;
        margin-right: 0;
    }

    .l99-auth-page-card *,
    .l99-auth-page-card *::before,
    .l99-auth-page-card *::after {
        min-width: 0;
    }

    .l99-auth-box,
    .auth-box.l99-auth-box,
    .auth-box.l99-auth-page-card {
        padding: 28px 22px 24px;
    }

    .l99-auth-title,
    .auth-box .l99-auth-title {
        font-size: 25px;
    }

    .l99-auth-copy {
        font-size: 13px;
        overflow-wrap: anywhere;
    }

    .l99-auth-check,
    .l99-auth-check label,
    .l99-auth-check .custom-control-label {
        max-width: 100%;
        overflow-wrap: anywhere;
        white-space: normal;
    }
}

/* Final public product-detail cascade overrides */
.l99-product-v2 .l99-v2-top-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.75fr) !important;
    gap: 28px !important;
    align-items: start !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-width: 0 !important;
}

.l99-product-v2 .l99-v2-top-grid > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-width: 0 !important;
}

.l99-product-v2 .related-products .row-product {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 0 !important;
}

.l99-product-v2 .related-products .col-product {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
}

.l99-product-v2 .related-products .product-item {
    max-width: none;
}

@media (max-width: 1199px) {
    .l99-product-v2 .l99-v2-top-grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr) !important;
    }
}

@media (max-width: 991px) {
    .l99-product-v2 .l99-v2-top-grid {
        grid-template-columns: 1fr !important;
        width: 100% !important;
    }

    .l99-product-v2 .l99-v2-top-grid > [class*="col-"],
    .l99-product-v2 .product-content-left,
    .l99-product-v2 .product-content-right,
    .l99-product-v2 .l99-media-gallery,
    .l99-product-v2 .l99-media-main,
    .l99-product-v2 .product-description-container,
    .l99-product-v2 .product-description,
    .l99-product-v2 .related-products {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .l99-product-v2 .related-products .row-product {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .l99-product-v2 .related-products .row-product {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 430px) {
    .l99-product-v2 .related-products .row-product {
        grid-template-columns: 1fr;
    }
}

/* Public profile */
.l99-profile-public {
    background: #f5f7fb;
    color: #172033;
}

.l99-profile-public .container {
    max-width: 1180px;
}

.l99-profile-hero {
    padding: 22px 0 34px;
    background: linear-gradient(135deg, #10251b 0%, #19492f 52%, #f0b90b 180%);
}

.l99-profile-public .breadcrumb {
    margin-bottom: 22px;
    padding: 0;
    background: transparent;
}

.l99-profile-public .breadcrumb,
.l99-profile-public .breadcrumb a,
.l99-profile-public .breadcrumb-item.active,
.l99-profile-public .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.78);
}

.l99-profile-public .profile-details {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 60px rgba(16, 24, 40, 0.22);
}

.l99-profile-public .profile-details .left,
.l99-profile-public .profile-details .right {
    float: none;
    width: auto;
    text-align: left;
}

.l99-profile-public .profile-details .img-profile {
    width: 140px;
    height: 140px;
    border: 4px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
}

.l99-profile-identity {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    justify-content: space-between;
    min-width: 0;
}

.l99-profile-public .row-profile-username {
    display: flex;
    gap: 8px;
    align-items: center;
    min-width: 0;
}

.l99-profile-public .username {
    margin: 0;
    color: #10251b;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.12;
    overflow-wrap: anywhere;
}

.l99-profile-public .l99-profile-handle {
    margin: 5px 0 0;
    color: #64748b;
    font-size: 14px;
}

.l99-profile-public .last-seen {
    display: inline-flex;
    flex-shrink: 0;
    gap: 6px;
    align-items: center;
    margin-top: 2px;
    padding: 7px 10px;
    border: 1px solid #d9e2ef;
    border-radius: 999px;
    background: #f8fafc;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.l99-profile-public .last-seen .icon-circle {
    color: #94a3b8;
    font-size: 8px;
}

.l99-profile-public .last-seen-online .icon-circle {
    color: #169b62;
}

.l99-profile-public .description {
    max-width: 760px;
    margin: 14px 0 0;
    color: #405168;
    font-size: 15px;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.l99-profile-public .user-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.l99-profile-public .user-contact .info {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #475569;
    font-size: 13px;
}

.l99-profile-public .user-contact a {
    color: #0d5cc8;
    font-weight: 700;
}

.l99-profile-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
}

.l99-profile-stats a {
    display: block;
    min-width: 0;
    padding: 13px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
    text-decoration: none;
}

.l99-profile-stats strong,
.l99-profile-stats span {
    display: block;
}

.l99-profile-stats strong {
    color: #10251b;
    font-size: 22px;
    line-height: 1.1;
}

.l99-profile-stats span {
    margin-top: 4px;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.l99-profile-public .profile-rating {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 14px;
    color: #64748b;
}

.l99-profile-public .profile-milestones {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 14px;
}

.l99-profile-public .profile-milestones span[data-toggle="tooltip"] {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    padding: 6px 10px;
    border: 1px solid #d9e2ef;
    border-radius: 999px;
    background: #fff7d6;
    color: #172033;
    font-size: 12px;
    font-weight: 800;
}

.l99-profile-public .profile-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.l99-profile-public .profile-buttons .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.l99-profile-public .profile-buttons .btn {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 15px;
    border-radius: 8px;
    border-color: #d9e2ef;
    background: #fff;
    color: #172033;
    font-weight: 800;
}

.l99-profile-public .profile-buttons .btn:hover,
.l99-profile-public .profile-buttons .btn:focus {
    border-color: #f0b90b;
    background: #fff7d6;
}

.l99-profile-public .social ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.l99-profile-public .social a {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9e2ef;
    border-radius: 8px;
    background: #fff;
    color: #172033;
}

.l99-profile-body {
    padding: 28px 0 48px;
}

.l99-profile-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.l99-profile-sidebar,
.l99-profile-main {
    min-width: 0;
}

.l99-profile-public .profile-tabs {
    position: sticky;
    top: 88px;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.05);
}

.l99-profile-public .profile-tabs ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.l99-profile-public .profile-tabs .nav-item {
    width: 100%;
    margin: 0;
}

.l99-profile-public .profile-tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #475569;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.l99-profile-public .profile-tabs .count {
    color: #94a3b8;
    font-size: 12px;
}

.l99-profile-public .profile-tabs .nav-item.active .nav-link,
.l99-profile-public .profile-tabs .nav-link:hover,
.l99-profile-public .profile-tabs .nav-link:focus {
    border-color: #f0b90b;
    background: #fff7d6;
    color: #10251b;
}

.l99-profile-main {
    padding: 18px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.05);
}

.l99-profile-section-head {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 18px;
}

.l99-profile-eyebrow,
.l99-profile-result-count {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.l99-profile-section-head h2 {
    margin: 4px 0 0;
    color: #10251b;
    font-size: 24px;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.l99-profile-result-count {
    flex-shrink: 0;
    padding: 7px 10px;
    border-radius: 999px;
    background: #f8fafc;
}

.l99-profile-public .profile-tab-content {
    min-width: 0;
}

.l99-profile-public .row-product {
    row-gap: 18px;
}

.l99-profile-public .product-item {
    height: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(16, 24, 40, 0.05);
}

.l99-profile-public .img-product-container {
    background: #f8fafc;
    aspect-ratio: 1 / 1;
}

.l99-profile-public .img-product {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.l99-profile-public .product-item .item-details {
    display: block;
    padding: 13px;
}

.l99-profile-public .product-title {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.3;
}

.l99-profile-public .product-title a {
    color: #0d5cc8;
}

.l99-profile-public .product-user a {
    color: #64748b;
}

.l99-profile-public .item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 8px;
}

.l99-profile-public .item-meta .price {
    color: #ef4444;
    font-size: 18px;
    font-weight: 800;
}

.l99-profile-owner-listings {
    display: grid;
    gap: 14px;
}

.l99-profile-public .product-item-horizontal {
    height: auto;
    padding: 12px;
}

.l99-profile-public .product-item-horizontal .row-product {
    align-items: center;
}

.l99-profile-public .product-item-horizontal .img-product-container {
    border-radius: 8px;
    overflow: hidden;
}

.l99-profile-public .btn-profile-option {
    border-radius: 8px;
}

.l99-profile-empty {
    padding: 42px 18px;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    background: #f8fafc;
    text-align: center;
}

.l99-profile-empty h3 {
    margin: 0;
    color: #475569;
    font-size: 18px;
}

.l99-profile-favorites-empty .ico {
    margin: 0 auto 12px;
}

.l99-profile-favorites-empty p {
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
    margin: 8px 0 16px;
}

.l99-profile-public .product-list-pagination {
    margin-top: 22px;
}

@media (max-width: 1024px) {
    .l99-profile-layout {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 16px;
    }

    .l99-profile-public .username {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .l99-profile-hero {
        padding-top: 16px;
    }

    .l99-profile-public .profile-details {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 18px;
        text-align: center;
    }

    .l99-profile-public .profile-details .left,
    .l99-profile-public .profile-details .right {
        text-align: center;
    }

    .l99-profile-public .profile-details .img-profile {
        width: 112px;
        height: 112px;
    }

    .l99-profile-identity,
    .l99-profile-public .row-profile-username,
    .l99-profile-public .user-contact,
    .l99-profile-public .profile-buttons {
        justify-content: center;
    }

    .l99-profile-identity {
        flex-direction: column;
        align-items: center;
    }

    .l99-profile-public .username {
        font-size: 26px;
    }

    .l99-profile-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .l99-profile-layout {
        grid-template-columns: 1fr;
    }

    .l99-profile-public .profile-tabs {
        position: static;
    }

    .l99-profile-public .profile-tabs ul {
        display: flex;
        overflow-x: auto;
        padding-bottom: 3px;
    }

    .l99-profile-public .profile-tabs .nav-item {
        flex: 0 0 auto;
        width: auto;
    }

    .l99-profile-public .profile-tabs .nav-link {
        min-width: 132px;
    }

    .l99-profile-main {
        padding: 14px;
    }

    .l99-profile-section-head {
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 430px) {
    .l99-profile-public .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .l99-profile-stats {
        gap: 8px;
    }

    .l99-profile-stats a {
        padding: 11px 10px;
    }

    .l99-profile-stats strong {
        font-size: 20px;
    }

    .l99-profile-public .row-product-items .col-product {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Dashboard shop settings */
.settings-overview-grid {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.settings-profile-grid {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.settings-contact-grid {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.settings-shipping-grid {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.settings-social-grid {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.settings-password-grid {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.settings-close-grid {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.settings-addresses-grid {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.settings-lists-grid {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.settings-list-view-grid {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.settings-payment-grid {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.settings-overview-nav,
.settings-overview-main,
.settings-overview-card,
.settings-profile-nav,
.settings-profile-form-col,
.settings-profile-panel,
.settings-profile-form,
.settings-contact-nav,
.settings-contact-form-col,
.settings-contact-panel,
.settings-contact-form,
.settings-shipping-nav,
.settings-shipping-form-col,
.settings-shipping-panel,
.settings-shipping-form,
.settings-social-nav,
.settings-social-form-col,
.settings-social-panel,
.settings-social-form,
.settings-password-nav,
.settings-password-form-col,
.settings-password-panel,
.settings-password-form,
.settings-close-nav,
.settings-close-form-col,
.settings-close-panel,
.settings-close-form,
.settings-addresses-nav,
.settings-addresses-main,
.settings-addresses-panel,
.address-card,
.settings-address-form-block,
.settings-lists-nav,
.settings-lists-main,
.settings-lists-panel,
.list-card,
.settings-list-view-nav,
.settings-list-view-main,
.settings-list-view-panel,
.list-product-card,
.settings-payment-nav,
.settings-payment-main,
.settings-payment-panel,
.payment-method-card {
    min-width: 0;
}

.settings-account-summary {
    display: flex;
    gap: 12px;
    align-items: center;
    min-width: 260px;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
}

.settings-account-summary img {
    width: 56px;
    height: 56px;
    flex: 0 0 auto;
    border-radius: 50%;
    object-fit: cover;
    background: #f8fafc;
}

.settings-account-summary strong,
.settings-account-summary span,
.settings-account-summary small {
    display: block;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.settings-account-summary strong {
    color: #172033;
    font-size: 15px;
    font-weight: 900;
}

.settings-account-summary span {
    color: #64748b;
    font-size: 13px;
}

.settings-account-summary small {
    color: #94a3b8;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.settings-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.settings-overview-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 28px;
    gap: 12px;
    align-items: center;
    min-height: 126px;
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #172033;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.05);
    transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.settings-overview-card:hover,
.settings-overview-card:focus {
    border-color: #f0b90b;
    color: #172033;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(16, 24, 40, 0.08);
}

.settings-card-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 23px;
}

.settings-overview-card.green .settings-card-icon {
    background: #e8f7ef;
    color: #159353;
}

.settings-overview-card.orange .settings-card-icon {
    background: #fff7d6;
    color: #b78100;
}

.settings-overview-card.blue .settings-card-icon {
    background: #eaf3ff;
    color: #0d5cc8;
}

.settings-overview-card.purple .settings-card-icon {
    background: #f1edff;
    color: #6d46d6;
}

.settings-overview-card.slate .settings-card-icon {
    background: #f1f5f9;
    color: #475569;
}

.settings-overview-card.danger .settings-card-icon {
    background: #fff1f2;
    color: #e11d48;
}

.settings-card-copy strong,
.settings-card-copy small {
    display: block;
}

.settings-card-copy strong {
    margin-bottom: 6px;
    color: #172033;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.settings-card-copy small {
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
}

.settings-card-arrow {
    color: #94a3b8;
    font-size: 20px;
}

.settings-overview-page .profile-tabs ul,
.settings-profile-page .profile-tabs ul,
.shop-settings-page .profile-tabs ul,
.settings-contact-page .profile-tabs ul,
.settings-shipping-page .profile-tabs ul,
.settings-social-page .profile-tabs ul,
.settings-password-page .profile-tabs ul,
.settings-close-page .profile-tabs ul,
.settings-addresses-page .profile-tabs ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.settings-payment-page .profile-tabs ul,
.settings-list-view-page .profile-tabs ul,
.settings-lists-page .profile-tabs ul,
.downloads-page .profile-tabs ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.settings-payment-page .profile-tabs .nav-item,
.settings-list-view-page .profile-tabs .nav-item,
.settings-lists-page .profile-tabs .nav-item,
.downloads-page .profile-tabs .nav-item {
    margin: 0;
}

.settings-payment-page .profile-tabs .nav-link,
.settings-list-view-page .profile-tabs .nav-link,
.settings-lists-page .profile-tabs .nav-link,
.downloads-page .profile-tabs .nav-link {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.settings-payment-page .profile-tabs .nav-item.active .nav-link,
.settings-payment-page .profile-tabs .nav-link:hover,
.settings-payment-page .profile-tabs .nav-link:focus,
.settings-list-view-page .profile-tabs .nav-item.active .nav-link,
.settings-list-view-page .profile-tabs .nav-link:hover,
.settings-list-view-page .profile-tabs .nav-link:focus,
.settings-lists-page .profile-tabs .nav-item.active .nav-link,
.settings-lists-page .profile-tabs .nav-link:hover,
.settings-lists-page .profile-tabs .nav-link:focus,
.downloads-page .profile-tabs .nav-item.active .nav-link,
.downloads-page .profile-tabs .nav-link:hover,
.downloads-page .profile-tabs .nav-link:focus {
    border-color: #f0b90b;
    background: #fff7d6;
    color: #172033;
}

.settings-overview-page .profile-tabs .nav-item,
.settings-profile-page .profile-tabs .nav-item,
.shop-settings-page .profile-tabs .nav-item,
.settings-contact-page .profile-tabs .nav-item,
.settings-shipping-page .profile-tabs .nav-item,
.settings-social-page .profile-tabs .nav-item,
.settings-password-page .profile-tabs .nav-item,
.settings-close-page .profile-tabs .nav-item,
.settings-addresses-page .profile-tabs .nav-item {
    margin: 0;
}

.settings-overview-page .profile-tabs .nav-link,
.settings-profile-page .profile-tabs .nav-link,
.shop-settings-page .profile-tabs .nav-link,
.settings-contact-page .profile-tabs .nav-link,
.settings-shipping-page .profile-tabs .nav-link,
.settings-social-page .profile-tabs .nav-link,
.settings-password-page .profile-tabs .nav-link,
.settings-close-page .profile-tabs .nav-link,
.settings-addresses-page .profile-tabs .nav-link {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.settings-overview-page .profile-tabs .nav-item.active .nav-link,
.settings-overview-page .profile-tabs .nav-link:hover,
.settings-overview-page .profile-tabs .nav-link:focus,
.settings-profile-page .profile-tabs .nav-item.active .nav-link,
.settings-profile-page .profile-tabs .nav-link:hover,
.settings-profile-page .profile-tabs .nav-link:focus,
.shop-settings-page .profile-tabs .nav-item.active .nav-link,
.shop-settings-page .profile-tabs .nav-link:hover,
.shop-settings-page .profile-tabs .nav-link:focus,
.settings-contact-page .profile-tabs .nav-item.active .nav-link,
.settings-contact-page .profile-tabs .nav-link:hover,
.settings-contact-page .profile-tabs .nav-link:focus,
.settings-shipping-page .profile-tabs .nav-item.active .nav-link,
.settings-shipping-page .profile-tabs .nav-link:hover,
.settings-shipping-page .profile-tabs .nav-link:focus,
.settings-social-page .profile-tabs .nav-item.active .nav-link,
.settings-social-page .profile-tabs .nav-link:hover,
.settings-social-page .profile-tabs .nav-link:focus,
.settings-password-page .profile-tabs .nav-item.active .nav-link,
.settings-password-page .profile-tabs .nav-link:hover,
.settings-password-page .profile-tabs .nav-link:focus,
.settings-close-page .profile-tabs .nav-item.active .nav-link,
.settings-close-page .profile-tabs .nav-link:hover,
.settings-close-page .profile-tabs .nav-link:focus,
.settings-addresses-page .profile-tabs .nav-item.active .nav-link,
.settings-addresses-page .profile-tabs .nav-link:hover,
.settings-addresses-page .profile-tabs .nav-link:focus {
    border-color: #f0b90b;
    background: #fff7d6;
    color: #172033;
}

.settings-profile-avatar-row {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    margin-bottom: 20px;
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.settings-profile-avatar-row .form-avatar {
    width: 96px;
    height: 96px;
    border: 4px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 12px 24px rgba(16, 24, 40, 0.12);
}

.settings-profile-avatar-row .btn-file-upload {
    position: relative;
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    border: 1px solid #d9e2ef;
    border-radius: 8px;
    background: #fff;
    color: #172033;
    font-size: 13px;
    font-weight: 800;
    overflow: hidden;
}

.settings-profile-avatar-row .btn-file-upload input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.settings-profile-avatar-row #upload-file-info {
    display: inline-block;
    margin-left: 8px;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.settings-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.settings-profile-panel .form-group,
.settings-contact-panel .form-group,
.settings-shipping-panel .form-group,
.settings-addresses-panel .form-group,
.settings-form-section {
    margin-bottom: 18px;
}

.settings-profile-panel .control-label,
.settings-contact-panel .control-label,
.settings-shipping-panel .control-label,
.settings-addresses-panel .control-label {
    display: block;
    margin-bottom: 8px;
    color: #172033;
    font-size: 13px;
    font-weight: 800;
}

.settings-profile-panel .form-control,
.settings-profile-panel .form-input,
.settings-contact-panel .form-control,
.settings-contact-panel .form-input,
.settings-shipping-panel .form-control,
.settings-shipping-panel .form-input,
.settings-addresses-panel .form-control,
.settings-addresses-panel .form-input {
    width: 100%;
    min-height: 44px;
    border: 1px solid #d9e2ef;
    border-radius: 8px;
    background: #fff;
    color: #172033;
    font-size: 14px;
    box-shadow: none;
}

.settings-profile-panel .form-control:focus,
.settings-profile-panel .form-input:focus,
.settings-contact-panel .form-control:focus,
.settings-contact-panel .form-input:focus,
.settings-shipping-panel .form-control:focus,
.settings-shipping-panel .form-input:focus,
.settings-addresses-panel .form-control:focus,
.settings-addresses-panel .form-input:focus,
.settings-lists-panel .form-control:focus,
.settings-lists-panel .form-input:focus {
    border-color: #f0b90b;
    box-shadow: 0 0 0 3px rgba(240, 185, 11, 0.16);
}

.settings-profile-panel .btn-resend-email {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    margin: 0 0 8px 8px;
    border-radius: 8px;
    background: #fff7d6;
    color: #172033;
    font-size: 12px;
    font-weight: 800;
}

.settings-inline-status {
    display: inline-block;
    margin-bottom: 8px;
}

.settings-form-section {
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
}

.settings-form-section-head {
    margin-bottom: 12px;
}

.settings-form-section-head h3 {
    margin: 0;
    color: #172033;
    font-size: 15px;
    font-weight: 900;
}

.settings-form-section-head .note,
.settings-profile-avatar-row .note {
    margin: 5px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
}

.settings-sms-fields {
    margin-top: 14px;
}

.settings-sms-fields .custom-control {
    min-height: auto;
    padding: 12px 14px 12px 38px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.settings-sms-fields .custom-control-label {
    color: #475569;
    font-size: 13px;
    line-height: 1.5;
}

.settings-location-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.settings-help-text {
    display: block;
    margin-top: 8px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.5;
}

.settings-visibility-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.settings-postcode-grid {
    max-width: 360px;
}

.btn-action-sm {
    min-height: 36px;
    padding: 9px 12px;
    font-size: 12px;
}

.settings-address-form-block {
    display: none;
    margin-bottom: 18px;
}

.settings-address-form-block.is-open {
    display: block;
}

.address-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.address-card {
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.05);
}

.address-card.is-default {
    border-color: #20a464;
}

.address-card-head {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 12px;
}

.address-card-head h3 {
    margin: 0 0 3px;
    color: #172033;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.address-purpose-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}

.address-badge {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    border-radius: 999px;
    padding: 4px 9px;
    background: #eaf3ff;
    color: #0d5cc8;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
}

.address-badge.default {
    background: #e8f7ef;
    color: #159353;
}

.address-badge.purpose-default {
    background: #fff7d6;
    color: #8a6300;
}

.address-lines {
    margin-bottom: 12px;
    color: #172033;
    font-size: 13px;
    line-height: 1.45;
}

.address-lines p {
    margin: 0 0 3px;
    overflow-wrap: anywhere;
}

.address-meta-grid {
    display: grid;
    gap: 8px;
    margin-bottom: 14px;
}

.address-meta-grid span {
    display: flex;
    gap: 8px;
    align-items: center;
    min-width: 0;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.address-meta-grid i {
    flex: 0 0 auto;
    color: #94a3b8;
    font-size: 15px;
}

.address-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.address-inline-form {
    margin: 0;
}

.btn-soft {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    gap: 6px;
    border: 1px solid #d9e2ef;
    border-radius: 8px;
    background: #f8fafc;
    color: #172033;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 900;
}

.btn-soft.success {
    border-color: #bee8cf;
    background: #e8f7ef;
    color: #137a47;
}

.btn-soft.danger {
    border-color: #fecdd3;
    background: #fff1f2;
    color: #be123c;
}

.settings-purpose-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.settings-purpose-card {
    display: grid;
    gap: 8px;
    padding: 12px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.settings-empty-state {
    display: grid;
    gap: 10px;
    justify-items: center;
    padding: 34px 18px;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    background: #f8fafc;
    text-align: center;
}

.settings-empty-state span {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff7d6;
    color: #b78100;
    font-size: 25px;
}

.settings-empty-state h3 {
    margin: 0;
    color: #172033;
    font-size: 16px;
    font-weight: 900;
}

.list-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.list-card {
    display: grid;
    gap: 12px;
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.05);
}

.list-card.is-default {
    border-color: #94a3b8;
}

.list-card-head {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.list-card-icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #eaf3ff;
    color: #0d5cc8;
    font-size: 22px;
}

.list-card h3 {
    margin: 0 0 4px;
    color: #172033;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.list-badge-row,
.list-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.list-card-meta {
    display: grid;
    gap: 7px;
}

.list-card-meta span {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.list-card-meta i {
    color: #94a3b8;
    font-size: 15px;
}

.settings-list-result {
    display: none;
    margin-bottom: 14px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
}

.settings-list-result.success,
.settings-list-result.error {
    display: block;
}

.settings-list-result.success {
    border: 1px solid #bee8cf;
    background: #e8f7ef;
    color: #137a47;
}

.settings-list-result.error {
    border: 1px solid #fecdd3;
    background: #fff1f2;
    color: #be123c;
}

.list-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1080;
    background: rgba(15, 23, 42, 0.48);
}

.list-modal {
    position: fixed;
    inset: 0;
    z-index: 1090;
    display: grid;
    place-items: center;
    padding: 18px;
}

.list-modal[hidden],
.list-modal-backdrop[hidden] {
    display: none;
}

.list-modal-dialog {
    width: min(460px, 100%);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24);
}

.list-modal-header,
.list-modal-footer {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid #e2e8f0;
}

.list-modal-footer {
    justify-content: flex-end;
    border-top: 1px solid #e2e8f0;
    border-bottom: 0;
}

.list-modal-header h2 {
    margin: 0;
    color: #172033;
    font-size: 17px;
    font-weight: 900;
}

.list-modal-body {
    padding: 16px;
}

.list-modal-body .control-label {
    display: block;
    margin-bottom: 8px;
    color: #172033;
    font-size: 13px;
    font-weight: 800;
}

.list-modal-body .form-control,
.list-modal-body .form-input {
    width: 100%;
    min-height: 44px;
    border: 1px solid #d9e2ef;
    border-radius: 8px;
    background: #fff;
    color: #172033;
    font-size: 14px;
    box-shadow: none;
}

.list-modal-body .form-control:focus,
.list-modal-body .form-input:focus {
    border-color: #f0b90b;
    box-shadow: 0 0 0 3px rgba(240, 185, 11, 0.16);
}

.list-item-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.list-product-card {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.05);
}

.list-product-media {
    display: block;
    width: 128px;
    aspect-ratio: 1;
    border-radius: 8px;
    overflow: hidden;
    background: #f8fafc;
}

.list-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-product-body {
    min-width: 0;
}

.list-product-head {
    display: grid;
    gap: 8px;
}

.list-product-head h3 {
    margin: 0;
    color: #172033;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.list-product-head h3 a {
    color: inherit;
}

.list-product-head strong {
    color: #172033;
    font-size: 14px;
    font-weight: 900;
}

.list-product-actions {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.payment-method-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.payment-method-card {
    display: grid;
    gap: 14px;
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.05);
}

.payment-method-card.is-default {
    border-color: #9edbb8;
    background: linear-gradient(180deg, #ffffff, #f6fffa);
}

.payment-method-top {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.payment-method-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #eaf3ff;
    color: #0d5cc8;
    font-size: 24px;
}

.payment-method-top h3 {
    margin: 0 0 4px;
    color: #172033;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.payment-mask {
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #172033;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.payment-method-meta {
    display: grid;
    gap: 8px;
}

.payment-method-meta span {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.payment-method-meta i {
    color: #94a3b8;
    font-size: 15px;
}

.payment-method-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.settings-dashboard-alert {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 16px;
    padding: 12px 14px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.settings-dashboard-alert i {
    flex: 0 0 auto;
    margin-top: 1px;
    font-size: 18px;
}

.settings-social-field-grid {
    display: grid;
    gap: 12px;
}

.social-input-row {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin-bottom: 0;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.social-input-icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff;
    color: #172033;
    font-size: 22px;
    box-shadow: inset 0 0 0 1px #e2e8f0;
}

.social-input-row .control-label {
    display: block;
    margin-bottom: 8px;
    color: #172033;
    font-size: 13px;
    font-weight: 800;
}

.social-input-row .form-control,
.social-input-row .form-input {
    width: 100%;
    min-height: 44px;
    border: 1px solid #d9e2ef;
    border-radius: 8px;
    background: #fff;
    color: #172033;
    font-size: 14px;
    box-shadow: none;
}

.social-input-row .form-control:focus,
.social-input-row .form-input:focus {
    border-color: #f0b90b;
    box-shadow: 0 0 0 3px rgba(240, 185, 11, 0.16);
}

.password-input-group {
    margin-bottom: 18px;
}

.password-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.password-input-wrap .form-control,
.password-input-wrap .form-input {
    width: 100%;
    min-height: 44px;
    padding-right: 48px;
    border: 1px solid #d9e2ef;
    border-radius: 8px;
    background: #fff;
    color: #172033;
    font-size: 14px;
    box-shadow: none;
}

.password-input-wrap .form-control:focus,
.password-input-wrap .form-input:focus {
    border-color: #f0b90b;
    box-shadow: 0 0 0 3px rgba(240, 185, 11, 0.16);
}

.password-toggle {
    position: absolute;
    right: 6px;
    top: 50%;
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #64748b;
    font-size: 18px;
    cursor: pointer;
}

.password-toggle:hover,
.password-toggle:focus {
    background: #f1f5f9;
    color: #172033;
    outline: none;
}

.workspace-badge.danger {
    background: #fff1f2;
    color: #e11d48;
}

.workspace-stat .ico.red {
    background: #fff1f2;
    color: #e11d48;
}

.close-danger-badge {
    border-color: #fecdd3;
    background: #fff1f2;
    color: #be123c;
}

.settings-close-warning {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 16px;
    padding: 14px;
    border: 1px solid #fecdd3;
    border-radius: 8px;
    background: #fff1f2;
    color: #9f1239;
}

.settings-close-warning i {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff;
    color: #e11d48;
    font-size: 24px;
}

.settings-close-warning strong {
    display: block;
    margin-bottom: 4px;
    color: #9f1239;
    font-size: 14px;
    font-weight: 900;
}

.settings-close-warning p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

.close-impact-list ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.close-impact-list li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    color: #475569;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.close-impact-list li i {
    margin-top: 1px;
    color: #e11d48;
    font-size: 17px;
}

.close-confirm-card {
    border-color: #fecdd3;
    background: #fff7f8;
}

.settings-close-actions {
    gap: 10px;
}

.btn-action.danger {
    background: #dc2626;
    color: #fff;
    box-shadow: 0 10px 20px rgba(220, 38, 38, 0.18);
}

.btn-action.danger:hover,
.btn-action.danger:focus {
    background: #b91c1c;
    color: #fff;
}

.settings-checkbox-card {
    min-height: 44px;
    padding: 12px 14px 12px 38px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.settings-checkbox-card .custom-control-label {
    color: #172033;
    font-weight: 800;
    line-height: 1.45;
}

.shop-settings-grid {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.shop-settings-farm-tabs {
    grid-column: 1 / -1;
}

.shop-settings-nav-col,
.shop-settings-form-col,
.shop-settings-preview-col {
    min-width: 0;
}

.shop-settings-preview-col {
    grid-column: 2;
}

.shop-settings-form-panel .form-group {
    margin-bottom: 18px;
}

.shop-settings-form-panel .control-label {
    display: block;
    margin-bottom: 8px;
    color: #172033;
    font-size: 13px;
    font-weight: 800;
}

.shop-settings-form-panel .form-control,
.shop-settings-form-panel .form-input,
.shop-settings-form-panel .form-textarea {
    width: 100%;
    min-height: 44px;
    border: 1px solid #d9e2ef;
    border-radius: 8px;
    background: #fff;
    color: #172033;
    font-size: 14px;
    box-shadow: none;
}

.shop-settings-form-panel .form-textarea {
    min-height: 180px;
    resize: vertical;
}

.shop-settings-form-panel .form-control:focus,
.shop-settings-form-panel .form-input:focus,
.shop-settings-form-panel .form-textarea:focus {
    border-color: #f0b90b;
    box-shadow: 0 0 0 3px rgba(240, 185, 11, 0.16);
}

.settings-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.settings-choice-grid .custom-control {
    min-height: 44px;
    padding: 12px 14px 12px 38px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.settings-choice-grid .custom-control-label {
    color: #172033;
    font-weight: 800;
}

.settings-actions {
    display: flex;
    justify-content: flex-end;
    padding-top: 6px;
}

.shop-preview-card {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    padding: 18px;
}

.shop-preview-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    border-radius: 8px;
    background: #e8f7ef;
    color: #159353;
    font-size: 22px;
}

.shop-preview-card h3 {
    margin-bottom: 8px;
    color: #172033;
    font-size: 20px;
    font-weight: 900;
}

.shop-preview-card p {
    color: #64748b;
    font-size: 13px;
    line-height: 1.55;
}

@media (max-width: 767px) {
    .settings-overview-grid {
        grid-template-columns: 1fr;
    }

    .settings-profile-grid,
    .settings-contact-grid,
    .settings-shipping-grid,
    .settings-social-grid,
    .settings-password-grid,
    .settings-close-grid,
    .settings-addresses-grid,
    .settings-lists-grid,
    .settings-list-view-grid,
    .settings-payment-grid,
    .settings-location-grid,
    .address-card-grid,
    .list-card-grid,
    .list-item-grid,
    .payment-method-grid,
    .settings-purpose-grid,
    .settings-visibility-grid,
    .settings-form-grid {
        grid-template-columns: 1fr;
    }

    .settings-card-grid {
        grid-template-columns: 1fr;
    }

    .settings-account-summary {
        width: 100%;
        min-width: 0;
    }

    .settings-account-summary strong,
    .settings-account-summary span,
    .settings-account-summary small {
        max-width: 100%;
    }

    .settings-overview-card {
        grid-template-columns: 44px minmax(0, 1fr) 24px;
        min-height: 112px;
        padding: 14px;
    }

    .settings-card-icon {
        width: 44px;
        height: 44px;
    }

    .settings-profile-avatar-row {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .settings-profile-avatar-row #upload-file-info {
        display: block;
        max-width: 100%;
        margin: 8px auto 0;
    }

    .shop-settings-grid {
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .shop-settings-farm-tabs,
    .shop-settings-preview-col {
        grid-column: auto;
    }

    .shop-settings-grid > *,
    .shop-settings-nav-col,
    .shop-settings-form-col,
    .shop-settings-preview-col,
    .shop-settings-page .panel,
    .shop-settings-page .workspace-head,
    .shop-settings-page .workspace-stats,
    .shop-settings-page .workspace-stat {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .settings-choice-grid {
        grid-template-columns: 1fr;
    }

    .settings-actions {
        justify-content: stretch;
    }

    .settings-actions .btn-action {
        width: 100%;
    }

    .list-product-card {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .list-product-media {
        width: 96px;
    }

    .list-product-actions {
        justify-content: stretch;
    }

    .list-product-actions .btn-soft {
        flex: 1 1 auto;
        justify-content: center;
    }

    .payment-method-actions {
        justify-content: stretch;
    }

    .payment-method-actions .btn-soft {
        flex: 1 1 auto;
        justify-content: center;
    }

    .payment-mask {
        font-size: 14px;
    }

    .social-input-row {
        grid-template-columns: 40px minmax(0, 1fr);
        padding: 12px;
    }

    .social-input-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

@media (min-width: 1500px) {
    .shop-settings-grid {
        grid-template-columns: 260px minmax(0, 1fr) 280px;
    }

    .shop-settings-preview-col {
        grid-column: auto;
    }
}

/* Cart payment method checkout */
.checkout-payment-method-page {
    background: #f5f7f8;
    padding: 34px 0 54px;
}

.checkout-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 28px;
    align-items: flex-start;
}

.checkout-main,
.checkout-summary {
    min-width: 0;
}

.checkout-header {
    margin-bottom: 20px;
}

.checkout-eyebrow,
.checkout-card-kicker {
    display: block;
    color: #1f6f48;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.checkout-header h1 {
    color: #17202a;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 8px;
}

.checkout-header p {
    color: #617080;
    font-size: 15px;
    line-height: 1.55;
    max-width: 680px;
    margin: 0;
}

.checkout-guest-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: #fff9e8;
    border: 1px solid #f2d48c;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 18px;
}

.checkout-guest-banner strong,
.checkout-guest-banner span {
    display: block;
}

.checkout-guest-banner strong {
    color: #1f2933;
    font-size: 14px;
    margin-bottom: 2px;
}

.checkout-guest-banner span {
    color: #65717d;
    font-size: 13px;
}

.checkout-guest-banner a {
    color: #174f35;
    font-weight: 800;
    white-space: nowrap;
}

.checkout-alert {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    padding: 13px 15px;
    margin-bottom: 18px;
}

.checkout-alert-danger {
    color: #991b1b;
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.checkout-stepper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.checkout-stepper-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.checkout-step {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 2px 10px;
    align-items: center;
    background: #fff;
    border: 1px solid #e2e7ea;
    border-radius: 8px;
    color: #5d6975;
    padding: 13px;
    min-width: 0;
}

a.checkout-step:hover {
    border-color: #b8c7be;
    color: #174f35;
}

.checkout-step span {
    grid-row: 1 / 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #edf2f0;
    color: #53606c;
    font-weight: 800;
}

.checkout-step strong {
    color: #25313c;
    font-size: 13px;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.checkout-step small {
    color: #7a8793;
    font-size: 12px;
}

.checkout-step.is-active {
    border-color: #1f6f48;
    box-shadow: 0 10px 24px rgba(31, 111, 72, 0.08);
}

.checkout-step.is-active span,
.checkout-step.is-complete span {
    background: #1f6f48;
    color: #fff;
}

.checkout-card,
.checkout-summary-card {
    background: #fff;
    border: 1px solid #e1e6ea;
    border-radius: 8px;
    box-shadow: 0 18px 36px rgba(22, 31, 42, 0.06);
}

.checkout-card {
    padding: 24px;
}

.checkout-card-head,
.checkout-summary-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.checkout-card-head h2 {
    color: #18232e;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 800;
    margin: 0;
}

.checkout-secure-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    color: #174f35;
    background: #eef7f2;
    border: 1px solid #cbe6d6;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    padding: 7px 11px;
    white-space: nowrap;
}

.checkout-payment-options {
    display: grid;
    gap: 12px;
    margin: 0 0 18px;
    padding: 0;
}

.checkout-payment-options li {
    display: block;
    margin: 0;
}

.checkout-payment-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    min-height: 76px;
    border: 1px solid #dfe6e9;
    border-radius: 8px;
    background: #fff;
    padding: 16px;
    cursor: pointer;
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.checkout-payment-option:hover {
    border-color: #9eb7aa;
    box-shadow: 0 10px 22px rgba(22, 31, 42, 0.06);
}

.checkout-payment-option .custom-control {
    display: flex;
    align-items: center;
    min-height: 24px;
    padding-left: 28px;
}

.checkout-payment-option .custom-control-label {
    color: #1d2935;
    font-size: 15px;
    font-weight: 800;
}

.checkout-payment-option .custom-control-label small {
    color: #6d7882;
    font-weight: 700;
}

.checkout-payment-meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    min-width: 0;
    color: #667480;
    font-size: 13px;
    line-height: 1.4;
    text-align: right;
}

.checkout-payment-meta img {
    max-width: 126px;
    max-height: 28px;
    object-fit: contain;
    flex: 0 0 auto;
}

.checkout-terms-box {
    background: #f7faf8;
    border: 1px solid #dfe8e2;
    border-radius: 8px;
    color: #4e5b66;
    font-size: 13px;
    line-height: 1.55;
    padding: 14px 16px;
}

.checkout-terms-box .custom-control-label {
    color: #4e5b66;
}

.checkout-terms-box a {
    color: #174f35;
}

.checkout-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 20px;
}

.checkout-return-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #4f5d69;
    font-weight: 800;
}

.checkout-return-link:hover {
    color: #174f35;
}

.checkout-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 210px;
}

.checkout-summary {
    position: sticky;
    top: 96px;
}

.checkout-summary-card {
    padding: 22px;
}

.checkout-summary-head {
    border-bottom: 1px solid #e7ecef;
    padding-bottom: 14px;
}

.checkout-summary-head span {
    color: #18232e;
    font-size: 18px;
    font-weight: 800;
}

.checkout-summary-head strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #ffb51f;
    color: #1d252d;
    font-size: 13px;
}

.checkout-summary-card .cart-order-details .item {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 12px;
    border-bottom: 1px solid #edf1f3;
    padding: 14px 0;
}

.checkout-summary-card .cart-order-details .item-left,
.checkout-summary-card .cart-order-details .item-right {
    min-width: 0;
}

.checkout-summary-card .img-cart-product {
    width: 68px;
    height: 68px;
    border-radius: 8px;
    overflow: hidden;
    background: #f0f3f5;
}

.checkout-summary-card .img-cart-product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checkout-summary-card .cart-order-details .list-item {
    color: #5f6c78;
    font-size: 13px;
    line-height: 1.35;
    margin-bottom: 4px;
    overflow-wrap: anywhere;
}

.checkout-summary-card .cart-order-details .list-item a {
    color: #1f2933;
    font-weight: 800;
}

.checkout-summary-card p {
    color: #4f5c67;
    font-size: 14px;
    margin-bottom: 12px;
}

.checkout-summary-card p strong {
    color: #1d2935;
}

.checkout-summary-card .line-seperator {
    border-top: 1px solid #e6ecef;
    margin: 16px 0;
}

.checkout-shipping-card {
    min-width: 0;
}

.checkout-address-selector {
    display: grid;
    gap: 14px;
    margin-bottom: 18px;
}

.checkout-section-title {
    margin-bottom: 12px;
}

.checkout-section-title h3 {
    color: #172033;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.35;
    margin: 0 0 4px;
}

.checkout-section-title p {
    color: #64748b;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.45;
    margin: 0;
}

.checkout-address-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.checkout-address-card {
    display: grid;
    gap: 5px;
    min-height: 136px;
    width: 100%;
    border: 1px solid #e1e7ea;
    border-radius: 8px;
    background: #ffffff;
    color: #536170;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    padding: 14px;
    cursor: pointer;
}

.checkout-address-card:hover,
.checkout-address-card:focus,
.checkout-address-card.is-selected {
    border-color: #1f6f48;
    box-shadow: 0 10px 22px rgba(31, 111, 72, 0.08);
}

.checkout-address-card.is-default {
    background: linear-gradient(180deg, #ffffff, #f6fffa);
}

.checkout-address-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 3px;
}

.checkout-address-card strong {
    color: #172033;
    font-size: 14px;
    font-weight: 900;
}

.checkout-address-card em {
    font-style: normal;
}

.checkout-address-new {
    align-content: center;
    border-style: dashed;
    color: #64748b;
}

.checkout-selected-address {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #174f35;
    background: #eef7f2;
    border: 1px solid #cbe6d6;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
    padding: 11px 13px;
}

.checkout-selected-address a {
    color: #174f35;
    margin-left: auto;
    text-decoration: underline;
}

.checkout-address-form,
.checkout-form-section {
    min-width: 0;
}

.checkout-form-section + .checkout-form-section,
.checkout-same-address + .checkout-form-section {
    margin-top: 18px;
}

.checkout-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.checkout-form-wide {
    grid-column: 1 / -1;
}

.checkout-form-grid .form-group {
    margin: 0;
    min-width: 0;
}

.checkout-form-grid label {
    color: #25313c;
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 7px;
}

.checkout-form-grid .form-control,
.checkout-form-grid .form-input {
    min-height: 44px;
    border: 1px solid #dce5ea;
    border-radius: 8px;
    color: #172033;
    font-size: 13px;
}

.checkout-same-address {
    color: #4e5b66;
    background: #f7faf8;
    border: 1px solid #dfe8e2;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.55;
    padding: 14px 16px;
    margin-top: 18px;
}

.cart-items-list {
    display: grid;
    gap: 14px;
}

.cart-product-card {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 16px;
    border: 1px solid #e1e7ea;
    border-radius: 8px;
    background: #ffffff;
    padding: 14px;
    min-width: 0;
}

.cart-product-media {
    display: block;
    width: 132px;
    aspect-ratio: 1;
    border-radius: 8px;
    overflow: hidden;
    background: #f0f3f5;
}

.cart-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-product-body {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.cart-product-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    min-width: 0;
}

.cart-product-head > div {
    min-width: 0;
}

.cart-product-head h3 {
    color: #172033;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
    margin: 8px 0 5px;
    overflow-wrap: anywhere;
}

.cart-product-head h3 a {
    color: inherit;
}

.cart-product-seller {
    color: #64748b;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

.cart-product-seller a {
    color: #174f35;
}

.cart-product-total {
    text-align: right;
    white-space: nowrap;
}

.cart-product-total span,
.cart-product-quantity > span {
    display: block;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.cart-product-total strong {
    color: #172033;
    font-size: 18px;
    font-weight: 900;
}

.cart-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cart-product-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    color: #51616f;
    background: #f7f9fa;
    border: 1px solid #e8eef2;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    padding: 6px 9px;
}

.cart-product-meta strong {
    color: #172033;
}

.cart-product-meta .cart-fee-covered {
    color: #174f35;
    background: #eef7f2;
    border-color: #cbe6d6;
}

.cart-product-actions {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
}

.cart-product-quantity {
    min-width: 118px;
}

.cart-product-quantity strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 38px;
    border: 1px solid #e1e7ea;
    border-radius: 8px;
    color: #172033;
    background: #f7f9fa;
    font-size: 14px;
    font-weight: 900;
}

.cart-touchspin {
    max-width: 118px;
}

.cart-touchspin .bootstrap-touchspin {
    border-radius: 8px;
}

.cart-touchspin .form-input {
    min-height: 38px;
    text-align: center;
}

.cart-remove-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 38px;
}

.cart-total-lines {
    display: grid;
    gap: 12px;
}

.cart-total-lines p {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    color: #4f5c67;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}

.cart-total-lines p strong {
    color: #172033;
    text-align: right;
}

.cart-total-grand {
    border-top: 1px solid #e6ecef;
    padding-top: 14px;
    margin-top: 2px !important;
}

.cart-total-grand span,
.cart-total-grand strong {
    color: #172033 !important;
    font-size: 18px;
    font-weight: 900;
}

.cart-summary-checkout {
    width: 100%;
    min-width: 0;
    margin-top: 18px;
}

.cart-payment-strip {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.cart-payment-strip span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #174f35;
    font-size: 12px;
    font-weight: 800;
}

.cart-payment-strip img {
    max-width: 100%;
}

.cart-empty-shell {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e1e6ea;
    border-radius: 8px;
    box-shadow: 0 18px 36px rgba(22, 31, 42, 0.06);
    padding: 54px 22px;
    max-width: 620px;
    margin: 20px auto;
}

.cart-empty-shell h1 {
    color: #172033;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.25;
    margin: 16px 0 8px;
}

.cart-empty-shell p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 22px;
}

.cart-empty-shell .btn-custom {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 991px) {
    .checkout-shell {
        grid-template-columns: 1fr;
    }

    .checkout-summary {
        position: static;
    }
}

@media (max-width: 767px) {
    .checkout-payment-method-page {
        padding: 22px 0 36px;
    }

    .checkout-header h1 {
        font-size: 26px;
    }

    .checkout-guest-banner,
    .checkout-card-head,
    .checkout-actions,
    .checkout-payment-option,
    .checkout-payment-meta,
    .checkout-selected-address {
        align-items: stretch;
        flex-direction: column;
    }

    .checkout-stepper {
        grid-template-columns: 1fr;
    }

    .checkout-card,
    .checkout-summary-card {
        padding: 18px;
    }

    .checkout-secure-badge {
        align-self: flex-start;
    }

    .checkout-payment-meta {
        text-align: left;
    }

    .checkout-payment-meta img {
        max-width: 140px;
    }

    .checkout-submit-btn {
        width: 100%;
        min-width: 0;
    }

    .checkout-address-grid,
    .checkout-form-grid {
        grid-template-columns: 1fr;
    }

    .checkout-selected-address a {
        margin-left: 0;
    }

    .cart-product-card {
        grid-template-columns: 1fr;
    }

    .cart-product-media {
        width: 100%;
        aspect-ratio: 16 / 10;
    }

    .cart-product-head,
    .cart-product-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cart-product-total {
        text-align: left;
        white-space: normal;
    }

    .cart-touchspin {
        max-width: 100%;
    }

    .cart-remove-btn {
        width: 100%;
    }
}

/* Downloads dashboard */
.settings-downloads-grid {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 18px;
    align-items: flex-start;
}

.settings-downloads-nav,
.settings-downloads-main {
    min-width: 0;
}

.downloads-panel {
    min-width: 0;
}

.downloads-list {
    display: grid;
    gap: 14px;
}

.download-card {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 16px;
    border: 1px solid #e1e7ea;
    border-radius: 8px;
    background: #fff;
    padding: 14px;
    min-width: 0;
}

.download-card-media {
    display: block;
    width: 132px;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    overflow: hidden;
    background: #f0f3f5;
}

.download-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.download-card-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.download-card-top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    min-width: 0;
}

.download-card-top > div {
    min-width: 0;
}

.download-type {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    color: #174f35;
    background: #eef7f2;
    border: 1px solid #cbe6d6;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    padding: 5px 10px;
    margin-bottom: 8px;
}

.download-card h3 {
    color: #1d2935;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 800;
    margin: 0 0 4px;
    overflow-wrap: anywhere;
}

.download-card h3 a {
    color: inherit;
}

.download-card .note a {
    color: #174f35;
    font-weight: 800;
}

.download-price {
    flex: 0 0 auto;
    color: #1f2933;
    font-size: 17px;
    font-weight: 800;
    white-space: nowrap;
}

.download-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.download-meta-grid span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    color: #586674;
    background: #f7f9fa;
    border: 1px solid #e7ecef;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    padding: 8px 10px;
    overflow-wrap: anywhere;
}

.download-meta-grid i {
    color: #1f6f48;
    flex: 0 0 auto;
}

.download-card-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.download-card-actions form {
    margin: 0;
}

.downloads-empty-state {
    min-height: 280px;
}

.downloads-page .title-sm .btn-action,
.downloads-page .title-sm .btn-action:visited,
.downloads-page .title-sm .btn-action:hover,
.downloads-page .title-sm .btn-action:focus {
    color: #ffffff;
}

@media (max-width: 1199px) {
    .download-meta-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .settings-downloads-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .download-card {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 12px;
    }

    .download-card-media {
        width: 96px;
    }

    .download-card-top {
        flex-direction: column;
        gap: 8px;
    }

    .download-price {
        white-space: normal;
    }

    .download-card-actions,
    .download-card-actions form,
    .download-card-actions .btn-action,
    .download-card-actions .btn-soft {
        width: 100%;
    }

    .download-card-actions .btn-action,
    .download-card-actions .btn-soft {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .download-card {
        grid-template-columns: 1fr;
    }

    .download-card-media {
        width: 100%;
        aspect-ratio: 16 / 10;
    }
}

/* Seller sales dashboard */
.sales-workspace-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 18px;
    align-items: flex-start;
}

.sales-workspace-main,
.sales-workspace-side,
.seller-sales-panel {
    min-width: 0;
}

.seller-sales-tabs {
    margin-bottom: 16px;
}

.seller-sales-list {
    display: grid;
    gap: 14px;
    margin-top: 16px;
}

.seller-sale-card {
    border: 1px solid #e1e7ea;
    border-radius: 8px;
    background: #ffffff;
    padding: 15px;
    min-width: 0;
}

.seller-sale-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: flex-start;
    border-bottom: 1px solid #edf1f3;
    padding-bottom: 12px;
}

.seller-sale-number {
    color: #1d2935;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.seller-sale-meta,
.seller-sale-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #5f6c78;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 8px;
}

.seller-sale-meta span,
.seller-sale-product-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.seller-sale-total {
    text-align: right;
}

.seller-sale-total strong {
    display: block;
    color: #1f2933;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    white-space: nowrap;
}

.seller-sale-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding-top: 13px;
}

.seller-sale-products {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.seller-sale-product {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    min-width: 0;
}

.seller-sale-thumb {
    width: 58px;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    overflow: hidden;
    background: #f0f3f5;
}

.seller-sale-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.seller-sale-product-title {
    color: #1d2935;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.seller-sale-actions {
    display: flex;
    justify-content: flex-end;
}

.seller-sales-empty {
    margin-top: 16px;
}

.sales-pagination {
    margin-top: 16px;
}

.sales-pagination:empty {
    display: none;
}

.seller-sales-tools {
    margin-bottom: 0;
}

.seller-offers-list {
    display: grid;
    gap: 14px;
    margin-top: 16px;
}

.seller-offer-card {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    border: 1px solid #e1e7ea;
    border-radius: 8px;
    background: #ffffff;
    padding: 14px;
    min-width: 0;
}

.seller-offer-media {
    width: 96px;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    overflow: hidden;
    background: #f0f3f5;
}

.seller-offer-media a,
.seller-offer-media span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.seller-offer-media span {
    color: #7a8793;
    font-size: 28px;
}

.seller-offer-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seller-offer-body {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.seller-offer-top,
.seller-offer-footer {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    min-width: 0;
}

.seller-offer-top > div:first-child {
    min-width: 0;
}

.seller-offer-card h3 {
    color: #1d2935;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
    margin: 0;
    overflow-wrap: anywhere;
}

.seller-offer-card h3 a {
    color: inherit;
}

.seller-offer-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #5f6c78;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 8px;
}

.seller-offer-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.seller-offer-amount {
    text-align: right;
}

.seller-offer-amount strong {
    display: block;
    color: #1f2933;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    white-space: nowrap;
}

.seller-offer-message {
    color: #4f5d69;
    background: #f7f9fa;
    border: 1px solid #e7ecef;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.45;
    padding: 10px 12px;
    overflow-wrap: anywhere;
}

.offer-action-cell {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.offer-action-cell .btn-action {
    min-height: 38px;
}

.seller-offers-empty {
    margin-top: 16px;
}

@media (max-width: 1199px) {
    .sales-workspace-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .seller-sales-tabs {
        display: grid;
        grid-template-columns: 1fr;
    }

    .seller-sale-head,
    .seller-sale-body {
        grid-template-columns: 1fr;
    }

    .seller-offer-top,
    .seller-offer-footer {
        flex-direction: column;
    }

    .seller-sale-total,
    .seller-offer-amount {
        text-align: left;
    }

    .seller-sale-actions,
    .seller-sale-actions .btn-action,
    .offer-action-cell,
    .offer-action-cell .btn-action {
        width: 100%;
    }

    .seller-sale-actions .btn-action,
    .offer-action-cell .btn-action {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .seller-sale-product,
    .seller-offer-card {
        grid-template-columns: 1fr;
    }

    .seller-sale-thumb,
    .seller-offer-media {
        width: 100%;
        aspect-ratio: 16 / 10;
    }
}

/* Seller finance dashboard */
.finance-workspace-grid {
    align-items: flex-start;
}

.seller-finance-panel {
    min-width: 0;
}

.seller-finance-tabs {
    margin-bottom: 16px;
}

.finance-list {
    display: grid;
    gap: 14px;
    margin-top: 16px;
}

.finance-card {
    border: 1px solid #e1e7ea;
    border-radius: 8px;
    background: #ffffff;
    padding: 15px;
    min-width: 0;
}

.finance-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    min-width: 0;
}

.finance-card-head > div {
    min-width: 0;
}

.finance-kicker {
    display: block;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 5px;
    overflow-wrap: anywhere;
}

.finance-card h3 {
    color: #1d2935;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
    margin: 0;
    overflow-wrap: anywhere;
}

.finance-card-head > strong {
    color: #1f2933;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    white-space: nowrap;
}

.finance-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #5f6c78;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 8px;
}

.finance-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.finance-breakdown {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.finance-breakdown.stacked {
    grid-template-columns: 1fr;
    margin-top: 0;
}

.finance-breakdown span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #586674;
    background: #f7f9fa;
    border: 1px solid #e7ecef;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    padding: 8px 10px;
    min-width: 0;
}

.finance-breakdown strong {
    color: #1d2935;
    white-space: nowrap;
}

.seller-finance-empty {
    margin-top: 16px;
}

.payout-workspace {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
    gap: 16px;
    margin-top: 16px;
}

.payout-request-card,
.minimum-payout-card {
    border: 1px solid #e1e7ea;
    border-radius: 8px;
    background: #ffffff;
    padding: 15px;
    min-width: 0;
}

.finance-history-title {
    margin-top: 18px;
}

.referral-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.referral-actions .btn-action {
    min-height: 38px;
}

@media (max-width: 991px) {
    .payout-workspace {
        grid-template-columns: 1fr;
    }

    .finance-breakdown {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .seller-finance-tabs {
        display: grid;
        grid-template-columns: 1fr;
    }

    .finance-card-head {
        flex-direction: column;
    }

    .finance-card-head > strong {
        white-space: normal;
    }

    .referral-actions,
    .referral-actions .btn-action {
        width: 100%;
    }

    .referral-actions .btn-action {
        justify-content: center;
    }
}

/* Dashboard calendar */
.calendar-workspace-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.36fr);
    gap: 16px;
    align-items: flex-start;
}

.calendar-workspace-main {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.calendar-panel,
.calendar-events-panel {
    min-width: 0;
}

.calendar-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.calendar-toolbar > div {
    text-align: center;
    min-width: 0;
}

.calendar-kicker,
.calendar-event-type {
    display: block;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.calendar-toolbar h2 {
    color: #172033;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.25;
    margin: 0;
}

.calendar-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.calendar-legend span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    color: #425466;
    background: #f7f9fa;
    border: 1px solid #e8eef2;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 9px;
}

.calendar-grid-wrapper {
    overflow-x: auto;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(96px, 1fr));
    min-width: 680px;
    border: 1px solid #e1e7ea;
    border-radius: 8px;
    overflow: hidden;
}

.calendar-row {
    display: contents;
}

.calendar-cell {
    min-height: 102px;
    background: #ffffff;
    border-right: 1px solid #edf1f3;
    border-bottom: 1px solid #edf1f3;
    padding: 10px;
    position: relative;
}

.calendar-cell:nth-child(7n) {
    border-right: 0;
}

.calendar-header-row .day-header {
    min-height: auto;
    color: #64748b;
    background: #f7f9fa;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 6px;
}

.calendar-cell.inactive {
    background: #fbfcfd;
}

.calendar-cell.today {
    background: #fff9e8;
    box-shadow: inset 0 0 0 2px #f0b90b;
}

.calendar-cell.has-events {
    background: #f8fbf9;
}

.date-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.date-number {
    color: #172033;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
}

.event-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    color: #ffffff;
    background: #1d8f49;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    padding: 0 7px;
}

.date-events {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 12px;
}

.event-dot {
    display: inline-block;
    width: 11px;
    height: 11px;
    flex: 0 0 11px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    padding: 0;
}

.event-dot.event-order-delivery {
    background: #1d8f49;
}

.event-dot.event-dispute-deadline {
    background: #dc2626;
}

.event-dot.event-payout-scheduled {
    background: #FE8305;
}

.event-dot.event-referral-payout {
    background: #f0b90b;
}

.event-dot.event-market-event,
.event-dot.event-market-event-end {
    background: #7628B5;
}

.calendar-event-groups {
    display: grid;
    gap: 16px;
}

.calendar-event-group {
    display: grid;
    grid-template-columns: 55px minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
}

.calendar-event-list {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.calendar-event-list h3 {
    color: #172033;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.3;
    margin: 0;
}

.calendar-event-card {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    border: 1px solid #e1e7ea;
    border-radius: 8px;
    background: #ffffff;
    padding: 12px;
    min-width: 0;
}

.calendar-event-card.event-item-order-delivery {
    border-left: 4px solid #1d8f49;
}

.calendar-event-card.event-item-dispute-deadline {
    border-left: 4px solid #dc2626;
}

.calendar-event-card.event-item-payout-scheduled {
    border-left: 4px solid #FE8305;
}

.calendar-event-card.event-item-referral-payout {
    border-left: 4px solid #f0b90b;
}

.calendar-event-card.event-item-market-event,
.calendar-event-card.event-item-market-event-end {
    border-left: 4px solid #7628B5;
}

.calendar-event-body {
    min-width: 0;
}

.calendar-event-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
}

.calendar-event-head > div {
    min-width: 0;
}

.calendar-event-head h4 {
    color: #172033;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
    margin: 0;
    overflow-wrap: anywhere;
}

.calendar-event-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 8px;
}

.calendar-event-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.calendar-empty {
    margin-top: 4px;
}

.calendar-summary-list a,
.calendar-next-list a {
    color: #1d8f49;
    font-size: 12.5px;
    font-weight: 700;
}

.calendar-next-list .list-title {
    white-space: normal;
    overflow-wrap: anywhere;
}

.calendar-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1080;
    background: rgba(15, 23, 42, 0.42);
}

.calendar-modal {
    position: fixed;
    inset: 0;
    z-index: 1090;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.calendar-modal[hidden],
.calendar-modal-backdrop[hidden] {
    display: none;
}

.calendar-modal-dialog {
    width: min(480px, 100%);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.25);
    overflow: hidden;
}

.calendar-modal-header,
.calendar-modal-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border-bottom: 1px solid #e8eef2;
}

.calendar-modal-footer {
    justify-content: flex-end;
    border-top: 1px solid #e8eef2;
    border-bottom: 0;
}

.calendar-modal-header h2 {
    flex: 1;
    color: #172033;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.3;
    margin: 0;
}

.calendar-modal-close {
    width: 34px;
    height: 34px;
    border: 1px solid #e1e7ea;
    border-radius: 8px;
    background: #ffffff;
    color: #425466;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.calendar-modal-close:hover,
.calendar-modal-close:focus {
    color: #172033;
    background: #f7f9fa;
}

.calendar-modal-body {
    padding: 16px;
}

.event-modal-content {
    display: grid;
    gap: 8px;
}

.event-modal-content p {
    color: #425466;
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
}

.event-modal-content strong {
    color: #172033;
}

.calendar-modal-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 88px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .calendar-workspace-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .calendar-toolbar {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .calendar-toolbar > div {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .calendar-toolbar .btn-outline {
        width: 100%;
        margin-top: 52px;
    }

    .calendar-event-group,
    .calendar-event-card {
        grid-template-columns: 1fr;
    }

    .calendar-event-card .btn-outline,
    .calendar-event-head {
        width: 100%;
    }

    .calendar-event-head {
        flex-direction: column;
    }
}

/* Help and support */
.help-support-page {
    display: grid;
    gap: 16px;
}

.help-public-wrapper .help-support-page {
    padding: 30px 0;
}

.help-support-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
    gap: 16px;
    align-items: flex-start;
}

.help-support-main {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.help-topic-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.help-topic-card {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
    border: 1px solid #e1e7ea;
    border-radius: 8px;
    background: #ffffff;
    padding: 14px;
    color: inherit;
    min-width: 0;
}

.help-topic-card:hover,
.help-topic-card:focus {
    border-color: #1d8f49;
    color: inherit;
}

.help-topic-card h3 {
    color: #172033;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
    margin: 0 0 5px;
}

.help-topic-card p {
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
    margin: 0;
}

.help-answer-list {
    display: grid;
    gap: 10px;
}

.help-answer-list details {
    border: 1px solid #e1e7ea;
    border-radius: 8px;
    background: #ffffff;
    padding: 12px 14px;
}

.help-answer-list summary {
    color: #172033;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.help-answer-list p {
    color: #64748b;
    font-size: 12.5px;
    line-height: 1.5;
    margin: 8px 0 0;
}

.help-support-side .list a {
    color: #1d8f49;
    font-size: 12.5px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .help-support-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .help-topic-grid {
        grid-template-columns: 1fr;
    }
}
