:root {
  --primary: #2F2F2F;
  --secondary: #FBE7C6;
  --btn: #3B82F6;
  --btn-hover: #2563EB;
  --text: #333333;
  --page: #ffffff;
  --footer: #2E2E2E;
  --footer-text: #E0E0E0;
  --divider: #e5c79b;
  --gray-50: #f8f9fa;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-600: #4b5563;
  --white: #ffffff
}

* {
  box-sizing: border-box
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  background: var(--page);
  color: var(--text);
  letter-spacing: .2px
}


.content {
    background: #ffffff !important;
}

body:not(.role-pelanggan):not(.auth):not(.home-guest) {
    background: #2F2F2F !important;
}

.topbar {
  background: #5E3B76;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 100
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 16px
}

.nav-main .nav-link {
  color: #334155;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 10px
}

.nav-main .nav-link:hover {
  background: #e5effe;
  color: #1d4ed8
}

.user-menu:focus .user-dropdown,
.user-menu:hover .user-dropdown {
  display: block
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #2F2F2F;
  border-bottom: 1px solid #1f2937;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .12)
}

.topbar .topbar-title {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: .3px
}

.topbar .nav-main .nav-link {
  color: #e5e7eb
}

.topbar .nav-main .nav-link:hover {
  background: #3a3a3a;
  color: #ffffff
}

.topbar .avatar-btn {
  border-color: #4b5563;
  background: #3a3a3a;
  color: #fff
}

.topbar .avatar-btn {
  border-color: #e5e7eb;
  background: #fff;
  color: #374151
}

.topbar-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px
}

.topbar-title {
  font-weight: 700;
  color: #374151;
  display: flex;
  gap: 8px;
  align-items: center
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 10px
}

.avatar-btn {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid var(--gray-300);
  background: #fff;
  display: grid;
  place-items: center;
  color: var(--maroon)
}

.user-menu {
  position: relative
}

.dropdown {
  position: absolute;
  right: 0;
  top: 44px;
  background: #fff;
  border: 1px solid var(--gray-300);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  min-width: 220px;
  display: none;
  overflow: hidden
}

.dropdown.open {
  display: block
}

.dropdown-header {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border-bottom: 1px solid var(--gray-300)
}

.avatar-sm {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--gray-100);
  display: grid;
  place-items: center;
  color: var(--maroon)
}

.dropdown-body {
  display: flex;
  flex-direction: column
}

.dropdown-item {
  padding: 10px 12px;
  text-decoration: none;
  color: #111827;
  display: flex;
  gap: 8px;
  align-items: center
}

.dropdown-item:hover {
  background: var(--gray-100)
}

.dropdown-item.danger {
  color: #991b1b
}

.layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  min-height: calc(100vh - 60px)
}

.sidebar {
  background: #5E3B76;
  color: #fff;
  padding: 16px 10px;
  position: sticky;
  top: 60px;
  height: calc(100vh - 60px);
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, .08)
}

.sidebar a {
  text-decoration: none
}

.sidebar-brand {
  font-weight: 700;
  margin: 6px 12px 16px
}

.sidebar-brand a {
  color: #FCEEE3
}

.sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  padding: 10px 12px;
  border-radius: 10px
}

.nav-item:hover {
  background: #FCEEE3;
  color: #5E3B76
}

.nav-item.active {
  background: #EADAF2;
  color: #3b2a4d;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08)
}

.content {
  padding: 24px;
  min-width: 0;
  overflow-x: hidden;
}
.profile-header {
  background: linear-gradient(135deg, rgba(94, 59, 118, .12), rgba(122, 31, 43, .12));
  border: 1px solid rgba(94, 59, 118, .15);
  padding: 18px 20px;
  border-radius: 14px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px
}

.profile-header .icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #5E3B76;
  color: #fff;
  display: grid;
  place-items: center
}

.profile-header .title {
  font-weight: 700;
  color: #3b2a4d
}

.profile-header .subtitle {
  color: #6b7280;
  font-size: 14px
}

.profile-title {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  color: #3b2a4d;
  margin: 8px 0 18px 0;
  font-size: 28px
}

.profile-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 18px
}

.profile-left {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.profile-avatar {
  background: #fff;
  border: 1px solid var(--gray-300);
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .06);
  padding: 24px;
  display: grid;
  place-items: center
}

.profile-avatar .avatar-lg {
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: #EADAF2;
  color: #5E3B76;
  display: grid;
  place-items: center;
  font-size: 48px
}

.profile-icon-card {
  background: #fff;
  border: 1px solid var(--gray-300);
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .06);
  padding: 16px;
  display: grid;
  place-items: center;
  color: #7a1f2b
}

