:root {
  --primary-color: #000000;
  --primary-light: #1a1a1a;
  --accent-color: #F5A623;
  --accent-hover: #e09212;
  --bg-color: #ffffff;

  --card-bg: #ffffff;
  --text-color: #2d3748;
  --text-muted: #718096;
  --border-color: #e2e8f0;
  --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
  font-family: var(--font-family);
  background-color: #ffffff !important;
  color: var(--text-color);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

#column-left {
  background: #ffffff !important;
}

.container-fluid,
#common-home,
#column-left,
#content,
.row {
  background-color: #ffffff !important;
}

#common-home {
  background: #ffffff !important;
}



/* Header & Container Fluid spacing overrides */
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

/* Slayt Genislik Ayari (Full width to fit content container) */
.owl-carousel,
.swiper-viewport,
.slideshow {
  margin-bottom: 20px !important;
  width: 100% !important;
  max-width: 100% !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 4px !important;
  overflow: hidden !important;
}

.owl-carousel img,
.swiper-viewport img,
.slideshow img {
  width: 100% !important;
  height: auto !important;
  border-radius: 4px !important;
}



header {
  background-color: var(--primary-color);
  padding: 12px 0;
  color: #fff;
}

header #logo h1 {
  margin: 0;
}

header #logo h1 a {
  color: #fff;
  text-decoration: none;
}

header .btn-default {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--primary-color);
  font-weight: bold;
}

header .btn-default:hover {
  background-color: var(--accent-hover);
  border-color: var(--accent-hover);
}

/* Category Sidebar Menu (Clean layout matching reference) */
.syl-category-menu {
  background: transparent;
  border: none;
  margin-bottom: 20px;
}

.syl-category-menu .menu-title {
  display: none;
  /* Hide header text like on reference site to make it clean */
}

.syl-category-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.syl-category-menu li a {
  display: block;
  padding: 8px 0;
  color: #333;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.15s ease;
}

.syl-category-menu li a:hover {
  color: var(--accent-color);
  background: none;
  padding-left: 5px;
}

/* Product Card B2B Grid */
.product-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

@media (max-width: 1200px) {
  .product-grid-5 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .product-grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .product-grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.product-layout {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 15px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-layout:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.product-layout .caption h4 {
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  margin: 10px 0;
}

.product-layout .image img {
  max-width: 100%;
  height: auto;
}

.product-layout .b2b-info {
  font-size: 12px;
  color: var(--text-muted);
  text-align: left;
  margin: 10px 0;
  border-top: 1px solid var(--border-color);
  padding-top: 10px;
}

.product-layout .b2b-info .row {
  margin: 3px 0;
}

.product-layout .price {
  font-size: 16px;
  font-weight: bold;
  color: var(--primary-color);
  margin-top: 10px;
}

/* Floating Actions */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  padding: 12px 20px;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  z-index: 999;
}

.whatsapp-float:hover {
  color: #fff;
  background-color: #20ba5a;
}

.scroll-top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  display: none;
}

/* Top Navigation classes overrides */
.syl-top-nav {
  background: #fafafa !important;
  border-bottom: 1px solid #eaeaea !important;
  padding: 10px 0 !important;
}

.syl-top-container {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin: 0 !important;
}


.syl-top-links {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: 13px !important;
}

.syl-top-link {
  color: #444 !important;
  text-decoration: none !important;
  padding: 0 4px !important;
}

.syl-top-link:hover {
  color: #000 !important;
}

.syl-top-separator {
  color: #ccc !important;
}

.syl-top-currency {
  font-size: 13px !important;
  color: #444 !important;
  padding-right: 15px !important;
}

.syl-currency-bold {
  color: #000 !important;
}

/* Header container classes */
.syl-main-header {
  background: #ffffff !important;
  border-bottom: 1px solid #e5e5e5 !important;
  padding: 8px 0 !important;
  color: #333 !important;
  width: 100% !important;
}


