:root {
  --primary: #2F6B47;
  --primary-dark: #1E4D34;
  --primary-light: #4F9368;
  --success: #2E8B57;
  --background: #FAFBF8;
  --surface: #FFFFFF;
  --border: #E8ECE8;
  --text: #222222;
  --text-light: #6B7280;
  --shadow: 0 15px 45px rgba(0,0,0,.08);
  --shadow-card: 0 10px 35px rgba(0,0,0,.06);
  --shadow-hover: 0 20px 60px rgba(46,107,71,.15);
  --radius: 30px;
  --radius-card: 24px;
  --radius-btn: 18px;
  --radius-input: 18px;
  --toges-green-dark: var(--primary-dark);
  --toges-green: var(--primary);
  --toges-green-light: #eef4ea;
  --toges-cream: #f7f3ea;
  --toges-brown: #6b4423;
  --toges-text: var(--text);
}

body {
  background-color: var(--background);
  background-image: radial-gradient(circle at 15% 0%, rgba(47, 107, 71, 0.05) 0%, transparent 45%), radial-gradient(circle at 100% 20%, rgba(47, 107, 71, 0.04) 0%, transparent 40%);
  color: var(--text);
  font-family: "Manrope", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 32px;
}

p, span, a, li, label, input, textarea, select, button {
  font-family: "Manrope", sans-serif;
}

.text-desc, .toges-product-card .text-muted, .toges-filter-badge .sub, .toges-trust-strip .sub {
  font-size: 15px;
  font-weight: 400;
  color: var(--text-light);
}

.toges-navbar a, .toges-header-icons a span {
  font-size: 16px;
  font-weight: 600;
}

.toges-container-xl {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}

.toges-section {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .toges-section {
    padding: 60px 0;
  }
}
a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

#urunler {
  scroll-margin-top: 100px;
}

.btn-toges-primary {
  background: var(--primary);
  color: #fff !important;
  border: none;
  padding: 16px 28px;
  border-radius: var(--radius-btn);
  font-weight: 700;
  letter-spacing: 0.2px;
  display: inline-block;
  transition: transform 0.35s, box-shadow 0.35s, background 0.35s;
}
.btn-toges-primary:hover {
  background: var(--primary-dark);
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  color: #fff;
}

.toges-topbar {
  background-color: var(--toges-green-dark);
  color: #d9e6d9;
  font-size: 13px;
  padding: 6px 0;
}
.toges-topbar a {
  color: #d9e6d9;
}
.toges-topbar .topbar-badges {
  display: flex;
  align-items: center;
  gap: 20px;
}
.toges-topbar .topbar-badges span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.toges-topbar .topbar-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.toges-header {
  background-color: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  padding: 18px 0;
  border-bottom: 1px solid rgba(232, 236, 232, 0.6);
  transition: padding 0.3s, background 0.3s;
}

.toges-logo {
  font-size: 26px;
  font-weight: 800;
  color: var(--toges-green-dark);
  letter-spacing: 1px;
}
.toges-logo small {
  display: block;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 3px;
  color: var(--toges-green);
}

.toges-search {
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.toges-search input {
  border: none;
  padding: 10px 20px;
}
.toges-search button {
  background: var(--toges-green-dark);
  color: #fff;
  border: none;
  padding: 0 20px;
}

.toges-header-icons {
  padding-right: 8px;
}
.toges-header-icons a {
  color: var(--primary-dark);
  font-size: 20px;
  margin-left: 22px;
  position: relative;
}
.toges-header-icons .toges-cart-icon-wrap {
  position: relative;
  display: inline-flex;
  line-height: 1;
}
.toges-header-icons .badge {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--toges-green);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
}

