/*#category-2qJHktFEuh7UIzarazRj6Mw01h9 {display: none;}*/
/* #category-897dec5b-279b-45ea-bcd3-85029bb497cb {display: none;} */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[v-cloak] {
  display: none !important;
}

body {
  font-family: "Hanken Grotesk", serif;
  font-weight: 300;
  line-height: 1;
}

input,
textarea {
  font-family: "Hanken Grotesk", serif;
}

strong {
  font-weight: 700;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.df {
  display: flex;
}

.tar {
  text-align: right;
}

.fg1 {
  flex-grow: 1;
}

.fgap1 {
  gap: 1em;
}

.fgap05 {
  gap: 0.5em;
}

.fdr {
  flex-direction: row;
}

.fdc {
  flex-direction: column;
}

.tac {
  text-align: center;
}

.s10 {
  display: block;
  height: 10px;
}

.s05e {
  display: block;
  height: 0.5em;
}

.pr {
  position: relative;
}

.s1e {
  display: block;
  height: 1em;
}
.curpo {
  cursor: pointer;
}
.s20 {
  display: block;
  height: 20px;
}

.s40 {
  display: block;
  height: 40px;
}

.s50 {
  display: block;
  height: 50px;
}

.w400 {
  width: 400px;
  max-width: 100%;
}

.w300 {
  width: 300px;
  max-width: 100%;
}

.w330 {
  width: 330px;
  max-width: 100%;
}

.vhacenter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.20s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.slide-enter-active,
.slide-leave-active {
  transition: all 0.5s ease;
  overflow: hidden;
}

.slide-enter-from {
  max-height: 0;
}

.slide-leave-to {
  max-height: 0;
}

.slide-enter-to,
.slide-leave-from {
  max-height: 500px;
}

/* ===== Main Header & Navigation ===== */
.main-header {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-container {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
  height: 85px;
}

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

.header-logo {
  height: 75px;
  width: auto;
  display: block;
}

/* Header Search */
.header-search {
  flex: 1;
  max-width: 500px;
  margin: 0 2rem;
  position: relative;
}

.search-input {
  width: 100%;
  padding: 0.65rem 3.25rem 0.65rem 1.25rem;
  border: 2px solid #e8ecf0;
  border-radius: 50px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  background: #f8fafb;
  height: 46px;
}

.search-input:focus {
  outline: none;
  border-color: #3498db;
  background: #fff;
  box-shadow: 0 4px 16px rgba(52, 152, 219, 0.12);
}

.search-icon-btn {
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background: #3498db;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.search-icon-btn:hover {
  background: #2980b9;
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.4);
}

.search-icon-btn .material-symbols-outlined {
  font-size: 1.3rem;
}

/* Navigation Menu */
.main-nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mobile-search-btn {
  display: none;
}

.user-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1rem;
  background: #fff;
  color: #2c3e50;
  border: 2px solid #e8ecf0;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s;
  height: 46px;
}

.user-btn:hover {
  border-color: #3498db;
  color: #3498db;
  background: #f0f8ff;
}

.user-btn .material-symbols-outlined {
  font-size: 1.2rem;
}

.cart-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem;
  background: #3498db;
  color: #fff;
  border: 2px solid #3498db;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s;
  height: 46px;
  min-width: 46px;
}

.cart-btn:hover {
  background: #2980b9;
  border-color: #2980b9;
  transform: translateY(-1px);
}

.cart-btn .material-symbols-outlined {
  font-size: 1.3rem;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #e74c3c;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.15rem 0.4rem;
  border-radius: 10px;
  min-width: 18px;
  text-align: center;
  line-height: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.nav-categories {
  position: relative;
}

.categories-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1.25rem;
  background: #3498db;
  color: #fff;
  border: 2px solid #3498db;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s;
  height: 46px;
}

.categories-btn:hover {
  background: #2980b9;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

.categories-btn .material-symbols-outlined {
  font-size: 1.25rem;
}

.dropdown-icon {
  font-size: 0.65rem;
  transition: transform 0.2s;
}

.categories-btn.active .dropdown-icon {
  transform: rotate(180deg);
}

/* Mega Menu */
.mega-menu {
  position: absolute;
  top: calc(100% + 0.75rem);
  right: 0;
  width: 1000px;
  max-width: calc(100vw - 2rem);
  background: linear-gradient(145deg, #ffffff 0%, #f8fafb 100%);
  border-radius: 16px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px) scale(0.95);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 1000;
  backdrop-filter: blur(10px);
}

.mega-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.mega-menu-inner {
  padding: 2.5rem;
  max-height: 75vh;
  overflow-y: auto;
}

.mega-menu-inner::-webkit-scrollbar {
  width: 8px;
}

.mega-menu-inner::-webkit-scrollbar-track {
  background: rgba(52, 152, 219, 0.05);
  border-radius: 10px;
  margin: 0.5rem;
}

.mega-menu-inner::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #3498db 0%, #2980b9 100%);
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.mega-menu-inner::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #2980b9 0%, #21618c 100%);
}

.categories-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.category-group {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
  border-radius: 14px;
  padding: 0.5rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid rgba(52, 152, 219, 0.1);
  position: relative;
  overflow: hidden;
}

.category-group::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #3498db 0%, #9b59b6 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.category-group:hover::before {
  transform: scaleX(1);
}

.category-group:hover {
  background: #ffffff;
  border-color: rgba(52, 152, 219, 0.3);
  box-shadow: 0 8px 24px rgba(52, 152, 219, 0.12);
  transform: translateY(-2px);
}

.category-main-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #2c3e50;
  text-decoration: none;
  font-size: 1.05rem;
  /*margin-bottom: 1rem;*/
  padding: 0.5rem;
  border-radius: 8px;
  transition: all 0.2s;
}

.category-main-link:hover {
  background: #e8f4f8;
  color: #3498db;
}

.category-main-img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(135deg, #fff 0%, #f0f0f0 100%);
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.category-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-main-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
}

.category-main-placeholder .material-symbols-outlined {
  font-size: 1.5rem;
  color: #fff;
}

.subcategories-list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding-left: 0.5rem;
}

.subcat-link {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.5rem 0.65rem;
  border-radius: 7px;
  text-decoration: none;
  color: #2c3e50;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.25s;
  position: relative;
}

.subcat-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 70%;
  background: #3498db;
  border-radius: 2px;
  transition: width 0.2s;
}

.subcat-link:hover {
  background: #fff;
  color: #2c3e50;
  padding-left: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.subcat-link:hover::before {
  width: 3px;
}

.subcat-thumb {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  overflow: hidden;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf0 100%);
  flex-shrink: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.subcat-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  z-index: 1001;
}

.hamburger-line {
  width: 25px;
  height: 3px;
  background: #333;
  border-radius: 2px;
  transition: all 0.3s;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* ===== Container ===== */
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ===== Hero Banner ===== */
.hero-banner {
  background: #f4f7fa;
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

.hero-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
  pointer-events: none;
}

.hero-content-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-text-section {
  color: #2c3e50;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-badge .material-symbols-outlined {
  font-size: 1.2rem;
}

.hero-title {
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  color: #1a1a1a;
  text-shadow: none;
}

.hero-subtitle {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  color: #5a6c7d;
  max-width: 540px;
}

.hero-cta-buttons {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
}

.hero-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.75rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
}

.hero-btn-primary {
  background: #fff;
  color: #667eea;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.hero-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.hero-btn-secondary {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
}

.hero-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-2px);
}

.hero-btn .material-symbols-outlined {
  font-size: 1.3rem;
}

.hero-features {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.hero-feature {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.hero-feature-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.2);
}

.hero-feature-icon .material-symbols-outlined {
  font-size: 1.5rem;
  color: #fff;
}

.hero-feature-text {
  display: flex;
  flex-direction: column;
}

.hero-feature-text strong {
  font-size: 0.95rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 0.15rem;
}

.hero-feature-text span {
  font-size: 0.8rem;
  color: #7f8c8d;
}

.hero-image-section {
  position: relative;
  height: 500px;
}

.hero-image-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 75%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.hero-image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-image-badge {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 1rem 1.5rem;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.badge-icon {
  font-size: 1.8rem;
}

.badge-text {
  display: flex;
  flex-direction: column;
}

.badge-text strong {
  font-size: 1.3rem;
  font-weight: 800;
  color: #667eea;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.badge-text span {
  font-size: 0.8rem;
  color: #7f8c8d;
  font-weight: 600;
}

.hero-image-secondary {
  position: absolute;
  top: 15%;
  right: 0;
  width: 45%;
  height: 35%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  border: 4px solid rgba(255, 255, 255, 0.3);
  z-index: 1;
}

.hero-image-secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-image-tertiary {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 40%;
  height: 32%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
  border: 4px solid rgba(255, 255, 255, 0.3);
  z-index: 3;
}

.hero-image-tertiary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== Main Products Section ===== */
.main-products-section {
  padding: 3rem 0;
  background: #fff;
}

.section-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 2rem;
  text-align: center;
}

/* ===== Products Grid ===== */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.5rem;
}

.product-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
  border: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  border-color: #e0e0e0;
}
.product-img {
	position: relative;
}
.product-img img {
  width: 100%;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf0 100%);
  position: relative;
}

.product-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: #e74c3c;
  color: #fff;
  padding: 0.35rem 0.7rem;
  border-radius: 15px;
  font-size: 0.7rem;
  font-weight: 600;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.product-badge.new {
  background: #3498db;
}

.product-badge.popular {
  background: #27ae60;
}

.product-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-title {
  font-size: 1rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  flex-grow: 1;
}

.product-desc {
  font-size: 0.85rem;
  color: #7f8c8d;
  margin-bottom: 0.875rem;
  line-height: 1.4;
}

.product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-price {
  font-size: 1.2rem;
  font-weight: 700;
  color: #27ae60;
}

.product-btn {
  background: #3498db;
  color: #fff;
  border: none;
  padding: 0.55rem 1.2rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.2s;
}

.product-btn:hover {
  background: #2980b9;
  transform: scale(1.02);
}

/* ===== Page Header ===== */
.page-header {
  background: #f8f9fa;
  padding: 2rem 0 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}

.page-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}

.breadcrumb {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
}

.breadcrumb a {
  color: #0066cc;
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: #004499;
  text-decoration: underline;
}

.breadcrumb .separator {
  margin: 0 0.5rem;
  color: #999;
}

/* ===== Subcategories Section ===== */
.subcategories-section {
  padding: 3rem 0;
  background: #fff;
}

.subcategories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.5rem;
}

.subcat-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
  text-decoration: none;
  color: inherit;
  border: 1px solid #f0f0f0;
}

