
        .owl-carousel {
			width: 100%;
			padding: 0 0px;
        }
        .owl-carousel .item {
            text-align: center;
            padding: 10px;
        }
        .owl-carousel .item img {
            width: 100%;
            height: 100px;
            object-fit: cover;
            border-radius: 8px;
        }
        .fo-carousel-fabric-title {
            margin-top: 8px;
            font-size: 12px;
            font-weight: 500;
        }
        .fo-carousel-price {
            margin-top: 0px;
            font-size: 12px;
            font-weight: 500;
        }
        .nav-tabs .nav-link {
            cursor: pointer;
        }
		.owl-nav {
			position: absolute;
			top: 12%;
			left: 0;
			right: 0;
			display: flex;
			justify-content: space-between;
			padding: 0 0px;
		}
		.owl-nav button {
			background: rgba(0,0,0,0.5) !important;
			color: #fff !important;
			border-radius: 50%;
			width: 30px;
			height: 40px;
			padding: 0 0px !important;
		}
		.owl-prev {
			position: absolute;
			left: -15px; /* move left */
		}
		.owl-next {
			position: absolute;
			right: -15px; /* move right */
		}
        .owl-dots {
            text-align: center;
            margin-top: 10px;
        }
        .owl-dot span {
            height: 10px;
            width: 10px;
            margin: 0 4px;
            background-color: #bbb !important;
            border-radius: 50%;
            display: inline-block;
        }
        .owl-dot.active span {
            background-color: #333 !important;
        }

		.big-image-wrapper {
			overflow: hidden;
			max-width: 400px;
		}

		/* Position zoom controls */
		.zoom-controls {
			position: absolute;
			top: 10px;
			right: 10px;
			display: flex;
			gap: 5px;
		}

		.zoomable {
			transition: transform 0.3s ease;
		}
		
		
    .thumb-item {
      text-align: center;
      margin-bottom: 20px;
    }
    .thumb-item img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      object-fit: cover;
    }
    .thumb-title {
      margin-top: 8px;
      font-weight: 500;
    }
    .thumb-price {
      font-size: 14px;
      color: #666;
    }