/**
 * Product Detail Page Styles
 */

/* General Styles */
.float-left {
  float: left !important;
}

.w-100 {
  width: 100% !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.pl-lg-4 {
  padding-left: 1.5rem !important;
}

/* Product Detail Container */
.product-detail-container {
  max-width: 1140px !important;
  margin: 0 auto !important;
  padding: 0 30px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  color: #222 !important;
  line-height: 1.5 !important;
  float: none !important;
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  overflow: hidden !important;
}

/* Make sure the container is centered and doesn't stick to edges */
article.product-detail-container {
  float: none !important;
  clear: both !important;
  position: relative !important;
  left: 0 !important;
  right: 0 !important;
}

/* Row styling to prevent sticking to edges */
.product-detail-container .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
}

/* Column styling */
.product-detail-container .col-lg-5,
.product-detail-container .col-lg-7,
.product-detail-container .col-md-6 {
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

@media (min-width: 992px) {
  .product-detail-container .col-lg-5 {
    flex: 0 0 41.666667% !important;
    max-width: 41.666667% !important;
  }

  .product-detail-container .col-lg-7 {
    flex: 0 0 58.333333% !important;
    max-width: 58.333333% !important;
  }
}

@media (min-width: 768px) {
  .product-detail-container .col-md-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media (max-width: 991px) {
  .pl-lg-4 {
    padding-left: 15px !important;
  }

  .product-detail-container {
    padding: 0 20px !important;
  }
}

@media (max-width: 767px) {
  .product-detail-container {
    padding: 0 15px !important;
  }
}

/* Override theme container styles */
.content-area,
.site-main,
#primary,
#main,
.site-content,
.entry-content,
.woocommerce,
.woocommerce-page {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

/* Image Gallery */
.slider-for {
  margin-bottom: 20px !important;
  position: relative !important; /* Add position relative to contain absolute positioned thumbnails */
}

.slider-for .item {
  position: relative !important;
  overflow: hidden !important;
  text-align: center !important;
  background: #fff !important;
  border: 1px solid #dddddd !important; /* More elegant border */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important; /* Subtle shadow for elegance */
  padding: 10px !important;
}

.slider-for .item img {
  max-width: 100% !important;
  max-height: 400px !important;
  margin: 0 auto !important;
  display: block !important;
}

.slider-nav {
  position: absolute !important; /* Position absolutely */
  top: 10px !important; /* Position at the top */
  left: 10px !important; /* Position at the left */
  width: auto !important; /* Auto width to extend to the right */
  max-width: calc(100% - 20px) !important; /* Don't overflow the container */
  z-index: 10 !important; /* Ensure it's above the main image */
  background: rgba(255, 255, 255, 0.8) !important; /* Semi-transparent background */
  padding: 5px !important;
  border-radius: 2px !important;
  display: flex !important; /* Make it a flex container for horizontal layout */
  flex-direction: row !important; /* Horizontal layout */
}

.slider-nav .item {
  padding: 3px !important;
  cursor: pointer !important;
  border: 1px solid #dddddd !important;
  margin: 0 5px 0 0 !important; /* Margin right only for horizontal layout */
  transition: all 0.3s ease !important;
  opacity: 0.7 !important;
  width: 50px !important; /* Fixed width for thumbnails */
}

.slider-nav .item:hover,
.slider-nav .slick-current .item {
  opacity: 1 !important;
  border-color: #333333 !important;
}

.slider-nav .item img {
  max-width: 100% !important;
  height: 40px !important; /* Smaller height for thumbnails */
  object-fit: contain !important;
  margin: 0 auto !important;
  display: block !important;
}

/* Product Details */
.detail_text h1 {
  font-size: 28px !important;
  margin-bottom: 8px !important;
  color: #222222 !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.02em !important;
}

.detail_text small {
  display: block !important;
  font-size: 16px !important;
  color: #444 !important;
  margin-bottom: 24px !important;
  font-weight: 500 !important;
}

/* Product Details - Make tables look like plain text */
.detail_text table {
  width: 100% !important;
  margin-bottom: 24px !important;
  border-collapse: collapse !important;
  box-shadow: none !important; /* Remove box shadow */
  border: none !important; /* Remove table border */
  background: transparent !important;
}

.detail_text table tr:first-child td {
  background: transparent !important; /* Remove header background */
  font-weight: bold !important;
  color: #333333 !important; /* Change header text color to match regular text */
  font-size: 15px !important;
  text-transform: none !important; /* Remove text transform */
  letter-spacing: normal !important; /* Remove letter spacing */
  border-bottom: 1px solid #dddddd !important; /* Add subtle bottom border */
  padding-bottom: 8px !important;
  margin-bottom: 8px !important;
}

.detail_text table td {
  padding: 6px 0 !important; /* Remove horizontal padding */
  border: none !important; /* Remove cell borders */
  font-size: 14px !important;
  line-height: 1.5 !important;
  vertical-align: top !important;
  background: transparent !important;
}

.detail_text table td:first-child {
  width: 40% !important;
  color: #222222 !important; /* Darker color for titles */
  font-weight: 600 !important; /* Make titles bold */
  background-color: transparent !important; /* Remove background */
}

.detail_text table td:last-child {
  color: #222 !important;
}

/* Technical Drawing Button */
.detail_text .bt {
  margin-top: 24px !important;
}

.detail_text .bt ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.detail_text .bt li {
  display: inline-block !important;
  margin-right: 10px !important;
}

.detail_text .bt li.teknik-cizim {
  background: #333333 !important;
  border: 1px solid #222222 !important;
  border-radius: 2px !important; /* Softer corners */
  padding: 10px 18px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.detail_text .bt li.teknik-cizim:hover {
  background: #444444 !important;
}

.detail_text .bt li.teknik-cizim span {
  font-size: 14px !important;
  color: #fff !important;
  font-weight: 500 !important;
}

/* Product Family */
.product-family {
  margin-top: 60px !important;
  padding-top: 30px !important;
  border-top: 1px solid #dddddd !important; /* Softer border */
}

.product-family h2 {
  font-size: 24px !important;
  margin-bottom: 24px !important;
  color: #111 !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
}

/* Product Family Slider */
.slider-family {
  position: relative !important;
  margin: 0 -15px !important;
}

.slider-family .slick-track {
  display: flex !important;
}

.slider-family .slick-slide {
  height: auto !important;
  padding: 0 15px !important;
}

.slider-family .item {
  position: relative !important;
  border: 1px solid #dddddd !important; /* Softer border */
  margin-bottom: 25px !important;
  transition: all 0.3s ease !important;
  overflow: hidden !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  background: #fff !important;
}

.slider-family .item:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2) !important;
}

.slider-family .item i {
  position: absolute !important;
  background: #333333 !important;
  transition: all 0.3s ease !important;
  z-index: 1 !important;
}

.slider-family .item i.top,
.slider-family .item i.bottom {
  height: 1px !important;
  width: 0 !important;
}

.slider-family .item i.left,
.slider-family .item i.right {
  width: 1px !important;
  height: 0 !important;
}

.slider-family .item i.top {
  top: 0 !important;
  left: 0 !important;
}

.slider-family .item i.right {
  top: 0 !important;
  right: 0 !important;
}

.slider-family .item i.bottom {
  bottom: 0 !important;
  right: 0 !important;
}

.slider-family .item i.left {
  bottom: 0 !important;
  left: 0 !important;
}

.slider-family .item:hover i.top,
.slider-family .item:hover i.bottom {
  width: 100% !important;
}

.slider-family .item:hover i.left,
.slider-family .item:hover i.right {
  height: 100% !important;
}

.slider-family .item a {
  text-decoration: none !important;
  color: inherit !important;
  display: block !important;
  flex: 1 !important;
}

.slider-family .item .images {
  width: 100% !important;
  height: 180px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #fff !important;
  padding: 10px !important;
}

.slider-family .item .images img {
  max-width: 100% !important;
  max-height: 100% !important;
  transition: all 0.3s ease !important;
  object-fit: contain !important;
}

.slider-family .item:hover .images img {
  transform: scale(1.05) !important;
}

.slider-family .item .text {
  padding: 12px !important;
  background: #fff !important;
  border-top: 1px solid #dddddd !important;
}

.slider-family .item .text .name {
  display: flex !important;
  justify-content: space-between !important;
  margin-bottom: 5px !important;
  align-items: center !important;
}

.slider-family .item .text .name .left {
  max-width: 70% !important;
}

.slider-family .item .text .name .right {
  max-width: 30% !important;
  text-align: right !important;
}

.slider-family .item .text .name strong {
  font-size: 15px !important;
  color: #222 !important;
  font-weight: 500 !important;
  display: block !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.slider-family .item .text .name .right strong {
  color: #444 !important;
  font-size: 13px !important;
}

.slider-family .item .text span {
  font-size: 13px !important;
  color: #555 !important;
  display: block !important;
  line-height: 1.4 !important;
  margin-top: 3px !important;
}

.slider-family .item .bt {
  text-align: center !important;
  padding: 10px 0 !important;
  border-top: 1px solid #dddddd !important;
  background: #fff !important;
  margin-top: auto !important;
}

.slider-family .item .bt .more {
  display: inline-block !important;
  padding: 6px 14px !important;
  background: #333333 !important;
  color: #fff !important;
  border-radius: 2px !important; /* Softer corners */
  text-decoration: none !important;
  font-size: 13px !important;
  transition: all 0.3s ease !important;
  border: 1px solid #222222 !important;
}

.slider-family .item .bt .more:hover {
  background: #444444 !important;
}

/* Slick Arrows */
.slick-prev,
.slick-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10 !important; /* Increased z-index for better visibility */
  width: 36px !important; /* Slightly larger for better touch targets */
  height: 36px !important;
  background: rgba(51, 51, 51, 0.8) !important; /* Semi-transparent background */
  border: none !important; /* Remove border for cleaner look */
  border-radius: 50% !important;
  font-size: 0 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.slick-prev:hover,
.slick-next:hover {
  background: #333333 !important;
}

.slick-prev {
  left: 10px !important; /* Position closer to edge for better visibility */
}

.slick-next {
  right: 10px !important; /* Position closer to edge for better visibility */
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px !important; /* Larger font size for better visibility */
  color: #fff !important;
  line-height: 1 !important;
}

/* Responsive */
@media (max-width: 767px) {
  .detail_text h1 {
    font-size: 22px !important;
  }

  .detail_text small {
    font-size: 14px !important;
    margin-bottom: 18px !important;
  }

  .detail_text table {
    margin-bottom: 15px !important;
  }

  .detail_text table td {
    padding: 8px 10px !important;
    font-size: 13px !important;
  }

  .product-family {
    margin-top: 40px !important;
    padding-top: 20px !important;
  }

  .product-family h2 {
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }
}

/* Hide WooCommerce elements */
.woocommerce-breadcrumb,
.woocommerce-product-gallery,
.summary.entry-summary,
.woocommerce-tabs,
.related.products,
.product_meta,
.woocommerce-notices-wrapper {
  display: none !important;
}

/* Make our content full width */
.content-area,
.site-main,
#primary,
#main {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Additional theme compatibility */
.woocommerce div.product {
  overflow: visible !important;
}

/* FancyBox customization */
.fancybox-bg {
  background: #222222 !important;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9 !important;
}

.fancybox-caption {
  font-family: Arial, Helvetica, sans-serif !important;
}

.fancybox-button {
  background: #333333 !important;
}

.fancybox-button:hover {
  background: #444444 !important;
}

/* Add styles to ensure product family items display correctly */
.product-family {
  margin-top: 50px;
  margin-bottom: 30px;
}

.product-family h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.slider-family {
  margin: 0 -10px;
}

.slider-family .item {
  padding: 10px;
  position: relative;
  margin: 5px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.slider-family .item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.slider-family .item .images {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.slider-family .item .images img {
  max-height: 180px;
  max-width: 100%;
  object-fit: contain;
}

.slider-family .item .text {
  padding: 0 10px;
}

.slider-family .item .name {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.slider-family .item .name .left strong,
.slider-family .item .name .right strong {
  font-size: 14px;
  font-weight: 600;
}

.slider-family .item .name .right strong {
  color: #666;
}

.slider-family .item span {
  display: block;
  font-size: 13px;
  color: #777;
  margin-bottom: 15px;
  min-height: 40px;
}

.slider-family .item .bt {
  text-align: center;
  margin-top: 10px;
  padding-bottom: 10px;
}

.slider-family .item .bt .more {
  display: inline-block;
  padding: 6px 15px;
  background-color: #f5f5f5;
  color: #333;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.3s ease;
}

.slider-family .item .bt .more:hover {
  background-color: #e0e0e0;
}

/* Slick slider custom styles */
.slider-family .slick-prev,
.slider-family .slick-next {
  z-index: 10;
  width: 30px;
  height: 30px;
}

.slider-family .slick-prev {
  left: -5px;
}

.slider-family .slick-next {
  right: -5px;
}

.slider-family .slick-track {
  display: flex;
  gap: 10px;
}

/* Make sure each product card has proper width */
.slider-family .slick-slide {
  width: 25%;
  min-width: 220px;
}

@media (max-width: 1200px) {
  .slider-family .slick-slide {
    width: 33.333%;
  }
}

@media (max-width: 992px) {
  .slider-family .slick-slide {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .slider-family .slick-slide {
    width: 100%;
  }
}

/* Add these styles to the end of your existing CSS file */

/* Product Family Improvements */
.product-family-wrapper {
  margin: 0 -15px;
  overflow: hidden;
}

.slider-family {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.slider-family.no-slider {
  display: flex;
  flex-wrap: wrap;
}

.slider-family .family-item {
  position: relative;
  border: 1px solid #dddddd;
  margin: 0 15px 25px;
  transition: all 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  width: calc(25% - 30px);
  min-width: 200px;
}

.slider-family.no-slider .family-item {
  width: calc(25% - 30px);
  margin: 0 15px 25px;
}

.slider-family .family-item:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.slider-family .family-item i {
  position: absolute;
  background: #333333;
  transition: all 0.3s ease;
  z-index: 1;
}

.slider-family .family-item i.top,
.slider-family .family-item i.bottom {
  height: 1px;
  width: 0;
}

.slider-family .family-item i.left,
.slider-family .family-item i.right {
  width: 1px;
  height: 0;
}

.slider-family .family-item i.top {
  top: 0;
  left: 0;
}

.slider-family .family-item i.right {
  top: 0;
  right: 0;
}

.slider-family .family-item i.bottom {
  bottom: 0;
  right: 0;
}

.slider-family .family-item i.left {
  bottom: 0;
  left: 0;
}

.slider-family .family-item:hover i.top,
.slider-family .family-item:hover i.bottom {
  width: 100%;
}

.slider-family .family-item:hover i.left,
.slider-family .family-item:hover i.right {
  height: 100%;
}

.slider-family .family-item a {
  text-decoration: none;
  color: inherit;
  display: block;
  flex: 1;
}

.slider-family .family-item .images {
  width: 100%;
  height: 180px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 10px;
}

.slider-family .family-item .images img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s ease;
  object-fit: contain;
}

.slider-family .family-item:hover .images img {
  transform: scale(1.05);
}

.slider-family .family-item .text {
  padding: 12px;
  background: #fff;
  border-top: 1px solid #dddddd;
}

.slider-family .family-item .text .name {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  align-items: center;
}

.slider-family .family-item .text .name .left {
  max-width: 70%;
}
.slider-nav {
  left: 30px !important;
}
.slider-family .family-item .text .name .right {
  max-width: 30%;
  text-align: right;
}

.slider-family .family-item .text .name strong {
  font-size: 15px;
  color: #222;
  font-weight: 500;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slider-family .family-item .text .name .right strong {
  color: #444;
  font-size: 13px;
}

.slider-family .family-item .text span {
  font-size: 13px;
  color: #555;
  display: block;
  line-height: 1.4;
  margin-top: 3px;
}

.slider-family .family-item .bt {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #dddddd;
  background: #fff;
  margin-top: auto;
}

.slider-family .family-item .bt .more {
  display: inline-block;
  padding: 6px 14px;
  background: #333333;
  color: #fff;
  border-radius: 2px;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.3s ease;
  border: 1px solid #222222;
}

.slider-family .family-item .bt .more:hover {
  background: #444444;
}

/* Responsive styles for product family */
@media (max-width: 1200px) {
  .slider-family .family-item,
  .slider-family.no-slider .family-item {
    width: calc(33.333% - 30px);
  }
}

@media (max-width: 992px) {
  .slider-family .family-item,
  .slider-family.no-slider .family-item {
    width: calc(50% - 30px);
  }
}

@media (max-width: 576px) {
  .slider-family .family-item,
  .slider-family.no-slider .family-item {
    width: calc(100% - 30px);
  }
}

/* Fix for slick slider */
.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto !important;
}

/* Make sure slick doesn't hide items */
.slick-slide {
  visibility: visible !important;
  opacity: 1 !important;
}

/* Debug info styling */
.debug-info {
  margin-bottom: 20px;
  padding: 10px;
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.debug-info p {
  margin: 0;
  font-family: monospace;
}

/* Add these styles at the end of the file to improve mobile responsiveness */

/* Mobile Responsive Improvements */
@media (max-width: 767px) {
  /* Improve product image gallery on mobile */
  .slider-for {
    margin-bottom: 15px !important;
  }

  .slider-for .item {
    padding: 5px !important;
  }

  .slider-for .item img {
    max-height: 300px !important;
  }

  /* Fix thumbnail navigation on mobile */
  .slider-nav {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    background: transparent !important;
    padding: 5px 0 !important;
    margin-bottom: 15px !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
  }

  .slider-nav .slick-track {
    display: flex !important;
    flex-direction: row !important;
  }

  .slider-nav .item {
    width: 60px !important;
    height: 60px !important;
    margin: 0 5px !important;
  }

  /* Fix product family slider arrows on mobile */
  .slider-family .slick-prev,
  .slider-family .slick-next {
    width: 30px !important;
    height: 30px !important;
    background: none!important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .slider-family .slick-prev {
    left: 5px !important;
  }

  .slider-family .slick-next {
    right: 5px !important;
  }

  .slider-family .slick-prev:before,
  .slider-family .slick-next:before {
    font-size: 16px !important;
    line-height: 1 !important;
    opacity: 1 !important;
  }

  /* Improve product details layout on mobile */
  .detail_text h1 {
    font-size: 20px !important;
    line-height: 1.3 !important;
    margin-bottom: 5px !important;
  }

  .detail_text small {
    font-size: 14px !important;
    margin-bottom: 15px !important;
  }

  .detail_text table {
    margin-bottom: 15px !important;
  }

  .detail_text table td {
    padding: 8px 5px !important;
    font-size: 13px !important;
  }

  /* Fix product family items on mobile */
  .slider-family .item {
    margin: 0 5px 15px !important;
  }

  .slider-family .item .images {
    height: 150px !important;
  }

  .slider-family .item .text {
    padding: 8px !important;
  }

  .slider-family .item .text .name strong {
    font-size: 13px !important;
  }

  .slider-family .item .text span {
    font-size: 12px !important;
    margin-top: 2px !important;
  }

  .slider-family .item .bt {
    padding: 8px 0 !important;
  }

  .slider-family .item .bt .more {
    padding: 5px 10px !important;
    font-size: 12px !important;
  }

  /* Fix spacing issues */
  .product-detail-container {
    padding: 0 15px !important;
  }

  .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .col-lg-5,
  .col-lg-7,
  .col-md-6 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  /* Fix product tabs on mobile */
  .product-tabs-nav .tab-item {
    padding: 8px 12px !important;
    font-size: 12px !important;
    margin-right: 2px !important;
    margin-bottom: 2px !important;
  }

  .product-tabs-content .tab-content {
    padding: 15px 10px !important;
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .slider-for .item img {
    max-height: 250px !important;
  }

  .slider-nav .item {
    width: 50px !important;
    height: 50px !important;
    margin: 0 3px !important;
  }

  .detail_text h1 {
    font-size: 18px !important;
  }

  .detail_text small {
    font-size: 13px !important;
    margin-bottom: 12px !important;
  }

  .detail_text table td {
    padding: 6px 4px !important;
    font-size: 12px !important;
  }

  .slider-family .slick-prev {
    left: 0 !important;
  }

  .slider-family .slick-next {
    right: 0 !important;
  }

  /* Fix product family items on very small screens */
  .slider-family .item .images {
    height: 130px !important;
  }

  /* Fix the technical drawing button */
  .detail_text .bt li.teknik-cizim {
    padding: 8px 12px !important;
  }

  .detail_text .bt li.teknik-cizim span {
    font-size: 12px !important;
  }
}

/* Replace the broken arrow characters with direct arrow characters */
.slick-prev:before {
  content: "‹" !important; /* Direct left arrow character */
}

.slick-next:before {
  content: "›" !important; /* Direct right arrow character */
}

/* Improve arrow visibility and positioning */
.slick-prev,
.slick-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10 !important; /* Increased z-index for better visibility */
  width: 36px !important; /* Slightly larger for better touch targets */
  height: 36px !important;
    background: none !important;  border: none !important; /* Remove border for cleaner look */
  border-radius: 50% !important;
  font-size: 0 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.slick-prev:hover,
.slick-next:hover {
  background: #333333 !important;
}

.slick-prev {
  left: 10px !important; /* Position closer to edge for better visibility */
}

.slick-next {
  right: 10px !important; /* Position closer to edge for better visibility */
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px !important; /* Larger font size for better visibility */
  color: #fff !important;
  line-height: 1 !important;
}

/* Specific styling for product family slider arrows */
.slider-family .slick-prev,
.slider-family .slick-next {
  width: 32px !important;
  height: 32px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.slider-family .slick-prev {
  left: 5px !important;
}

.slider-family .slick-next {
  right: 5px !important;
}

.slider-family .slick-prev:before,
.slider-family .slick-next:before {
  font-size: 24px !important;
}

/* Mobile-specific arrow styling */
@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 30px !important;
    height: 30px !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .slick-prev:before,
  .slick-next:before {
    font-size: 24px !important;
  }

  .slider-family .slick-prev {
    left: 0 !important;
  }

  .slider-family .slick-next {
    right: 0 !important;
  }
}
@media (max-width: 767px) {
    .slider-nav .slick-track {
        flex-direction: row !important;
        width: 70px !important;
    }
	
	
	
	.slider-nav .slick-track {
    display: flex !important
;
    flex-direction: column;
    transform: none !important;
    flex-wrap: wrap;
}
	.slick-next:before {
    content: '→' !important;
}
	.slick-prev:before {
    content: '←' !important;
		
		
}
	.slick-prev:hover, .slick-next:hover {
    background: none !important;
}
	.slick-prev:before, .slick-next:before {
    font-size: 30px !important;
    color: #000000 !important;
    line-height: 1 !important;
}
}