@media (min-width: 992px) {
  .toges-header-icons {
    padding-right: 24px;
  }
}
.toges-navbar {
  background-color: rgba(238, 244, 234, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 10px 0;
}
.toges-navbar a {
  color: var(--toges-green-dark);
  font-weight: 500;
  margin-right: 28px;
  font-size: 14px;
}
.toges-navbar a:hover {
  color: var(--toges-green);
}

.toges-sticky-wrap {
  position: sticky;
  top: 0;
  z-index: 900;
}
.toges-sticky-wrap.scrolled {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.toges-sticky-wrap.scrolled .toges-header {
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.88);
}

.toges-mobile-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  color: var(--toges-green-dark);
}

.toges-hero-carousel {
  position: relative;
  overflow: hidden;
}

.toges-hero-slide {
  min-height: 340px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  position: relative;
}
@media (min-width: 992px) {
  .toges-hero-slide.parallax {
    background-attachment: fixed;
  }
}
.toges-hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(232, 220, 192, 0.92) 0%, rgba(215, 201, 160, 0.55) 55%, rgba(215, 201, 160, 0.1) 100%);
}
.toges-hero-slide .hero-inner {
  position: relative;
  z-index: 2;
}
.toges-hero-slide h1 {
  font-size: 34px;
  font-weight: 800;
  color: var(--toges-green-dark);
  line-height: 1.25;
}
.toges-hero-slide h1 span {
  color: var(--toges-green);
}
.toges-hero-slide p {
  color: #4a4a3a;
  font-size: 15px;
  max-width: 460px;
}
.toges-hero-slide .btn-toges-primary {
  margin-top: 16px;
  font-size: 14px;
}

.toges-hero-badges {
  display: flex;
  gap: 20px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.toges-hero-badges .badge-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: var(--toges-green-dark);
  font-weight: 600;
}
.toges-hero-badges .badge-item i {
  font-size: 16px;
}

.toges-hero-carousel .swiper-pagination-bullet {
  background-color: var(--primary-dark);
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
.toges-hero-carousel .swiper-pagination-bullet-active {
  opacity: 1;
}
.toges-hero-carousel .swiper-button-prev,
.toges-hero-carousel .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.toges-hero-carousel .swiper-button-prev::after,
.toges-hero-carousel .swiper-button-next::after {
  content: none;
}
.toges-hero-carousel .swiper-button-prev {
  left: 18px;
}
.toges-hero-carousel .swiper-button-next {
  right: 18px;
}
.toges-hero-carousel .swiper-button-prev:hover,
.toges-hero-carousel .swiper-button-next:hover {
  background: var(--primary-light);
  color: #fff;
  transform: translateY(-50%) scale(1.08);
}

.toges-arrow-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--primary-dark);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  transition: background 0.3s, color 0.3s, transform 0.3s;
}

.toges-category-card {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  min-height: 180px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  padding: 24px;
  background-size: cover;
  background-position: center;
}
.toges-category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.1));
}
.toges-category-card .cc-content {
  position: relative;
  z-index: 2;
}
.toges-category-card small {
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.85;
}
.toges-category-card h5 {
  font-weight: 700;
  margin: 4px 0 10px;
}
.toges-category-card a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 4px 14px;
  font-size: 13px;
}

.toges-trust-strip {
  background-color: #fafaf7;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 18px 24px;
  margin: 30px 0;
}
.toges-trust-strip .item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: var(--text) !important;
}
.toges-trust-strip .item i {
  font-size: 22px;
  color: var(--primary-dark) !important;
}
.toges-trust-strip .item .label {
  font-weight: 700;
  color: var(--text) !important;
  display: block;
}
.toges-trust-strip .item .sub {
  color: var(--text-light) !important;
  font-size: 12px;
}
.toges-trust-strip a, .toges-trust-strip a:visited {
  color: inherit !important;
  text-decoration: none;
}

.toges-filter-card {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 18px;
  background: #fff;
}
.toges-filter-card h6 {
  font-weight: 700;
  font-size: 14px;
  margin-top: 14px;
  margin-bottom: 10px;
}
.toges-filter-card h6:first-child {
  margin-top: 0;
}