.syl-header-container {
  width: 100% !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.syl-header-row {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  justify-content: space-between !important;
  width: 100% !important;
}

.syl-logo-col {
  padding-left: 0 !important;
}

.syl-logo-img {
  max-height: 45px !important;
}

.syl-text-logo {
  color: #333 !important;
  font-weight: bold !important;
  font-style: italic !important;
  font-size: 28px !important;
  text-decoration: none !important;
}

.syl-search-col {
  padding: 0 15px !important;
}

.syl-cart-col {
  padding-right: 0 !important;
}

.syl-login-btn {
  background-color: #ffffff !important;
  border: 1px solid #a3a3a3 !important;
  color: #111 !important;
  border-radius: 6px !important;
  padding: 8px 18px !important;
  font-weight: bold !important;
  font-size: 13px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  text-decoration: none !important;
}

.syl-logged-container {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

.syl-account-link {
  color: #333 !important;
  font-weight: bold !important;
  text-decoration: none !important;
}

/* Category vertical list classes override */
.syl-menu-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #ffffff !important;
}

.syl-menu-item {
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
}

.syl-menu-link {
  display: block !important;
  padding: 12px 15px !important;
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  border-bottom: 1px solid #f1f1f1 !important;
  transition: background 0.15s !important;
  background: #ffffff !important;
}

.syl-menu-link:hover {
  background: #f6f6f6 !important;
  color: #111 !important;
}

#column-left {
  background: #ffffff !important;
}


/* Footer layout classes override */
.syl-footer {
  background: #fafafa !important;
  border-top: 1px solid #eaeaea !important;
  padding: 20px 0 !important;
  margin-top: 30px !important;
  font-size: 12px !important;
  color: #666 !important;
  width: 100% !important;
}

.syl-footer-container {
  width: 100% !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.syl-footer-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  margin: 0 !important;
}

.syl-footer-left {
  padding-left: 0 !important;
}

.syl-footer-cookie-link {
  color: #666 !important;
  text-decoration: none !important;
  margin-left: 10px !important;
}

.syl-footer-center {
  text-align: center !important;
}

.syl-footer-brand-link {
  color: #0266df !important;
  font-weight: bold !important;
  text-decoration: none !important;
}

.syl-footer-right {
  padding-right: 0 !important;
}

.syl-payment-cards {
  display: flex !important;
  gap: 15px !important;
  justify-content: flex-end !important;
  align-items: center !important;
  font-size: 15px !important;
  font-weight: bold !important;
  color: #2d3748 !important;
}

.syl-card-visa {
  font-family: 'Arial Black', Gadget, sans-serif !important;
  letter-spacing: -1px !important;
  color: #1a1f3c !important;
  font-style: italic !important;
}

.syl-card-mc {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
}

.syl-mc-red {
  display: inline-block !important;
  width: 10px !important;
  height: 10px !important;
  background: #eb001b !important;
  border-radius: 50% !important;
}

.syl-mc-orange {
  display: inline-block !important;
  width: 10px !important;
  height: 10px !important;
  background: #f79e1b !important;
  border-radius: 50% !important;
  margin-left: -6px !important;
}

.syl-mc-text {
  font-family: sans-serif !important;
  font-size: 12px !important;
  font-weight: normal !important;
  color: #1a1f3c !important;
  margin-left: 2px !important;
}

.syl-secure-lock {
  color: #718096 !important;
  font-size: 16px !important;
}

/* Custom B2B Product Card Layout Styling (Matching reference exactly) */
.syl-heading-title {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #111 !important;
  margin: 20px 0 15px 0 !important;
  padding-left: 5px !important;
}