.subcat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  border-color: #e0e0e0;
}

.subcat-img {
  width: 100%;
  padding-top: 65%;
  position: relative;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf0 100%);
}

.subcat-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subcat-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
}

.subcat-placeholder .material-symbols-outlined {
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.9);
}

.subcat-info {
  padding: 1rem;
  text-align: center;
}

.subcat-info h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
}

/* ===== Products Section ===== */
.products-section {
  padding: 3rem 0;
}

/* ===== Pagination ===== */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 3rem;
  padding: 2rem 0;
}

.pagination-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.25rem;
  background: #fff;
  color: #3498db;
  border: 2px solid #e8ecf0;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.95rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}

.pagination-btn:hover {
  background: #3498db;
  color: #fff;
  border-color: #3498db;
}

.pagination-btn .material-symbols-outlined {
  font-size: 1.2rem;
}

.pagination-numbers {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.pagination-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0.5rem;
  background: #fff;
  color: #2c3e50;
  border: 2px solid #e8ecf0;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.95rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}

.pagination-number:hover {
  background: #f0f8ff;
  border-color: #3498db;
  color: #3498db;
}

.pagination-number.active {
  background: #3498db;
  color: #fff;
  border-color: #3498db;
}

.pagination-dots {
  padding: 0 0.25rem;
  color: #7f8c8d;
  font-weight: 500;
}

/* ===== Mobile Responsive ===== */
@media (max-width: 1024px) {
  .header-container {
    padding: 0 1rem;
  }

  .container {
    padding: 0 1rem;
  }

  .categories-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: none;
  }

  .main-header {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .header-container {
    height: 70px;
    padding: 0 0.75rem;
    gap: 0.5rem;
  }

  .header-logo {
    height: 50px;
  }

  .header-search {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    max-width: 100%;
    margin: 0;
    padding: 0.75rem;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 999;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .header-search.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .search-input {
    border-radius: 10px;
    height: 42px;
    font-size: 0.9rem;
  }

  .search-icon-btn {
    width: 34px;
    height: 34px;
	border-radius: 20%;
	right: 1rem;
  }

  .main-nav {
    flex: 1;
    justify-content: flex-end;
  }

  .nav-actions {
    gap: 0.4rem;
  }

  .mobile-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    min-width: 42px;
    height: 42px;
    background: #fff;
    color: #2c3e50;
    border: 2px solid #e8ecf0;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
  }

  .mobile-search-btn:hover,
  .mobile-search-btn.active {
    border-color: #3498db;
    color: #3498db;
    background: #f0f8ff;
  }

  .mobile-search-btn .material-symbols-outlined {
    font-size: 1.2rem;
  }

  .user-text {
    display: none;
  }

  .user-btn {
    padding: 0.5rem;
    min-width: 42px;
    height: 42px;
  }

  .cart-btn {
    padding: 0.5rem;
    min-width: 42px;
    height: 42px;
  }

  .categories-btn span:not(.material-symbols-outlined):not(.dropdown-icon) {
    display: none;
  }

  .categories-btn {
    padding: 0.5rem 0.75rem;
    height: 42px;
  }

  .mega-menu {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    max-height: calc(100vh - 70px);
  }

  .mega-menu-inner {
    padding: 1.5rem;
    max-height: calc(100vh - 70px);
  }

  .categories-list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .category-group {
    padding: 0.5rem;
  }

  .category-main-img {
    width: 40px;
    height: 40px;
  }

  .hero-content-wrapper {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .hero-text-section {
    order: 1;
  }

  .hero-image-section {
    order: 2;
    height: 350px;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.05rem;
  }

  .hero-cta-buttons {
    flex-wrap: wrap;
  }

  .hero-features {
    gap: 1.25rem;
  }

  .hero-feature-icon {
    width: 42px;
    height: 42px;
  }

  .hero-image-main {
    width: 65%;
    height: 70%;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .section-title {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }

  .page-title {
    font-size: 1.5rem;
  }

  .subcategories-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pagination {
    flex-wrap: wrap;
    gap: 0.35rem;
  }

  .pagination-btn span:not(.material-symbols-outlined) {
    display: none;
  }

  .pagination-btn {
    padding: 0.6rem;
  }

  .pagination-number {
    min-width: 36px;
    height: 36px;
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .header-container {
    height: 60px;
    padding: 0 0.5rem;
  }

  .header-logo {
    height: 45px;
  }

  .header-search {
    top: 60px;
    padding: 0.5rem;
  }

  .search-input {
    height: 40px;
    font-size: 0.85rem;
  }

  .search-icon-btn {
    width: 32px;
    height: 32px;
  }

  .mobile-search-btn {
    padding: 0.45rem;
    min-width: 40px;
    height: 40px;
  }

  .user-btn,
  .cart-btn {
    padding: 0.45rem;
    min-width: 40px;
    height: 40px;
  }

  .categories-btn {
    padding: 0.45rem 0.65rem;
    height: 40px;
  }

  .mega-menu {
    top: 60px;
    max-height: calc(100vh - 60px);
  }

  .mega-menu-inner {
    padding: 1rem;
    max-height: calc(100vh - 60px);
  }

  .hero-banner {
    padding: 2.5rem 0;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 0.95rem;
    margin-bottom: 1.75rem;
  }

  .hero-cta-buttons {
    flex-direction: column;
    gap: 0.75rem;
  }

  .hero-btn {
    width: 100%;
    justify-content: center;
    padding: 0.75rem 1.5rem;
  }

  .hero-features {
    flex-direction: column;
    gap: 1rem;
  }

  .hero-image-section {
    height: 280px;
  }

  .hero-image-main {
    width: 75%;
    height: 65%;
  }

  .hero-image-secondary {
    width: 50%;
    height: 30%;
  }

  .hero-image-tertiary {
    width: 45%;
    height: 28%;
  }

  .hero-image-badge {
    padding: 0.75rem 1rem;
    bottom: 1rem;
    right: 1rem;
  }

  .badge-icon {
    font-size: 1.4rem;
  }

  .badge-text strong {
    font-size: 1.1rem;
  }

  .badge-text span {
    font-size: 0.7rem;
  }

  .main-products-section,
  .products-section,
  .subcategories-section {
    padding: 2rem 0;
  }

  .products-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }

  .product-img {
    width: 110px;
    min-width: 110px;
    padding-top: 0;
    height: 130px;
  }

  .product-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .section-title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .subcategories-grid {
    grid-template-columns: 1fr;
  }

  .subcat-card {
    display: flex;
    flex-direction: row;
  }

  .subcat-img {
    width: 100px;
    min-width: 100px;
    padding-top: 0;
    height: 100px;
  }

  .subcat-info {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-section {
    padding: 2rem 0;
  }

  .hero-badge {
    font-size: 0.8rem;
    padding: 0.4rem 1rem;
  }

  .hero-title {
    font-size: 1.8rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .feature-item {
    padding: 1rem;
    gap: 1rem;
  }

  .feature-icon-wrapper {
    width: 45px;
    height: 45px;
  }

  .feature-icon-wrapper .material-symbols-outlined {
    font-size: 1.4rem;
  }

  .feature-info h3 {
    font-size: 1rem;
  }

  .feature-info p {
    font-size: 0.85rem;
  }

  .pagination-numbers {
    flex: 1;
    justify-content: center;
  }

  .mega-menu {
    border-radius: 8px;
  }

  .mega-menu-inner {
    padding: 1rem;
  }
}

/* ===== Footer ===== */
.site-footer {
  background: #2c3e50;
  color: #ecf0f1;
  margin-top: auto;
}

.footer-content {
  padding: 3rem 0 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}

.footer-column {
  display: flex;
  flex-direction: column;
}

.footer-heading {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #3498db;
  display: inline-block;
}

.footer-desc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #bdc3c7;
  margin-bottom: 1.5rem;
}

.footer-social {
  display: flex;
  gap: 0.75rem;
}

.social-link {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-link:hover {
  background: #3498db;
  transform: translateY(-3px);
}

.social-link .material-symbols-outlined {
  font-size: 1.2rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer-links li a {
  color: #bdc3c7;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.2s;
  display: inline-block;
}

.footer-links li a:hover {
  color: #3498db;
  padding-left: 0.5rem;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: #bdc3c7;
}

.footer-contact li .material-symbols-outlined {
  font-size: 1.2rem;
  color: #3498db;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.footer-bottom {
  padding: 1.5rem 0;
  background: #23313f;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.copyright {
  margin: 0;
  font-size: 0.875rem;
  color: #bdc3c7;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
}

.footer-legal a {
  color: #bdc3c7;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-legal a:hover {
  color: #3498db;
}

.footer-legal .separator {
  color: rgba(255, 255, 255, 0.2);
}

/* Footer Mobile Responsive */
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .footer-content {
    padding: 2.5rem 0 1.5rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }

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

@media (max-width: 480px) {
  .footer-content {
    padding: 2rem 0 1rem;
  }

  .footer-heading {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .footer-desc,
  .footer-links li a,
  .footer-contact li {
    font-size: 0.85rem;
  }

  .social-link {
    width: 36px;
    height: 36px;
  }

  .social-link .material-symbols-outlined {
    font-size: 1.1rem;
  }
}

/* Smooth transitions */
* {
  -webkit-tap-highlight-color: transparent;
}

a, button {
  -webkit-touch-callout: none;
}


/* ===== Product Modal ===== */
.product {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.product .bg-dum {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  z-index: 1;
  cursor: pointer;
}

.product .area {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 24px;
  max-width: 1100px;
  width: 100%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  animation: modalSlideUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes modalSlideUp {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.product .area.wait {
  pointer-events: none;
  opacity: 0.7;
}

.product .close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 10;
  width: 42px;
  height: 42px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.5rem;
  color: #2c3e50;
  border: 2px solid transparent;
}

.product .close:hover {
  background: #e74c3c;
  color: #fff;
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 4px 12px rgba(231, 76, 60, 0.3);
}

.product .p-i-area {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 2.5rem;
  padding: 2rem 2.5rem 1.5rem;
  overflow-y: auto;
  max-height: calc(90vh - 140px);
}

.product .p-i-area::-webkit-scrollbar {
  width: 8px;
}

.product .p-i-area::-webkit-scrollbar-track {
  background: rgba(52, 152, 219, 0.05);
  border-radius: 10px;
}

.product .p-i-area::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #3498db 0%, #2980b9 100%);
  border-radius: 10px;
}

.product .p-i {
  width: 100%;
  height: 380px;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 0;
  background-color: #f8f9fa;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .p-i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.product .p-d {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.product .p-d h3 {
  font-size: 2rem;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.product .p-d h4 {
  font-size: 1rem;
  font-weight: 400;
  color: #7f8c8d;
  margin: 0;
  line-height: 1.6;
}

.product .p-d h5.a-c {
  font-size: 0.9rem;
  color: #95a5a6;
  background: #f8f9fa;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  border-left: 3px solid #3498db;
  margin: 0;
  line-height: 1.5;
}

/* Price Section */
.product .p-p {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.product .p-p-l {
  font-size: 0.85rem;
  font-weight: 700;
  color: #2c3e50;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: -0.5rem;
}

.product .p-p-li {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.product .p-p-i {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: #f8f9fa;
  border: 2px solid #e8ecf0;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.product .p-p-i:hover {
  background: #fff;
  border-color: #3498db;
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.15);
}

.product .p-p-i.sel {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  border-color: #2980b9;
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.3);
}

.product .p-p-i .left {
  flex-shrink: 0;
}

.product .p-p-i .left div {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #bdc3c7;
  position: relative;
  transition: all 0.3s;
}

.product .p-p-i.sel .left div {
  border-color: #fff;
  background: #fff;
}

.product .p-p-i.sel .left div::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #2980b9;
  border-radius: 50%;
}

.product .p-p-i .right {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product .p-p-i .p-p-i-n {
  font-size: 1rem;
  font-weight: 600;
  color: #2c3e50;
  transition: color 0.3s;
}

.product .p-p-i.sel .p-p-i-n {
  color: #fff;
}

.product .p-p-i .p-p-i-p {
  font-size: 1.25rem;
  font-weight: 800;
  color: #27ae60;
  transition: color 0.3s;
}

.product .p-p-i.sel .p-p-i-p {
  color: #fff;
}

/* Modifier Groups */
.product .p-p-g {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 0.5rem;
}

.product .p-p-gic {
  background: #fff;
  border: 2px solid #e8ecf0;
  border-radius: 16px;
  padding: 1.5rem;
  transition: all 0.3s;
}

.product .p-p-gic.err {
  border-color: #e74c3c;
  background: #fff5f5;
  box-shadow: 0 4px 12px rgba(231, 76, 60, 0.15);
}

.product .p-p-gic h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product .p-p-gic .g-n-b {
  flex: 1;
}

.product .p-p-gic .g-error {
  font-size: 0.8rem;
  color: #e74c3c;
  font-weight: 600;
  background: #ffe5e5;
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
}

.product .p-p-g-a {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.product .p-p-g-i {
  background: #f8f9fa;
  border: 2px solid #e8ecf0;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  transition: all 0.3s;
}

.product .p-p-g-i.sel {
  background: #fff;
  border-color: #3498db;
  box-shadow: 0 2px 8px rgba(52, 152, 219, 0.1);
}

.product .p-p-g-i .pgma {
  gap: 1rem;
  flex-wrap: wrap;
}

.product .p-p-g-i .pgia {
  gap: 0.75rem;
  cursor: pointer;
  user-select: none;
  flex: 1;
  min-width: 200px;
}

.product .p-p-g-i .checkbox,
.product .p-p-g-i .noselcheckbox {
  font-size: 1.5rem;
  color: #3498db;
  flex-shrink: 0;
  transition: all 0.2s;
}

.product .p-p-g-i .noselcheckbox {
  color: #bdc3c7;
}

.product .p-p-g-i .checkbox:hover,
.product .p-p-g-i .noselcheckbox:hover {
  transform: scale(1.1);
}

.product .p-p-g-i .mn {
  font-size: 0.95rem;
  font-weight: 600;
  color: #2c3e50;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.product .p-p-g-i .mp {
  font-size: 0.85rem;
  color: #27ae60;
  font-weight: 700;
}

.product .p-p-g-i .lock {
  font-size: 1rem;
  color: #95a5a6;
}

/* Occurrence Controls */
.product .occ {
  margin-left: auto;
}

.product .occ-a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #fff;
  border: 2px solid #e8ecf0;
  border-radius: 10px;
  padding: 0.35rem 0.75rem;
}

.product .occ-a .material-symbols-outlined {
  font-size: 1.3rem;
  color: #3498db;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
}

.product .occ-a .material-symbols-outlined:hover {
  transform: scale(1.2);
  color: #2980b9;
}

.product .occ-a .material-symbols-outlined.pasive {
  color: #bdc3c7;
  cursor: not-allowed;
  pointer-events: none;
}

.product .occ-a .q {
  font-size: 1rem;
  font-weight: 700;
  color: #2c3e50;
  min-width: 30px;
  text-align: center;
}

/* Half Options */
.product .hh-a {
  display: flex;
  gap: 0.5rem;
  background: #fff;
  border: 2px solid #e8ecf0;
  border-radius: 10px;
  padding: 0.25rem;
}

.product .hh-a span {
  padding: 0.4rem 0.9rem;
  border-radius: 7px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #7f8c8d;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
}

.product .hh-a span:hover {
  background: #f8f9fa;
  color: #3498db;
}

.product .hh-a span.sel {
  background: #3498db;
  color: #fff;
  box-shadow: 0 2px 6px rgba(52, 152, 219, 0.3);
}

/* Toggle Type Modifiers */
.product .p-p-g-a-toggle {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.75rem;
}

.product .p-p-g-a-toggle .ti {
  background: #f8f9fa;
  border: 2px solid #e8ecf0;
  border-radius: 10px;
  padding: 0.85rem 1rem;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: #2c3e50;
  cursor: pointer;
  transition: all 0.3s;
  user-select: none;
}

.product .p-p-g-a-toggle .ti:hover {
  background: #fff;
  border-color: #3498db;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.15);
}

.product .p-p-g-a-toggle .ti.sel {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  border-color: #2980b9;
  color: #fff;
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

/* Select Type Modifiers */
.product .p-p-g-a-sel select {
  width: 100%;
  padding: 0.85rem 1.25rem;
  background: #fff;
  border: 2px solid #e8ecf0;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #2c3e50;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "Hanken Grotesk", serif;
}

.product .p-p-g-a-sel select:hover {
  border-color: #3498db;
}

.product .p-p-g-a-sel select:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.1);
}

/* Modifier Notes */
.product .p-p-g-i input[type="text"] {
  width: 100%;
  padding: 0.75rem 1rem;
  background: #fff;
  border: 2px solid #e8ecf0;
  border-radius: 10px;
  font-size: 0.9rem;
  color: #2c3e50;
  margin-top: 0.75rem;
  font-family: "Hanken Grotesk", serif;
  transition: all 0.3s;
}

.product .p-p-g-i input[type="text"]:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.1);
}

.product .p-p-g-i input[type="text"]::placeholder {
  color: #bdc3c7;
}

/* Product Notes */
.product .p-not textarea {
  width: 100%;
  min-height: 100px;
  padding: 1rem 1.25rem;
  background: #fff;
  border: 2px solid #e8ecf0;
  border-radius: 12px;
  font-size: 0.95rem;
  color: #2c3e50;
  resize: vertical;
  font-family: "Hanken Grotesk", serif;
  transition: all 0.3s;
}

.product .p-not textarea:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.1);
}

.product .p-not textarea::placeholder {
  color: #bdc3c7;
}

/* Quantity Selector */
.product .p-q {
  position: sticky;
  bottom: 0;
  background: #fff;
  padding: 1.5rem 0;
  border-top: 2px solid #f0f0f0;
  margin: 1rem -2.5rem 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.product .p-q-a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e8ecf0 100%);
  border: 2px solid #e8ecf0;
  border-radius: 16px;
  padding: 1rem 2rem;
  max-width: 250px;
  margin: 0 auto;
}

.product .p-q-a .ico {
  font-size: 1.8rem;
  color: #3498db;
  cursor: pointer;
  transition: all 0.3s;
  user-select: none;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.product .p-q-a .ico:hover {
  background: #3498db;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

.product .p-q-a .ico.pasive {
  color: #bdc3c7;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

.product .p-q-a .q {
  font-size: 1.75rem;
  font-weight: 800;
  color: #2c3e50;
  min-width: 50px;
  text-align: center;
}

/* Add to Cart Button */
.product .p-b {
  background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
  padding: 0;
  margin: 0 2.5rem 2rem;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 24px rgba(39, 174, 96, 0.3);
  overflow: hidden;
  position: relative;
}

.product .p-b::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.product .p-b:hover::before {
  left: 100%;
}

.product .p-b:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(39, 174, 96, 0.4);
}

.product .p-b:active {
  transform: translateY(0);
}

.product .p-b div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 2rem;
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product .p-b span {
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
}

/* Loading Background */
.product .p-l-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
  z-index: 5;
  display: none;
}

.product .area.wait .p-l-bg {
  display: block;
}

/* Alignment Utilities */
.aic {
  align-items: center;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
  .product .p-i-area {
    grid-template-columns: 350px 1fr;
    gap: 2rem;
    padding: 1.25rem 2rem 1.25rem;
  }

  .product .p-i {
    height: 320px;
  }
}

@media (max-width: 768px) {
  .product {
    padding: 0;
    align-items: flex-end;
  }

  .product .area {
    border-radius: 20px 20px 0 0;
    max-height: 92vh;
    margin: 0;
  }

  .product .p-i-area {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
    max-height: calc(92vh - 100px);
  }

  .product .p-i {
    height: 260px;
    position: relative;
    top: auto;
    border-radius: 16px;
  }

  .product .close {
    top: 0.75rem;
    right: 0.75rem;
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }

  .product .p-d {
    gap: 1rem;
  }

  .product .p-d h3 {
    font-size: 1.5rem;
  }

  .product .p-d h4 {
    font-size: 0.9rem;
  }

  .product .p-p-g-a-toggle {
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  }

  .product .p-q {
    margin: 0.75rem -1rem 0;
    padding: 1rem 1rem;
  }

  .product .p-b {
    margin: 0 1rem 1rem;
  }

  .product .p-b div {
    padding: 1rem 1.5rem;
    font-size: 0.95rem;
  }

  .product .p-b span {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .product .area {
    border-radius: 16px 16px 0 0;
    max-height: 94vh;
  }

  .product .p-i-area {
    padding: 0.5rem 0.85rem 0.5rem;
    max-height: calc(94vh - 90px);
  }

  .product .p-i {
    height: 220px;
    border-radius: 12px;
  }

  .product .close {
    width: 36px;
    height: 36px;
    top: 0.65rem;
    right: 0.65rem;
    font-size: 1.3rem;
  }

  .product .p-d {
    gap: 0.85rem;
  }

  .product .p-d h3 {
    font-size: 1.3rem;
  }

  .product .p-d h4 {
    font-size: 0.85rem;
  }

  .product .p-d h5.a-c {
    font-size: 0.8rem;
    padding: 0.6rem 0.85rem;
  }

  .product .p-p {
    gap: 1rem;
  }

  .product .p-p-i {
    padding: 0.75rem 0.9rem;
  }

  .product .p-p-gic {
    padding: 1rem;
    border-radius: 12px;
  }

  .product .p-p-gic h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .product .p-p-g-i {
    padding: 0.75rem 0.9rem;
  }

  .product .p-p-g-i .pgia {
    min-width: 100%;
  }

  .product .p-p-g-a-toggle {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
  }

  .product .p-p-g-a-toggle .ti {
    padding: 0.7rem 0.8rem;
    font-size: 0.85rem;
  }

  .product .p-not textarea {
    min-height: 80px;
    font-size: 0.9rem;
    padding: 0.85rem 1rem;
  }

  .product .p-q {
    margin: 0.75rem -0.85rem 0;
    padding: 1rem 0.85rem;
  }

  .product .p-q-a {
    padding: 0.65rem 1.25rem;
    gap: 1rem;
  }

  .product .p-q-a .ico {
    width: 36px;
    height: 36px;
    font-size: 1.4rem;
  }

  .product .p-q-a .q {
    font-size: 1.4rem;
    min-width: 35px;
  }

  .product .p-b {
    margin: 0 0.85rem 0.85rem;
    border-radius: 12px;
  }

  .product .p-b div {
    padding: 0.9rem 1rem;
    font-size: 0.9rem;
    flex-direction: column;
    gap: 0.4rem;
    text-align: center;
  }

  .product .p-b span {
    font-size: 1.2rem;
  }
}

/* ===== Shopping Cart Area ===== */
.cart-area {
  position: fixed;
  top: 0;
  right: -480px;
  width: 480px;
  height: 100vh;
  height: 100dvh;
  background: #fff;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  box-shadow: -8px 0 40px rgba(0, 0, 0, 0.15);
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.cart-area.open {
  right: 0;
}

/* Clickable Backdrop Overlay */
.cart-area .main-cart-area-bg {
  position: fixed;
  top: 0;
  left: 0;
  /*right: 480px;*/
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 7777;
  cursor: pointer;
  animation: backdropFadeIn 0.3s ease;
}

@keyframes backdropFadeIn {
  from {
    opacity: 0;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
  }
  to {
    opacity: 1;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
}

/* Close Button (Shows on both Desktop & Mobile) */
.cart-area .btn-close-mobile {
  position: absolute;
  top: 0.75rem;
  right: 1.25rem;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 300;
  color: #2c3e50;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
}

.cart-area .btn-close-mobile:hover {
  background: #e74c3c;
  color: #fff;
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
  border-color: rgba(255, 255, 255, 0.3);
}

/* User Info Section */
.cart-area .c-u {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.5rem 1.5rem 1rem;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}

.cart-area .c-u .icon {
  font-size: 1.75rem;
  color: #fff;
}

/* Sticky Content Area */
.cart-area .mc-sticky {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 0;
  z-index: 8888;
  background: #ffffff;
}

/* Main Cart Area */
.cart-area .main-cart-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 1.5rem;
  min-height: 0;
}

.cart-area .main-cart-area::-webkit-scrollbar {
  width: 6px;
}

.cart-area .main-cart-area::-webkit-scrollbar-track {
  background: rgba(52, 152, 219, 0.05);
}

.cart-area .main-cart-area::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #3498db 0%, #2980b9 100%);
  border-radius: 10px;
}

/* Cart Header */
.cart-area .main-cart-area h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.5rem;
  font-weight: 800;
  color: #2c3e50;
  margin: 0 0 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e8ecf0;
}

.cart-area .main-cart-area h3 .fg1 {
  flex: 1;
}

.cart-area .main-cart-area h3 .icon {
  font-size: 1.75rem;
  color: #3498db;
}

/* Cart List */
.cart-area .cart-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Top Price (Subtotal) */
.cart-area .top-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #f8f9fa 0%, #e8ecf0 100%);
  padding: 1rem 1.25rem;
  border-radius: 12px;
  border-left: 4px solid #3498db;
}

.cart-area .top-price .t {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2c3e50;
}

.cart-area .top-price .p {
  font-size: 1.3rem;
  font-weight: 900;
  color: #27ae60;
}

/* Items Area */
.cart-area .i-area {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cart-area .i-area h4 {
  font-size: 0.85rem;
  font-weight: 700;
  color: #7f8c8d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

/* Cart Item */
.cart-area .item {
  background: #fff;
  border: 2px solid #e8ecf0;
  border-radius: 16px;
  padding: 1rem;
  transition: all 0.3s;
}

.cart-area .item:hover {
  border-color: #3498db;
  box-shadow: 0 4px 16px rgba(52, 152, 219, 0.1);
}

/* Item Top Section */
.cart-area .item .itop {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

/* Cart Item Image */
.cart-area .item .ci-i {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f8f9fa;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Cart Item Details */
.cart-area .item .ci-d {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.cart-area .item .ci-d .np {
  font-size: 1rem;
  font-weight: 700;
  color: #2c3e50;
  line-height: 1.3;
}

.cart-area .item .ci-d .pgn {
  font-size: 0.85rem;
  font-weight: 600;
  color: #3498db;
  font-style: italic;
}

.cart-area .item .ci-d .pd {
  font-size: 0.8rem;
  color: #7f8c8d;
  line-height: 1.4;
}

.cart-area .item .ci-d .ef {
  font-size: 0.75rem;
  color: #e67e22;
  font-weight: 600;
  background: #fff3e0;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  display: inline-block;
  margin-top: 0.25rem;
}

/* Cart Item Bottom (Buttons and Price) */
.cart-area .item .ci-b {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
}

.cart-area .item .ci-b .fg1 {
  flex: 1;
}

.cart-area .item .ci-b-bt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-area .item .ci-b-bt .btn {
  font-size: 1.25rem;
  color: #7f8c8d;
  cursor: pointer;
  transition: all 0.2s;
  padding: 0.25rem;
  border-radius: 8px;
}

.cart-area .item .ci-b-bt .btn:hover {
  color: #3498db;
  background: rgba(52, 152, 219, 0.1);
  transform: scale(1.1);
}

.cart-area .item .ci-b-bt:last-of-type .btn:hover {
  color: #e74c3c;
  background: rgba(231, 76, 60, 0.1);
}

/* Quantity Controls */
.cart-area .item .ci-b-q {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #f8f9fa;
  border: 2px solid #e8ecf0;
  border-radius: 10px;
  padding: 0.35rem 0.65rem;
}

.cart-area .item .ci-b-q .btn {
  font-size: 1.1rem;
  color: #3498db;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
}

.cart-area .item .ci-b-q .btn:hover {
  transform: scale(1.2);
  color: #2980b9;
}

.cart-area .item .ci-b-q span:not(.btn) {
  font-size: 0.95rem;
  font-weight: 700;
  color: #2c3e50;
  min-width: 25px;
  text-align: center;
}

/* Item Price */
.cart-area .item .ci-b .p {
  font-size: 1.1rem;
  font-weight: 800;
  color: #27ae60;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
}

.cart-area .item .ci-b .p .rp {
  color: #27ae60;
}

.cart-area .item .ci-b .p .olp {
  font-size: 0.8rem;
  text-decoration: line-through;
  color: #95a5a6;
  font-weight: 600;
}

/* Fee Item */
.cart-area .item .ci-fee {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}

.cart-area .item .ci-fee .np {
  font-size: 0.9rem;
  font-weight: 600;
  color: #7f8c8d;
}

/* Summary Section */
.cart-area .sum {
  background: #f8f9fa;
  border: 2px solid #e8ecf0;
  border-radius: 16px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.cart-area .sum .sta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e8ecf0;
}

.cart-area .sum .sta:last-child {
  border-bottom: none;
  padding-top: 0.85rem;
  border-top: 2px solid #3498db;
}

.cart-area .sum .sta .t {
  font-size: 0.9rem;
  font-weight: 600;
  color: #7f8c8d;
}

.cart-area .sum .sta .t.bt {
  font-size: 1.1rem;
  font-weight: 800;
  color: #2c3e50;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cart-area .sum .sta .p {
  font-size: 1rem;
  font-weight: 700;
  color: #2c3e50;
}

.cart-area .sum .sta .p.bt {
  font-size: 1.5rem;
  font-weight: 900;
  color: #27ae60;
}

/* Empty Cart State */
.cart-area .empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
  text-align: center;
  gap: 1rem;
}

.cart-area .empty .h {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2c3e50;
}

.cart-area .empty .t {
  font-size: 1rem;
  color: #7f8c8d;
  line-height: 1.6;
  max-width: 320px;
}

/* Promo Code Section */
.cart-area .cart_promo {
  margin: 1.5rem;
  padding: 1rem 1.25rem;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff9f0 0%, #fff3e6 100%);
  border: 2px solid #ffe0b2;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: all 0.3s;
}

.cart-area .cart_promo.ok {
  background: linear-gradient(135deg, #f0fff4 0%, #e6f9ec 100%);
  border-color: #b2f5d1;
}

.cart-area .cart_promo .area {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.cart-area .cart_promo .material-symbols-outlined:first-child {
  font-size: 1.5rem;
  color: #f39c12;
  flex-shrink: 0;
}

.cart-area .cart_promo.ok .material-symbols-outlined:first-child {
  color: #27ae60;
}

.cart-area .cart_promo .it {
  flex: 1;
  border: 2px solid #e8ecf0;
  background: #fff;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  font-size: 0.95rem;
  color: #2c3e50;
  font-family: "Hanken Grotesk", serif;
  transition: all 0.3s;
}

.cart-area .cart_promo .it:focus {
  outline: none;
  border-color: #f39c12;
  box-shadow: 0 0 0 4px rgba(243, 156, 18, 0.1);
}

.cart-area .cart_promo.ok .it {
  background: rgba(255, 255, 255, 0.7);
  border-color: transparent;
  font-weight: 600;
  color: #27ae60;
}

.cart-area .cart_promo .desc {
  font-size: 0.8rem;
  color: #7f8c8d;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}

.cart-area .cart_promo .icon,
.cart-area .cart_promo .delete {
  background: linear-gradient(135deg, #ff6b6b 0%, #e74c3c 100%);
  padding: 0.5rem;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.25rem;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(231, 76, 60, 0.3);
}

.cart-area .cart_promo .icon:hover,
.cart-area .cart_promo .delete:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(231, 76, 60, 0.4);
}

.cart-area .cart_promo .err {
  text-align: center;
  color: #e74c3c;
  font-weight: 700;
  font-size: 0.85rem;
  background: #ffebee;
  padding: 0.5rem;
  border-radius: 8px;
}

.cart-area .cart_promo .note {
  font-style: italic;
  font-size: 0.8rem;
  text-align: center;
  color: #27ae60;
  font-weight: 600;
}

/* Checkout Button */
.cart-area .chk-btn {
  padding: 1.5rem;
  background: #fff;
  border-top: 2px solid #e8ecf0;
}

.cart-area .chk-btn button {
  width: 100%;
  background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
  color: #fff;
  border: none;
  padding: 1.25rem 2rem;
  border-radius: 16px;
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  box-shadow: 0 8px 24px rgba(39, 174, 96, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.cart-area .chk-btn button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.cart-area .chk-btn button:hover::before {
  left: 100%;
}

.cart-area .chk-btn button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(39, 174, 96, 0.4);
}

.cart-area .chk-btn button:active {
  transform: translateY(0);
}

.cart-area .chk-btn button .icon {
  font-size: 1.5rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .cart-area {
    right: auto;
    left: 0;
    width: 100%;
    top: 100%;
    height: 92vh;
    max-height: 92vh;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.2);
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .cart-area.open {
    top: 8vh;
    right: auto;
  }

  .cart-area .mc-sticky {
    height: 100%;
  }

  .cart-area .btn-close-mobile {
    display: flex;
  }

  .cart-area .c-u {
    padding: 4rem 1.25rem 1rem;
    border-radius: 20px 20px 0 0;
  }

  .cart-area .main-cart-area {
    padding: 1.25rem;
  }

  .cart-area .main-cart-area h3 {
    font-size: 1.3rem;
    margin-bottom: 1.25rem;
  }

  .cart-area .item .itop {
    grid-template-columns: 60px 1fr;
    gap: 0.85rem;
  }

  .cart-area .item .ci-i {
    width: 60px;
    height: 60px;
  }

  .cart-area .item .ci-d .np {
    font-size: 0.95rem;
  }

  .cart-area .cart_promo {
    margin: 0 1.25rem;
  }

  .cart-area .chk-btn {
    padding: 1.25rem;
  }

  .cart-area .chk-btn button {
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .cart-area {
    height: 94vh;
    height: 94dvh;
    max-height: 94vh;
    max-height: 94dvh;
  }

  .cart-area.open {
    top: 6vh;
    top: 6dvh;
  }

  .cart-area .c-u {
    padding: 3.5rem 1rem 0.85rem;
    font-size: 0.95rem;
  }

  .cart-area .main-cart-area {
    padding: 1rem;
  }

  .cart-area .main-cart-area h3 {
    font-size: 1.2rem;
  }

  .cart-area .item {
    padding: 0.85rem;
    border-radius: 12px;
  }

  .cart-area .item .itop {
    grid-template-columns: 55px 1fr;
    gap: 0.75rem;
  }

  .cart-area .item .ci-i {
    width: 55px;
    height: 55px;
    border-radius: 10px;
  }

  .cart-area .top-price {
    padding: 0.85rem 1rem;
  }

  .cart-area .top-price .t {
    font-size: 1rem;
  }

  .cart-area .top-price .p {
    font-size: 1.2rem;
  }

  .cart-area .sum {
    padding: 1rem;
  }

  .cart-area .cart_promo {
    margin: 0 1rem;
    padding: 0.85rem 1rem;
  }

  .cart-area .chk-btn {
    padding: 1rem;
    padding-bottom: max(1rem, env(safe-area-inset-bottom));
  }

  .cart-area .chk-btn button {
    padding: 0.9rem 1.25rem;
    font-size: 0.95rem;
    border-radius: 12px;
  }
}

/* Desktop: Keep close button visible */
@media (min-width: 769px) {
  .cart-area .btn-close-mobile {
    display: flex;
  }
}

/* Mobile: Hide backdrop */
@media (max-width: 768px) {
  .cart-area .main-cart-area-bg {
    display: none;
  }
}

/* ===== Login & SignUp Modal Styles ===== */
/* Modal Overlay */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Modal Close Area (Backdrop) */
.modal-close-area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  cursor: pointer;
  z-index: 1;
}

/* Modal Window */
.modal-win {
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25),
              0 0 0 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  animation: modalSlideIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  max-height: 95vh;
  display: flex;
  flex-direction: column;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Modal Header */
.modal-header {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.modal-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
  pointer-events: none;
}

.modal-header h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

/* Close Button */
.modal-header .c-btn {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
}

.modal-header .c-btn:hover {
  background: rgba(231, 76, 60, 0.9);
  border-color: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 4px 12px rgba(231, 76, 60, 0.4);
}

.modal-header .c-btn .material-symbols-outlined {
  color: #ffffff;
  font-size: 1.4rem;
}

/* Modal Content Area */
.modal-area {
  padding: 1.5rem 2rem;
  overflow-y: auto;
  max-height: calc(95vh - 100px);
}

.modal-area::-webkit-scrollbar {
  width: 8px;
}

.modal-area::-webkit-scrollbar-track {
  background: #f1f3f5;
  border-radius: 10px;
}

.modal-area::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #3498db 0%, #2980b9 100%);
  border-radius: 10px;
}

.modal-area::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #2980b9 0%, #3498db 100%);
}

/* Logo */
.modal .logo {
  max-width: 240px;
  height: auto;
  margin: 0 auto 2rem;
  display: block;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.08));
  transition: transform 0.3s ease;
}

.modal .logo:hover {
  transform: scale(1.05);
}

/* Input Container */
.modal .s {
  position: relative;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  background: #f8f9fa;
  border-radius: 14px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  overflow: hidden;
}

.modal .s::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal .s:focus-within {
  background: #ffffff;
  border-color: #3498db;
  box-shadow: 0 4px 20px rgba(52, 152, 219, 0.2);
}

.modal .s:focus-within::before {
  opacity: 1;
}

/* Input Icons */
.modal .s .iconify,
.modal .s .material-symbols-outlined {
  padding: 0 1rem 0 1.25rem;
  font-size: 1.4rem;
  color: #9ca3af;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.modal .s:focus-within .iconify,
.modal .s:focus-within .material-symbols-outlined {
  color: #3498db;
}

/* Text Inputs */
.modal .ti {
  flex: 1;
  padding: 1rem 1.25rem 1rem 0.5rem;
  border: none;
  background: transparent;
  font-size: 1rem;
  color: #2d3748;
  outline: none;
  font-weight: 500;
}

.modal .ti::placeholder {
  color: #9ca3af;
  font-weight: 400;
  text-transform: capitalize;
}

/* Submit Button */
.modal .btn {
  width: 100%;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  color: #ffffff;
  border: none;
  border-radius: 14px;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 20px rgba(52, 152, 219, 0.35);
  position: relative;
  overflow: hidden;
}

.modal .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.modal .btn:hover::before {
  left: 100%;
}

.modal .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(52, 152, 219, 0.5);
}

.modal .btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.35);
}

/* Error Message */
.modal .error {
  background: linear-gradient(135deg, #fee 0%, #fdd 100%);
  color: #dc2626;
  padding: 0.9rem 1.25rem;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 1rem;
  border-left: 4px solid #dc2626;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  animation: shakeError 0.4s ease;
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.15);
}

@keyframes shakeError {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  75% { transform: translateX(5px); }
}

.modal .error::before {
  content: '⚠';
  font-size: 1.2rem;
}

/* Success Message */
.modal .success {
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  color: #047857;
  padding: 0.9rem 1.25rem;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 1rem;
  border-left: 4px solid #10b981;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.15);
}

.modal .success::before {
  content: '✓';
  font-size: 1.2rem;
}

/* Link Styles */
.modal .a-link {
  color: #3498db;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 1.25rem;
  display: inline-block;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.modal .a-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #3498db 0%, #2980b9 100%);
  transition: width 0.3s ease;
}

.modal .a-link:hover {
  color: #2980b9;
}

.modal .a-link:hover::after {
  width: 100%;
}

/* Spacing Utilities */
.modal .s20 {
  height: 20px;
}

/* Text Alignment */
.modal .tac {
  text-align: center;
}

/* ===== Responsive Design ===== */

/* Tablet (768px and below) */
@media (max-width: 768px) {
  .modal-win {
    border-radius: 20px;
    max-width: calc(100% - 2rem);
    margin: 1rem;
  }

  .modal-header {
    padding: 1.0rem 1.0rem;
  }

  .modal-header h3 {
    font-size: 1.3rem;
  }

  .modal-area {
    padding: 1rem 1.5rem;
  }

  .modal .logo {
    max-width: 220px;
    margin-bottom: 1.75rem;
  }

  .modal .s {
    margin-bottom: 1rem;
  }

  .modal .ti {
    padding: 0.9rem 1rem 0.9rem 0.5rem;
    font-size: 0.95rem;
  }

  .modal .btn {
    padding: 0.9rem 1.75rem;
    font-size: 1rem;
  }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
  .modal-win {
    border-radius: 16px;
    max-width: calc(100% - 1rem);
    margin: 0.5rem;
    max-height: 98vh;
  }

  .modal-header {
    padding: 1.0rem 1.0rem;
  }

  .modal-header h3 {
    font-size: 1.15rem;
  }

  .modal-header .c-btn {
    width: 32px;
    height: 32px;
  }

  .modal-header .c-btn .material-symbols-outlined {
    font-size: 1.2rem;
  }

  .modal-area {
    padding: 1.75rem 1.25rem;
    max-height: calc(98vh - 85px);
  }

  .modal .logo {
    max-width: 100px;
    margin-bottom: 1.5rem;
  }

  .modal .s {
    margin-bottom: 0.85rem;
    border-radius: 12px;
  }

  .modal .s .iconify,
  .modal .s .material-symbols-outlined {
    padding: 0 0.85rem 0 1rem;
    font-size: 1.25rem;
  }

  .modal .ti {
    padding: 0.85rem 1rem 0.85rem 0.35rem;
    font-size: 0.9rem;
  }

  .modal .btn {
    padding: 0.85rem 1.5rem;
    font-size: 0.95rem;
    border-radius: 12px;
  }

  .modal .error,
  .modal .success {
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
    border-radius: 10px;
  }

  .modal .a-link {
    font-size: 0.9rem;
    margin-top: 1rem;
  }
}

/* Extra Small Mobile (360px and below) */
@media (max-width: 360px) {
  .modal-win {
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    max-height: 100vh;
  }

  .modal-area {
    max-height: calc(100vh - 75px);
  }

  .modal-header {
    padding: 1rem 1rem;
  }

  .modal-area {
    padding: 1.5rem 1rem;
  }
}

/* Dark Mode Support for Modals */
@media (prefers-color-scheme: dark) {
  .modal {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .modal-win {
    background: #1b1c1e;
  }

  .modal-close-area {
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
  }

  .modal-header {
    background: linear-gradient(135deg, #2980b9 0%, #1f6396 100%);
  }

  .modal-area::-webkit-scrollbar-track {
    background: #374151;
  }

  .modal .s {
    background: #374151;
    border-color: transparent;
  }

  .modal .s:focus-within {
    background: #1f2937;
    border-color: #3498db;
    box-shadow: 0 4px 20px rgba(52, 152, 219, 0.3);
  }

  .modal .ti {
    color: #f9fafb;
  }

  .modal .ti::placeholder {
    color: #9ca3af;
  }

  .modal .error {
    background: linear-gradient(135deg, #3f1f1f 0%, #5a1f1f 100%);
    color: #fca5a5;
    border-left-color: #ef4444;
  }

  .modal .success {
    background: linear-gradient(135deg, #1f3f2f 0%, #1f5a3f 100%);
    color: #86efac;
    border-left-color: #22c55e;
  }

  .modal .a-link {
    color: #60a5fa;
  }

  .modal .a-link:hover {
    color: #93c5fd;
  }
}

/* ============================================
   Toast Notification Styles - Clean & Modern
   ============================================ */

/* Toast Container - Sağ üstte belirir */
.toast-area {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 400px;
  width: auto;
  pointer-events: none;
}

/* Toast Item */
.toast-area .item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  border-left: 4px solid #3498db;
  pointer-events: all;
  min-width: 320px;
  animation: slideInRight 0.3s ease;
}

@keyframes slideInRight {
  from {
    transform: translateX(400px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Toast Header with Close Button */
.toast-area .item h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
  padding-right: 2rem;
  position: relative;
}

/* Toast Message */
.toast-area .item .msg {
  font-size: 0.875rem;
  color: #7f8c8d;
  line-height: 1.5;
  margin: 0;
}

/* Close Button */
.toast-area .item .c {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.25rem;
  color: #95a5a6;
  cursor: pointer;
  line-height: 1;
  transition: all 0.2s ease;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.toast-area .item .c:hover {
  background: #ecf0f1;
  color: #2c3e50;
}

/* Toast Type - Error (Kırmızı) */
.toast-area .item[data-type="error"],
.toast-area .item.error {
  border-left-color: #e74c3c;
}

.toast-area .item[data-type="error"] h4,
.toast-area .item.error h4 {
  color: #e74c3c;
}

/* Toast Type - Success (Yeşil) */
.toast-area .item[data-type="success"],
.toast-area .item.success {
  border-left-color: #2ecc71;
}

.toast-area .item[data-type="success"] h4,
.toast-area .item.success h4 {
  color: #2ecc71;
}

/* Toast Type - Warning (Turuncu) */
.toast-area .item[data-type="warning"],
.toast-area .item.warning {
  border-left-color: #f39c12;
}

.toast-area .item[data-type="warning"] h4,
.toast-area .item.warning h4 {
  color: #f39c12;
}

/* Toast Type - Info (Mavi) */
.toast-area .item[data-type="info"],
.toast-area .item.info {
  border-left-color: #3498db;
}

.toast-area .item[data-type="info"] h4,
.toast-area .item.info h4 {
  color: #3498db;
}

/* Responsive Design */
@media (max-width: 768px) {
  .toast-area {
    top: 10px;
    right: 10px;
    left: 10px;
    max-width: none;
  }

  .toast-area .item {
    min-width: auto;
    padding: 0.875rem 1rem;
  }

  .toast-area .item h4 {
    font-size: 0.95rem;
  }

  .toast-area .item .msg {
    font-size: 0.85rem;
  }

  .toast-area .item .c {
    top: 0.875rem;
    right: 0.875rem;
  }
}

@media (max-width: 480px) {
  .toast-area .item {
    padding: 0.75rem 0.875rem;
  }

  .toast-area .item h4 {
    font-size: 0.9rem;
    padding-right: 1.75rem;
  }

  .toast-area .item .msg {
    font-size: 0.8rem;
  }
}

/* ============================================
   Search Modal Styles - Clean & Professional
   ============================================ */

/* Slide Fade Transition Animations */
.slide-fade-enter-active {
  transition: all 0.3s ease;
}

.slide-fade-leave-active {
  transition: all 0.2s ease;
}

.slide-fade-enter-from {
  opacity: 0;
  transform: translateY(-10px);
}

.slide-fade-leave-to {
  opacity: 0;
}

/* Modal Box Container */
.modal-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10010;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* Modal Background Overlay */
.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
  z-index: 1;
}

/* Modal Content Area */
.mb-area {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  max-width: 440px;
  width: 100%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.mb-area h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
  padding: 20px 20px 0;
  background: transparent;
  text-align: left;
}

.mb-area .msg {
  line-height: 1.6;
  padding: 12px 20px 20px;
  font-size: 14px;
  color: #6b7280;
}

.mb-area .df {
  padding: 0 20px 20px;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.mb-area .btn {
  padding: 10px 20px;
  border-radius: 8px;
  border: 1.5px solid #e5e7eb;
  background: #f9fafb;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  cursor: pointer;
  transition: all 0.2s ease;
}

.mb-area .btn:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
}

.mb-area .btn:first-child {
  background: #10b981;
  border-color: #10b981;
  color: white;
}

.mb-area .btn:first-child:hover {
  background: #059669;
  border-color: #059669;
}
/* Search Results Container */
.search {
  flex: 1;
  overflow-y: auto;
  padding: 2rem;
  background: #f8fafb;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  align-content: start;
  justify-items: stretch;
}

.search::-webkit-scrollbar {
  width: 8px;
}

.search::-webkit-scrollbar-track {
  background: #e8ecf0;
}

.search::-webkit-scrollbar-thumb {
  background: #3498db;
  border-radius: 4px;
}

.search::-webkit-scrollbar-thumb:hover {
  background: #2980b9;
}

/* Product Item Card - Matching Homepage Style */
.search .item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
  border: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  min-width: 0;
}

.search .item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  border-color: #e0e0e0;
}

/* Product Image Container */
.search .item .img {
  width: 100%;
  /*height: 200px;
  overflow: hidden;*/
  background: #f5f7fa;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Product Text Details */
.search .item .tdp {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}

/* Product Title */
.search .item .t {
  font-size: 0.95rem;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.4;
  flex-grow: 1;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 2.6rem;
}

/* Product Description */
.search .item .d {
  font-size: 0.85rem;
  color: #7f8c8d;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

/* Price and Button Container */
.search .item .psb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px solid #ecf0f1;
}

/* Product Price */
.search .item .p {
  font-size: 1.25rem;
  font-weight: 700;
  color: #3498db;
}

/* Add Button */
.search .item .s-btn {
  background: #3498db;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  white-space: nowrap;
}

.search .item .s-btn:hover {
  background: #2980b9;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(52, 152, 219, 0.3);
}

.search .item .s-btn:active {
  transform: translateY(0);
}

/* No Results Message */
.search .no-result {
  grid-column: 1 / -1;
  text-align: center;
  padding: 3rem 1rem;
  color: #95a5a6;
  font-size: 1rem;
  font-weight: 500;
  background: #fff;
  border-radius: 10px;
  border: 2px dashed #ecf0f1;
}

/* Button Container */
.mb-area > .df {
  padding: 1rem 2rem;
  background: #fff;
  border-top: 1px solid #ecf0f1;
}

.mb-area > .df.fgap1 {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
}

/* Close Button */
.mb-area .btn {
  padding: 0.625rem 1.5rem;
  background: #ecf0f1;
  color: #2c3e50;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.mb-area .btn:hover {
  background: #bdc3c7;
}

/* Responsive Design */
@media (min-width: 1400px) {
  .search {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1199px) and (min-width: 769px) {
  .search {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .modal-box {
    padding: 16px;
    align-items: flex-end;
  }

  .mb-area {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 16px 16px 12px 12px;
  }

  .mb-area h3 {
    font-size: 1rem;
    padding: 16px 16px 0;
  }

  .mb-area .msg {
    padding: 10px 16px 16px;
  }

  .mb-area .df {
    padding: 0 16px 16px;
    flex-direction: column-reverse;
  }

  .mb-area .btn {
    width: 100%;
    text-align: center;
  }

  .search {
    padding: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .search .item .img {
    height: 180px;
  }

  .search .item .t {
    font-size: 0.9rem;
  }

  .search .item .d {
    font-size: 0.8rem;
  }

  .search .item .p {
    font-size: 1.1rem;
  }

  .search .item .s-btn {
    padding: 0.45rem 0.875rem;
    font-size: 0.75rem;
  }

  .mb-area > .df {
    padding: 1rem;
  }

  .mb-area .btn {
    width: 100%;
    padding: 0.75rem;
  }
}

@media (max-width: 480px) {
  .mb-area h3 {
    font-size: 1.1rem;
    padding: 1rem;
  }

  .search {
    padding: 1rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .search .item .img {
    height: 200px;
  }

  .search .no-result {
    padding: 2rem 1rem;
    font-size: 0.9rem;
  }
}

/* ============================================
   Checkout Modal Styles - Clean & Professional
   ============================================ */

/* Checkout Main Container - Full Screen Modal */
.checkout {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow-y: auto;
  cursor: pointer;
}

/* Close Button - Desktop & Mobile */
.checkout .btn-close-mobile {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: #2c3e50;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 10001;
  transition: all 0.2s ease;
  font-weight: 300;
  line-height: 1;
}

.checkout .btn-close-mobile:hover {
  background: #e74c3c;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(231, 76, 60, 0.4);
}

/* Order Complete Screen */
.checkout .area-complete {
  background: #fff;
  border-radius: 12px;
  padding: 3rem 2rem;
  max-width: 600px;
  width: 100%;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  cursor: default;
  pointer-events: all;
}

.checkout .area-complete h4 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2ecc71;
  margin: 0 0 1rem 0;
}

.checkout .area-complete .ot {
  font-size: 1rem;
  color: #7f8c8d;
  line-height: 1.6;
  margin: 0.75rem 0;
}

.checkout .area-complete .on {
  background: #f8fafb;
  border: 2px solid #3498db;
  border-radius: 8px;
  padding: 1.5rem;
  margin: 1.5rem 0;
  font-size: 0.95rem;
  color: #7f8c8d;
}

.checkout .area-complete .on strong {
  display: block;
  font-size: 1.5rem;
  color: #3498db;
  margin-top: 0.5rem;
  font-weight: 700;
}

.checkout .area-complete .btn {
  margin-top: 2rem;
}

.checkout .area-complete .btn div {
  background: #3498db;
  color: #fff;
  padding: 0.875rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  transition: all 0.2s ease;
}

.checkout .area-complete .btn div:hover {
  background: #2980b9;
  transform: translateY(-1px);
}

/* Main Checkout Area */
.checkout .area {
  background: #fff;
  border-radius: 12px;
  max-width: 1200px;
  width: 100%;
  min-height: 600px;
  display: flex;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  cursor: default;
  pointer-events: all;
  max-height: 97vh;
  overflow: auto;
}

/* Loading/Wait State */
.checkout .area.wait::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
  cursor: wait;
}

/* Left Side - Forms */
.checkout .area .left {
  flex: 1;
  /*padding: 1.75rem;*/
  /*overflow-y: auto;*/
  background: #fff;
}

/* Checkout Header */
.checkout .c-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  /*margin-bottom: 0.75rem;*/
}

.checkout .c-head h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
}

.checkout .c-head h4 span {
  font-size: 0.875rem;
  color: #3498db;
  font-weight: 600;
}

.checkout .c-head .det {
  font-size: 0.95rem;
  color: #7f8c8d;
  margin-top: 0.25rem;
}

/* Form Section */
.checkout .form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.checkout .form h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 0.75rem 0;
  text-align: center;
}

/* Input Fields */
.checkout .form .it,
.checkout .ia input {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #2c3e50;
  transition: all 0.2s ease;
  background: #fff;
}

.checkout .form .it:focus,
.checkout .ia input:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.checkout .form .it::placeholder,
.checkout .ia input::placeholder {
  color: #95a5a6;
}

/* Invalid Input */
.checkout .form .it.is-invalid,
.checkout .ia input.is-invalid {
  border-color: #e74c3c;
}

.checkout .error-msg {
  display: block;
  color: #e74c3c;
  font-size: 0.85rem;
  margin-top: 0.25rem;
}

/* Input Area with Label */
.checkout .ia {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.checkout .ia .bas {
  font-size: 0.875rem;
  font-weight: 600;
  color: #2c3e50;
}

/* Form Buttons */
.checkout .fl-btn button,
.checkout .c-btn {
  width: 100%;
  padding: 0.875rem 1.5rem;
  background: #3498db;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}

.checkout .fl-btn button:hover,
.checkout .c-btn:hover {
  background: #2980b9;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

.checkout .fl-btn button:disabled,
.checkout .c-btn:disabled {
  background: #95a5a6;
  cursor: not-allowed;
  transform: none;
}

/* Form Links */
.checkout .fl-a-link {
  color: #3498db;
  font-size: 0.95rem;
  cursor: pointer;
  transition: color 0.2s ease;
  display: inline-block;
}

.checkout .fl-a-link:hover {
  color: #2980b9;
  text-decoration: underline;
}

.checkout .fl-a-link.fp {
  color: #7f8c8d;
}

/* Separator */
.checkout .s1e {
  height: 0.5rem;
}

.checkout .s05e {
  height: 0.25rem;
}

.checkout hr {
  border: none;
  border-top: 1px solid #ecf0f1;
  margin: 0.5rem 0;
}

/* Service Type Buttons */
.checkout .c-head .btn {
  display: flex;
  gap: 0.5rem;
}

.checkout .c-head .btn div {
  padding: 0.5rem 1rem;
  background: #ecf0f1;
  color: #7f8c8d;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.checkout .c-head .btn div.active {
  background: #3498db;
  color: #fff;
}

.checkout .c-head .btn div:hover:not(.active) {
  background: #d5d8dc;
}

/* Selected Address */
.checkout .sel-address {
  background: #f8fafb;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.checkout .sel-address .t {
  flex: 1;
  font-size: 0.95rem;
  color: #2c3e50;
}

.checkout .sel-address .btn div {
  padding: 0.5rem 1rem;
  background: #3498db;
  color: #fff;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.checkout .sel-address .btn div:hover {
  background: #2980b9;
}

/* Time Slot Warning */
.checkout .time-slot-warning {
  background: #fff3cd;
  border: 1px solid #f39c12;
  border-radius: 8px;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  display: flex;
  gap: 1rem;
}

.checkout .time-slot-warning .warning-icon {
  color: #f39c12;
  flex-shrink: 0;
}

.checkout .time-slot-warning .warning-content h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #f39c12;
  margin: 0 0 0.5rem 0;
}

.checkout .time-slot-warning .warning-content p {
  font-size: 0.9rem;
  color: #7f8c8d;
  margin: 0.5rem 0;
  line-height: 1.5;
}

.checkout .time-slot-warning .unavailable-list {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0;
}

.checkout .time-slot-warning .unavailable-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.checkout .time-slot-warning .unavailable-list li:last-child {
  border-bottom: none;
}

.checkout .time-slot-warning .unavailable-item-name {
  font-weight: 600;
  color: #2c3e50;
  font-size: 0.9rem;
}

.checkout .time-slot-warning .unavailable-item-hours {
  font-size: 0.85rem;
  color: #7f8c8d;
  margin-top: 0.25rem;
}

.checkout .time-slot-warning .warning-action {
  font-weight: 600;
  color: #2c3e50;
}

/* Back/Edit Buttons */
.checkout .l-btn div {
  padding: 0.5rem 1rem;
  background: #ecf0f1;
  color: #7f8c8d;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-block;
}

.checkout .l-btn div.active {
  background: #3498db;
  color: #fff;
}

.checkout .l-btn div:hover {
  background: #d5d8dc;
}

/* Address Button */
.checkout .adr-btn {
  display: flex;
  gap: 0.75rem;
  padding: 1.5rem;
  background: #f8fafb;
  border-top: 1px solid #ecf0f1;
}

.checkout .adr-btn div {
  flex: 1;
  padding: 0.875rem 1.5rem;
  background: #95a5a6;
  color: #fff;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
}

.checkout .adr-btn.ready div.fg1 {
  background: #3498db;
}

.checkout .adr-btn div:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.checkout .adr-btn div.c {
  background: #ecf0f1;
  color: #7f8c8d;
}

/* Responsive Design */

@media (max-width: 768px) {
  .checkout .area {
    flex-direction: column;
  }

  .checkout {
    padding: 0;
    align-items: flex-start;
  }

  .checkout .btn-close-mobile {
    display: flex;
  }

  .checkout .area,
  .checkout .area-complete {
    border-radius: 0;
    min-height: 100vh;
    max-width: none;
  }

  .checkout .area .left {
    padding: 1.5rem 1rem;
  }

  .checkout .area-complete {
    padding: 2rem 1.5rem;
  }

  .checkout .c-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .checkout .sel-address {
    flex-direction: column;
    align-items: flex-start;
  }

  .checkout .adr-btn {
    flex-direction: column;
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .checkout .area .left {
    padding: 1rem;
  }

  .checkout .form h4 {
    font-size: 1.25rem;
  }

  .checkout .c-head h4 {
    font-size: 1.1rem;
  }

  .checkout .area-complete h4 {
    font-size: 1.5rem;
  }
}

/* ============================================
   Checkout Sub-Modals & Additional Components
   ============================================ */

/* Generic Modal Wrapper */
.checkout .modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.checkout .modal-close-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 1;
}

.checkout .modal-win {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  width: 100%;
  overflow: hidden;
}

.checkout .modal-header {
  background: #3498db;
  color: #fff;
  padding: 1rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkout .modal-header h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}

.checkout .modal-header .c-btn {
  background: rgba(255, 255, 255, 0.2);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.checkout .modal-header .c-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}

.checkout .modal-area {
  padding: 2rem;
  max-height: 70vh;
  overflow-y: auto;
}

/* Custom Tip Modal */
.checkout .modal.customtip .modal-win {
  max-width: 400px;
}

/* Address Modal */
.checkout .modal.addr .modal-win {
  max-width: 800px;
}

.checkout .modal.addr .input-area {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.checkout .modal.addr .pr {
  position: relative;
}

.checkout .modal.addr .m-ovr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.checkout .modal.addr .vhacenter {
  text-align: center;
  color: #7f8c8d;
  font-size: 0.95rem;
  padding: 2rem;
}

/* Delivery Zone Legend */
.checkout .delivery-zone-legend {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  max-width: 250px;
  z-index: 5;
}

.checkout .delivery-zone-legend .legend-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 0.75rem;
}

.checkout .delivery-zone-legend .legend-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.checkout .delivery-zone-legend .legend-color {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 2px solid;
  flex-shrink: 0;
  margin-top: 2px;
}

.checkout .delivery-zone-legend .legend-text {
  flex: 1;
  font-size: 0.8rem;
  line-height: 1.4;
}

.checkout .delivery-zone-legend .legend-text strong {
  color: #2c3e50;
  display: block;
  margin-bottom: 2px;
}

/* Right Side - Cart Summary */
.checkout .area .right {
  width: 420px;
  background: #f8fafb;
  border-left: 1px solid #ecf0f1;
  display: flex;
  flex-direction: column;
}

.checkout .area .right .rst-a {
  flex: 1;
  overflow-y: auto;
  padding: 2rem;
}

/* Store Info */
.checkout .st {
  margin-bottom: 1.5rem;
}

.checkout .st .n {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 0.25rem;
}

.checkout .st .a {
  font-size: 0.875rem;
  color: #7f8c8d;
  line-height: 1.4;
}

/* Cart Summary Header */
.checkout .cart-sum {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-bottom: 0.5rem;
}

.checkout .cart-sum:hover {
  background: #f0f0f0;
}

.checkout .cart-sum .material-symbols-outlined {
  color: #3498db;
}

.checkout .cart-sum .fg1 {
  flex: 1;
  font-weight: 600;
  color: #2c3e50;
  font-size: 0.95rem;
}

/* Cart List */
.checkout .cart-list {
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 0.5rem;
}

.checkout .cart-list .item {
  display: flex;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #ecf0f1;
}

.checkout .cart-list .item:last-child {
  border-bottom: none;
}

/* Cart Item Image */
.checkout .cart-list .ci-i {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background-color: #f5f7fa;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

/* Cart Item Details */
.checkout .cart-list .ci-d {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.checkout .cart-list .np {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}

.checkout .cart-list .np .n {
  flex: 1;
  font-size: 0.9rem;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.3;
}

.checkout .cart-list .np .p {
  font-size: 0.95rem;
  font-weight: 700;
  color: #3498db;
  white-space: nowrap;
}

.checkout .cart-list .np .olp {
  text-decoration: line-through;
  color: #95a5a6;
  margin-right: 0.5rem;
}

.checkout .cart-list .np .rp {
  color: #e74c3c;
}

/* Cart Time Warning */
.checkout .cart-time-warning {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background: #fff3cd;
  color: #f39c12;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.checkout .cart-time-warning svg {
  width: 14px;
  height: 14px;
}

.checkout .cart-time-warning .time-warning-text {
  font-weight: 600;
}

/* Product Details */
.checkout .cart-list .pd {
  font-size: 0.8rem;
  color: #7f8c8d;
  font-style: italic;
}

/* Cart Item Buttons */
.checkout .cart-list .ci-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.checkout .cart-list .ci-b-q {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #f8fafb;
  border-radius: 6px;
  padding: 0.25rem 0.5rem;
}

.checkout .cart-list .ci-b-q span:not(.material-symbols-outlined) {
  font-weight: 600;
  color: #2c3e50;
  min-width: 20px;
  text-align: center;
}

.checkout .cart-list .ci-b-bt {
  display: flex;
  gap: 0.25rem;
}

.checkout .cart-list .btn {
  color: #7f8c8d;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 1.25rem;
}

.checkout .cart-list .btn:hover {
  color: #3498db;
}

/* Cart Fee Item */
.checkout .cart-list .ci-fee {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  font-size: 0.9rem;
  color: #7f8c8d;
}

/* Promo Section */
.checkout .promo {
  margin: 1.5rem 0;
}

.checkout .promo h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 1rem 0;
}

.checkout .promo .add,
.checkout .promo .added {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0.875rem 1rem;
}

.checkout .promo .material-symbols-outlined {
  color: #3498db;
  font-size: 1.5rem;
}

.checkout .promo .add .it {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 0.95rem;
  color: #2c3e50;
  outline: none;
}

.checkout .promo .added .it {
  flex: 1;
  font-weight: 600;
  color: #2ecc71;
  font-size: 0.95rem;
}

.checkout .promo .added .desc {
  font-size: 0.8rem;
  color: #7f8c8d;
  font-weight: normal;
  margin-top: 0.25rem;
}

.checkout .promo .add .material-symbols-outlined:last-child,
.checkout .promo .added .delete {
  cursor: pointer;
  transition: all 0.2s ease;
}

.checkout .promo .add .material-symbols-outlined:hover {
  color: #2980b9;
  transform: scale(1.1);
}

.checkout .promo .added .delete {
  color: #e74c3c;
}

.checkout .promo .added .delete:hover {
  color: #c0392b;
  transform: scale(1.1);
}

/* Total Section */
.checkout .total {
  margin: 1.5rem 0;
}

.checkout .total h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 1rem 0;
}

.checkout .tsa {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.checkout .tsa .sa {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
}

.checkout .tsa .sa .t {
  color: #7f8c8d;
}

.checkout .tsa .sa .p {
  font-weight: 600;
  color: #2c3e50;
}

/* Bag Section */
.checkout .bag {
  margin: 1.5rem 0;
}

.checkout .bag .b-t h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 0.25rem 0;
}

.checkout .bag .b-t div {
  font-size: 0.875rem;
  color: #7f8c8d;
  margin-bottom: 1rem;
}

.checkout .bag .b-qty {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}

.checkout .bag .b-qty .item {
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 0.75rem 0.5rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.checkout .bag .b-qty .item:hover {
  border-color: #3498db;
}

.checkout .bag .b-qty .item.sel {
  background: #3498db;
  border-color: #3498db;
  color: #fff;
}

.checkout .bag .b-qty .item .n {
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.checkout .bag .b-qty .item .p {
  font-size: 0.8rem;
  font-weight: 700;
}

.checkout .bag .b-qty .item.sel .n,
.checkout .bag .b-qty .item.sel .p {
  color: #fff;
}

/* Tip Section */
.checkout .tip {
  margin: 1.5rem 0;
}

.checkout .tip p {
  font-size: 0.85rem;
  color: #7f8c8d;
  line-height: 1.5;
  margin: 0 0 1rem 0;
}

.checkout .tia {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.5rem;
}

.checkout .tia div {
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 0.75rem 0.5rem;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: #2c3e50;
  cursor: pointer;
  transition: all 0.2s ease;
}

.checkout .tia div:hover {
  border-color: #3498db;
}

.checkout .tia div.sel {
  background: #3498db;
  border-color: #3498db;
  color: #fff;
}

/* Bottom Total */
.checkout .bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  background: #fff;
  border-top: 2px solid #3498db;
}

.checkout .bt .t {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2c3e50;
}

.checkout .bt .p {
  font-size: 1.5rem;
  font-weight: 700;
  color: #3498db;
}

.checkout hr {
  border: none;
  border-top: 1px solid #ecf0f1;
  margin: 0.5rem 0;
}

.checkout hr.nm {
  margin: 0;
}

/* Background Overlay - Click to Close */
.checkout .bg-dum {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  cursor: pointer;
}

/* Payment Section */
.checkout .payment {
  margin: 1.5rem 0;
}

/* Utility Classes */
.checkout .tac {
  text-align: center;
}

.checkout .df {
  display: flex;
}

.checkout .fdc {
  flex-direction: column;
}

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

.checkout .fcr {
  flex-direction: column-reverse;
}

.checkout .fg05 {
  gap: 0.5rem;
}

.checkout .fg1 {
  flex: 1;
}

.checkout .fgap1 {
  gap: 1rem;
}

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

.checkout .asc {
  align-items: stretch;
}

/* Slide Transition for Cart List */
.slide-enter-active,
.slide-leave-active {
  transition: all 0.3s ease;
  max-height: 500px;
  overflow: hidden;
}

.slide-enter-from,
.slide-leave-to {
  max-height: 0;
  opacity: 0;
}

/* Responsive for Right Side */

@media (max-width: 768px) {
  .checkout .area .right {
    width: 100%;
    border-left: none;
    border-top: 1px solid #ecf0f1;
  }


	.checkout .area .right .rst-a {
    padding: 1rem;
  }

  .checkout .bt {
    padding: 1rem;
  }

  .checkout .bt .t {
    font-size: 1.1rem;
  }

  .checkout .bt .p {
    font-size: 1.25rem;
  }

  .checkout .bag .b-qty {
    grid-template-columns: repeat(4, 1fr);
  }

  .checkout .tia {
    grid-template-columns: repeat(3, 1fr);
  }

  .checkout .modal-win {
    max-width: 90%;
	overflow: auto;
  }

  .checkout .delivery-zone-legend {
    position: relative;
    top: auto;
    right: auto;
    max-width: none;
    margin-bottom: 1rem;
  }
}

@media (max-width: 480px) {
  .checkout .cart-list .ci-i {
    width: 50px;
    height: 50px;
  }

  .checkout .bag .b-qty {
    grid-template-columns: repeat(2, 1fr);
  }

  .checkout .tia {
    grid-template-columns: repeat(2, 1fr);
  }

  .checkout .modal-area {
    padding: 1.5rem;
  }

  .checkout .modal-header {
    padding: 1.25rem 1.5rem;
  }
}

/* ============================================
   Checkout Additional Missing Components
   ============================================ */

/* Order Preparing Time Section */
.checkout .arow {
  margin: 0.75rem 0;
}

.checkout .arow h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 0.5rem 0;
}

.checkout .arow p {
  font-size: 0.9rem;
  color: #7f8c8d;
  line-height: 1.6;
  margin: 0 0 1rem 0;
}

.checkout .arow-t {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.checkout .arow-t-a {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.checkout .arow-t-t {
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #2c3e50;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}

.checkout .arow-t-t:hover:not(.disabled) {
  border-color: #3498db;
  background: #f8fafb;
}

.checkout .arow-t-t.active {
  background: #3498db;
  border-color: #3498db;
  color: #fff;
}

.checkout .arow-t-t.disabled {
  background: #ecf0f1;
  border-color: #d5d8dc;
  color: #95a5a6;
  cursor: not-allowed;
  opacity: 0.6;
}

/* Select Areas for Date/Time */
.checkout .selarea {
  position: relative;
}

.checkout .selarea select {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #2c3e50;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%237f8c8d' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 3rem;
}

.checkout .selarea select:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.checkout .selarea select:hover {
  border-color: #3498db;
}

/* Payment Section Enhancements */
.checkout #card-element {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1rem;
  margin-top: 1rem;
  transition: all 0.2s ease;
}

.checkout #card-element:focus-within {
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.checkout #card-errors {
  color: #e74c3c;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  min-height: 1.5rem;
}

/* Cursor Pointer Utility */
.checkout .curpo {
  cursor: pointer;
}

/* Cancel Button in Modals */
.checkout .adr-btn .c {
  background: #ecf0f1;
  color: #7f8c8d;
}

.checkout .adr-btn .c:hover {
  background: #d5d8dc;
  color: #2c3e50;
}

/* Responsive for Order Time Section */
@media (max-width: 768px) {
  .checkout .arow h4 {
    font-size: 1rem;
  }

  .checkout .arow p {
    font-size: 0.85rem;
  }

  .checkout .arow-t-t {
    padding: 0.875rem 1.25rem;
    font-size: 0.9rem;
  }

}

@media (max-width: 480px) {
  .checkout .arow-t-t {
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
  }

  .checkout .selarea select {
    padding: 0.75rem 0.875rem;
    font-size: 0.9rem;
    padding-right: 2.5rem;
    background-position: right 0.75rem center;
  }
}

/* Multi-step checkout continue button */
.checkout-continue-btn {
    margin-top: 20px;
    margin-bottom: 20px;
}

.checkout-continue-btn .continue-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    display: inline-block;
}

.checkout-continue-btn .continue-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

.checkout-continue-btn .continue-btn:active {
    transform: translateY(0);
}

/* Google Places Autocomplete dropdown — above all modals */
.pac-container {
  z-index: 10020 !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15) !important;
  border: 1px solid #e5e7eb !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  margin-top: 4px !important;
}

.pac-item {
  padding: 10px 14px !important;
  font-size: 14px !important;
  cursor: pointer !important;
  border-top: 1px solid #f3f4f6 !important;
  line-height: 1.4 !important;
}

.pac-item:hover,
.pac-item-selected {
  background: #f0fdf4 !important;
}

.pac-item-query {
  font-size: 14px !important;
  color: #1f2937 !important;
}

.pac-matched {
  color: #10b981 !important;
  font-weight: 600 !important;
}