.toges-category-list a {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  color: var(--toges-text);
  font-size: 14px;
}
.toges-category-list a:hover {
  color: var(--toges-green);
}
.toges-category-list .count {
  color: #999;
  font-size: 12px;
}

.toges-card {
  background: var(--surface);
  border: 1px solid #edf1ef;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
}

.toges-promo-strip {
  background: linear-gradient(120deg, var(--toges-green-light) 0%, #fff 100%);
  padding: 50px 0;
}

.toges-filter-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  margin-bottom: 14px;
}
.toges-filter-badge i {
  font-size: 18px;
  color: var(--success);
  flex-shrink: 0;
}
.toges-filter-badge .label {
  font-weight: 700;
  color: var(--text);
  display: block;
}
.toges-filter-badge .sub {
  color: var(--text-light);
  font-size: 11.5px;
}

.toges-product-card {
  background: var(--surface);
  border: 1px solid #edf1ef;
  border-radius: var(--radius-card);
  overflow: hidden;
  transition: transform 0.35s, box-shadow 0.35s;
  height: 100%;
  position: relative;
  box-shadow: var(--shadow-card);
}
.toges-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.08);
}
.toges-product-card:hover img {
  transform: scale(1.05);
}
.toges-product-card:hover .toges-wishlist-icon {
  transform: rotate(360deg);
  color: #e74c3c;
}
.toges-product-card:hover .toges-add-cart-btn {
  width: 38px;
}
.toges-product-card .img-wrap {
  overflow: hidden;
  border-radius: var(--radius-card) var(--radius-card) 0 0;
}
.toges-product-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  background: #f4f6f5;
  transition: transform 0.5s;
  display: block;
}
@media (max-width: 991px) {
  .toges-product-card img {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .toges-product-card img {
    height: 160px;
  }
}
.toges-product-card .p-3 {
  padding: 14px !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.toges-product-card .p-3 h6 {
  font-size: 15px;
}
.toges-product-card .p-3 > a:first-child h6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 2.6em;
  line-height: 1.3em;
}
.toges-product-card .p-3 > div:last-child {
  margin-top: auto;
  padding-top: 10px;
}
.toges-product-card h6 {
  font-size: 22px;
  font-weight: 700;
}
.toges-product-card .category-label {
  font-size: 11px;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.row-5 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.row-5 > .col-5 {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .row-5 > .col-5 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 767px) {
  .row-5 > .col-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.row-5.list-view > .col-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-5.list-view .toges-product-card {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.row-5.list-view .toges-product-card img {
  width: 140px;
  height: 110px;
  flex-shrink: 0;
  border-radius: var(--radius-card) 0 0 var(--radius-card);
}
.row-5.list-view .toges-product-card .toges-wishlist-icon {
  left: 100px;
  right: auto;
  top: 8px;
  width: 26px;
  height: 26px;
  font-size: 13px;
}
.row-5.list-view .toges-product-card .p-3 {
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: auto;
}
.row-5.list-view .toges-product-card .p-3 > a:first-child {
  flex: 1;
  min-width: 0;
}
.row-5.list-view .toges-product-card .p-3 > a:first-child h6 {
  -webkit-line-clamp: 1;
  min-height: 0;
}
.row-5.list-view .toges-product-card .p-3 > div.text-muted, .row-5.list-view .toges-product-card .p-3 > div.d-flex.flex-wrap {
  display: none;
}
.row-5.list-view .toges-product-card .p-3 .toges-rating-line {
  flex-shrink: 0;
}
.row-5.list-view .toges-product-card .p-3 > div:last-child {
  margin-top: 0;
  padding-top: 0;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .row-5.list-view .toges-product-card {
    align-items: stretch;
  }
  .row-5.list-view .toges-product-card img {
    width: 90px;
    height: 90px;
  }
  .row-5.list-view .toges-product-card .toges-wishlist-icon {
    left: auto;
    right: 10px;
    top: 8px;
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .row-5.list-view .toges-product-card .p-3 {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    padding: 8px 10px !important;
  }
  .row-5.list-view .toges-product-card .p-3 > a:first-child {
    flex: none;
    width: 100%;
    padding-right: 30px;
  }
  .row-5.list-view .toges-product-card .p-3 > a:first-child h6 {
    -webkit-line-clamp: 2;
    font-size: 13px;
    white-space: normal;
  }
  .row-5.list-view .toges-product-card .p-3 .toges-rating-line {
    font-size: 11px;
  }
  .row-5.list-view .toges-product-card .p-3 > div:last-child {
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .row-5.list-view .toges-product-card .p-3 > div:last-child .fw-bold {
    font-size: 14px;
  }
}
.view-toggle-btn {
  background: transparent;
  border: none;
  color: var(--text-light);
  font-weight: 600;
}
.view-toggle-btn.active {
  color: var(--primary-dark);
}

.toges-stock-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--success);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  z-index: 2;
}

.toges-wishlist-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  color: var(--text-light);
  font-size: 15px;
  transition: transform 0.4s, color 0.3s;
}

.toges-add-cart-btn {
  width: 0;
  height: 38px;
  border-radius: var(--radius-btn);
  background: var(--primary);
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  overflow: hidden;
  transition: width 0.35s, background 0.3s;
  padding: 0;
}
.toges-add-cart-btn:hover {
  background: var(--primary-dark);
}
@media (hover: none) {
  .toges-add-cart-btn {
    width: 38px;
  }
}

.toges-rating-line {
  font-size: 13px;
  color: #f5a623;
}
.toges-rating-line .count {
  color: var(--text-light);
  margin-left: 4px;
}

.toges-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 10px 16px;
  margin-bottom: 20px;
}

.pagination .page-link {
  color: var(--primary-dark);
  border: 1px solid var(--border);
  margin: 0 3px;
  border-radius: 10px !important;
  font-weight: 600;
  transition: all 0.25s;
}
.pagination .page-link:hover {
  background-color: var(--toges-green-light);
  color: var(--primary-dark);
  border-color: var(--primary-light);
}

.pagination .page-item.active .page-link {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  box-shadow: 0 6px 16px rgba(47, 107, 71, 0.25);
}
.pagination .page-item.disabled .page-link {
  color: #ccc;
  background: transparent;
  border-color: var(--border);
}

.toges-footer {
  background: linear-gradient(160deg, var(--toges-green-dark) 0%, #16321a 100%);
  color: #cfe0cf;
  padding: 44px 0 18px;
  position: relative;
}
.toges-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-light), var(--primary), var(--primary-dark));
}
.toges-footer h6 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.toges-footer a {
  color: #cfe0cf;
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  transition: color 0.2s, transform 0.2s;
}
.toges-footer a:hover {
  color: #fff;
  transform: translateX(2px);
}
.toges-footer hr {
  border-color: rgba(255, 255, 255, 0.12);
  margin: 20px 0 12px;
}
.toges-footer .toges-footer-brand p {
  color: #a9c4ac;
  font-size: 13px;
  line-height: 1.6;
}
.toges-footer i {
  margin-right: 8px;
}
.toges-footer .toges-social-row {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}
.toges-footer .toges-social-row a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  transition: background 0.25s, transform 0.25s;
}
.toges-footer .toges-social-row a i {
  margin-right: 0;
}
.toges-footer .toges-social-row a:hover {
  background: var(--primary);
  transform: translateY(-3px);
}
.toges-footer .toges-footer-bottom {
  color: #8fac92;
  font-size: 12px;
}