.syl-product-row {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 15px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.syl-product-row::before,
.syl-product-row::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 1200px) {
  .syl-product-row {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

@media (max-width: 992px) {
  .syl-product-row {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .syl-product-row {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 480px) {
  .syl-product-row {
    grid-template-columns: 1fr !important;
  }
}

.syl-product-b2b-card {
  width: 100% !important;
  padding: 0 !important;
}

.syl-b2b-thumb {
  background: #ffffff !important;
  border: 1px solid #e1e8ed !important;
  border-radius: 4px !important;
  padding: 12px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  position: relative !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02) !important;
  transition: box-shadow 0.2s ease !important;
  min-height: 520px !important;
}

.syl-b2b-thumb:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
}

/* Badge Top section */
.syl-b2b-top {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  margin-bottom: 8px !important;
  width: 100% !important;
}

.syl-b2b-icons {
  display: flex !important;
  gap: 4px !important;
}

.syl-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 9px !important;
}

.syl-badge-blue {
  background: #007bff !important;
}

.syl-badge-green {
  background: #28a745 !important;
}

.syl-badge-pink {
  background: #e83e8c !important;
}

.syl-b2b-model-title {
  text-align: right !important;
}

.syl-product-model {
  display: block !important;
  font-size: 11px !important;
  color: #777 !important;
  font-weight: bold !important;
  margin-bottom: 3px !important;
}

.syl-product-title {
  margin: 0 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  text-align: left !important;
  width: 100% !important;
  height: 36px !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.syl-product-title a {
  color: #002f5f !important;
  text-decoration: none !important;
}



/* Image section */
.syl-b2b-image {
  margin: 15px auto !important;
  text-align: center !important;
  height: 240px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.syl-b2b-image img {
  height: 100% !important;
  width: 100% !important;
  max-height: 100% !important;
  max-width: 100% !important;
  object-fit: contain !important;
}

/* Quantity Input & Add to Cart Styling (Matching reference) */
.syl-b2b-cart-action {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 12px !important;
  width: 100% !important;
}

.syl-qty-wrapper {
  display: flex !important;
  border: 1px solid #ccd6e0 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  width: 70px !important;
  height: 32px !important;
  background: #ffffff !important;
}

.syl-qty-input {
  width: 42px !important;
  height: 100% !important;
  border: none !important;
  text-align: center !important;
  font-size: 13px !important;
  font-weight: bold !important;
  padding: 0 !important;
  box-shadow: none !important;
  color: #2d3748 !important;
}

.syl-qty-btns {
  display: flex !important;
  flex-direction: column !important;
  width: 26px !important;
  border-left: 1px solid #ccd6e0 !important;
}

.syl-qty-btn-up,
.syl-qty-btn-down {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 15px !important;
  width: 100% !important;
  background: #f7f9fb !important;
  border: none !important;
  padding: 0 !important;
  font-size: 8px !important;
  color: #718096 !important;
  cursor: pointer !important;
}

.syl-qty-btn-up:hover,
.syl-qty-btn-down:hover {
  background: #edf2f7 !important;
}

.syl-qty-btn-up {
  border-bottom: 1px solid #ccd6e0 !important;
}

.syl-btn-addtocart {
  flex: 1 !important;
  height: 32px !important;
  background: #ff6b6b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  font-weight: bold !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  cursor: pointer !important;
  transition: background 0.15s !important;
  padding: 0 10px !important;
}

.syl-btn-addtocart:hover {
  background: #e05353 !important;
  color: #ffffff !important;
}


/* Tabular Grid Table properties layout style */
.syl-b2b-table {
  width: 100% !important;
  margin: 0 !important;
  border-top: 1px dashed #e2e8f0 !important;
  font-size: 11px !important;
}

.syl-b2b-table td {
  padding: 6px 0 !important;
  border-bottom: 1px solid #f7f9fb !important;
  line-height: 1.2 !important;
}

.syl-b2b-table .syl-label {
  color: #718096 !important;
  text-align: left !important;
}

.syl-b2b-table .syl-value {
  color: #2d3748 !important;
  text-align: right !important;
  font-weight: 500 !important;
}

.syl-price-highlight {
  color: #000 !important;
  font-weight: bold !important;
  font-size: 12px !important;
}

.syl-subcat-pill:hover {
  background-color: var(--accent-color) !important;
  border-color: var(--accent-color) !important;
  color: #fff !important;
  text-decoration: none !important;
}

.syl-back-btn:hover {
  background: #e2e6ea !important;
  color: #212529 !important;
}

.syl-breadcrumb-nav a:hover {
  color: var(--accent-color) !important;
}

#content {
  min-height: 70vh !important;
}

/* Style for specs table to align left with colon */
.B2B-specs-table,
.syl-b2b-table {
  max-width: 450px !important;
  margin-top: 20px !important;
}

.B2B-specs-table tr,
.syl-b2b-table tr {
  border-bottom: 1px solid #f0f2f5 !important;
}

.B2B-specs-table td,
.syl-b2b-table td {
  display: inline-block !important;
  vertical-align: top !important;
  padding: 8px 0 !important;
  border-top: none !important;
}

.B2B-specs-table .syl-label,
.syl-b2b-table .syl-label {
  color: #718096 !important;
  text-align: left !important;
  font-weight: bold !important;
  width: auto !important;
  display: inline-block !important;
}

.B2B-specs-table .syl-label::after,
.syl-b2b-table .syl-label::after {
  content: " :" !important;
  color: #a0aec0 !important;
  font-weight: bold !important;
  margin-right: 8px !important;
  display: inline-block !important;
}

.B2B-specs-table .syl-value,
.syl-b2b-table .syl-value {
  color: #2d3748 !important;
  text-align: left !important;
  font-weight: 500 !important;
  display: inline-block !important;
  width: auto !important;
}

/* Header Account Button Hover state */
.syl-account-btn:hover {
  background-color: #f8fafc !important;
  border-color: var(--accent-color) !important;
  color: var(--accent-color) !important;
  text-decoration: none !important;
}

/* Widen site container to 80% on desktop screen sizes */
@media (min-width: 1200px) {
  .container {
    width: 80% !important;
    max-width: 100% !important;
  }
}