.profile-section {
  background: #fff;
  border: 1px solid var(--gray-300);
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .06);
  overflow: hidden
}

.profile-section .section-header {
  padding: 12px 16px;
  border-bottom: 1px solid var(--gray-300);
  font-weight: 600
}

.profile-section .section-body {
  padding: 16px
}

.row-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #e5e7eb;
  padding: 10px 0
}

.row-field:last-child {
  border-bottom: 0
}

.row-field .label {
  color: #6b7280;
  font-size: 13px
}

.row-field .value {
  font-weight: 600;
  color: #111827
}

.edit-chip {
  background: #e0f2fe;
  color: #0369a1;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  text-decoration: none
}

.edit-chip:hover {
  background: #bae6fd
}

.btn {
  padding: 10px 16px;
  border-radius: 10px;
  background: #fff;
  color: var(--text);
  border: 1px solid #e5e7eb;
  text-decoration: none;
  transition: all .12s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .05)
}

.btn:hover {
  background: #f9f9fb
}

.btn-outline {
  border: 1px solid #e5e7eb;
  color: #374151;
  background: #fff
}

.btn-outline:hover {
  background: #f9fafb
}

.btn-sm {
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 8px
}

.btn-info {
  background: #60a5fa;
  color: #fff
}

.btn-info:hover {
  background: #3b82f6
}

.btn-plain {
  background: transparent;
  color: #374151;
  border: 1px solid var(--gray-300)
}

.btn-plain:hover {
  background: var(--gray-100)
}

.btn-blue {
  background: var(--blue);
  color: #fff
}

.btn-blue:hover {
  background: #187ae0
}

.btn-blue-outline {
  background: transparent;
  border: 1px solid var(--blue);
  color: var(--blue)
}

.btn-blue-outline:hover {
  background: var(--blue);
  color: #fff
}

.btn-gold {
  background: var(--btn);
  color: #fff;
  border: 1px solid var(--btn)
}

.btn-gold:hover {
  background: var(--btn-hover);
  border-color: var(--btn-hover)
}

.btn-purple {
  background: var(--btn);
  color: #fff;
  border: 1px solid var(--btn)
}

.btn-purple:hover {
  background: var(--btn-hover);
  border-color: var(--btn-hover)
}

.btn-green {
  background: #10b981;
  color: #fff
}

.btn-green:hover {
  background: #0ea371
}

.btn-red {
  background: #ef4444;
  color: #fff
}

.btn-red:hover {
  background: #dc2626
}

.main {
  padding: 24px 0
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px
}

.card {
  background: var(--white);
  border: 1px solid #eee;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
  overflow: hidden
}

.product-card {
  background: #F3F4F6;
  border: 1px solid #E5E7EB;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
  transition: transform .15s ease, box-shadow .15s ease
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .08)
}

.product-card h3 {
  color: #111827;
  font-weight: 700
}

.product-card .price,
.product-card .category {
  color: #4B5563
}

.card-header {
  padding: 12px 16px;
  border-bottom: 1px solid var(--gray-300);
  font-weight: 600
}

.card-body {
  padding: 16px
}

.card-footer {
  padding: 12px 16px;
  border-top: 1px solid var(--gray-300);
  text-align: right
}

.product-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px
}

.badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--secondary);
  color: #6b2d50;
  font-size: 12px
}

.table {
  width: 100%;
  border-collapse: collapse
}

.table th,
.table td {
  padding: 10px;
  border-bottom: 1px solid var(--gray-300);
  text-align: left;
  font-size: 14px
}

.table th {
  background: var(--gray-100)
}

.status {
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px
}

.status.waiting {
  background: #fdf2f8;
  color: #9d174d
}

.status.delivered {
  background: #f0fdf4;
  color: #166534
}

.status.done {
  background: #eef2ff;
  color: #3730a3
}

.status.late {
  background: #fef2f2;
  color: #991b1b
}

.form-group {
  margin-bottom: 12px
}

.input,
select {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--gray-300);
  border-radius: 8px;
  background: #fff
}

label {
  font-size: 14px;
  color: #374151;
  margin-bottom: 6px;
  display: block
}

.actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .5);
  z-index: 200
}

.modal.active {
  display: flex
}

.modal .modal-card {
  width: min(92vw, 640px)
}

.hero {
  background: linear-gradient(120deg, rgba(122, 31, 43, .1), rgba(217, 180, 91, .12));
  border: 1px solid var(--gold-200);
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 16px
}

.hero-main {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 24px;
  margin: 16px 0
}

.hero-main h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 34px;
  color: #3b2a4d;
  margin: 0 0 8px
}

.hero-main p {
  color: #4b5563;
  margin: 0 0 14px
}