.toges-float-btns {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.toges-whatsapp-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.toges-whatsapp-btn:hover {
  background: #1ebe5b;
  color: #fff;
}

.toges-backtotop {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: var(--toges-green-dark);
  cursor: pointer;
  border: none;
}
.toges-backtotop.show {
  display: flex;
}
.toges-backtotop svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}
.toges-backtotop circle.bg {
  stroke: #e6e6e6;
}
.toges-backtotop circle.progress {
  stroke: var(--toges-green);
  transition: stroke-dashoffset 0.1s;
}

@media (max-width: 991px) {
  .toges-header .container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .toges-search {
    order: 3;
    width: 100%;
    margin-top: 10px;
  }
  .toges-mobile-toggle {
    display: inline-block;
  }
  .toges-navbar {
    display: none;
  }
  .toges-navbar.show {
    display: block;
  }
  .toges-navbar a {
    display: block;
    margin: 8px 0;
    text-align: right;
  }
  .toges-navbar .container {
    text-align: right;
  }
  .toges-hero-slide {
    min-height: 420px;
    text-align: center;
  }
  .toges-hero-badges {
    justify-content: center;
  }
  .toges-hero-slide .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .toges-topbar {
    padding: 5px 0;
  }
  .toges-topbar .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
  .toges-topbar .topbar-links {
    display: flex;
    gap: 12px;
    font-size: 10px;
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
    justify-content: center;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .toges-topbar .topbar-links::-webkit-scrollbar {
    display: none;
  }
  .toges-topbar .topbar-links a {
    flex-shrink: 0;
    margin: 0 !important;
  }
  .toges-topbar .topbar-badges {
    display: flex;
    gap: 14px;
    font-size: 10.5px;
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
    justify-content: center;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .toges-topbar .topbar-badges::-webkit-scrollbar {
    display: none;
  }
  .toges-topbar .topbar-badges span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
  }
  .toges-topbar .topbar-badges span i {
    font-size: 12px;
  }
  .toges-hero-slide h1 {
    font-size: 26px;
  }
  .toges-category-card {
    min-height: 140px;
  }
  .toges-trust-strip .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .toges-footer .col-md-2, .toges-footer .col-md-4 {
    margin-bottom: 24px;
  }
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
  .toges-powered-by {
    display: block;
    margin-top: 4px;
  }
  .toges-filter-card .toges-filter-badge {
    display: none;
  }
  .toges-product-card img {
    object-fit: contain;
    padding: 12px;
  }
}
@media (max-width: 575px) {
  .toges-trust-strip {
    padding: 16px;
    margin: 20px 0;
    width: 100%;
    box-sizing: border-box;
  }
  .toges-trust-strip .row > div {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 14px;
  }
  .toges-trust-strip .row > div:last-child {
    margin-bottom: 0;
  }
  .toges-trust-strip .item {
    justify-content: flex-start;
    text-align: left;
  }
}
body.admin-body {
  font-family: "Manrope", sans-serif;
  background-color: #f6f8f6;
}
body.admin-body .admin-sidebar {
  background: linear-gradient(180deg, #1E4D34 0%, #163a27 100%);
  min-height: 100vh;
  width: 220px;
}
body.admin-body .admin-sidebar h5 {
  font-weight: 700;
  letter-spacing: 0.3px;
  font-size: 18px;
}
body.admin-body .admin-sidebar a {
  color: #cfe0cf;
  display: block;
  padding: 9px 18px;
  text-decoration: none;
  border-radius: 10px;
  margin: 1px 10px;
  font-size: 13px;
  transition: background 0.2s, color 0.2s;
}
body.admin-body .admin-sidebar a:hover, body.admin-body .admin-sidebar a.active {
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}
body.admin-body .card, body.admin-body .toges-card, body.admin-body table.table {
  border-radius: 16px;
  border: 1px solid #edf1ef;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}
body.admin-body table.table {
  overflow: hidden;
}
body.admin-body table.table thead {
  background-color: #f6f8f6;
}
body.admin-body table.table th {
  font-weight: 600;
  font-size: 13px;
  color: #556;
  border-bottom: 1px solid #edf1ef;
}
body.admin-body table.table td {
  font-size: 14px;
  vertical-align: middle;
  border-bottom: 1px solid #f3f5f3;
}
body.admin-body table.table tr:last-child td {
  border-bottom: none;
}
body.admin-body .form-label, body.admin-body label {
  font-size: 12.5px;
  font-weight: 600;
  color: #4a5c50;
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
body.admin-body .form-control, body.admin-body .form-select {
  border-radius: 8px;
  border-color: #e2e6e2;
  font-size: 13.5px;
  padding: 0.45rem 0.65rem;
  min-height: 38px;
}
body.admin-body .form-control::placeholder {
  font-size: 13px;
  color: #a8b3ac;
}
body.admin-body .form-control:focus, body.admin-body .form-select:focus {
  border-color: #4F9368;
  box-shadow: 0 0 0 0.15rem rgba(47, 107, 71, 0.12);
}
body.admin-body .form-check-label {
  font-size: 13.5px;
  font-weight: 500;
  text-transform: none;
  color: #33403a;
}
body.admin-body .form-check-input {
  margin-top: 0.2em;
}
body.admin-body .mb-3 {
  margin-bottom: 0.85rem !important;
}
body.admin-body .btn {
  border-radius: 8px;
  font-weight: 600;
  font-size: 13.5px;
  padding: 0.45rem 1rem;
}
body.admin-body .btn-sm {
  font-size: 12.5px;
  padding: 0.3rem 0.7rem;
}
body.admin-body .btn-success {
  background-color: #2F6B47;
  border-color: #2F6B47;
}
body.admin-body .btn-success:hover {
  background-color: #1E4D34;
  border-color: #1E4D34;
}
body.admin-body h3, body.admin-body h4, body.admin-body h5 {
  font-weight: 700;
  color: #1a2e22;
}
body.admin-body .alert {
  border-radius: 12px;
  border: none;
}
body.admin-body .admin-topbar {
  display: none;
}
@media (max-width: 991px) {
  body.admin-body .admin-sidebar {
    position: fixed;
    left: -260px;
    top: 0;
    z-index: 1050;
    transition: left 0.25s;
    width: 240px;
  }
  body.admin-body .admin-sidebar.show {
    left: 0;
  }
  body.admin-body .admin-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1E4D34;
    padding: 12px 16px;
  }
  body.admin-body .admin-topbar button {
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
  }
  body.admin-body main.flex-grow-1 {
    padding: 16px !important;
    width: 100%;
    min-width: 0;
    overflow-x: auto;
  }
  body.admin-body table.table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
@media (max-width: 575px) {
  body.admin-body .row.g-2 > div, body.admin-body .row.g-3 > div {
    margin-bottom: 8px;
  }
  body.admin-body .card, body.admin-body .toges-card {
    padding: 12px !important;
  }
}

.admin-sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1040;
}

.admin-sidebar-overlay.show {
  display: block;
}

.toges-campaign-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  animation: togesFadeIn 0.25s ease;
}

.toges-campaign-popup {
  background: linear-gradient(180deg, #fff 0%, var(--toges-green-light) 100%);
  border-radius: 20px;
  padding: 56px 44px;
  max-width: 480px;
  width: 100%;
  text-align: center;
  position: relative;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.35);
  border: 3px solid var(--primary);
  animation: togesPopIn 0.35s ease;
}

@keyframes togesFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes togesPopIn {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.toges-campaign-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(0, 0, 0, 0.06);
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 15px;
  color: var(--text-light);
}

.toges-campaign-popup-code {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 24px;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.toges-campaign-cta {
  background: var(--toges-green-light);
  border-radius: var(--radius-card);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.toges-campaign-cta .title {
  font-weight: 700;
  color: var(--primary-dark);
}
.toges-campaign-cta .sub {
  font-size: 13px;
  color: var(--text-light);
}
.toges-campaign-cta .code {
  font-weight: 700;
  color: var(--primary-dark);
}
