/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 26 2026 | 04:34:33 */
 /* ================================================
     GENERAL
     ================================================ */
	body{
		font-family: 'Inter';
	}

	.vertical{
		width: 100%;
	}

  .custom-single-product,
  .custom-archive-page {
	  margin: 0 auto;
	  width: 100%;
	  padding: 3rem 0;
      max-width: 1140px;
	  font-family: 'Inter';
  }

  /* ================================================
     BREADCRUMB (Both Pages)
     ================================================ */
  .custom-breadcrumb,
  .archive-breadcrumb {
	  font-weight: 300;
      font-size: 14px;
      color: #666;
      margin-bottom: 20px;
      padding: 10px 0;
  }

  .custom-breadcrumb a,
  .archive-breadcrumb a {
	  font-size: 14px;
      color: rgba(0, 0, 0, 0.5);
      text-decoration: none;
  }

  .custom-breadcrumb a:hover,
  .archive-breadcrumb a:hover {
      color: #000000;
  }

  .custom-breadcrumb span,
  .archive-breadcrumb span {
      margin: 0 8px;
      color: rgba(0, 0, 0, 1);
  }

  .custom-breadcrumb .current,
  .archive-breadcrumb .current {
      color: rgba(0, 0, 0, 1);
      font-weight: 300;
  }

  /* ================================================
     SINGLE PRODUCT - TOP SECTION
     ================================================ */
  .product-top-section {
      display: flex;
      gap: 40px;
      margin-bottom: 40px;
  }

  .product-gallery-section {
	  background: #FFFFFF;
	  display: flex;
	  border-radius: 22px;
      flex: 0 0 45%;
      position: relative;
  }

  .popular-model-badge {
      position: absolute;
      top: 10px;
      left: 10px;
      background: #6c5ce7;
      color: #fff;
      padding: 6px 14px;
      font-size: 11px;
      font-weight: 500;
      border-radius: 4px;
      z-index: 10;
  }

  .main-product-image {
      width: 100%;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .main-product-image img {
      object-fit: contain;
  }

  .product-thumbnails {
      display: flex;
      gap: 10px;
  }

  .product-thumbnails .thumb {
      width: 70px;
      height: 70px;
      border: 2px solid #eee;
      border-radius: 6px;
      cursor: pointer;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #f8f9fa;
  }

  .product-thumbnails .thumb:hover,
  .product-thumbnails .thumb.active {
      border-color: #6c5ce7;
  }

  .product-thumbnails .thumb img {
      max-width: 90%;
      max-height: 90%;
      object-fit: contain;
  }

  /* ================================================
     SINGLE PRODUCT - INFO SECTION
     ================================================ */
  .product-info-section {
      flex: 1;
  }

  .share-icons {
      display: flex;
      justify-content: flex-end;
      gap: 12px;
      margin-bottom: 15px;
  }

  .share-icons span {
      font-size: 13px;
      color: #666;
  }

  .share-icons a {
      color: #333;
      font-size: 16px;
      text-decoration: none;
  }

  .share-icons a:hover {
      color: #6c5ce7;
  }

  .product-model {
      font-size: 30px;
	  font-weight: 600;
      color: rgba(0, 0, 0, 1);
      font-weight: 600;
	  margin-bottom: 25px;
	  line-height: 1;
  }

  .product-description {
      font-size: 16px;
      font-weight: 400;
      color: rgba(0, 0, 0, 1);
      margin-bottom: 45px;
      line-height: 1.47;
  }
  
  .product-meta-table {
      width: 100%;
      border-collapse: collapse;
      border: none;
  }

  .product-meta-table tr {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .product-meta-table tr:last-child {
      border-bottom: none;
  }

  .product-meta-table td {
      padding: 12px 0;
      font-size: 16px;
	  font-weight: 600;
      border: none;
  }

  .product-meta-table td:first-child {
      color: #666;
      width: 120px;
  }

  .product-meta-table td:last-child {
      color: #333;
      text-align: right;
  }

  .product-meta-table td:last-child a {
      color: #6c5ce7;
      text-decoration: none;
  }

  /* ================================================
     SINGLE PRODUCT - DESCRIPTION/ATTRIBUTES
     ================================================ */
  .product-description-section {
	  width: 100vw;
      margin-left: calc(-50vw + 50%);
      background: white;
      padding: 80px 0;
      margin-bottom: 40px;
  }

  .description-title {
      text-align: center;
      font-size: 30px !important;
      font-weight: 600;
      margin-bottom: 30px;
      color: black !important;
  }

  .attributes-table {
	  border: none;
      margin: 0 auto;
	  max-width: 1140px;
      width: 100%;
      border-collapse: collapse;
  }

  .attributes-table thead th {
      padding: 12px 0;
      font-size: 16px;
      font-weight: 600;
      color: rgba(0, 0, 0, 0.8);
  }

  .attributes-table thead th:first-child {
	  border-right: none;
      text-align: left;
  }

  .attributes-table thead th:last-child {
	  border-right: none;
      text-align: right;
  }

  .attributes-table tbody tr {
      border-bottom: 1px solid #e0e0e0;
  }

  .attributes-table tbody tr:last-child {
      border:none;
  }

  .attributes-table tbody td {
	  border: none;
      padding: 14px 0;
      font-size: 16px;
	  color: rgba(0, 0, 0, 0.6);
  }

  .attributes-table tbody td:first-child {
 
  }

  .attributes-table tbody td:last-child {
      text-align: right;
  }

  /* ================================================
     SINGLE PRODUCT - RELATED PRODUCTS
     ================================================ */
  .related-products-section {
      padding-top: 40px;
	  margin-bottom: 8rem;
  }

  .related-title {
      text-align: center;
      font-size: 30px !important;
      font-weight: 600;
      margin-bottom: 30px;
      color: black !important;
  }

  .related-products-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 25px;
  }

  .related-product-card {

  }

  .related-product-card:hover {

  }

  .related-product-card .product-image {
	  background: white;
	  border-radius: 22px;
      height: 300px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 30px;
	  padding: 20px;
  }

  .related-product-card .product-image img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
  }

  .related-product-card .product-name {
      font-size: 16px;
      font-weight: 600;
      color: black;
      margin-bottom: 10px;
      line-height: 1.4;
      min-height: 34px;
  }

  .related-product-card .more-info {
      font-size: 16px;
      color: rgba(46, 48, 146, 1);
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 5px;
  }

  .related-product-card .more-info:hover {
      color: #6c5ce7;
  }

  /* ================================================
     ARCHIVE PAGE - LAYOUT
     ================================================ */
  .custom-archive-page {
      display: flex;
      gap: 40px;
  }

  /* ================================================
     ARCHIVE PAGE - CATEGORY SIDEBAR
     ================================================ */
  .category-sidebar {
      flex: 0 0 220px;
      min-width: 220px;
  }

  .category-sidebar-title {
      font-size: 24px !important;
      font-weight: 600 !important;
      color: #000000 !important;
      margin-bottom: 25px;
  }

  /* Category Menu - Root Level */
  .category-menu {
      list-style: none;
      padding: 0;
      margin: 0;
  }

  .category-menu > li {
      margin-bottom: 0;
      border-bottom: 1px solid #eee;
  }

  .category-menu > li:last-child {
      border-bottom: none;
  }

  /* Category Toggle (Parent with children) */
  .category-menu .cat-toggle {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 0;
      cursor: pointer;
  }

  .category-menu .cat-toggle .cat-link {
      color: #333;
      text-decoration: none;
      font-size: 15px;
      font-weight: 500;
      flex: 1;
  }

  .category-menu .cat-toggle .cat-link:hover {
      color: #000000;
  }

  .category-menu .cat-toggle .cat-link.active {
      color: #000000;
      font-weight: 600;
  }

  .category-menu .toggle-icon {
      font-size: 10px;
      color: #999;
      cursor: pointer;
      padding: 5px 10px;
      transition: transform 0.3s;
      user-select: none;
  }

  .category-menu .toggle-icon:hover {
      color: #000000;
  }

  .category-menu li.open > .cat-toggle .toggle-icon {
      transform: rotate(180deg);
  }

  /* Category Leaf (No children) */
  .category-menu .cat-leaf {
      display: block;
      padding: 12px 0;
      color: rgba(0, 0, 0, 1);
      text-decoration: none;
      font-size: 15px;
      font-weight: 500;
  }

  .category-menu .cat-leaf:hover {
      color: #000000;
  }

  .category-menu .cat-leaf.active {
      color: #000000;
      font-weight: 600;
  }

  /* Submenu - Level 1 */
  .category-submenu {
      list-style: none;
      padding: 0 0 10px 0;
      margin: 0;
      display: none;
  }

  .category-menu li.open > .category-submenu {
      display: block;
  }

  .category-submenu > li {
      margin: 0;
  }

  /* Submenu Links */
  .category-submenu .cat-toggle {
      padding: 8px 0 8px 15px;
  }

  .category-submenu .cat-toggle .cat-link {
      font-size: 14px;
      font-weight: 400;
      color: #555;
  }

  .category-submenu .cat-toggle .cat-link::before {
      content: "›";
      margin-right: 8px;
      color: #999;
  }

  .category-submenu .cat-toggle .cat-link.active {
      color: #000000;
      font-weight: 500;
  }

  .category-submenu .cat-leaf {
      padding: 8px 0 8px 15px;
      font-size: 14px;
      font-weight: 400;
      color: #555;
  }

  .category-submenu .cat-leaf::before {
      content: "›";
      margin-right: 8px;
      color: #999;
  }

  .category-submenu .cat-leaf.active {
      color: #000000;
      font-weight: 500;
  }

  /* Submenu - Level 2+ (Nested) */
  .category-submenu .category-submenu {
      padding-left: 15px;
  }

  .category-submenu .category-submenu .cat-toggle .cat-link,
  .category-submenu .category-submenu .cat-leaf {
      font-size: 13px;
  }

  /* ================================================
     ARCHIVE PAGE - CONTENT AREA
     ================================================ */
  .archive-content {
      flex: 1;
      min-width: 0;
  }

  /* ================================================
     ARCHIVE PAGE - GRID
     ================================================ */
  .archive-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 25px;
  }

  .archive-card {
      overflow: hidden;
  }

  .archive-card a {
      text-decoration: none;
      color: inherit;
      display: block;
  }

 .archive-card .card-image img
  {
    transition: transform 0.3s ease;
  }

  .archive-card:hover .card-image img
  {
    transform: scale(1.1);
  }


  .card-image {
	background: rgba(255, 255, 255, 1);
	border-radius: 22px;
  }
  .archive-card .card-image {
      height: 180px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
  }

  .archive-card .card-image img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
  }

  .archive-card .card-title {
      padding: 15px;
      font-size: 14px;
      font-weight: 600;
      text-align: left;
  }

  /* ================================================
     RESPONSIVE
     ================================================ */
  @media (max-width: 992px) {
      .product-top-section {
          flex-direction: column;
      }

      .product-gallery-section {
          flex: none;
      }

      .related-products-grid {
          grid-template-columns: repeat(2, 1fr);
      }

      .custom-archive-page {
          flex-direction: column;
      }

      .category-sidebar {
          flex: none;
          width: 100%;
          min-width: auto;
      }

      .archive-grid {
          grid-template-columns: repeat(2, 1fr);
      }
  }
  
  @media (max-width: 768px) {
    .woocommerce .ast-container {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
	  .product-description-section{
		  padding-left: 25px;
		  padding-right: 25px;
	  }
	  .related-products-section{
		  padding-left: 25px;
		  padding-right: 25px;
	  }
	  .category-sidebar-title {
		  text-align: center;
	  }
	  .card-title{
		  text-align: center !important;
	  }
  }

  @media (max-width: 576px) {
      .related-products-grid {
          grid-template-columns: 1fr;
      }

      .archive-grid {
          grid-template-columns: 1fr;
      }

      .custom-single-product,
      .custom-archive-page {
          padding: 25px;
      }
  }