.hero-main .actions {
  display: flex;
  gap: 10px
}

.btn-primary {
  background: var(--gold);
  color: #3b2a00
}

.btn-primary:hover {
  background: #c9a431;
  color: #fff
}

.btn-secondary {
  background: var(--purple);
  color: #fff
}

.btn-secondary:hover {
  background: var(--purple-dark)
}

.welcome {
  padding: 24px;
  border: 1px solid var(--divider);
  border-radius: 16px;
  background: var(--secondary);
  margin: 16px 0
}

.content #katalog {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  padding: 0;
  margin: 0;
  border: none;
}

.toko-title {
  margin: 24px 0 10px;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  border-left: 4px solid #3B82F6;
  padding-left: 10px
}

/* Cara Sewa specific styling */
#cara-sewa.welcome {
  background: #F3F4F6;
  border: 1px solid #E5E7EB;
  border-left: 4px solid #3B82F6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
  padding: 20px 25px;
  border-radius: 12px;
  margin-top: 25px;
  transition: transform .15s ease, box-shadow .15s ease;
}

#cara-sewa.welcome:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
}

#cara-sewa h2 {
  margin: 0 0 10px;
  font-weight: 300;
  font-size: 18px;
  color: #2E2E2E;
}

#cara-sewa ol {
  padding-left: 0;
  margin: 0;
  color: #4B5563;
  font-size: 15px;
  line-height: 1.6;
}

#cara-sewa ol li {
  list-style: none;
  margin: 6px 0;
}

.filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  align-items: center
}

.filters .input {
  min-width: 180px
}

.filters .pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid #dbeafe;
  color: #1d4ed8;
  background: #e5effe;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px
}

.filters .pill.active {
  background: #bfdbfe;
  border-color: #93c5fd
}

.sidebar {
  background: linear-gradient(180deg, #2F2F2F 0%, #3A3A3A 100%);
  color: #E5E7EB;
  border-right: 1px solid rgba(255, 255, 255, .08);
  padding: 18px 14px;
  position: sticky;
  top: 60px;
  height: calc(100vh - 60px);
  box-shadow: 6px 0 16px rgba(0, 0, 0, .08)
}

.sidebar .nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #E5E7EB;
  padding: 10px 12px;
  border-radius: 10px;
  text-decoration: none;
  transition: background .15s ease, color .15s ease
}

.sidebar .nav-item i {
  color: #D1D5DB
}

.sidebar .nav-item:hover {
  background: #3A3A3A;
  color: #FFFFFF
}

.sidebar .nav-item.active {
  background: #3A3A3A;
  color: #FFFFFF
}

.sidebar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 6px 18px 6px;
  font-weight: 700
}

.sidebar-brand a {
  color: #F3F4F6;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px
}

.sidebar-brand a::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #2F2F2F;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .06), 0 0 14px rgba(255, 255, 255, .18);
  background-image: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .25), rgba(255, 255, 255, 0) 60%)
}

.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 20px 0
}

.feature-card {
  background: #fff;
  border: 1px solid var(--gray-300);
  border-radius: 14px;
  padding: 16px;
  display: flex;
  gap: 10px;
  align-items: center
}

.feature-card i {
  color: #7a1f2b
}

.footer {
  background: var(--footer);
  color: var(--footer-text);
  margin-top: 24px;
  border-top: 1px solid var(--divider)
}

.footer a {
  color: var(--footer-text);
  text-decoration: none
}

.footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center
}

.footer p {
  margin: 8px 0;
  font-size: 12px;
  color: var(--footer-text)
}

/* Orders page (Orderan Saya) */
.orders-page {
  max-width: 1100px;
  margin: 0 auto
}

.orders-header {
  display: grid;
  place-items: center;
  margin: 10px 0 14px
}

.orders-header h2 {
  margin: 0;
  color: #2C2A28;
  letter-spacing: .5px
}

.orders-header .accent {
  width: 140px;
  height: 3px;
  background: #F4A300;
  border-radius: 2px;
  margin-top: 8px
}

.orders-tabs {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 10px 0 16px
}

.orders-tabs .tab {
  padding: 8px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  text-decoration: none;
  color: #374151;
  background: #fff
}

.orders-tabs .tab:hover {
  background: #f5f5f5
}

.orders-tabs .tab.active {
  background: #F4A300;
  color: #fff;
  border-color: #F4A300;
  font-weight: 600
}

.orders-card {
  border-color: #e5e7eb
}

.orders-card .card-body {
  overflow-x: auto
}

.orders-table {
  min-width: 1000px;
  white-space: nowrap
}

.orders-table thead th {
  background: #F8F5F1;
  color: #2c2a28
}

.orders-table th,
.orders-table td {
  border-bottom: 1px solid #e5e7eb
}

.orders-table td .status {
  display: inline-block
}

.status.delivered {
  background: #ecfdf5;
  color: #166534
}

.status.done {
  background: #e6f0ff;
  color: #254eda
}

/* Cart page (Keranjang Saya) */
.cart-wrap {
  max-width: 1200px;
  margin: 0 auto
}

body.role-pelanggan .orders-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 40px;
  width: 100%
}

body.role-pelanggan .orders-page .cart-wrap {
  margin-left: auto;
  margin-right: auto
}

body.role-pelanggan .orders-page .cart-card {
  margin-left: auto;
  margin-right: auto
}

body.role-pelanggan .orders-page .orders-header {
  place-items: center;
  text-align: center;
  align-self: center
}

.cart-card {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .06)
}

.cart-card .card-header {
  font-weight: 600
}

.cart-table {
  width: 100%;
  background: #FAFAFA;
  border-radius: 10px;
  overflow: hidden
}

.cart-card .card-body {
  overflow-x: auto
}

.cart-table {
  min-width: 900px;
  white-space: nowrap
}

.cart-table thead th {
  background: #F8F5F1;
  color: #2c2a28;
  border-bottom: 1px solid #e5e7eb
}

.cart-table th,
.cart-table td {
  border-bottom: 1px solid #e5e7eb
}

.cart-table tbody tr:hover {
  background: #f5f5f5
}

.btn-orange {
  background: #F4A300;
  color: #fff;
  border: 1px solid #F4A300
}

.btn-orange:hover {
  background: #d98f00;
  border-color: #d98f00
}

@media (max-width:1024px) {
  .layout {
    grid-template-columns: 220px 1fr
  }
}

@media (max-width:768px) {
  .layout {
    grid-template-columns: 1fr
  }

  .sidebar {
    position: static;
    height: auto
  }

  .grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .profile-grid {
    grid-template-columns: 1fr
  }
}

/* Auth pages (login/register): hide sidebar and use simple layout */
body.auth .layout {
  display: block
}

/* Pelanggan: hide sidebar and make content full width */
body.role-pelanggan .sidebar {
  display: none
}

body.role-pelanggan .layout {
  grid-template-columns: 1fr;
  display: block
}

body.role-pelanggan .content {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 20px;
}

body.role-pelanggan .orders-page {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0
}

body.role-pelanggan .grid {
  justify-items: stretch
}

body.auth .sidebar {
  display: none
}

body.auth .grid {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 72px);
  padding: 24px
}

body.auth .grid .card {
  width: min(560px, 92vw);
  margin: 0
}

/* Hide left sidebar on initial (guest) view */
body.home-guest .layout {
  display: block
}

body.home-guest .sidebar {
  display: none
}

/* Hero placeholder circle */
.placeholder-circle {
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: #e5effe;
  color: #1d4ed8;
  display: grid;
  place-items: center;
  font-weight: 700;
  border: 1px solid #dbeafe
}

/* Keranjang: two-column responsive layout (Flexbox) */
body.role-pelanggan .content {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0 40px
}

body.role-pelanggan .orders-page {
  width: 100%;
  margin: 0
}

.cart-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: flex-start;
  margin-top: 8px;
  width: 100%
}

.cart-left {
  flex: 0 1 60%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fdf9f5;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .06)
}

.cart-right {
  flex: 0 1 40%;
  position: sticky;
  top: 84px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .06)
}

.cart-item-card {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  gap: 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
  width: 100%
}

.cart-item-thumb img {
  width: 140px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff
}

.cart-item-info {
  min-width: 0
}

.cart-item-title {
  font-weight: 700;
  color: #333333;
  margin-bottom: 4px
}

.cart-item-actions {
  display: flex;
  align-items: center;
  gap: 8px
}

.cart-item-title {
  font-weight: 700;
  color: #333333
}

.cart-item-meta {
  color: #6b7280;
  font-size: 13px;
  margin-top: 4px
}

.cart-item-price {
  font-weight: 700;
  color: #7a1f2b;
  margin-top: 6px
}

.order-summary-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
  padding: 24px
}

@media (max-width:992px) {
  .cart-grid {
    flex-direction: column;
    gap: 16px
  }

  .cart-left,
  .cart-right {
    flex: 1 1 100%
  }

  .cart-right {
    position: static
  }
}

@media (max-width:640px) {
  .cart-item-card {
    grid-template-columns: 110px 1fr;
    grid-auto-rows: auto
  }

  .cart-item-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
    margin-top: 8px
  }

  .cart-item-thumb img {
    width: 110px;
    height: 84px
  }
}
.layout {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body {
    background: #2F2F2F !important;
}
